From bda766ab401b6c565fe9c2d0bc80c11bbbe84488 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Sun, 9 Aug 2009 16:30:22 +0200 Subject: redundant interface (i_api) removed --- src/dispatcher.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/dispatcher.cpp') diff --git a/src/dispatcher.cpp b/src/dispatcher.cpp index 0b68880..c0f4541 100644 --- a/src/dispatcher.cpp +++ b/src/dispatcher.cpp @@ -20,7 +20,6 @@ #include "../include/zmq.h" #include "dispatcher.hpp" -#include "i_api.hpp" #include "app_thread.hpp" #include "io_thread.hpp" #include "platform.hpp" @@ -98,7 +97,7 @@ int zmq::dispatcher_t::thread_slot_count () return signalers.size (); } -zmq::i_api *zmq::dispatcher_t::create_socket (int type_) +zmq::socket_base_t *zmq::dispatcher_t::create_socket (int type_) { threads_sync.lock (); app_thread_t *thread = choose_app_thread (); -- cgit v1.2.3