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