BMA Server Framework
/home/bradarant/barant/ServerCore/ConsoleService.h
1
#ifndef __ConsoleService_h__
2
#define __ConsoleService_h__
3
4
#include "Service.h"
5
#include "ConsoleSession.h"
6
7
namespace
core
{
8
9
class
ConsoleService
:
public
Service
{
10
11
public
:
12
Session
*
getSocketAccept
(
EPoll
&ePoll)
override
;
13
14
};
15
16
}
17
18
#endif
core::EPoll
Definition:
EPoll.h:31
core
Definition:
Command.cpp:4
core::Session
Definition:
Session.h:22
core::Service
Definition:
Service.h:20
core::ConsoleService
Definition:
ConsoleService.h:9
core::ConsoleService::getSocketAccept
Session * getSocketAccept(EPoll &ePoll) override
Definition:
ConsoleService.cpp:5
Generated by
1.8.13