connectionmonitoring/connmon/connectionmonitor/inc/ConnMonIAP.h
changeset 2 086aae6fc07e
parent 0 5a93021fdf25
child 44 a0c4ceac30d0
child 53 4af712113915
--- a/connectionmonitoring/connmon/connectionmonitor/inc/ConnMonIAP.h	Thu Jan 07 12:56:54 2010 +0200
+++ b/connectionmonitoring/connmon/connectionmonitor/inc/ConnMonIAP.h	Mon Jan 18 20:33:49 2010 +0200
@@ -642,6 +642,15 @@
          * (weak signal, no WLAN connection, WLAN not supported... ).
          */
         TBool WlanRssGoodEnough();
+        
+        /**
+         * Gets the network roaming status.
+         * @since
+         * @param aNetworkStatus On return, contains the current network registration status.
+         * @return KErrNone if successfull, otherwise a system wide error code.
+         */
+        TInt GetNetworkRegistration_v2( TInt& aRegistration ) const;
+
 
     private: // New methods
         /**
@@ -742,14 +751,6 @@
         TInt GetNetworkRegistration( TInt& aRegistration ) const;
 
         /**
-         * Gets the network roaming status.
-         * @since
-         * @param aNetworkStatus On return, contains the current network registration status.
-         * @return KErrNone if successfull, otherwise a system wide error code.
-         */
-        TInt GetNetworkRegistration_v2( TInt& aRegistration ) const;
-
-        /**
          * Gets the GSM signal strength.
          * @since
          * @param aSignalStrength On return, contains the GSM signal strength in dBs.