00001 /* 00002 * ============================================================================ 00003 * Name : CTaskManagerApp from TaskManagerApp.h 00004 * Part of : TaskManager 00005 * Created : 15/03/2006 by Forum Nokia 00006 * Description: 00007 * Declares main application class. 00008 * Version : 1.2 00009 * Copyright: Nokia Corporation 00010 * ============================================================================ 00011 */ 00012 00013 #ifndef __TASKMANAGERAPP_H__ 00014 #define __TASKMANAGERAPP_H__ 00015 00016 // INCLUDE FILES 00017 #include <aknapp.h> 00018 00019 // CONSTANTS 00020 // UID of the application 00021 00022 #ifdef __SERIES60_30__ 00023 // For S60 3rd Edition 00024 const TUid KUidTaskManagerApp = { 0xE246da04 }; 00025 #else 00026 // For S60 1st/2nd Edition 00027 const TUid KUidTaskManagerApp = { 0x0246da04 }; 00028 #endif 00029 00030 00031 // CLASS DECLARATION 00032 00038 class CTaskManagerApp : public CAknApplication 00039 { 00040 private: // Functions from base classes 00041 00046 CApaDocument* CreateDocumentL(); 00047 00052 TUid AppDllUid() const; 00053 }; 00054 00055 #endif // __TASKMANAGERAPP_H__ 00056 00057 // End of File 00058
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.