00001 /* 00002 * ============================================================================ 00003 * Name : CTaskManagerConnForm from TaskManagerConnForm.h 00004 * Part of : TaskManager 00005 * Created : 15/03/2006 by Forum Nokia 00006 * Version : 1.2 00007 * Copyright: Nokia Corporation 00008 * ============================================================================ 00009 */ 00010 00011 #ifndef TASKMANAGERCONNFORM_H 00012 #define TASKMANAGERCONNFORM_H 00013 00014 // INCLUDE FILES 00015 #include <AknForm.h> 00016 #include <e32base.h> 00017 00018 // FORWARD DECLARATIONS 00019 class TTaskManagerConnInfo; 00020 00021 // CLASS DECLARATION 00022 00027 class CTaskManagerConnForm : public CAknForm 00028 { 00029 public: // New functions 00030 00036 static TBool RunDlgLD( TTaskManagerConnInfo& aConnInfo ); 00037 00038 private: // Functions from base classes 00039 00043 TBool OkToExitL( TInt aButtonId ); 00044 00048 void PreLayoutDynInitL(); 00049 00050 private: 00051 00055 CTaskManagerConnForm( TTaskManagerConnInfo& aConnInfo ); 00056 00057 private: // Data members 00058 00059 TTaskManagerConnInfo& iConnInfo; 00060 00061 }; 00062 00063 // End of file 00064 00065 00066 #endif 00067
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.