equal
deleted
inserted
replaced
|
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 well known services resource definition. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 /** |
|
20 * Phonebook 2 well known service resource structure. |
|
21 */ |
|
22 STRUCT PHONEBOOK2_WELL_KNOWN_SERVICE |
|
23 { |
|
24 // service name |
|
25 LTEXT serviceName; |
|
26 |
|
27 //localized name for specified service |
|
28 LTEXT localizedName; |
|
29 } |
|
30 |
|
31 /** |
|
32 * Phonebook 2 well known services resource structure. |
|
33 */ |
|
34 STRUCT PHONEBOOK2_WELL_KNOWN_SERVICES |
|
35 { |
|
36 // well known services array |
|
37 STRUCT services[]; |
|
38 } |
|
39 |
|
40 // End of File |