bearermanagement/mpm/inc/mpmserver.h
changeset 3 f7816ffc66ed
parent 0 5a93021fdf25
child 8 2e6c4614c58e
child 18 fcbbe021d614
--- a/bearermanagement/mpm/inc/mpmserver.h	Mon Jan 18 20:33:49 2010 +0200
+++ b/bearermanagement/mpm/inc/mpmserver.h	Tue Jan 26 12:12:48 2010 +0200
@@ -823,6 +823,16 @@
         * @return Number of active connections
         */
         TInt NumberOfActiveConnections();
+
+        /**
+        * Returns server session instance that corresponds to given
+        * connection id.
+        * @since 5.2
+        * @param aConnId Id of the connection. The id must belong to an
+        *                existing server session.
+        * @return Server session instance
+        */
+        CMPMServerSession* GetServerSession( TConnectionId aConnId ) const;
         
     private:
 
@@ -852,15 +862,6 @@
                                 TBool aCheckForBestIap,
                                 TMPMBearerType aDestinationBearerType );
         
-        /**
-        * Returns server session instance that corresponds to given
-        * connection id.
-        * @since 5.2
-        * @param aConnId Id of the connection. The id must belong to an
-        *                existing server session.
-        * @return Server session instance
-        */
-        CMPMServerSession* GetServerSession( TConnectionId aConnId ) const;
 
     private: // Data
         // Pointer to the ConnMonEvents object