bearermanagement/mpm/inc/mpmcommsdataccess.h
branchRCL_3
changeset 17 c14618f9de99
parent 3 f7816ffc66ed
child 57 05bc53fe583b
equal deleted inserted replaced
15:4dc3bb0099b0 17:c14618f9de99
   357         *
   357         *
   358         * @since 5.0
   358         * @since 5.0
   359         * @param aActiveBMConns Array of active connections.
   359         * @param aActiveBMConns Array of active connections.
   360         * @param aSnapId Destination where connections are located is returned
   360         * @param aSnapId Destination where connections are located is returned
   361         *                to this parameter.
   361         *                to this parameter.
       
   362         * @param aServer Handle to server class.
   362         * @return ETrue if all active connections are in same snap.
   363         * @return ETrue if all active connections are in same snap.
   363         */
   364         */
   364         TBool AreActiveIapsInSameSnapL ( RArray<TActiveBMConn>& aActiveBMConns,
   365         TBool AreActiveIapsInSameSnapL ( RArray<TActiveBMConn>& aActiveBMConns,
   365                                          TUint32& aSnapId );
   366                                          TUint32& aSnapId,
       
   367                                          CMPMServer& aServer );
   366 
   368 
   367        /**
   369        /**
   368         * Select active connection according to snap priorities.
   370         * Select active connection according to snap priorities.
   369         *
   371         *
   370         * @since 5.0
   372         * @since 5.0