Public Member Functions | |
TUid | AppDllUid () const |
Protected Member Functions | |
CApaDocument * | CreateDocumentL () |
CFindMeApplication application class. Provides factory to create concrete document object. An instance of CFindMeApplication is the application part of the AVKON application framework for the FindMe example application.
Definition at line 40 of file FindMeApplication.h.
TUid CFindMeApplication::AppDllUid | ( | ) | const |
From CApaApplication, AppDllUid.
Definition at line 43 of file FindMeApplication.cpp.
CApaDocument * CFindMeApplication::CreateDocumentL | ( | ) | [protected] |
From CApaApplication, CreateDocumentL. Creates CFindMeDocument document object. The returned pointer in not owned by the CFindMeApplication object.
Definition at line 31 of file FindMeApplication.cpp.