|
1 /* |
|
2 * Copyright (c) 2005-2007 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: Phonebook 2 UI Services definitions. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #ifndef PBK2UISERVICES_HRH |
|
20 #define PBK2UISERVICES_HRH |
|
21 |
|
22 #include <AiwCommon.hrh> |
|
23 |
|
24 // -------------------------------------------------------------------------- |
|
25 // Phonebook 2 UI Services command codes |
|
26 // -------------------------------------------------------------------------- |
|
27 // |
|
28 enum TPbk2AiwCommandId |
|
29 { |
|
30 /// First Phonebook 2 AIW command (keep this item first) |
|
31 EPbk2AiwCmdFirst, |
|
32 |
|
33 // Data Save |
|
34 EPbk2AiwCmdAssignBase = KAiwCmdAssign, |
|
35 EPbk2AiwCmdAssign, |
|
36 EPbk2AiwCmdDataSaveCreateNew, |
|
37 EPbk2AiwCmdDataSaveAddToExisting, |
|
38 |
|
39 /// Last Phonebook AIW 2 command (keep this item last) |
|
40 EPbk2AiwCmdLast |
|
41 }; |
|
42 |
|
43 // -------------------------------------------------------------------------- |
|
44 // Phonebook 2 UI Services exit command parameters |
|
45 // -------------------------------------------------------------------------- |
|
46 // |
|
47 enum TPbk2ExitCommandParams |
|
48 { |
|
49 /// Changing of these values will break all the clients |
|
50 EPbk2ExitServiceApplication = 0, // exit server application |
|
51 EPbk2ExitApplication // exit application (client process) |
|
52 }; |
|
53 |
|
54 #endif // PBK2UISERVICES_HRH |
|
55 |
|
56 // End of File |