diff -r 7333d7932ef7 -r 8b7f4e561641 installationservices/swi/source/swis/server/installswtypehelper.h --- 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 -#include 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& aInfoArray); + void ParseRegFileL(RFs& aFs, const TDesC& aFileName, RPointerArray& 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& aInfoArray); + void RegisterMimeTypesL(const RPointerArray& aInfoArray); } }