summaryrefslogtreecommitdiff
path: root/ace/Svc_Handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Svc_Handler.h')
-rw-r--r--ace/Svc_Handler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Svc_Handler.h b/ace/Svc_Handler.h
index bd02389d0e2..bf10408b5ce 100644
--- a/ace/Svc_Handler.h
+++ b/ace/Svc_Handler.h
@@ -94,7 +94,7 @@ public:
ACE_PEER_STREAM &peer (void) const;
// Returns the underlying PEER_STREAM
- operator ACE_PEER_STREAM &();
+ // operator ACE_PEER_STREAM &();
// Returns the underlying PEER_STREAM (used by
// ACE_Acceptor::accept() and ACE_Connector::connect() factories).