GClasses

GClasses::GDynamicPageSessionExtension Class Reference

#include <GDynamicPage.h>

List of all members.

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.

Constructor & Destructor Documentation

GClasses::GDynamicPageSessionExtension::GDynamicPageSessionExtension ( ) [inline]
virtual GClasses::GDynamicPageSessionExtension::~GDynamicPageSessionExtension ( ) [inline, virtual]

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.