Update of /cvsroot/javanetsim/javaNetSim/core/protocolsuite/tcp_ip
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5884/core/protocolsuite/tcp_ip
Modified Files:
Application.java Echo.java
Log Message:
Index: Application.java
===================================================================
RCS file: /cvsroot/javanetsim/javaNetSim/core/protocolsuite/tcp_ip/Application.java,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** Application.java 20 Nov 2005 21:06:50 -0000 1.11
--- Application.java 26 Nov 2005 16:48:25 -0000 1.12
***************
*** 65,69 ****
*/
! public abstract void ClientConnect(String Host, int port) throws TransportLayerException, InvalidNetworkLayerDeviceException, CommunicationException;
/**
--- 65,69 ----
*/
! public abstract void ClientConnect(String Host, int port) throws TransportLayerException, InvalidNetworkLayerDeviceException, CommunicationException, LowLinkException;
/**
Index: Echo.java
===================================================================
RCS file: /cvsroot/javanetsim/javaNetSim/core/protocolsuite/tcp_ip/Echo.java,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** Echo.java 25 Nov 2005 21:21:53 -0000 1.14
--- Echo.java 26 Nov 2005 16:48:25 -0000 1.15
***************
*** 68,72 ****
*/
! public void ClientConnect(String Host, int port) throws TransportLayerException, InvalidNetworkLayerDeviceException, CommunicationException {
sdHost = Host;
sdPort = port;
--- 68,72 ----
*/
! public void ClientConnect(String Host, int port) throws TransportLayerException, InvalidNetworkLayerDeviceException, CommunicationException, LowLinkException {
sdHost = Host;
sdPort = port;
|