#include <ISession.hpp>
|
| virtual | ~ISession ()=default |
| |
| virtual std::string | getId () const =0 |
| | Get the session ID.
|
| |
| virtual bool | isActive () const =0 |
| | Check if session is active.
|
| |
Definition at line 15 of file ISession.hpp.
◆ ~ISession()
| virtual server::ISession::~ISession |
( |
| ) |
|
|
virtualdefault |
◆ getId()
| virtual std::string server::ISession::getId |
( |
| ) |
const |
|
pure virtual |
◆ isActive()
| virtual bool server::ISession::isActive |
( |
| ) |
const |
|
pure virtual |
Check if session is active.
- Returns
- true if active, false otherwise
Implemented in server::Session.
The documentation for this class was generated from the following file: