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.cpp19
1 files changed, 0 insertions, 19 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 6fe631fdb41..00000000000
--- a/examples/Service_Configurator/IPC-tests/server/Handle_L_CODgram.cpp
+++ /dev/null
@@ -1,19 +0,0 @@
-// $Id$
-
-#include "Handle_L_CODgram.h"
-
-#if !defined (ACE_LACKS_UNIX_DOMAIN_SOCKETS)
-
-ACE_RCSID(server, Handle_L_CODgram, "$Id$")
-
-const ACE_TCHAR *Handle_L_CODgram::DEFAULT_RENDEZVOUS =
- ACE_TEXT ("/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, ACE_TEXT ("Local_CODgram"));
-
-#endif /* ACE_LACKS_UNIX_DOMAIN_SOCKETS */