Problem: code duplication between curve_client_t and curve_server_t decode and encode

Solution: extracted common base class curve_mechanism_base_t
This commit is contained in:
sigiesec
2017-08-18 11:34:22 +02:00
parent 44f6aa3de6
commit 301f3c70c2
24 changed files with 431 additions and 334 deletions

View File

@@ -30,7 +30,7 @@
#ifndef __ZMQ_PLAIN_CLIENT_HPP_INCLUDED__
#define __ZMQ_PLAIN_CLIENT_HPP_INCLUDED__
#include "mechanism.hpp"
#include "mechanism_base.hpp"
#include "options.hpp"
namespace zmq