diff options
author | Mark Spruiell <mes@zeroc.com> | 2003-12-07 23:25:49 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2003-12-07 23:25:49 +0000 |
commit | 6afc10c3e53625b06163011476d77c1b005c171a (patch) | |
tree | 87acf5f9fe3b19d6de6ed91a4e15dc37b1928de9 /cpp/demo/Ice/MFC/server/stdafx.cpp | |
parent | Win98 port (diff) | |
download | ice-6afc10c3e53625b06163011476d77c1b005c171a.tar.bz2 ice-6afc10c3e53625b06163011476d77c1b005c171a.tar.xz ice-6afc10c3e53625b06163011476d77c1b005c171a.zip |
initial check-in
Diffstat (limited to 'cpp/demo/Ice/MFC/server/stdafx.cpp')
-rw-r--r-- | cpp/demo/Ice/MFC/server/stdafx.cpp | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/cpp/demo/Ice/MFC/server/stdafx.cpp b/cpp/demo/Ice/MFC/server/stdafx.cpp new file mode 100644 index 00000000000..4222b45616b --- /dev/null +++ b/cpp/demo/Ice/MFC/server/stdafx.cpp @@ -0,0 +1,21 @@ +// **********************************************************************
+//
+// Copyright (c) 2003
+// ZeroC, Inc.
+// Billerica, MA, USA
+//
+// All Rights Reserved.
+//
+// Ice is free software; you can redistribute it and/or modify it under
+// the terms of the GNU General Public License version 2 as published by
+// the Free Software Foundation.
+//
+// **********************************************************************
+
+// stdafx.cpp : source file that includes just the standard includes
+// HelloServer.pch will be the pre-compiled header
+// stdafx.obj will contain the pre-compiled type information
+
+#include "stdafx.h"
+
+
|