mobilemessaging/unieditor/utils/inc/UniAddressHandler.inl
branchRCL_3
changeset 60 7fdbb852d323
parent 0 72b543305e3a
equal deleted inserted replaced
57:ebe688cedc25 60:7fdbb852d323
       
     1 /*
       
     2 * Copyright (c) 2006-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: UniAddressHandler.inl*
       
    15 */
       
    16 
       
    17 
       
    18 
       
    19 // ========== INLINE METHODS ===============================
       
    20 
       
    21 // ---------------------------------------------------------
       
    22 // CUniAddressHandler::SetValidAddressType
       
    23 // ---------------------------------------------------------
       
    24 //
       
    25 inline void CUniAddressHandler::SetValidAddressType( CMsgCheckNames::TMsgAddressSelectType aValidAddressType )
       
    26     {
       
    27     iValidAddressType = aValidAddressType;
       
    28     }
       
    29 
       
    30 
       
    31 // ---------------------------------------------------------
       
    32 // CUniAddressHandler::ValidAddressType
       
    33 // ---------------------------------------------------------
       
    34 //
       
    35 inline CMsgCheckNames::TMsgAddressSelectType CUniAddressHandler::ValidAddressType() const
       
    36     {
       
    37     return iValidAddressType;
       
    38     }
       
    39                
       
    40 //  End of File