summaryrefslogtreecommitdiff
path: root/examples/Service_Configurator/IPC-tests/server/Handle_L_CODgram.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Service_Configurator/IPC-tests/server/Handle_L_CODgram.cpp')
-rw-r--r--examples/Service_Configurator/IPC-tests/server/Handle_L_CODgram.cpp36
1 files changed, 36 insertions, 0 deletions
diff --git a/examples/Service_Configurator/IPC-tests/server/Handle_L_CODgram.cpp b/examples/Service_Configurator/IPC-tests/server/Handle_L_CODgram.cpp
new file mode 100644
index 00000000000..9750154c1b3
--- /dev/null
+++ b/examples/Service_Configurator/IPC-tests/server/Handle_L_CODgram.cpp
@@ -0,0 +1,36 @@
+#include "Handle_L_CODgram.h"
+// @(#)Handle_L_CODgram.cpp 1.1 10/18/96
+
+
+#if defined (SunOS4)
+extern "C"
+{
+ int init (void);
+ int fini (void);
+ void __sti__Handle_L_CODgram_C_init_();
+ void __std__Handle_L_CODgram_C_init_();
+}
+
+int
+init (void)
+{
+ __sti__Handle_L_CODgram_C_init_();
+ return 0;
+}
+
+int
+fini (void)
+{
+ __std__Handle_L_CODgram_C_init_();
+ return 0;
+}
+#endif /* SunOS4 */
+
+const char *Handle_L_CODgram::DEFAULT_RENDEZVOUS = "/tmp/foo_codgram";
+
+#if !defined (__ACE_INLINE__)
+#include "Handle_L_CODgram.i"
+#endif /* __ACE_INLINE__ */
+
+Handle_L_CODgram local_codgram;
+ACE_Service_Object_Type lc (&local_codgram, "Local_CODgram");