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/req.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/req.cpp') diff --git a/src/req.cpp b/src/req.cpp index d7a9ad7..01018f5 100644 --- a/src/req.cpp +++ b/src/req.cpp @@ -17,13 +17,13 @@ along with this program. If not, see . */ -#include "../include/zs.h" +#include "../include/zmq.h" #include "req.hpp" #include "app_thread.hpp" #include "session.hpp" -zs::req_t::req_t (app_thread_t *thread_, session_t *session_) : +zmq::req_t::req_t (app_thread_t *thread_, session_t *session_) : socket_base_t (thread_, session_) { } -- cgit v1.2.3