equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2005 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: Header file for UI definitions |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #ifndef NSMLDMUIDEFINES_H |
|
20 #define NSMLDMUIDEFINES_H |
|
21 |
|
22 //Authentication query time-out. Time in seconds. |
|
23 #define NSmlDMAuthQueryShowTime 900 |
|
24 //Accept alert query time-out. Time in seconds. |
|
25 #define NSmlDMAlertTimeAccept 60 |
|
26 |
|
27 #define KNSmlMaxTextLength64 64 |
|
28 #define KNSmlMaxTextLength128 128 |
|
29 #define KNSmlMaxTextLength256 256 |
|
30 #define KNSmlMaxEmptyTextLength 100 |
|
31 |
|
32 #define KNSmlMaxProfileNameLength 100 |
|
33 #define KNSmlMaxUsernameLength 100 |
|
34 #define KNSmlMaxPasswordLength 50 |
|
35 |
|
36 #endif // NSMLDMUIDEFINES_H |
|
37 |
|
38 // End of File |