os/ossrv/genericservices/s60compatibilityheaders/commonengineresources/inc/externals.rh
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 //
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
    10 //
    11 // Contributors:
    12 //
    13 // Description:
    14 //
    15 
    16 
    17 
    18 #ifndef __EXTERNALS_RH__
    19 #define __EXTERNALS_RH__
    20 
    21 #include "..\inc\externals.h"
    22 
    23 // <From UIKON.RH>
    24 
    25 STRUCT RSS_SIGNATURE
    26     {
    27     LONG signature=EEikResourceSignatureValue;
    28 	SRLINK self;
    29     }
    30 
    31 STRUCT TBUF2	{ BUF<2> buf; }
    32 STRUCT TBUF16	{ BUF<16> buf; }
    33 // </From UIKON.RH>
    34 
    35 // <From BADEF.RH>
    36 STRUCT TBUF
    37     {
    38     BUF buf; // non-zero terminated text string
    39     }
    40 
    41 STRUCT LBUF
    42     {
    43     LTEXT txt; // leading-byte counted text string
    44     }
    45 
    46 STRUCT ARRAY
    47     {
    48     STRUCT items[];
    49     }
    50 // </From BADEF.RH>
    51 
    52 #endif
    53 // End of File