#include <ISessionManager.hpp>
Definition at line 16 of file ISessionManager.hpp.
◆ ~ISessionManager()
| virtual server::ISessionManager::~ISessionManager |
( |
| ) |
|
|
virtualdefault |
◆ createSession()
| virtual std::shared_ptr< Session > server::ISessionManager::createSession |
( |
const std::string & |
id | ) |
|
|
pure virtual |
◆ getSession()
| virtual std::shared_ptr< Session > server::ISessionManager::getSession |
( |
const std::string & |
id | ) |
|
|
pure virtual |
◆ removeSession()
| virtual void server::ISessionManager::removeSession |
( |
const std::string & |
id | ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: