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.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dispatcher.hpp') diff --git a/src/dispatcher.hpp b/src/dispatcher.hpp index 08ffab1..08596cb 100644 --- a/src/dispatcher.hpp +++ b/src/dispatcher.hpp @@ -55,7 +55,7 @@ namespace zmq ~dispatcher_t (); // Create a socket. - struct i_api *create_socket (int type_); + class socket_base_t *create_socket (int type_); // Returns number of thread slots in the dispatcher. To be used by // individual threads to find out how many distinct signals can be -- cgit v1.2.3