Public Member Functions | |
TUid | AppDllUid () const |
TUid | AppDllUid () const |
Protected Member Functions | |
CApaDocument * | CreateDocumentL () |
CApaDocument * | CreateDocumentL () |
Standard application class tells the application framework this app's UID and creates the document object.
Definition at line 25 of file oandxapplication.h.
TUid COandXApplication::AppDllUid | ( | ) | const |
Implement CApaApplication by returning this application's UID.
Definition at line 21 of file oandxapplication.cpp.
CApaDocument * COandXApplication::CreateDocumentL | ( | ) | [protected] |
Override override CEikApplication by allocating an instance of the document object.
Definition at line 32 of file oandxapplication.cpp.