From cc3755a16f00026af882ed14d122cc8aa6d50e82 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Mon, 3 Aug 2009 11:30:13 +0200 Subject: renamed from zs to zmq --- src/rep.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/rep.cpp') diff --git a/src/rep.cpp b/src/rep.cpp index 586c7ed..60767e1 100644 --- a/src/rep.cpp +++ b/src/rep.cpp @@ -17,13 +17,13 @@ along with this program. If not, see . */ -#include "../include/zs.h" +#include "../include/zmq.h" #include "rep.hpp" #include "app_thread.hpp" #include "session.hpp" -zs::rep_t::rep_t (app_thread_t *thread_, session_t *session_) : +zmq::rep_t::rep_t (app_thread_t *thread_, session_t *session_) : socket_base_t (thread_, session_) { } -- cgit v1.2.3