예제 #1
0
파일: Endpoint.cpp 프로젝트: jvanns/oodles
Endpoint::Endpoint(Dispatcher &d) :
    dispatcher(d),
    session(NULL),
    protocol(NULL),
    sock(d.io_service())
{
    local.hostname = hostname();
}