installationservices/swi/source/sislauncher/common/sislauncherclientserver.h
branchRCL_3
changeset 26 8b7f4e561641
parent 25 7333d7932ef7
equal deleted inserted replaced
25:7333d7932ef7 26:8b7f4e561641
     1 /*
     1 /*
     2 * Copyright (c) 2004-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of the License "Eclipse Public License v1.0"
     5 * under the terms of the License "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    45 	EQueueRunExecutable,
    45 	EQueueRunExecutable,
    46 	EQueueStartDocumentByHandle,
    46 	EQueueStartDocumentByHandle,
    47 	EQueueStartByMimeByHandle,
    47 	EQueueStartByMimeByHandle,
    48 	EExecuteQueue,
    48 	EExecuteQueue,
    49 	EKillQueue,
    49 	EKillQueue,
    50 	#ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
    50 	EParseSwTypeRegFile,
    51 	//Function Id's to be accessed by Installserver
       
    52 	EParseSwTypeRegFile = 30,
       
    53 	ERegisterSifLauncherMimeTypes,
    51 	ERegisterSifLauncherMimeTypes,
    54 	ENotifyNewAppsData,                                                     //Notify Apparc about application data
    52 	EUnregisterSifLauncherMimeTypes,
    55 	//Function Id's to be accessed by SisRegistryServer
       
    56 	EUnregisterSifLauncherMimeTypes = 60,
       
    57 	//Function Id's to be accessed by Installserver and SisRegistryServer
       
    58 	ENotifyApparcForApps = 90,                                              //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
       
    62     #endif
       
    63 	ESeparatorEndAll	
    53 	ESeparatorEndAll	
    64    
       
    65 	};
    54 	};