From 80153a5bb5d3b41101e6bd6755b61fd0e57fadbc Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Thu, 2 Nov 2006 11:29:19 +0000 Subject: Added the new features that you need to make the connection manager, protocols, and the connection monitor work in two-way-mode. Effectively you should be able to write systems that both serve and initiate connections, and only write one protocol. --- src/connectionmanager.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/connectionmanager.h') 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: */ void setConnectionMonitor( ConnectionMonitor *pNewMonitor ); + void connect( const char *lpAddress, int nPort, int nProtocolPort ); + private: /** * Take care of the work of actually accepting a connection. This will -- cgit v1.2.3