uiservicetab/vimpstengine/tsrc/vimpstengine_ut/src/stubs/s_presenceinfofieldvalueenum.cpp
branchRCL_3
changeset 23 9a48e301e94b
parent 0 5e5d6b214f4f
equal deleted inserted replaced
22:3104fc151679 23:9a48e301e94b
       
     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_presenceinfofieldvalueenum.cpp
       
    15 *
       
    16 */
       
    17 #include "s_presenceinfofieldvalueenum.h"
       
    18 
       
    19 TInt MPresenceInfoFieldValueEnumStub::MinValue() const
       
    20     {
       
    21     return 0;
       
    22     }
       
    23 
       
    24 TInt MPresenceInfoFieldValueEnumStub::MaxValue() const
       
    25     {
       
    26     return 0;
       
    27     }
       
    28 
       
    29 TInt MPresenceInfoFieldValueEnumStub::Value() const
       
    30     {
       
    31     return 0;
       
    32     }
       
    33 
       
    34 void MPresenceInfoFieldValueEnumStub::SetValueL( TInt /*aValue*/ )
       
    35     {
       
    36     }
       
    37 
       
    38 void MPresenceInfoFieldValueEnumStub::SetLimits( TInt /*aMin*/, TInt /*aMax*/ )
       
    39     {
       
    40     }
       
    41 
       
    42 const TAny* MPresenceInfoFieldValueEnumStub::GetInterface(
       
    43                     TInt32 /*aInterfaceId*/,
       
    44                     TIfGetOps /*aOps*/ ) const
       
    45     {
       
    46     return NULL;
       
    47     }
       
    48 
       
    49 TAny* MPresenceInfoFieldValueEnumStub::GetInterface(
       
    50                     TInt32 /*aInterfaceId*/,
       
    51                     TIfGetOps /*aOps*/ )
       
    52     {
       
    53     return NULL;
       
    54     }
       
    55 
       
    56 TInt32 MPresenceInfoFieldValueEnumStub::GetInterfaceId() const
       
    57     {
       
    58     return 0;
       
    59     }
       
    60 
       
    61 
       
    62 
       
    63 
       
    64 
       
    65