Public Member Functions | |
~CDBMSDocument () | |
Static Public Member Functions | |
static CDBMSDocument * | NewL (CEikApplication &aApp) |
Class: CDBMSDocument
Discussion: An instance of class CDBMSDocument is the Document part of the AVKON application framework for the DBMS example application.
Definition at line 23 of file DBMSDocument.h.
CDBMSDocument::~CDBMSDocument | ( | ) |
Function: ~CDBMSDocument
Discussion: Destroy the object
Definition at line 47 of file DBMSDocument.cpp.
CDBMSDocument * CDBMSDocument::NewL | ( | CEikApplication & | aApp | ) | [static] |
Function: NewL
Discussion: Construct a CDBMSDocument for the AVKON application aApp using two phase construction, and return a pointer to the created object.
Param: aApp application creating this document
Returns: A pointer to the created instance of CDBMSDocument
Definition at line 13 of file DBMSDocument.cpp.