From 941be8d2175332cb720f390f93d07a0870db8824 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Wed, 23 Mar 2011 17:44:16 +0100 Subject: zmq_device removed Devices are basically applications on top of 0MQ stack. They should reside in separate libraties. Signed-off-by: Martin Sustrik --- include/zmq.hpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'include/zmq.hpp') diff --git a/include/zmq.hpp b/include/zmq.hpp index 813535f..2189e81 100644 --- a/include/zmq.hpp +++ b/include/zmq.hpp @@ -62,13 +62,6 @@ namespace zmq return rc; } - inline void device (int device_, void * insocket_, void* outsocket_) - { - int rc = zmq_device (device_, insocket_, outsocket_); - if (rc != 0) - throw error_t (); - } - class message_t : private zmq_msg_t { friend class socket_t; -- cgit v1.2.3