summaryrefslogtreecommitdiff
path: root/examples/Service_Configurator/IPC-tests/server/Handle_L_CODgram.cpp
diff options
context:
space:
mode:
authornobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-08-01 16:43:24 +0000
committernobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-08-01 16:43:24 +0000
commitb462a7a9d307c5f5eff30a24008045c0e3d0185a (patch)
treea9efcb39b9e041e5cf70e17090c76df8b5354b47 /examples/Service_Configurator/IPC-tests/server/Handle_L_CODgram.cpp
parent7e1358bc65c1d08e3ba99af5b7e5869e1cd2c47f (diff)
downloadATCD-TAO-1_1_7.tar.gz
This commit was manufactured by cvs2svn to create tag 'TAO-1_1_7'.TAO-1_1_7
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.cpp18
1 files changed, 0 insertions, 18 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
deleted file mode 100644
index 913ee7bcad3..00000000000
--- a/examples/Service_Configurator/IPC-tests/server/Handle_L_CODgram.cpp
+++ /dev/null
@@ -1,18 +0,0 @@
-// $Id$
-
-#include "Handle_L_CODgram.h"
-
-#if !defined (ACE_LACKS_UNIX_DOMAIN_SOCKETS)
-
-ACE_RCSID(server, Handle_L_CODgram, "$Id$")
-
-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");
-
-#endif /* ACE_LACKS_UNIX_DOMAIN_SOCKETS */