summaryrefslogtreecommitdiff
path: root/examples/Connection/non_blocking/CPP-connector.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Connection/non_blocking/CPP-connector.h')
-rw-r--r--examples/Connection/non_blocking/CPP-connector.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/Connection/non_blocking/CPP-connector.h b/examples/Connection/non_blocking/CPP-connector.h
index 81be8b6ba71..c88027c34cb 100644
--- a/examples/Connection/non_blocking/CPP-connector.h
+++ b/examples/Connection/non_blocking/CPP-connector.h
@@ -32,8 +32,6 @@ protected:
int (Peer_Handler<ACE_PEER_STREAM_2>::*action_) (void);
// Keeps track of which state we are in.
-
-private:
};
template <class SVC_HANDLER, ACE_PEER_CONNECTOR_1>