summaryrefslogtreecommitdiff
path: root/src/p2p.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/p2p.hpp')
-rw-r--r--src/p2p.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/p2p.hpp b/src/p2p.hpp
index 1032a61..d3d9dc3 100644
--- a/src/p2p.hpp
+++ b/src/p2p.hpp
@@ -17,12 +17,12 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef __ZS_P2P_HPP_INCLUDED__
-#define __ZS_P2P_HPP_INCLUDED__
+#ifndef __ZMQ_P2P_HPP_INCLUDED__
+#define __ZMQ_P2P_HPP_INCLUDED__
#include "socket_base.hpp"
-namespace zs
+namespace zmq
{
class p2p_t : public socket_base_t