#include <symbianApplication.h>
Public Member Functions | |
TUid | AppDllUid () const |
From CApaApplication, AppDllUid. | |
Protected Member Functions | |
CApaDocument * | CreateDocumentL () |
From CApaApplication, CreateDocumentL. |
Provides factory to create concrete document object. An instance of CsymbianApplication is the application part of the AVKON application framework for the symbian example application.
TUid CsymbianApplication::AppDllUid | ( | ) | const |
From CApaApplication, AppDllUid.
CApaDocument * CsymbianApplication::CreateDocumentL | ( | ) | [protected] |
From CApaApplication, CreateDocumentL.
Creates CsymbianDocument document object. The returned pointer in not owned by the CsymbianApplication object.