diff options
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"
+
+
|