imstutils/imconnectionprovider/tsrc/imconnectionprovider_test/src/stubs/s_ximppresensitygroupcontentevent.h
branchRCL_3
changeset 28 3104fc151679
parent 27 2b7283837edb
child 29 9a48e301e94b
equal deleted inserted replaced
27:2b7283837edb 28:3104fc151679
     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_ximppresensitygroupcontentevent.h
       
    15 *
       
    16 */
       
    17 #ifndef MXIMPFWPRESENSITYGROUPCONTENTEVENTSTUB_H
       
    18 #define MXIMPFWPRESENSITYGROUPCONTENTEVENTSTUB_H
       
    19 
       
    20 #include <presentitygroupcontentevent.h>
       
    21 
       
    22 
       
    23 class MPresentityGroupContentEventStub : public MPresentityGroupContentEvent
       
    24     {
       
    25     const MXIMPIdentity& GroupId() const;
       
    26     TInt NewMembersCount() const;
       
    27     const MPresentityGroupMemberInfo& NewMember( TInt aIndex ) const;
       
    28     TInt UpdatedMembersCount() const;
       
    29     const MPresentityGroupMemberInfo& UpdatedMember( TInt aIndex ) const;
       
    30     TInt DisappearedMembersCount() const;
       
    31     const MPresentityGroupMemberInfo& DisappearedMember( TInt aIndex ) const;  
       
    32     TInt CurrentMembersCount() const;
       
    33     const MPresentityGroupMemberInfo& CurrentMember( TInt aIndex ) const;
       
    34     const MXIMPDataSubscriptionState& DataSubscriptionState() const;
       
    35     
       
    36     
       
    37     const TAny* GetInterface(
       
    38                          TInt32 aInterfaceId,
       
    39                          TIfGetOps aOps ) const;
       
    40 
       
    41      TAny* GetInterface(
       
    42                          TInt32 aInterfaceId,
       
    43                          TIfGetOps aOps );
       
    44 
       
    45      TInt32 GetInterfaceId() const;
       
    46     };
       
    47 
       
    48 
       
    49 
       
    50 #endif // MXIMPFWPRESENSITYGROUPCONTENTEVENTSTUB_H