equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2003-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: Resource headers for project psln |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #ifndef PSLNSKINNAMES_RH |
|
20 #define PSLNSKINNAMES_RH |
|
21 |
|
22 // --------------------------------------------------------------------------- |
|
23 // Skin name entry. |
|
24 // --------------------------------------------------------------------------- |
|
25 // |
|
26 STRUCT PSLN_SKINNAME |
|
27 { |
|
28 LONG pid1; // Timestamp part of the skin package ID or UID |
|
29 LONG pid2; // Random number part of the skin package ID (or zero if pid1 was a UID) |
|
30 LTEXT listname; // Skin name to be used in lists |
|
31 LTEXT titlename; // Skin name to be used in titles and queries |
|
32 } |
|
33 |
|
34 // --------------------------------------------------------------------------- |
|
35 // List of Skin names. |
|
36 // --------------------------------------------------------------------------- |
|
37 // |
|
38 STRUCT PSLN_SKINNAME_LIST |
|
39 { |
|
40 STRUCT items[]; // PSLN_SKINNAME items |
|
41 } |
|
42 |
|
43 |
|
44 #endif // PSLNSKINNAMES_RH |