installationservices/swi/source/sisregistry/server_legacy/sisregistrycache.h
branchRCL_3
changeset 26 8b7f4e561641
parent 25 7333d7932ef7
equal deleted inserted replaced
25:7333d7932ef7 26:8b7f4e561641
     1 /*
     1 /*
     2 * Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2004-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".
    70 	/**
    70 	/**
    71 	 * Returns the current list of registered packages, even those on removable media
    71 	 * Returns the current list of registered packages, even those on removable media
    72 	 */
    72 	 */
    73 	void PackageListL(RPointerArray<CSisRegistryPackage>& aPackages) const;
    73 	void PackageListL(RPointerArray<CSisRegistryPackage>& aPackages) const;
    74 	
    74 	
       
    75     /**
       
    76      * Returns the current list of tokens.
       
    77      */	
       
    78 	const RPointerArray<CSisRegistryToken>& TokenList() const;
       
    79 	
    75 	/**
    80 	/**
    76 	 * Returns the current list of registered packages, even those on removable media
    81 	 * Returns the current list of registered packages, even those on removable media
    77 	 */
    82 	 */
    78 	void PackageAugmentationsL(const TUid aUid, RPointerArray<CSisRegistryPackage>& aPackages) const;
    83 	void PackageAugmentationsL(const TUid aUid, RPointerArray<CSisRegistryPackage>& aPackages) const;
    79 	
    84