uiservicetab/vimpstcmdprocess/tsrc/vimpstcmdprocess_utest/inc/s_enginesearchextention.h
branchRCL_3
changeset 28 3104fc151679
parent 27 2b7283837edb
child 29 9a48e301e94b
equal deleted inserted replaced
27:2b7283837edb 28:3104fc151679
     1 /*
       
     2 * Copyright (c) 2006, 2007 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  s_enginecontmgtextfeatures.cpp
       
    15 *
       
    16 */
       
    17 
       
    18 #include "mvimpstenginesearchmgrextention.h"
       
    19 
       
    20 class searchextention_stub : public MVIMPSTEngineSearchMgrExtention
       
    21 	{
       
    22 	public:
       
    23 
       
    24 	static MVIMPSTEngineSearchMgrExtention* NewL();	
       
    25 	
       
    26 	TVIMPSTEnums::FeatureSupport IsSupported() const ;
       
    27 
       
    28 	/**
       
    29 	* SetSupported
       
    30 	* @param TVIMPSTEnums::FeatureSupport defined in tvimpstenums.h
       
    31 	*/
       
    32 	void SetSupported(TVIMPSTEnums::FeatureSupport aSupported );
       
    33 
       
    34 
       
    35 	/**
       
    36 	* Type of the Extention Feature
       
    37 	* @return TVIMPSTEnums::ExtentionType defined in tvimpstenums.h
       
    38 	*/
       
    39 
       
    40 	TVIMPSTEnums::ExtentionType Type() const ;
       
    41 	
       
    42 
       
    43  /*  	static MVIMPSTEngineSearchMgrExtention& Cast(
       
    44                 MVIMPSTEngineExtentionFeatures& aExtentionFeature);
       
    45                 
       
    46     static const MVIMPSTEngineSearchMgrExtention& Cast(
       
    47                 const MVIMPSTEngineExtentionFeatures& aExtentionFeature);   */
       
    48 
       
    49 
       
    50 	void RegisterObserver(MVIMPSTEngineSearchExtentionEventObserver* aObserver) ;
       
    51 
       
    52 	void  UnRegisterObserver(MVIMPSTEngineSearchExtentionEventObserver* aObserver ) ;
       
    53 
       
    54     TInt SearchContactsL( RArray<TVIMPSTSearchKeyData>& aKeyDataArray ) ;
       
    55      
       
    56     TInt SubscribeForSearchKeysL()  ;         
       
    57 	
       
    58 
       
    59 
       
    60 	};
       
    61 
       
    62 //end of file