installationservices/swi/inc/sislauncherclient.h
changeset 42 d17dc5398051
parent 25 98b66e4fb0be
child 75 2d2d25361590
--- 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 <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);