summaryrefslogtreecommitdiff
path: root/ACE/ace/SSL/SSL_SOCK_Connector.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/SSL/SSL_SOCK_Connector.h')
-rw-r--r--ACE/ace/SSL/SSL_SOCK_Connector.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/SSL/SSL_SOCK_Connector.h b/ACE/ace/SSL/SSL_SOCK_Connector.h
index 72917a0abb0..4ea9c59b0c1 100644
--- a/ACE/ace/SSL/SSL_SOCK_Connector.h
+++ b/ACE/ace/SSL/SSL_SOCK_Connector.h
@@ -284,7 +284,7 @@ public:
//@}
/// Dump the state of an object.
- void dump (void) const;
+ void dump () const;
/// Declare the dynamic allocation hooks.
ACE_ALLOC_HOOK_DECLARE;
@@ -294,7 +294,7 @@ protected:
int ssl_connect (ACE_SSL_SOCK_Stream &new_stream,
const ACE_Time_Value *timeout);
-private:
+protected:
/// The class that does all of the non-secure socket connection.
/// It is default constructed, and subsequently used by connect().
ACE_SOCK_Connector connector_;