|
TreeFrogFramework 2.10
|
#include <tsessionstoreplugin.h>


Public Member Functions | |
| TSessionStorePlugin (QObject *parent=0) | |
| ~TSessionStorePlugin () | |
| virtual TSessionStore * | create (const QString &key)=0 |
| virtual void | destroy (const QString &key, TSessionStore *store)=0 |
Public Member Functions inherited from TSessionStoreInterface | |
| virtual | ~TSessionStoreInterface () |
The TSessionStorePlugin class provides an abstract base for custom TSessionStore plugins.
Refer to 'How to Create Qt Plugins' in the Qt documentation.
|
inlineexplicit |
Constructor.
|
inline |
|
pure virtual |
Implement this function to create a session store matching the name specified by the given key.
Implements TSessionStoreInterface.
|
pure virtual |
Implements TSessionStoreInterface.