From b08b54c8bba4644253bbc89559a36f4e8e8bfc88 Mon Sep 17 00:00:00 2001 From: Intel Date: Fri, 14 Nov 2014 01:55:29 +0000 Subject: Core/Packets: CMSG_CREATURE_QUERY and SMSG_CREATURE_QUERY_RESPONSE handler --- src/server/ipc/ZmqContext.h | 2 +- src/server/ipc/ZmqListener.h | 4 ++-- src/server/ipc/ZmqMux.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src/server/ipc') diff --git a/src/server/ipc/ZmqContext.h b/src/server/ipc/ZmqContext.h index a6ad12b1b70..e1168eb97a3 100644 --- a/src/server/ipc/ZmqContext.h +++ b/src/server/ipc/ZmqContext.h @@ -24,7 +24,7 @@ /* * We need to serialize access to zmq context otherwise stuff blows up. */ -class ZmqContext +class ZmqContext { public: ~ZmqContext(); diff --git a/src/server/ipc/ZmqListener.h b/src/server/ipc/ZmqListener.h index 8b79ba67f6d..370d8811781 100644 --- a/src/server/ipc/ZmqListener.h +++ b/src/server/ipc/ZmqListener.h @@ -24,8 +24,8 @@ class ZmqListener : public ZMQTask { /* - * Read broadcasts from remote PUB socket, and forward them to - * another socket. + * Read broadcasts from remote PUB socket, and forward them to + * another socket. * * from - client SUB socket * to - listen PUSH socket diff --git a/src/server/ipc/ZmqMux.h b/src/server/ipc/ZmqMux.h index 4b81f11daaf..07336330253 100644 --- a/src/server/ipc/ZmqMux.h +++ b/src/server/ipc/ZmqMux.h @@ -23,7 +23,7 @@ #include /* - * Multiplexes zmq messages from many threads, + * Multiplexes zmq messages from many threads, * and then passes them to another socket. */ class ZmqMux : public ZMQTask -- cgit v1.2.3