installationservices/swi/source/sislauncher/common/sislauncherclientserver.h
changeset 60 245df5276b97
parent 25 98b66e4fb0be
--- a/installationservices/swi/source/sislauncher/common/sislauncherclientserver.h	Tue Jul 06 14:23:31 2010 +0300
+++ b/installationservices/swi/source/sislauncher/common/sislauncherclientserver.h	Wed Aug 18 09:55:45 2010 +0300
@@ -47,14 +47,18 @@
 	EQueueStartByMimeByHandle,
 	EExecuteQueue,
 	EKillQueue,
-	EParseSwTypeRegFile,
+	#ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
+	//Function Id's to be accessed by Installserver
+	EParseSwTypeRegFile = 30,
 	ERegisterSifLauncherMimeTypes,
-	EUnregisterSifLauncherMimeTypes,
-	#ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
-    EAsyncParseResourceFileSize,     //Parse registration resource file, Async Function
-    EAsyncParseResourceFileData,	 //Return parsed resource data
-    ENotifyNewAppsData,              //Notify Apparc about application data
-    ENotifyApparcForApps,          //Notify Apparc about updated applications
+	ENotifyNewAppsData,                                                     //Notify Apparc about application data
+	//Function Id's to be accessed by SisRegistryServer
+	EUnregisterSifLauncherMimeTypes = 60,
+	//Function Id's to be accessed by Installserver and SisRegistryServer
+	ENotifyApparcForApps = 90,                                              //Notify Apparc about updated applications
+	//Function Id's to be accessed by all clients
+    EAsyncParseResourceFileSize = 120,                                      //Parse registration resource file, Async Function
+    EAsyncParseResourceFileData,                                            //Return parsed resource data
     #endif
 	ESeparatorEndAll