equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2003 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: |
|
15 * |
|
16 * |
|
17 */ |
|
18 |
|
19 #ifndef __EXTERNALS_RH__ |
|
20 #define __EXTERNALS_RH__ |
|
21 |
|
22 #include "../inc/externals.h" |
|
23 |
|
24 // <From UIKON.RH> |
|
25 |
|
26 STRUCT RSS_SIGNATURE |
|
27 { |
|
28 LONG signature=EEikResourceSignatureValue; |
|
29 SRLINK self; |
|
30 } |
|
31 |
|
32 STRUCT TBUF2 { BUF<2> buf; } |
|
33 STRUCT TBUF16 { BUF<16> buf; } |
|
34 // </From UIKON.RH> |
|
35 |
|
36 // <From BADEF.RH> |
|
37 STRUCT TBUF |
|
38 { |
|
39 BUF buf; // non-zero terminated text string |
|
40 } |
|
41 |
|
42 STRUCT LBUF |
|
43 { |
|
44 LTEXT txt; // leading-byte counted text string |
|
45 } |
|
46 |
|
47 STRUCT ARRAY |
|
48 { |
|
49 STRUCT items[]; |
|
50 } |
|
51 // </From BADEF.RH> |
|
52 |
|
53 #endif |
|
54 // End of File |