diff options
Diffstat (limited to 'src/rep.hpp')
-rw-r--r-- | src/rep.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/rep.hpp b/src/rep.hpp index e11eaa3..92d2758 100644 --- a/src/rep.hpp +++ b/src/rep.hpp @@ -17,12 +17,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef __ZS_REP_HPP_INCLUDED__ -#define __ZS_REP_HPP_INCLUDED__ +#ifndef __ZMQ_REP_HPP_INCLUDED__ +#define __ZMQ_REP_HPP_INCLUDED__ #include "socket_base.hpp" -namespace zs +namespace zmq { class rep_t : public socket_base_t |