installationservices/swi/source/sislauncher/common/sislauncherclientserver.h
changeset 50 c6e8afe0ba85
parent 25 98b66e4fb0be
--- a/installationservices/swi/source/sislauncher/common/sislauncherclientserver.h	Tue Jun 29 16:50:12 2010 +0300
+++ b/installationservices/swi/source/sislauncher/common/sislauncherclientserver.h	Thu Jul 08 20:28:00 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