[Javanetsim-cvs] javaNetSim/core EthernetLink.java,1.6,1.7
Status: Beta
Brought to you by:
darkkey
From: Alexander B. <da...@us...> - 2006-03-02 13:37:15
|
Update of /cvsroot/javanetsim/javaNetSim/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6667/core Modified Files: EthernetLink.java Log Message: Index: EthernetLink.java =================================================================== RCS file: /cvsroot/javanetsim/javaNetSim/core/EthernetLink.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** EthernetLink.java 28 Feb 2006 18:25:27 -0000 1.6 --- EthernetLink.java 2 Mar 2006 13:37:04 -0000 1.7 *************** *** 73,81 **** * that is stored within the NetworkInterface Layer. If it is send inPacket * off to NetworkInterface. - * @author bevan_calliess - * @author luke_hamilton * @param inPacket - Ethernet Packet * @param inSourceName - Source name of node ! * @version v0.20 */ public void transportPacket(Ethernet_packet inPacket,String inSourceName) throws LowLinkException --- 73,79 ---- * that is stored within the NetworkInterface Layer. If it is send inPacket * off to NetworkInterface. * @param inPacket - Ethernet Packet * @param inSourceName - Source name of node ! * @throws core.LowLinkException */ public void transportPacket(Ethernet_packet inPacket,String inSourceName) throws LowLinkException |