temp commit
This commit is contained in:
parent
165aff07e4
commit
a0ce3fa703
7 changed files with 99 additions and 11 deletions
|
|
@ -61,6 +61,11 @@ public:
|
|||
/* sessions */
|
||||
size_t getSessionCount();
|
||||
std::vector<SessionHandler*> getSessionHandlers();
|
||||
void createNewSession();
|
||||
Endpoint* getEndpoint();
|
||||
|
||||
/*Session*/
|
||||
void addSession(Session* session);
|
||||
|
||||
~EndpointHandler();
|
||||
private:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue