00001 /* 00002 * ============================================================================ 00003 * Name : CTaskManagerDocument from TaskManagerDocument.h 00004 * Part of : TaskManager 00005 * Created : 08/31/2005 by Forum Nokia 00006 * Description: 00007 * Declares document for application. 00008 * Version : 1.01 00009 * Copyright: Nokia Corporation 00010 * ============================================================================ 00011 */ 00012 00013 #ifndef __TASKMANAGER_DOCUMENT_H__ 00014 #define __TASKMANAGER_DOCUMENT_H__ 00015 00016 // INCLUDE FILES 00017 #include <akndoc.h> 00018 00019 // FORWARD DECLARATIONS 00020 class CTaskManagerAppUi; 00021 class CEikApplication; 00022 00023 // CLASS DECLARATION 00024 00028 class CTaskManagerDocument : public CAknDocument 00029 { 00030 public: // Constructors and destructor 00031 00035 static CTaskManagerDocument* NewL(CEikApplication& aApp); 00036 00040 ~CTaskManagerDocument(); 00041 00042 private: 00043 00047 CTaskManagerDocument(CEikApplication& aApp); 00048 void ConstructL(); 00049 00053 CEikAppUi* CreateAppUiL(); 00054 00055 }; 00056 00057 00058 #endif // __TASKMANAGER_DOCUMENT_H__ 00059 00060 // End of file
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.