uiservicetab/vimpstcmdprocess/tsrc/vimpstcmdprocess_utest/inc/s_enginecontmgtextfeatures.h
branchRCL_3
changeset 22 3104fc151679
parent 21 2b7283837edb
child 23 9a48e301e94b
equal deleted inserted replaced
21:2b7283837edb 22: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 "mvimpstenginecontactmgmtextention.h"
       
    19 
       
    20 class contactmanagementextention_stub : public MVIMPSTEngineContactMgmtExtention
       
    21 	{
       
    22 	public:
       
    23 	
       
    24 	static MVIMPSTEngineExtentionFeatures* 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 	TVIMPSTEnums::ExtentionType Type() const ;
       
    40 	
       
    41 
       
    42     TInt AddServerContactL(const TDesC& aContactList, 
       
    43          						const TDesC& aUserId,const TDesC& aNickname );
       
    44         
       
    45         
       
    46     TInt DeleteServerContactL( const TDesC& aContactListId, 
       
    47          							const TDesC& aUserId ) ;
       
    48 	
       
    49 
       
    50 
       
    51 	};
       
    52 
       
    53 //end of file