applayerpluginsandutils/uripermissionservices/server/inc/tldlistinitializer.inl
changeset 0 b16258d2340f
equal deleted inserted replaced
-1:000000000000 0:b16258d2340f
       
     1 // Copyright (c) 2008-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 using namespace Xml;
       
    16 
       
    17 void CTldListInitializer::OnStartPrefixMappingL ( const RString& /* aPrefix */, const RString& /* aUri */, TInt aErrorCode )
       
    18 	{
       
    19 	User::LeaveIfError ( aErrorCode );
       
    20 			
       
    21 	}
       
    22 
       
    23 void CTldListInitializer::OnEndPrefixMappingL ( const RString& /* aPrefix */, TInt aErrorCode )
       
    24 	{
       
    25 	User::LeaveIfError ( aErrorCode );		
       
    26 	}
       
    27 
       
    28 void CTldListInitializer::OnIgnorableWhiteSpaceL ( const TDesC8& /* aBytes */, TInt aErrorCode )
       
    29 	{
       
    30 	User::LeaveIfError ( aErrorCode );		
       
    31 	}
       
    32 
       
    33 void CTldListInitializer::OnSkippedEntityL ( const RString& /* aName */, TInt aErrorCode )
       
    34 	{
       
    35 	User::LeaveIfError ( aErrorCode );		
       
    36 	}
       
    37 
       
    38 void CTldListInitializer::OnProcessingInstructionL ( const TDesC8& /* aTarget */, const TDesC8& /* aData */, TInt aErrorCode )
       
    39 	{
       
    40 	User::LeaveIfError ( aErrorCode );	
       
    41 	}
       
    42 
       
    43 void CTldListInitializer::OnError ( TInt /* aErrorCode */ )
       
    44 	{
       
    45 	}
       
    46 
       
    47 TAny* CTldListInitializer::GetExtendedInterface ( const TInt32 /* aUid */ )
       
    48 	{
       
    49 	return NULL;
       
    50 	}