temp commit

This commit is contained in:
Hane 2024-02-03 17:05:09 +01:00
commit a0ce3fa703
7 changed files with 99 additions and 11 deletions

View file

@ -61,6 +61,11 @@ public:
/* sessions */
size_t getSessionCount();
std::vector<SessionHandler*> getSessionHandlers();
void createNewSession();
Endpoint* getEndpoint();
/*Session*/
void addSession(Session* session);
~EndpointHandler();
private: