summaryrefslogtreecommitdiff
path: root/examples/Connection/blocking/test_spipe_connector.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Connection/blocking/test_spipe_connector.cpp')
-rw-r--r--examples/Connection/blocking/test_spipe_connector.cpp20
1 files changed, 0 insertions, 20 deletions
diff --git a/examples/Connection/blocking/test_spipe_connector.cpp b/examples/Connection/blocking/test_spipe_connector.cpp
deleted file mode 100644
index 2ebeaaecd06..00000000000
--- a/examples/Connection/blocking/test_spipe_connector.cpp
+++ /dev/null
@@ -1,20 +0,0 @@
-// $Id$
-
-// ACE_SPIPE Client.
-
-#include "SPIPE-connector.h"
-
-int
-main (int argc, char *argv[])
-{
- // Perform Service_Config initializations
- ACE_Service_Config daemon (argv[0]);
-
- IPC_Client peer_connector;
-
- if (peer_connector.init (argc, argv) == -1)
- ACE_ERROR_RETURN ((LM_ERROR, "%p\n", "init"), -1);
-
- return peer_connector.svc ();
-}
-