|
TreeFrogFramework 2.10
|
#include <tsessionstoreplugin.h>

Public Member Functions | |
| virtual | ~TSessionStoreInterface () |
| virtual TSessionStore * | create (const QString &key)=0 |
| virtual void | destroy (const QString &key, TSessionStore *store)=0 |
The TSessionStoreInterface class provides an interface to implement TSessionStore plugins.
|
inlinevirtual |
|
pure virtual |
Implement this function to create a session store matching the name specified by the given key.
Implemented in TSessionStorePlugin.
|
pure virtual |
Implemented in TSessionStorePlugin.