cbsref/telephonyrefplugins/atltsy/handler/inc/misdispatchinterfacesupported.h
branchRCL_3
changeset 65 630d2f34d719
equal deleted inserted replaced
61:17af172ffa5f 65:630d2f34d719
       
     1 // Copyright (c) 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 "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // MIsDispatchInterfaceSupported
       
    15 
       
    16 #ifndef MISDISPATCHINTERFACESUPPORTED_H_
       
    17 #define MISDISPATCHINTERFACESUPPORTED_H_
       
    18 
       
    19 #include <ctsy/ltsy/mltsydispatchfactory.h>
       
    20 
       
    21 class MIsDispatchInterfaceSupported
       
    22 /**
       
    23  * Interface implemented by the functional unit handlers to return whether a 
       
    24  * specific interface is supported. 
       
    25  */
       
    26 	{
       
    27 public:
       
    28 	
       
    29 	virtual TBool IsInterfaceSupported(TLtsyDispatchInterfaceApiId aDispatchApiId) = 0;
       
    30 	
       
    31 	}; // class MIsDispatchInterfaceSupported
       
    32 
       
    33 #endif // MISDISPATCHINTERFACESUPPORTED_H_