![]() |
HAN-FUN API
1.5.3
This project provides the common implementation of ULE Alliance's HAN-FUN application protocol.
|
Wrapper over persistent storage APIs to invalidate sessions on save and destroy. More...
#include <session_management.h>
Inherits Parent.
Public Member Functions | |
EntriesWrapper (AbstractServer &_manager) | |
Constructor. More... | |
EntriesWrapper (const EntriesWrapper &other, AbstractServer &_manager) | |
Constructor. More... | |
Common::Result | save (const value_type &entry) |
Store the given entry to persistent storage. More... | |
Common::Result | destroy (const value_type &entry) |
Destroy the given entry in the persistent storage. More... | |
Wrapper over persistent storage APIs to invalidate sessions on save and destroy.
Parent | the parent class that implements the persistent storage APIs to wrap over. |
Definition at line 544 of file session_management.h.