connectivity/com.nokia.carbide.remoteConnections/src/com/nokia/carbide/remoteconnections/interfaces/IConnectionsManager.java
changeset 698 9162f4cfad65
parent 687 593d05f9d5ca
child 701 1912b5c050e6
--- 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