bearermanagement/mpm/inc/mpmserversession.inl
changeset 41 bbb64eb3bdee
parent 40 c5b848e6c7d1
equal deleted inserted replaced
40:c5b848e6c7d1 41:bbb64eb3bdee
     1 /*
     1 /*
     2 * Copyright (c) 2007 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2007-2010 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".
    78     {
    78     {
    79     return iUserConnection;
    79     return iUserConnection;
    80     }
    80     }
    81 
    81 
    82 // -----------------------------------------------------------------------------
    82 // -----------------------------------------------------------------------------
       
    83 // CMPMServerSession::VpnUserConnectionUsed
       
    84 // -----------------------------------------------------------------------------
       
    85 //
       
    86 inline TBool CMPMServerSession::VpnUserConnectionUsed() const
       
    87     {
       
    88     return iVpnUserConnectionUsed;
       
    89     }
       
    90 
       
    91 // -----------------------------------------------------------------------------
    83 // CMPMServerSession::AppUid
    92 // CMPMServerSession::AppUid
    84 // -----------------------------------------------------------------------------
    93 // -----------------------------------------------------------------------------
    85 //
    94 //
    86 inline TUint32 CMPMServerSession::AppUid() const
    95 inline TUint32 CMPMServerSession::AppUid() const
    87     {
    96     {