summaryrefslogtreecommitdiff
path: root/src/object.hpp
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@fastmq.commkdir>2009-08-06 12:51:32 +0200
committerMartin Sustrik <sustrik@fastmq.commkdir>2009-08-06 12:51:32 +0200
commit0b5cc026fbe7ccc6de66907be29471562a2d344d (patch)
treea6051f238152e2261ea48942f0c216a3984cc9fd /src/object.hpp
parentb8b4acef4c2ba1a169ce84c1fb4c70a5676ebba3 (diff)
clean up - session/socket/engine stuff removed
Diffstat (limited to 'src/object.hpp')
-rw-r--r--src/object.hpp8
1 files changed, 0 insertions, 8 deletions
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