equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2007-2008 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 definitions used in Update client UI |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 #ifndef IA_UPDATE_UI_DEFINES_H |
|
21 #define IA_UPDATE_UI_DEFINES_H |
|
22 |
|
23 /** |
|
24 * General values for the IAD UI purposes. |
|
25 * |
|
26 */ |
|
27 namespace IAUpdateUiDefines |
|
28 { |
|
29 |
|
30 /** |
|
31 * Defines request type passed to IAD UI |
|
32 */ |
|
33 enum TIAUpdateUiRequestType |
|
34 { |
|
35 ENoRequest, |
|
36 ECheckUpdates, |
|
37 EShowUpdates, |
|
38 EUpdateQuery |
|
39 }; |
|
40 |
|
41 |
|
42 //MACROS |
|
43 |
|
44 /** |
|
45 * This string is used to check if the UI should be |
|
46 * used in a testing role. |
|
47 */ |
|
48 _LIT( KTestRole, "testing" ); |
|
49 |
|
50 } |
|
51 |
|
52 #endif // IA_UPDATE_UI_DEFINES_H |