summaryrefslogtreecommitdiff
path: root/src/tcp_listener.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tcp_listener.hpp')
-rw-r--r--src/tcp_listener.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tcp_listener.hpp b/src/tcp_listener.hpp
index 156195b..43a4aa8 100644
--- a/src/tcp_listener.hpp
+++ b/src/tcp_listener.hpp
@@ -17,12 +17,12 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef __ZS_TCP_LISTENER_HPP_INCLUDED__
-#define __ZS_TCP_LISTENER_HPP_INCLUDED__
+#ifndef __ZMQ_TCP_LISTENER_HPP_INCLUDED__
+#define __ZMQ_TCP_LISTENER_HPP_INCLUDED__
#include "fd.hpp"
-namespace zs
+namespace zmq
{
// The class encapsulating simple TCP listening socket.