From 6be4b0143793ab5ceebc5d9d6bbe5c2f1333a0d2 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Fri, 21 Aug 2009 14:29:22 +0200 Subject: session management implemented --- src/object.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/object.hpp') diff --git a/src/object.hpp b/src/object.hpp index 02a071a..31c8c40 100644 --- a/src/object.hpp +++ b/src/object.hpp @@ -30,6 +30,10 @@ namespace zmq class object_t { + // Repository of sessions needs to use caller's send_* functions + // when creating new session. TODO: Get rid of this dependency. + friend class socket_base_t; + public: object_t (class dispatcher_t *dispatcher_, int thread_slot_); -- cgit v1.2.3