[Beepcore-java-commits] CVS: beepcore-java/src/org/beepcore/beep/core Frame.java,1.8,1.9
Status: Beta
Brought to you by:
huston
From: Huston F. <hu...@us...> - 2001-07-27 06:11:57
|
Update of /cvsroot/beepcore-java/beepcore-java/src/org/beepcore/beep/core In directory usw-pr-cvs1:/tmp/cvs-serv20784 Modified Files: Frame.java Log Message: Changed doc Index: Frame.java =================================================================== RCS file: /cvsroot/beepcore-java/beepcore-java/src/org/beepcore/beep/core/Frame.java,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -r1.8 -r1.9 *** Frame.java 2001/05/25 15:28:30 1.8 --- Frame.java 2001/07/27 06:11:54 1.9 *************** *** 27,31 **** /** ! * Frame encapsulates the MSG, RPY, ERR, ANS and NUL BEEP message types. * Contains a the <code>Channel</code> this frame belongs to, the BEEP Frame * Payload which holds the BEEP Frames's Header, Trailer, and the message --- 27,32 ---- /** ! * Frame encapsulates a BEEP protocol frame for MSG, RPY, ERR, ANS and NUL ! * BEEP message types. * Contains a the <code>Channel</code> this frame belongs to, the BEEP Frame * Payload which holds the BEEP Frames's Header, Trailer, and the message *************** *** 36,40 **** * @author Jay Kint * @author Scott Pead ! * @version $Revision, $Date$ * * @see FrameDataStream --- 37,41 ---- * @author Jay Kint * @author Scott Pead ! * @version $Revision$, $Date$ * * @see FrameDataStream |