summaryrefslogtreecommitdiff
path: root/ACE/examples/ASX/CCM_App/SC_Client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/ASX/CCM_App/SC_Client.cpp')
-rw-r--r--ACE/examples/ASX/CCM_App/SC_Client.cpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/ACE/examples/ASX/CCM_App/SC_Client.cpp b/ACE/examples/ASX/CCM_App/SC_Client.cpp
new file mode 100644
index 00000000000..6e28de8dfac
--- /dev/null
+++ b/ACE/examples/ASX/CCM_App/SC_Client.cpp
@@ -0,0 +1,13 @@
+// $Id$
+
+#include "ace/ACE.h"
+
+
+
+// Pretty simple, eh? ;-)
+
+int
+ACE_TMAIN (int, ACE_TCHAR *[])
+{
+ return 0;
+}