#include <GDynamicPage.h>
|
| GDynamicPageSessionExtension () |
|
virtual | ~GDynamicPageSessionExtension () |
|
virtual void | onDisown ()=0 |
| This method is called when a parent session is deleted, or when another extension takes the place of this one. If you consider this extension to be owned by that session, then you should probably call "delete(this)" in this method. Otherwise, this method just exists to let you know that the session will no longer be referring to this extension. More...
|
|
GClasses::GDynamicPageSessionExtension::GDynamicPageSessionExtension |
( |
| ) |
|
|
inline |
virtual GClasses::GDynamicPageSessionExtension::~GDynamicPageSessionExtension |
( |
| ) |
|
|
inlinevirtual |
virtual void GClasses::GDynamicPageSessionExtension::onDisown |
( |
| ) |
|
|
pure virtual |
This method is called when a parent session is deleted, or when another extension takes the place of this one. If you consider this extension to be owned by that session, then you should probably call "delete(this)" in this method. Otherwise, this method just exists to let you know that the session will no longer be referring to this extension.