summaryrefslogtreecommitdiff
path: root/src/tcp_connecter.hpp
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2011-07-26 22:57:19 +0200
committerMartin Sustrik <sustrik@250bpm.com>2011-07-26 22:57:19 +0200
commitd7319de3d089b7c340408cd8228825ec0f7b8df0 (patch)
tree0741c9f0dbde0119da8905b5299a8460869037f0 /src/tcp_connecter.hpp
parent258e7e6794928544ca7e1557840b2f5a89fe5399 (diff)
First version of vtcp_connecter added
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to 'src/tcp_connecter.hpp')
-rw-r--r--src/tcp_connecter.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/tcp_connecter.hpp b/src/tcp_connecter.hpp
index 524e9cc..41f2c93 100644
--- a/src/tcp_connecter.hpp
+++ b/src/tcp_connecter.hpp
@@ -30,9 +30,6 @@
namespace zmq
{
- // A base class for different connecters. It handles auto-reconnection
- // on behalf of the derived class.
-
class tcp_connecter_t : public own_t, public io_object_t
{
public: