connectivitymodules/SeCon/wbxml/conmlhandler/inc/sconwbxmlparser.inl
branchRCL_3
changeset 20 4a793f564d72
parent 0 d0791faffa3f
equal deleted inserted replaced
19:0aa8cc770c8a 20:4a793f564d72
       
     1 /*
       
     2 * Copyright (c) 2009 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:  ConML parser/generator
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef __SCONWBXMLPARSER_INL__
       
    20 #define __SCONWBXMLPARSER_INL__
       
    21 
       
    22 
       
    23 inline TWBXMLStackItem::TWBXMLStackItem( TUint8 aTag )  : iTag(aTag)
       
    24 	{
       
    25 	}
       
    26 
       
    27 inline TUint8 TWBXMLStackItem::Tag() const
       
    28 	{
       
    29 	return iTag;
       
    30 	}
       
    31 
       
    32 #endif // __SCONWBXMLPARSER_INL__