add session
This commit is contained in:
parent
a0ce3fa703
commit
1cee03aba6
6 changed files with 79 additions and 28 deletions
|
|
@ -40,6 +40,8 @@ class Endpoint {
|
|||
std::vector<Session*> getSessions();
|
||||
size_t getSessionCount();
|
||||
void addSession(Session* session);
|
||||
void registerNewSessionNotification(EndpointNewSessionCallback* ensc);
|
||||
void unregisterNewSessionNotification(EndpointNewSessionCallback* ensc);
|
||||
|
||||
~Endpoint();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue