From 24339ea4d5b15c1a61ada7b9ea8a935ddfc76dce Mon Sep 17 00:00:00 2001 From: rans Date: Thu, 26 Aug 2004 16:57:41 +0000 Subject: CSoapServer --- csoapserver/stdafx.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 csoapserver/stdafx.h (limited to 'csoapserver/stdafx.h') diff --git a/csoapserver/stdafx.h b/csoapserver/stdafx.h new file mode 100644 index 0000000..f3469f3 --- /dev/null +++ b/csoapserver/stdafx.h @@ -0,0 +1,9 @@ +// stdafx.h : include file for standard system include files, +// or project specific include files that are used frequently, but +// are changed infrequently +// + +#include +#include + +// TODO: reference additional headers your program requires here -- cgit v1.1-32-gdbae