installationservices/swi/test/tuiscriptadaptors/sisregistryaccess_client.h
branchRCL_3
changeset 25 7333d7932ef7
parent 0 ba25891c3a9e
child 26 8b7f4e561641
equal deleted inserted replaced
24:5cc91383ab1e 25:7333d7932ef7
     1 /*
     1 /*
     2 * Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2008-2010 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".
    53 	/**
    53 	/**
    54 	 * Removes the specified package from SCR (using SisRegistryServer)
    54 	 * Removes the specified package from SCR (using SisRegistryServer)
    55 	 */
    55 	 */
    56 	TInt DeleteEntryL(Swi::CSisRegistryPackage& aPackage, TInt& aSpentTimeInMillisecond);
    56 	TInt DeleteEntryL(Swi::CSisRegistryPackage& aPackage, TInt& aSpentTimeInMillisecond);
    57 
    57 
       
    58 	/**
       
    59 	 * Adds the Application Registration Info from *_reg.rsc
       
    60 	 */
       
    61 	TInt AddAppRegInfoL(const TDesC& aAppRegFile, TInt& aSpentTimeInMillisecond);
       
    62 	
       
    63 	/**
       
    64      * Removes the Application Registration Info
       
    65      */
       
    66     TInt RemoveAppRegInfoL(const TDesC& aAppRegFile, TInt& aSpentTimeInMillisecond);
    58 	};
    67 	};
    59 
    68 
    60 #endif	// __SISREGISTRYACCESSCLIENT_H__
    69 #endif	// __SISREGISTRYACCESSCLIENT_H__