bearermanagement/mpm/inc/mpmserversession.inl
branchRCL_3
changeset 58 83ca720e2b9a
parent 57 05bc53fe583b
equal deleted inserted replaced
57:05bc53fe583b 58:83ca720e2b9a
     1 /*
     1 /*
     2 * Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2007 Nokia Corporation and/or its subsidiary(-ies). 
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description: Inline functions for CMPMServerSession class
    14 * Description: Inline functions for CMPMServerSession class
    15 *
    15 *
    16 */
    16 */
       
    17 
       
    18 // -----------------------------------------------------------------------------
       
    19 // CMPMServerSession::SetDisconnectDlgPtrNull
       
    20 // -----------------------------------------------------------------------------
       
    21 //
       
    22 inline void CMPMServerSession::SetDisconnectDlgPtrNull()
       
    23     {
       
    24     iDisconnectDlg = NULL;
       
    25     }
    17 
    26 
    18 // -----------------------------------------------------------------------------
    27 // -----------------------------------------------------------------------------
    19 // CMPMServerSession::SetConfirmDlgRoamingPtrNull
    28 // CMPMServerSession::SetConfirmDlgRoamingPtrNull
    20 // -----------------------------------------------------------------------------
    29 // -----------------------------------------------------------------------------
    21 //
    30 //
    78     {
    87     {
    79     return iUserConnection;
    88     return iUserConnection;
    80     }
    89     }
    81 
    90 
    82 // -----------------------------------------------------------------------------
    91 // -----------------------------------------------------------------------------
    83 // CMPMServerSession::VpnUserConnectionUsed
       
    84 // -----------------------------------------------------------------------------
       
    85 //
       
    86 inline TBool CMPMServerSession::VpnUserConnectionUsed() const
       
    87     {
       
    88     return iVpnUserConnectionUsed;
       
    89     }
       
    90 
       
    91 // -----------------------------------------------------------------------------
       
    92 // CMPMServerSession::AppUid
    92 // CMPMServerSession::AppUid
    93 // -----------------------------------------------------------------------------
    93 // -----------------------------------------------------------------------------
    94 //
    94 //
    95 inline TUint32 CMPMServerSession::AppUid() const
    95 inline TUint32 CMPMServerSession::AppUid() const
    96     {
    96     {