ipsservices/ipssossettings/inc/ipssetuiitembase.inl
branchRCL_3
changeset 25 3533d4323edc
parent 0 8466d47a6819
equal deleted inserted replaced
24:d189ee25cf9d 25:3533d4323edc
       
     1 /*
       
     2 * Copyright (c) 2007 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:  Implementation of base item.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // ----------------------------------------------------------------------------
       
    20 // CIpsSetUiItem::Type()
       
    21 // ----------------------------------------------------------------------------
       
    22 //
       
    23 inline TIpsSetUiSettingsType CIpsSetUiItem::Type() const
       
    24     {
       
    25     return iItemType;
       
    26     }
       
    27 
       
    28 // ----------------------------------------------------------------------------
       
    29 // CIpsSetUiItem::Value()
       
    30 // ----------------------------------------------------------------------------
       
    31 //
       
    32 inline TInt64 CIpsSetUiItem::Value() const
       
    33     {
       
    34     return KErrNotFound;
       
    35     }
       
    36 
       
    37 // ----------------------------------------------------------------------------
       
    38 // CIpsSetUiItem::Value()
       
    39 // ----------------------------------------------------------------------------
       
    40 //
       
    41 inline void CIpsSetUiItem::SetValue( const TInt64 /* aValue */ )
       
    42     {
       
    43     // Do nothing
       
    44     }
       
    45 
       
    46 // ----------------------------------------------------------------------------
       
    47 // CIpsSetUiItem::Text()
       
    48 // ----------------------------------------------------------------------------
       
    49 //
       
    50 inline const TDesC& CIpsSetUiItem::Text() const
       
    51     {
       
    52     return KNullDesC;
       
    53     }
       
    54 
       
    55 // ----------------------------------------------------------------------------
       
    56 // CIpsSetUiItem::SetText()
       
    57 // ----------------------------------------------------------------------------
       
    58 //
       
    59 inline void CIpsSetUiItem::SetText(
       
    60     const TDesC& /* aText */ )
       
    61     {
       
    62     }
       
    63 
       
    64 // ----------------------------------------------------------------------------
       
    65 // CIpsSetUiItem::HasLinkArray()
       
    66 // ----------------------------------------------------------------------------
       
    67 //
       
    68 inline TBool CIpsSetUiItem::HasLinkArray() const
       
    69     {
       
    70     return EFalse;
       
    71     }
       
    72 
       
    73 // End of file