diff options
Diffstat (limited to '')
-rw-r--r-- | src/connectionmanager.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/connectionmanager.h b/src/connectionmanager.h index 85eb7ad..23d059a 100644 --- a/src/connectionmanager.h +++ b/src/connectionmanager.h | |||
@@ -93,6 +93,8 @@ public: | |||
93 | */ | 93 | */ |
94 | void setConnectionMonitor( ConnectionMonitor *pNewMonitor ); | 94 | void setConnectionMonitor( ConnectionMonitor *pNewMonitor ); |
95 | 95 | ||
96 | void connect( const char *lpAddress, int nPort, int nProtocolPort ); | ||
97 | |||
96 | private: | 98 | private: |
97 | /** | 99 | /** |
98 | * Take care of the work of actually accepting a connection. This will | 100 | * Take care of the work of actually accepting a connection. This will |