wlansecuritysettings/wlaneapsettingsui/EapMschapv2/NotifierUi/inc/MsChapv2NotifDlgPlugin.inl
changeset 0 c8830336c852
child 2 1c7bc153c08e
equal deleted inserted replaced
-1:000000000000 0:c8830336c852
       
     1 /*
       
     2 * Copyright (c) 2001-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 the License "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 of MsChapv2Notif Dialog Plugins
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef __MSCHAPV2NOTIFDLGPLUGIN_INL__
       
    21 #define __MSCHAPV2NOTIFDLGPLUGIN_INL__
       
    22 
       
    23 
       
    24 // ---------------------------------------------------------
       
    25 // CMsChapv2DialogPlugin::GetUsername
       
    26 // ---------------------------------------------------------
       
    27 //
       
    28 inline TDes& CMsChapv2DialogPlugin::GetUsername() 
       
    29     { 
       
    30     return iDataPtr->iUsername;
       
    31     }
       
    32 
       
    33 
       
    34 // ---------------------------------------------------------
       
    35 // CMsChapv2DialogPlugin::GetPassword
       
    36 // ---------------------------------------------------------
       
    37 //
       
    38 inline TDes& CMsChapv2DialogPlugin::GetPassword() 
       
    39     { 
       
    40     return iDataPtr->iPassword;
       
    41     }
       
    42 
       
    43 
       
    44 // ---------------------------------------------------------
       
    45 // CMsChapv2DialogPlugin::SetOldPassword
       
    46 // ---------------------------------------------------------
       
    47 //
       
    48 inline void CMsChapv2DialogPlugin::SetOldPassword( const TDesC& aOldPwd ) 
       
    49     { 
       
    50     iDataPtr->iOldPassword = aOldPwd; 
       
    51     }
       
    52 
       
    53 #endif  // __MSCHAPV2NOTIFDLGPLUGIN_INL__
       
    54 
       
    55 
       
    56 // End of File