TreeFrogFramework: TSessionStoreInterface Class Reference

#include <tsessionstoreplugin.h>

Public Member Functions

virtual ~TSessionStoreInterface ()
 
virtual TSessionStorecreate (const QString &key)=0
 
virtual void destroy (const QString &key, TSessionStore *store)=0
 
virtual TSessionStoreInterface::~TSessionStoreInterface ( )
inlinevirtual

◆ create()

TSessionStore * TSessionStoreInterface::create ( const QString &  key)
pure virtual

Implement this function to create a session store matching the name specified by the given key.

Implemented in TSessionStorePlugin.

◆ destroy()

virtual void TSessionStoreInterface::destroy ( const QString &  key,
TSessionStore store 
)
pure virtual

The documentation for this class was generated from the following files: