homescreenpluginsrv/hspsmanager/inc/hspsinstallationhandler.inl
changeset 0 79c6a41cd166
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/homescreenpluginsrv/hspsmanager/inc/hspsinstallationhandler.inl	Thu Dec 17 08:54:17 2009 +0200
@@ -0,0 +1,130 @@
+/*
+* Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:  ?Description
+*
+*/
+
+
+// -----------------------------------------------------------------------------
+// From MhspsInstallationService 
+// This method is not supported
+// -----------------------------------------------------------------------------
+//
+ThspsServiceCompletedMessage ChspsInstallationHandler::hspsInstallTheme( 
+		const TDesC& /*aManifestFileName*/,
+		ChspsODT& /*aHeader*/ )
+    {
+    return EhspsServiceNotSupported;
+    }
+
+// -----------------------------------------------------------------------------
+// From MhspsInstallationService
+// This method is not supported 
+// -----------------------------------------------------------------------------
+//
+ThspsServiceCompletedMessage ChspsInstallationHandler::hspsInstallNextPhaseL( 
+		ChspsODT& /*aHeader*/ )
+    {    
+    return EhspsServiceNotSupported;
+    }
+
+// -----------------------------------------------------------------------------
+// From MContentHandler
+// -----------------------------------------------------------------------------
+//
+void ChspsInstallationHandler::OnStartDocumentL(
+		const RDocumentParameters& /*aDocParam*/, 
+		TInt /*aErrorCode*/)
+    {       
+    }
+
+// -----------------------------------------------------------------------------
+// From MContentHandler
+// -----------------------------------------------------------------------------
+//
+void ChspsInstallationHandler::OnEndDocumentL(
+		TInt /*aErrorCode*/)
+    {    
+    }
+
+// -----------------------------------------------------------------------------
+// From MContentHandler
+// -----------------------------------------------------------------------------
+//
+void ChspsInstallationHandler::OnError(
+		TInt /*aErrorCode*/)
+    {    
+    }
+
+// -----------------------------------------------------------------------------
+// From MContentHandler
+// -----------------------------------------------------------------------------
+//    
+void ChspsInstallationHandler::OnProcessingInstructionL(
+	    const TDesC8& /*aTarget*/, 
+	    const TDesC8& /*aData*/, 
+		TInt /*aErrorCode*/)
+    {      
+    }
+
+// -----------------------------------------------------------------------------
+// From MContentHandler
+// -----------------------------------------------------------------------------
+//
+void ChspsInstallationHandler::OnStartPrefixMappingL(
+	    const RString& /*aPrefix*/, 
+	    const RString& /*aUri*/, 
+	    TInt /*aErrorCode*/)
+    {       
+    }
+
+// -----------------------------------------------------------------------------
+// From MContentHandler
+// -----------------------------------------------------------------------------
+//    
+void ChspsInstallationHandler::OnEndPrefixMappingL(
+		const RString& /*aPrefix*/,
+		TInt /*aErrorCode*/)
+    {       
+    }
+
+// -----------------------------------------------------------------------------
+// From MContentHandler
+// -----------------------------------------------------------------------------
+//    
+void ChspsInstallationHandler::OnIgnorableWhiteSpaceL(
+		const TDesC8& /*aBytes*/, 
+		TInt /*aErrorCode*/)
+    {    
+    }    
+
+// -----------------------------------------------------------------------------
+// From MContentHandler
+// -----------------------------------------------------------------------------
+//    
+void ChspsInstallationHandler::OnSkippedEntityL(
+		const RString& /*aName*/, 
+		TInt /*aErrorCode*/) 
+    {    
+    }
+
+// -----------------------------------------------------------------------------
+// From MContentHandler
+// -----------------------------------------------------------------------------
+//
+TAny* ChspsInstallationHandler::GetExtendedInterface(
+		const TInt32 /*aUid*/)
+    {   
+    return NULL;    
+    }    
\ No newline at end of file