GClasses
GClasses::GDynamicPageSessionExtension Class Referenceabstract

#include <GDynamicPage.h>

Public Member Functions

 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...
 

Constructor & Destructor Documentation

GClasses::GDynamicPageSessionExtension::GDynamicPageSessionExtension ( )
inline
virtual GClasses::GDynamicPageSessionExtension::~GDynamicPageSessionExtension ( )
inlinevirtual

Member Function Documentation

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.