diff options
Diffstat (limited to 'ACE/ace/Asynch_Connector.h')
-rw-r--r-- | ACE/ace/Asynch_Connector.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ACE/ace/Asynch_Connector.h b/ACE/ace/Asynch_Connector.h index 415915d87b0..f7162cdb04b 100644 --- a/ACE/ace/Asynch_Connector.h +++ b/ACE/ace/Asynch_Connector.h @@ -122,7 +122,6 @@ public: virtual void validate_new_connection (bool new_value); protected: - /// This is called when an outstanding accept completes. virtual void handle_connect (const ACE_Asynch_Connect::Result &result); |