installationservices/swi/source/swis/server/installswtypehelper.h
branchRCL_3
changeset 66 8b7f4e561641
parent 65 7333d7932ef7
--- a/installationservices/swi/source/swis/server/installswtypehelper.h	Tue Aug 31 15:21:33 2010 +0300
+++ b/installationservices/swi/source/swis/server/installswtypehelper.h	Wed Sep 01 12:22:02 2010 +0100
@@ -28,7 +28,6 @@
 #define INSTALLSWTYPEHELPER_H
 
 #include <e32std.h>
-#include <usif/scr/screntries_platform.h>
 
 namespace Swi 
 	{
@@ -50,14 +49,14 @@
 		@param aFileName The file name of an XML file to be parsed.
 		@param aInfoArray The output array of registration info objects read from the aFileName.
 		*/
-		void ParseRegFileL(RFs& aFs, const TDesC& aFileName, RPointerArray<Usif::CSoftwareTypeRegInfo>& aInfoArray);
+		void ParseRegFileL(RFs& aFs, const TDesC& aFileName, RPointerArray<CSoftwareTypeRegInfo>& aInfoArray);
 
 		/**
 		Registers software type MIME types to the AppArc. Each Layered Execution Environment must register its
 		MIME types so the SifLauncher may handle installation requests.
 		@param aInfoArray The array of registration info objects describing new software types to be registered.
 		*/
-		void RegisterMimeTypesL(const RPointerArray<Usif::CSoftwareTypeRegInfo>& aInfoArray);
+		void RegisterMimeTypesL(const RPointerArray<CSoftwareTypeRegInfo>& aInfoArray);
 		}
 	}