instantmessagesalert/tsrc/testinstantmsgalert/src/stubs/s_presencewatching.cpp
branchRCL_3
changeset 22 3104fc151679
parent 21 2b7283837edb
child 23 9a48e301e94b
equal deleted inserted replaced
21:2b7283837edb 22: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_presencewatching.cpp
       
    15 *
       
    16 */
       
    17 
       
    18 #include "s_presencewatching.h"
       
    19 
       
    20 
       
    21 TXIMPRequestId MPresenceWatchingStub::SubscribePresentityPresenceL(
       
    22     const MXIMPIdentity& /*aPresentityId*/,
       
    23     const MPresenceInfoFilter& /*aPif*/ )
       
    24     {
       
    25     TXIMPRequestId id;
       
    26     return id;
       
    27     }
       
    28 
       
    29 TXIMPRequestId MPresenceWatchingStub::UnsubscribePresentityPresenceL(
       
    30     const MXIMPIdentity& /*aPresentityId*/ )
       
    31     {
       
    32     TXIMPRequestId id;
       
    33     return id;
       
    34     }
       
    35     
       
    36 TXIMPRequestId MPresenceWatchingStub::SubscribePresentityGroupMembersPresenceL(
       
    37     const MXIMPIdentity& /*aGroupId*/,
       
    38     const MPresenceInfoFilter& /*aPif*/ )
       
    39     {
       
    40     TXIMPRequestId id;
       
    41     return id;
       
    42     }
       
    43 
       
    44 TXIMPRequestId MPresenceWatchingStub::UnsubscribePresentityGroupMembersPresenceL(
       
    45     const MXIMPIdentity& /*aGroupId*/ )
       
    46     {
       
    47     TXIMPRequestId id;
       
    48     return id;
       
    49     }
       
    50 
       
    51 const TAny* MPresenceWatchingStub::GetInterface(
       
    52                     TInt32 /*aInterfaceId*/,
       
    53                     TIfGetOps /*aOps*/ ) const
       
    54     {
       
    55     return NULL;
       
    56     }
       
    57 
       
    58 TAny* MPresenceWatchingStub::GetInterface(
       
    59                     TInt32 /*aInterfaceId*/,
       
    60                     TIfGetOps /*aOps*/ )
       
    61     {
       
    62     return NULL;
       
    63     }
       
    64 
       
    65 TInt32 MPresenceWatchingStub::GetInterfaceId() const
       
    66     {
       
    67     return 0;
       
    68     }