epoc32/include/ecom/publicregistry.h
branchSymbian2
changeset 2 2fe1408b6811
parent 0 061f57f2323e
child 4 837f303aceeb
equal deleted inserted replaced
1:666f914201fb 2:2fe1408b6811
     1 publicregistry.h
     1 // Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // The interface definition for the MPublicRegistry class
       
    15 // 
       
    16 //
       
    17 
       
    18 
       
    19 
       
    20 #ifndef __PUBLICREGISTRY_H__
       
    21 #define __PUBLICREGISTRY_H__
       
    22 
       
    23 #include <ecom/implementationinformation.h>
       
    24 
       
    25 /**
       
    26 Provides access to the public functions of CRegistryData for CResolver 
       
    27 implementations.
       
    28 
       
    29 @publishedAll
       
    30 @released
       
    31 */
       
    32 
       
    33 class MPublicRegistry
       
    34 	{
       
    35 public:
       
    36 	/**
       
    37 	Intended Usage	: Provides a list of the implementations which satisfy the 
       
    38 					interface uid specified.
       
    39 	@leave  		Depends on implementation.
       
    40 	@since			7.0
       
    41 	@return			None.
       
    42 	@pre 			This object is fully constructed.
       
    43  	*/
       
    44 	
       
    45 	virtual RImplInfoArray& ListImplementationsL(TUid aInterfaceUid) const = 0 ;
       
    46 
       
    47 	};
       
    48 
       
    49 #endif // __PUBLICREGISTRY_H__