equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2002-2006 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #ifndef __ECMTGUI_HRH__ |
|
20 #define __ECMTGUI_HRH__ |
|
21 |
|
22 /** |
|
23 * EcmtGui enumerate command codes |
|
24 * @ingroup EcmtGui |
|
25 */ |
|
26 enum TEcmtGuiIds |
|
27 { |
|
28 EEcmtGuiCmdStart = 1, // start value must not be 0 |
|
29 EEcmtGuiCmdStop, |
|
30 EEcmtGuiCmdClearLog, |
|
31 //for ecmt odd using wlan |
|
32 EEcmtGuiCmdWlanOdd, |
|
33 EEcmtGuiCmdChange, |
|
34 EEcmtGuiCmdSettings, |
|
35 EIp, |
|
36 EDeleteJavaDir |
|
37 }; |
|
38 |
|
39 enum TEcmtOdd |
|
40 { |
|
41 EListboxSettingUsername, |
|
42 EListboxSettingConnectMode, |
|
43 EListboxCmdChange |
|
44 }; |
|
45 |
|
46 enum TEcmtGuiViewIds |
|
47 { |
|
48 EEcmtLogViewId, |
|
49 EEcmtSettingsViewId, |
|
50 EListboxSettingView |
|
51 }; |
|
52 |
|
53 enum TEcmtGuiSettingItems |
|
54 { |
|
55 EEcmtGuiSettingBearer |
|
56 }; |
|
57 |
|
58 #endif |