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/session_stub.hpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/session_stub.hpp') diff --git a/src/session_stub.hpp b/src/session_stub.hpp index 2e882f8..4499e45 100644 --- a/src/session_stub.hpp +++ b/src/session_stub.hpp @@ -17,14 +17,14 @@ along with this program. If not, see . */ -#ifndef __ZS_SESSION_STUB_HPP_INCLUDED__ -#define __ZS_SESSION_STUB_HPP_INCLUDED__ +#ifndef __ZMQ_SESSION_STUB_HPP_INCLUDED__ +#define __ZMQ_SESSION_STUB_HPP_INCLUDED__ #include #include "i_session.hpp" -namespace zs +namespace zmq { // This class is used instead of regular session till the identity of @@ -41,8 +41,8 @@ namespace zs void set_engine (struct i_engine *engine_); void terminate (); void shutdown (); - bool read (struct zs_msg *msg_); - bool write (struct zs_msg *msg_); + bool read (struct zmq_msg *msg_); + bool write (struct zmq_msg *msg_); void flush (); // Detaches engine from the stub. Returns it to the caller. -- cgit v1.2.3