imstutils/imconnectionprovider/tsrc/imconnectionprovider_test/src/stubs/s_ximpsearchkeysevent.h
changeset 0 5e5d6b214f4f
equal deleted inserted replaced
-1:000000000000 0:5e5d6b214f4f
       
     1 /*
       
     2 * Copyright (c) 2009 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_ximpsearchkeysevent.h
       
    15 *
       
    16 */
       
    17 #ifndef MXIMPFWSEARCHKEYSEVENTSTUB_H
       
    18 #define MXIMPFWSEARCHKEYSEVENTSTUB_H
       
    19 
       
    20 #include <searchkeysevent.h>
       
    21 
       
    22 
       
    23 class MSearchKeysEventStub : public MSearchKeysEvent
       
    24     {
       
    25     TInt InfoCount() const;
       
    26     const MSearchKeyInfo& SearchKeyInfo( TInt aIndex ) const;
       
    27     
       
    28     const TAny* GetInterface(
       
    29                          TInt32 aInterfaceId,
       
    30                          TIfGetOps aOps ) const;
       
    31 
       
    32      TAny* GetInterface(
       
    33                          TInt32 aInterfaceId,
       
    34                          TIfGetOps aOps );
       
    35 
       
    36      TInt32 GetInterfaceId() const;
       
    37     };
       
    38 
       
    39 
       
    40 
       
    41 #endif // MXIMPFWSEARCHKEYSEVENTSTUB_H