00001 /* 00002 * ============================================================================ 00003 * Name : TaskManager resource header file TaskManager.hrh 00004 * Part of : TaskManager 00005 * Created : 15/03/2006 by Forum Nokia 00006 * Description: 00007 * This file contains declarations for constants of TaskManager. 00008 * The file can be included in C++ or resource file. 00009 * Version : 1.2 00010 * Copyright: Nokia Corporation 00011 * ============================================================================ 00012 */ 00013 00014 #ifndef __TASKMANAGER_HRH__ 00015 #define __TASKMANAGER_HRH__ 00016 00018 enum TTaskManagerIds 00019 { 00020 ETaskManagerConnectionSettingsCommand = 1, 00021 ETaskManagerLoadTasksCommand, 00022 00023 ETaskManagerIdServer, 00024 ETaskManagerIdPort, 00025 ETaskManagerIdUsername, 00026 ETaskManagerIdPassword, 00027 ETaskManagerIdConfirmationQuery, 00028 ETaskManagerWaitNote 00029 }; 00030 00031 #define KMaxTaskLength 100 00032 #define KMaxServerNameLength 100 00033 #define KMaxUsernameLength 40 00034 #define KMaxPasswordLength 20 00035 #define KMaxWriteBufferSize 80 00036 #define KMaxReadBufferSize 40 00037 #define KMaxError 100 00038 00039 #endif // __TASKMANAGER_HRH__
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.