bearermanagement/mpm/inc/mpmcommsdataccess.h
changeset 47 cb7afde124a3
parent 46 95d45f234cf3
child 73 70ee5458c95d
equal deleted inserted replaced
46:95d45f234cf3 47:cb7afde124a3
     1 /*
     1 /*
     2 * Copyright (c) 2007-2009 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".
   262         * @param aSnapId Snap id
   262         * @param aSnapId Snap id
   263         * @return True or false depending on destination type.
   263         * @return True or false depending on destination type.
   264         */
   264         */
   265         TBool IsInternetSnapL( TUint32 aIapId, TUint32 aSnapId );
   265         TBool IsInternetSnapL( TUint32 aIapId, TUint32 aSnapId );
   266 
   266 
   267        /**
   267         /**
       
   268          * Returns true if destination is intranet.
       
   269          * @param aSnapId Snap id
       
   270          * @return True or false depending on destination type.
       
   271          */
       
   272          TBool IsIntranetSnapL( TUint32 aSnapId );
       
   273 
       
   274         /**
   268         * Used to get bearer type of the iap.
   275         * Used to get bearer type of the iap.
   269         *
   276         *
   270         * @since 5.0
   277         * @since 5.0
   271         * @param aIapId Iap id of the connection.
   278         * @param aIapId Iap id of the connection.
   272         * @return Type of the bearer.
   279         * @return Type of the bearer.