diff -r 5cc91383ab1e -r 7333d7932ef7 installationservices/swi/source/swis/server/installswtypehelper.h --- a/installationservices/swi/source/swis/server/installswtypehelper.h Thu Aug 19 10:02:49 2010 +0300 +++ b/installationservices/swi/source/swis/server/installswtypehelper.h Tue Aug 31 15:21:33 2010 +0300 @@ -28,6 +28,7 @@ #define INSTALLSWTYPEHELPER_H #include +#include namespace Swi { @@ -49,14 +50,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); } }