summaryrefslogtreecommitdiff
path: root/ACE/examples/Connection/non_blocking
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/Connection/non_blocking')
-rw-r--r--ACE/examples/Connection/non_blocking/test_lsock_connector.cpp1
-rw-r--r--ACE/examples/Connection/non_blocking/test_sock_connector.cpp1
-rw-r--r--ACE/examples/Connection/non_blocking/test_spipe_connector.cpp1
-rw-r--r--ACE/examples/Connection/non_blocking/test_tli_connector.cpp1
4 files changed, 0 insertions, 4 deletions
diff --git a/ACE/examples/Connection/non_blocking/test_lsock_connector.cpp b/ACE/examples/Connection/non_blocking/test_lsock_connector.cpp
index 9589a043e5b..419fc488bbe 100644
--- a/ACE/examples/Connection/non_blocking/test_lsock_connector.cpp
+++ b/ACE/examples/Connection/non_blocking/test_lsock_connector.cpp
@@ -18,7 +18,6 @@ ACE_TMAIN (int, ACE_TCHAR *argv[])
#include "CPP-connector.h"
-
typedef Peer_Handler<ACE_LSOCK_STREAM> PEER_HANDLER;
typedef IPC_Client<PEER_HANDLER, ACE_LSOCK_CONNECTOR> IPC_CLIENT;
diff --git a/ACE/examples/Connection/non_blocking/test_sock_connector.cpp b/ACE/examples/Connection/non_blocking/test_sock_connector.cpp
index 50bd1fc51ea..10693f528c6 100644
--- a/ACE/examples/Connection/non_blocking/test_sock_connector.cpp
+++ b/ACE/examples/Connection/non_blocking/test_sock_connector.cpp
@@ -5,7 +5,6 @@
#include "CPP-connector.h"
-
typedef Peer_Handler<ACE_SOCK_STREAM> PEER_HANDLER;
typedef IPC_Client<PEER_HANDLER, ACE_SOCK_CONNECTOR> IPC_CLIENT;
diff --git a/ACE/examples/Connection/non_blocking/test_spipe_connector.cpp b/ACE/examples/Connection/non_blocking/test_spipe_connector.cpp
index 954cd8de269..baa6c8e43b0 100644
--- a/ACE/examples/Connection/non_blocking/test_spipe_connector.cpp
+++ b/ACE/examples/Connection/non_blocking/test_spipe_connector.cpp
@@ -5,7 +5,6 @@
#include "CPP-connector.h"
-
#if !defined (ACE_WIN32)
typedef Peer_Handler<ACE_SPIPE_STREAM> PEER_HANDLER;
typedef IPC_Client<PEER_HANDLER, ACE_SPIPE_CONNECTOR> IPC_CLIENT;
diff --git a/ACE/examples/Connection/non_blocking/test_tli_connector.cpp b/ACE/examples/Connection/non_blocking/test_tli_connector.cpp
index 8dca142fff6..a61ba999683 100644
--- a/ACE/examples/Connection/non_blocking/test_tli_connector.cpp
+++ b/ACE/examples/Connection/non_blocking/test_tli_connector.cpp
@@ -5,7 +5,6 @@
#include "CPP-connector.h"
-
#if defined (ACE_HAS_TLI)
typedef Peer_Handler<ACE_TLI_STREAM> PEER_HANDLER;