equal
deleted
inserted
replaced
821 * Returns number of active connections. |
821 * Returns number of active connections. |
822 * @since 5.0 |
822 * @since 5.0 |
823 * @return Number of active connections |
823 * @return Number of active connections |
824 */ |
824 */ |
825 TInt NumberOfActiveConnections(); |
825 TInt NumberOfActiveConnections(); |
|
826 |
|
827 /** |
|
828 * Returns server session instance that corresponds to given |
|
829 * connection id. |
|
830 * @since 5.2 |
|
831 * @param aConnId Id of the connection. The id must belong to an |
|
832 * existing server session. |
|
833 * @return Server session instance |
|
834 */ |
|
835 CMPMServerSession* GetServerSession( TConnectionId aConnId ) const; |
826 |
836 |
827 private: |
837 private: |
828 |
838 |
829 /** |
839 /** |
830 * C++ default constructor. |
840 * C++ default constructor. |
850 RArray<TUint32>& aAvailWlanIapIds, |
860 RArray<TUint32>& aAvailWlanIapIds, |
851 RAvailableIAPList& aIapList, |
861 RAvailableIAPList& aIapList, |
852 TBool aCheckForBestIap, |
862 TBool aCheckForBestIap, |
853 TMPMBearerType aDestinationBearerType ); |
863 TMPMBearerType aDestinationBearerType ); |
854 |
864 |
855 /** |
|
856 * Returns server session instance that corresponds to given |
|
857 * connection id. |
|
858 * @since 5.2 |
|
859 * @param aConnId Id of the connection. The id must belong to an |
|
860 * existing server session. |
|
861 * @return Server session instance |
|
862 */ |
|
863 CMPMServerSession* GetServerSession( TConnectionId aConnId ) const; |
|
864 |
865 |
865 private: // Data |
866 private: // Data |
866 // Pointer to the ConnMonEvents object |
867 // Pointer to the ConnMonEvents object |
867 CMPMConnMonEvents* iEvents; |
868 CMPMConnMonEvents* iEvents; |
868 |
869 |