diff -r 3edbbd22908c -r 9162f4cfad65 connectivity/com.nokia.carbide.remoteConnections/src/com/nokia/carbide/remoteconnections/interfaces/IConnectionsManager.java --- a/connectivity/com.nokia.carbide.remoteConnections/src/com/nokia/carbide/remoteconnections/interfaces/IConnectionsManager.java Thu Dec 17 10:38:24 2009 -0600 +++ b/connectivity/com.nokia.carbide.remoteConnections/src/com/nokia/carbide/remoteconnections/interfaces/IConnectionsManager.java Thu Dec 17 11:28:11 2009 -0600 @@ -159,6 +159,13 @@ void setDefaultConnection(IConnection connection); /** + * Returns the default connection. + * @return IConnection + * @since 3.0 + */ + IConnection getDefaultConnection(); + + /** * Can be called by specific service implementors (e.g., debugger) to ensure some connection * exists and supports this service. If the connection does not exist or does not support * the service, a CoreException may be thrown after the framework attempts to allow the user