summaryrefslogtreecommitdiff
path: root/src/io_thread.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/io_thread.hpp')
-rw-r--r--src/io_thread.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/io_thread.hpp b/src/io_thread.hpp
index b01eecb..b3ea484 100644
--- a/src/io_thread.hpp
+++ b/src/io_thread.hpp
@@ -77,6 +77,9 @@ namespace zmq
// I/O multiplexing is performed using a poller object.
poller_t *poller;
+
+ io_thread_t (const io_thread_t&);
+ const io_thread_t &operator = (const io_thread_t&);
};
}