connectivity/com.nokia.carbide.remoteConnections/src/com/nokia/carbide/remoteconnections/internal/api/IDeviceDiscoveryAgent.java
branchRCL_2_4
changeset 900 8b30bf718a17
parent 858 1ef0dbc67108
child 1549 84e4ca0e2d58
equal deleted inserted replaced
898:b8f39c88d4f1 900:8b30bf718a17
    21 
    21 
    22 import org.eclipse.core.runtime.CoreException;
    22 import org.eclipse.core.runtime.CoreException;
    23 
    23 
    24 /**
    24 /**
    25  * An interface to a device discovery agent
    25  * An interface to a device discovery agent
    26  * @since 3.0
    26  * @since 2.5
    27  */
    27  */
    28 public interface IDeviceDiscoveryAgent {
    28 public interface IDeviceDiscoveryAgent {
    29 
    29 
    30 	/**
    30 	/**
    31 	 * An interface for discovery agents to implement that the manager uses
    31 	 * An interface for discovery agents to implement that the manager uses