installationservices/swi/source/sishelper/uissclienthandler.h
changeset 25 98b66e4fb0be
parent 0 ba25891c3a9e
--- a/installationservices/swi/source/sishelper/uissclienthandler.h	Fri Mar 19 09:33:35 2010 +0200
+++ b/installationservices/swi/source/sishelper/uissclienthandler.h	Fri Apr 16 15:05:20 2010 +0300
@@ -28,10 +28,7 @@
 #include "swi/msisuihandlers.h"
 #include "swi/launcher.h"
 #ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
-namespace Usif
-	{
-	class CComponentInfo;
-	}
+#include <usif/sif/sifcommon.h>
 #include "swi/nativecomponentinfo.h"
 #endif
 
@@ -186,7 +183,7 @@
 	void AllocCompInfoBufL(TInt aBufSize);
 	void ConstructCompInfoFromBufferL();
 	Usif::CComponentInfo::CNode* MapToComponentInfoL(CNativeComponentInfo& aNativeComponentInfo);
-	
+	void MapToApplicationInfoL(RCPointerArray<Swi::CNativeComponentInfo::CNativeApplicationInfo>& aNativeApplicationsInfo, RPointerArray<Usif::CComponentInfo::CApplicationInfo>& aApplicationsInfo);
 	HBufC8* iCompInfoBuffer;		//< Component Information storage buffer
 	TPtr8   iCompInfoBufPtr;