summaryrefslogtreecommitdiff
path: root/ace/Svc_Handler.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1996-10-31 09:07:58 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1996-10-31 09:07:58 +0000
commit87720d1fb9c6ff5b56ed79a43fe13c077199a822 (patch)
tree55361d379e07ed44f46ef7ad0772b5d3d5209166 /ace/Svc_Handler.h
parent267685af03949eb809efb6f6b240c92e1aa086b1 (diff)
downloadATCD-87720d1fb9c6ff5b56ed79a43fe13c077199a822.tar.gz
Jammer
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).