mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-27 02:53:12 +01:00
renamed from zs to zmq
This commit is contained in:
@@ -17,13 +17,13 @@
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "../include/zs.h"
|
||||
#include "../include/zmq.h"
|
||||
|
||||
#include "p2p.hpp"
|
||||
#include "app_thread.hpp"
|
||||
#include "session.hpp"
|
||||
|
||||
zs::p2p_t::p2p_t (app_thread_t *thread_, session_t *session_) :
|
||||
zmq::p2p_t::p2p_t (app_thread_t *thread_, session_t *session_) :
|
||||
socket_base_t (thread_, session_)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user