diff options
author | rans | 2004-08-26 17:02:24 +0000 |
---|---|---|
committer | rans | 2004-08-26 17:02:24 +0000 |
commit | 6576b549c0acbe94e6d6d7e6c9a358c8a9fcea90 (patch) | |
tree | 155b40c3d5e9e7fcef17e982a4a28489d659dadb /examples/nanohttp/stdafx.cpp | |
parent | 06694fd4006c6ab76f7902a95cc5623a3649b01e (diff) | |
download | csoap-6576b549c0acbe94e6d6d7e6c9a358c8a9fcea90.tar.gz csoap-6576b549c0acbe94e6d6d7e6c9a358c8a9fcea90.tar.bz2 |
Test http
Diffstat (limited to 'examples/nanohttp/stdafx.cpp')
-rw-r--r-- | examples/nanohttp/stdafx.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/nanohttp/stdafx.cpp b/examples/nanohttp/stdafx.cpp new file mode 100644 index 0000000..f0977a2 --- /dev/null +++ b/examples/nanohttp/stdafx.cpp @@ -0,0 +1,7 @@ +// stdafx.cpp : source file that includes just the standard includes +// csoapserver.pch will be the pre-compiled header +// stdafx.obj will contain the pre-compiled type information + +#include "stdafx.h" + + |