#include "net_server.h"

CNetServer::CNetServer()
{
    log_ = CNetPub::getInstance();
}

void CNetServer::run()
{
    log_->info("start run...");
}