From 0b5cc026fbe7ccc6de66907be29471562a2d344d Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Thu, 6 Aug 2009 12:51:32 +0200 Subject: clean up - session/socket/engine stuff removed --- src/object.hpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/object.hpp') diff --git a/src/object.hpp b/src/object.hpp index 796e7fa..5851c68 100644 --- a/src/object.hpp +++ b/src/object.hpp @@ -44,14 +44,6 @@ namespace zmq // Derived object can use following functions to interact with // global repositories. See context.hpp for function details. int thread_slot_count (); - void create_pipe (class object_t *reader_parent_, - class object_t *writer_parent_, uint64_t hwm_, uint64_t lwm_, - class pipe_reader_t **reader_, class pipe_writer_t **writer_); - void destroy_pipe (class pipe_t *pipe_); - int register_inproc_endpoint (const char *endpoint_, - class session_t *session_); - class object_t *get_inproc_endpoint (const char *endpoint_); - void unregister_inproc_endpoints (class session_t *session_); class io_thread_t *choose_io_thread (uint64_t taskset_); // Derived object can use these functions to send commands -- cgit v1.2.3