00001 /* 00002 * ============================================================================ 00003 * Name : TRequest from Request.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 __CREQUEST_H 00012 #define __CREQUEST_H 00013 00014 // INCLUDE FILES 00015 #include "TaskManager.hrh" 00016 00017 #include <e32std.h> 00018 00019 // CLASS DECLARATION 00020 00024 class TRequest 00025 { 00026 public: 00030 enum TOperationType 00031 { 00032 EFetchTasks = 1, 00033 ETaskDone 00034 }; 00035 00044 static void GetMessage( TDesC& aUsername, TDesC& aPassword, 00045 TRequest::TOperationType aOperation, 00046 TDesC& aId, TDes8& aMessage ); 00047 00048 }; 00049 00050 #endif 00051 00052 // End of file 00053 00054 00055 00056
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.