From 8b9bd05726c3df56d7f437889abccba3cbbffdee Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Mon, 3 May 2010 16:21:36 +0200 Subject: thread ID and dispatcher made private in object_t --- src/object.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/object.hpp') diff --git a/src/object.hpp b/src/object.hpp index b29c6b8..0084e1a 100644 --- a/src/object.hpp +++ b/src/object.hpp @@ -99,14 +99,14 @@ namespace zmq // of processed commands here. virtual void process_seqnum (); + private: + // Pointer to the root of the infrastructure. class dispatcher_t *dispatcher; // Slot ID of the thread the object belongs to. uint32_t thread_slot; - private: - void send_command (command_t &cmd_); object_t (const object_t&); -- cgit v1.2.3