uiutils/hlplch/inc/lch.rh
branchRCL_3
changeset 4 8ca85d2f0db7
equal deleted inserted replaced
0:2f259fa3e83a 4:8ca85d2f0db7
       
     1 // Copyright (c) 1999-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 #ifndef LCH_RH
       
    17 #define LCH_RH
       
    18 
       
    19 //
       
    20 // FROM EIKDEF.RH - avoids HlpModel requiring Eikon
       
    21 //
       
    22 STRUCT RSS_SIGNATURE
       
    23     {
       
    24     LONG signature=4;
       
    25     SRLINK self;
       
    26     }
       
    27 
       
    28 STRUCT TXT
       
    29 	{
       
    30 	LTEXT buf;
       
    31 	}
       
    32 
       
    33 #endif // LCH_RH