MCPcopy Create free account
hub / github.com/NoMercy-ac/NoMercy / NetClient

Method NetClient

Source/Client/NM_Engine/NetClient.cpp:7–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5#include <boost/bind.hpp>
6
7NetClient::NetClient(boost::asio::io_service & service, uint32_t autoReconnectCycle) :
8 NetPeer(service), m_autoReconnectCycle(autoReconnectCycle), m_reconnectTimer(service), m_isReconnectOnce(false)
9{
10}
11NetClient::~NetClient()
12{
13}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected