Update of /cvsroot/javanetsim/javaNetSim/core
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28923/core
Modified Files:
TransportLayerException.java
Log Message:
UDP.java implementation v0.01 ;) arrival
Index: TransportLayerException.java
===================================================================
RCS file: /cvsroot/javanetsim/javaNetSim/core/TransportLayerException.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** TransportLayerException.java 16 Nov 2005 20:25:40 -0000 1.1
--- TransportLayerException.java 17 Nov 2005 20:13:56 -0000 1.2
***************
*** 66,70 ****
/**
*
! * @author gift
* @param inExceptionMsg The Exception Message
* @version v0.10
--- 66,70 ----
/**
*
! * @author gift (sourceforge.net user)
* @param inExceptionMsg The Exception Message
* @version v0.10
***************
*** 80,84 ****
/**
! * @author gift
* @return exceptionMsg
* @version v0.10
--- 80,84 ----
/**
! * @author gift (sourceforge.net user)
* @return exceptionMsg
* @version v0.10
|