[Beepcore-java-commits] CVS: beepcore-java/src/org/beepcore/beep/lib SharedChannel.java,1.6,1.7
Status: Beta
Brought to you by:
huston
From: Huston F. <hu...@us...> - 2002-08-29 01:50:45
|
Update of /cvsroot/beepcore-java/beepcore-java/src/org/beepcore/beep/lib In directory usw-pr-cvs1:/tmp/cvs-serv19606/src/org/beepcore/beep/lib Modified Files: SharedChannel.java Log Message: removed deprecated tag from sendMSG Index: SharedChannel.java =================================================================== RCS file: /cvsroot/beepcore-java/beepcore-java/src/org/beepcore/beep/lib/SharedChannel.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** SharedChannel.java 22 Aug 2002 05:28:41 -0000 1.6 --- SharedChannel.java 29 Aug 2002 01:50:42 -0000 1.7 *************** *** 90,99 **** * Send a message of type MSG. Sends <code>stream</code> as message's * payload. - * Note: If the stream is not complete, then the send will block - * until it is finished (a <code>read</code> returns a -1). * * @param stream <code>DataStream</code> that is read to send data. * @param replyListener ! * @return MessageStutas Can be queried to get status information about the * message. * --- 90,97 ---- * Send a message of type MSG. Sends <code>stream</code> as message's * payload. * * @param stream <code>DataStream</code> that is read to send data. * @param replyListener ! * @return MessageStatus Can be queried to get status information about the * message. * *************** *** 102,106 **** * * @throws BEEPException - * @deprecated */ public MessageStatus sendMSG(OutputDataStream stream, --- 100,103 ---- |