phoneengine/PhoneCntFinder/inc/CPhCntMatchItem.inl
branchRCL_3
changeset 25 5266b1f337bd
parent 0 5f000ab63145
equal deleted inserted replaced
24:41a7f70b3818 25:5266b1f337bd
       
     1 /*
       
     2 * Copyright (c) 2002 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:  Inline functions for Match Item
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // ================= MEMBER FUNCTIONS =======================
       
    20 
       
    21 // ---------------------------------------------------------
       
    22 // CPhCntMatchItem::OriginalNumber
       
    23 // 
       
    24 // ---------------------------------------------------------
       
    25 //
       
    26 inline const TDesC& CPhCntMatchItem::OriginalNumber() const
       
    27     {
       
    28     return *iOriginalTelNumber;
       
    29     }
       
    30 
       
    31 // ---------------------------------------------------------
       
    32 // CPhCntMatchItem::AddReference
       
    33 // 
       
    34 // ---------------------------------------------------------
       
    35 //
       
    36 inline void CPhCntMatchItem::AddReference()
       
    37     {
       
    38     iReferenceCount++;
       
    39     }
       
    40 
       
    41 // ---------------------------------------------------------
       
    42 // CPhCntMatchItem::ReferenceCount
       
    43 // 
       
    44 // ---------------------------------------------------------
       
    45 //
       
    46 inline TInt CPhCntMatchItem::ReferenceCount() const
       
    47     {
       
    48     return iReferenceCount;
       
    49     }
       
    50 
       
    51 // ---------------------------------------------------------
       
    52 // CPhCntMatchItem::ContactId
       
    53 // 
       
    54 // ---------------------------------------------------------
       
    55 //
       
    56 inline CPhCntPbkContactId* CPhCntMatchItem::ContactId() const
       
    57     {
       
    58     return iContactId;
       
    59     }
       
    60 
       
    61 // ---------------------------------------------------------
       
    62 // CPhCntMatchItem::NumberType
       
    63 // 
       
    64 // ---------------------------------------------------------
       
    65 //
       
    66 inline TInt CPhCntMatchItem::NumberType() const
       
    67     {
       
    68     return iNumberType;
       
    69     }
       
    70 
       
    71 //  End of File