diff options
author | Mike Buland <eichlan@xagasoft.com> | 2006-11-02 19:33:15 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2006-11-02 19:33:15 +0000 |
commit | 87f93e8511b373154dc0178137d701b5d6cfb669 (patch) | |
tree | 26b1ea126b5a9bd6f1634b4a5b6d64141b221065 /src/connectionmanager.h | |
parent | 80153a5bb5d3b41101e6bd6755b61fd0e57fadbc (diff) | |
download | libbu++-87f93e8511b373154dc0178137d701b5d6cfb669.tar.gz libbu++-87f93e8511b373154dc0178137d701b5d6cfb669.tar.bz2 libbu++-87f93e8511b373154dc0178137d701b5d6cfb669.tar.xz libbu++-87f93e8511b373154dc0178137d701b5d6cfb669.zip |
Fixed a minor bug, connections should poll properly now.
Diffstat (limited to 'src/connectionmanager.h')
-rw-r--r-- | src/connectionmanager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/connectionmanager.h b/src/connectionmanager.h index 23d059a..e80119b 100644 --- a/src/connectionmanager.h +++ b/src/connectionmanager.h | |||
@@ -93,7 +93,7 @@ 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 ); | 96 | void connect( const char *lpAddress, int nPort, int nProtocolPort, Protocol *pNewProto ); |
97 | 97 | ||
98 | private: | 98 | private: |
99 | /** | 99 | /** |