installationservices/swi/source/sislauncher/common/sislauncherclientserver.h
changeset 25 98b66e4fb0be
parent 0 ba25891c3a9e
child 50 c6e8afe0ba85
--- a/installationservices/swi/source/sislauncher/common/sislauncherclientserver.h	Fri Mar 19 09:33:35 2010 +0200
+++ b/installationservices/swi/source/sislauncher/common/sislauncherclientserver.h	Fri Apr 16 15:05:20 2010 +0300
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 2004-2010 Nokia Corporation and/or its subsidiary(-ies).
 * All rights reserved.
 * This component and the accompanying materials are made available
 * under the terms of the License "Eclipse Public License v1.0"
@@ -50,5 +50,12 @@
 	EParseSwTypeRegFile,
 	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
+    #endif
 	ESeparatorEndAll	
+   
 	};