homescreenpluginsrv/hspsmanager/inc/hspsinstallationhandler.inl
changeset 0 79c6a41cd166
equal deleted inserted replaced
-1:000000000000 0:79c6a41cd166
       
     1 /*
       
     2 * Copyright (c) 2008 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:  ?Description
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // -----------------------------------------------------------------------------
       
    20 // From MhspsInstallationService 
       
    21 // This method is not supported
       
    22 // -----------------------------------------------------------------------------
       
    23 //
       
    24 ThspsServiceCompletedMessage ChspsInstallationHandler::hspsInstallTheme( 
       
    25 		const TDesC& /*aManifestFileName*/,
       
    26 		ChspsODT& /*aHeader*/ )
       
    27     {
       
    28     return EhspsServiceNotSupported;
       
    29     }
       
    30 
       
    31 // -----------------------------------------------------------------------------
       
    32 // From MhspsInstallationService
       
    33 // This method is not supported 
       
    34 // -----------------------------------------------------------------------------
       
    35 //
       
    36 ThspsServiceCompletedMessage ChspsInstallationHandler::hspsInstallNextPhaseL( 
       
    37 		ChspsODT& /*aHeader*/ )
       
    38     {    
       
    39     return EhspsServiceNotSupported;
       
    40     }
       
    41 
       
    42 // -----------------------------------------------------------------------------
       
    43 // From MContentHandler
       
    44 // -----------------------------------------------------------------------------
       
    45 //
       
    46 void ChspsInstallationHandler::OnStartDocumentL(
       
    47 		const RDocumentParameters& /*aDocParam*/, 
       
    48 		TInt /*aErrorCode*/)
       
    49     {       
       
    50     }
       
    51 
       
    52 // -----------------------------------------------------------------------------
       
    53 // From MContentHandler
       
    54 // -----------------------------------------------------------------------------
       
    55 //
       
    56 void ChspsInstallationHandler::OnEndDocumentL(
       
    57 		TInt /*aErrorCode*/)
       
    58     {    
       
    59     }
       
    60 
       
    61 // -----------------------------------------------------------------------------
       
    62 // From MContentHandler
       
    63 // -----------------------------------------------------------------------------
       
    64 //
       
    65 void ChspsInstallationHandler::OnError(
       
    66 		TInt /*aErrorCode*/)
       
    67     {    
       
    68     }
       
    69 
       
    70 // -----------------------------------------------------------------------------
       
    71 // From MContentHandler
       
    72 // -----------------------------------------------------------------------------
       
    73 //    
       
    74 void ChspsInstallationHandler::OnProcessingInstructionL(
       
    75 	    const TDesC8& /*aTarget*/, 
       
    76 	    const TDesC8& /*aData*/, 
       
    77 		TInt /*aErrorCode*/)
       
    78     {      
       
    79     }
       
    80 
       
    81 // -----------------------------------------------------------------------------
       
    82 // From MContentHandler
       
    83 // -----------------------------------------------------------------------------
       
    84 //
       
    85 void ChspsInstallationHandler::OnStartPrefixMappingL(
       
    86 	    const RString& /*aPrefix*/, 
       
    87 	    const RString& /*aUri*/, 
       
    88 	    TInt /*aErrorCode*/)
       
    89     {       
       
    90     }
       
    91 
       
    92 // -----------------------------------------------------------------------------
       
    93 // From MContentHandler
       
    94 // -----------------------------------------------------------------------------
       
    95 //    
       
    96 void ChspsInstallationHandler::OnEndPrefixMappingL(
       
    97 		const RString& /*aPrefix*/,
       
    98 		TInt /*aErrorCode*/)
       
    99     {       
       
   100     }
       
   101 
       
   102 // -----------------------------------------------------------------------------
       
   103 // From MContentHandler
       
   104 // -----------------------------------------------------------------------------
       
   105 //    
       
   106 void ChspsInstallationHandler::OnIgnorableWhiteSpaceL(
       
   107 		const TDesC8& /*aBytes*/, 
       
   108 		TInt /*aErrorCode*/)
       
   109     {    
       
   110     }    
       
   111 
       
   112 // -----------------------------------------------------------------------------
       
   113 // From MContentHandler
       
   114 // -----------------------------------------------------------------------------
       
   115 //    
       
   116 void ChspsInstallationHandler::OnSkippedEntityL(
       
   117 		const RString& /*aName*/, 
       
   118 		TInt /*aErrorCode*/) 
       
   119     {    
       
   120     }
       
   121 
       
   122 // -----------------------------------------------------------------------------
       
   123 // From MContentHandler
       
   124 // -----------------------------------------------------------------------------
       
   125 //
       
   126 TAny* ChspsInstallationHandler::GetExtendedInterface(
       
   127 		const TInt32 /*aUid*/)
       
   128     {   
       
   129     return NULL;    
       
   130     }