www.pudn.com > UIQ_Code1.rar > CommandsApplication.h
// CommandsApplication.h // // © Symbian Software Ltd 2005. All rights reserved. // #ifndef COMMANDSAPPAPPLICATION_H #define COMMANDSAPPAPPLICATION_H #include/** This class is the entry point to the application. */ class CCommandsApplication : public CQikApplication { private: CApaDocument* CreateDocumentL(); TUid AppDllUid() const; CApaApplication* NewApplication(); }; #endif // COMMANDSAPPAPPLICATION_H