installationservices/swi/source/sislauncher/common/sislauncherclientserver.h
changeset 60 245df5276b97
parent 25 98b66e4fb0be
equal deleted inserted replaced
53:ae54820ef82c 60:245df5276b97
    45 	EQueueRunExecutable,
    45 	EQueueRunExecutable,
    46 	EQueueStartDocumentByHandle,
    46 	EQueueStartDocumentByHandle,
    47 	EQueueStartByMimeByHandle,
    47 	EQueueStartByMimeByHandle,
    48 	EExecuteQueue,
    48 	EExecuteQueue,
    49 	EKillQueue,
    49 	EKillQueue,
    50 	EParseSwTypeRegFile,
    50 	#ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
       
    51 	//Function Id's to be accessed by Installserver
       
    52 	EParseSwTypeRegFile = 30,
    51 	ERegisterSifLauncherMimeTypes,
    53 	ERegisterSifLauncherMimeTypes,
    52 	EUnregisterSifLauncherMimeTypes,
    54 	ENotifyNewAppsData,                                                     //Notify Apparc about application data
    53 	#ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
    55 	//Function Id's to be accessed by SisRegistryServer
    54     EAsyncParseResourceFileSize,     //Parse registration resource file, Async Function
    56 	EUnregisterSifLauncherMimeTypes = 60,
    55     EAsyncParseResourceFileData,	 //Return parsed resource data
    57 	//Function Id's to be accessed by Installserver and SisRegistryServer
    56     ENotifyNewAppsData,              //Notify Apparc about application data
    58 	ENotifyApparcForApps = 90,                                              //Notify Apparc about updated applications
    57     ENotifyApparcForApps,          //Notify Apparc about updated applications
    59 	//Function Id's to be accessed by all clients
       
    60     EAsyncParseResourceFileSize = 120,                                      //Parse registration resource file, Async Function
       
    61     EAsyncParseResourceFileData,                                            //Return parsed resource data
    58     #endif
    62     #endif
    59 	ESeparatorEndAll	
    63 	ESeparatorEndAll	
    60    
    64    
    61 	};
    65 	};