diff -r 6e7b00453237 -r d17dc5398051 installationservices/swi/inc/sislauncherclient.h --- a/installationservices/swi/inc/sislauncherclient.h Thu May 27 12:58:35 2010 +0300 +++ b/installationservices/swi/inc/sislauncherclient.h Fri Jun 11 13:45:18 2010 +0300 @@ -31,6 +31,7 @@ #include "sislauncherdefs.h" #ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK #include +#include #endif const TInt KDefaultShutdownTimeout = 10000000; @@ -142,7 +143,7 @@ IMPORT_C void RunAfterEcomNotificationL(const RPointerArray& aFileList); #ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK - IMPORT_C void ParseSwTypeRegFileL(RFile& aFile, RPointerArray& aSwTypeRegInfoArray); + IMPORT_C void ParseSwTypeRegFileL(RFile& aFile, RPointerArray& aSwTypeRegInfoArray); IMPORT_C void RegisterSifLauncherMimeTypesL(const RPointerArray& aMimeTypes);