installationservices/swi/inc/sislauncherclient.h
branchGCC_SURGE
changeset 56 afe7195bb6c3
parent 42 d17dc5398051
child 75 2d2d25361590
--- a/installationservices/swi/inc/sislauncherclient.h	Tue Jun 15 13:36:10 2010 +0100
+++ b/installationservices/swi/inc/sislauncherclient.h	Thu Jul 22 16:35:01 2010 +0100
@@ -31,6 +31,7 @@
 #include "sislauncherdefs.h"
 #ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK  
 #include <usif/scr/appregentries.h>
+#include <usif/scr/screntries_platform.h>
 #endif
 const TInt KDefaultShutdownTimeout = 10000000;
 
@@ -142,7 +143,7 @@
     IMPORT_C void RunAfterEcomNotificationL(const RPointerArray<CSisRegistryFileDescription>& aFileList);
 
 #ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
-    IMPORT_C void ParseSwTypeRegFileL(RFile& aFile, RPointerArray<CSoftwareTypeRegInfo>& aSwTypeRegInfoArray);
+    IMPORT_C void ParseSwTypeRegFileL(RFile& aFile, RPointerArray<Usif::CSoftwareTypeRegInfo>& aSwTypeRegInfoArray);
 
     IMPORT_C void RegisterSifLauncherMimeTypesL(const RPointerArray<HBufC8>& aMimeTypes);