equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2002 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: This file contains declarations for resources of vm. |
|
15 * The file can be included in C++ or resource file. |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 #ifndef VM_HRH |
|
21 #define VM_HRH |
|
22 |
|
23 // DATA TYPES |
|
24 enum TvmMenuCommands |
|
25 { |
|
26 EVmCmdAiwPlaceholder = 500, // for aiw place holder |
|
27 EVmCmdAiwCmdLast, |
|
28 EvmCmdCallVoiceMail = 1, |
|
29 EvmCmdChangeNumber = 2, |
|
30 EvmCmdCallIntVoiceMail = 3, |
|
31 EvmCmdChangeAddress = 4, |
|
32 EvmCmdCallVideoMail = 5, |
|
33 EvmCmdChangeVideoNumber = 6, |
|
34 EvmCmdShowLastMessageDetails = 100, |
|
35 EvmCmdClearIcon, |
|
36 EVmCbaMskDefVoMbx, |
|
37 EVmCbaMskCallVoMbx, |
|
38 EVmCbaMskDefViMbx, |
|
39 EVmCbaMskCallViMbx, |
|
40 EVmCbaMskDefVoipMbx, |
|
41 EVmCbaMskCallVoipMbx |
|
42 }; |
|
43 |
|
44 // Dialog ID:s |
|
45 enum |
|
46 { |
|
47 KVmDetailsDialog = 8000 |
|
48 }; |
|
49 |
|
50 #endif // VM_HRH |
|
51 |
|
52 // End of File |