First version of vtcp_connecter added

Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
This commit is contained in:
Martin Sustrik
2011-07-26 22:57:19 +02:00
parent 258e7e6794
commit d7319de3d0
6 changed files with 394 additions and 7 deletions

View File

@@ -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: