diff -r 40cb640ef159 -r 086aae6fc07e connectionmonitoring/connmon/connectionmonitor/inc/ConnMonIAP.h --- 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.