#include "ConsoleService.h" namespace core { Session * ConsoleService::getSocketAccept(EPoll &ePoll) { return new ConsoleSession(ePoll, *this); } }