mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-30 05:29:43 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user