[Beepcore-java-commits] CVS: beepcore-java/src/org/beepcore/beep/core OutputDataStream.java,1.2,1.3
Status: Beta
Brought to you by:
huston
From: Huston F. <hu...@us...> - 2002-05-28 02:23:40
|
Update of /cvsroot/beepcore-java/beepcore-java/src/org/beepcore/beep/core In directory usw-pr-cvs1:/tmp/cvs-serv22259/src/org/beepcore/beep/core Modified Files: OutputDataStream.java Log Message: Changed visibility of constructors with mimeheaders Index: OutputDataStream.java =================================================================== RCS file: /cvsroot/beepcore-java/beepcore-java/src/org/beepcore/beep/core/OutputDataStream.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** OutputDataStream.java 8 Nov 2001 05:51:34 -0000 1.2 --- OutputDataStream.java 28 May 2002 02:23:37 -0000 1.3 *************** *** 2,6 **** * OutputDataStream.java $Revision$ $Date$ * ! * Copyright (c) 2001 Huston Franklin. All rights reserved. * * The contents of this file are subject to the Blocks Public License (the --- 2,6 ---- * OutputDataStream.java $Revision$ $Date$ * ! * Copyright (c) 2001,2002 Huston Franklin. All rights reserved. * * The contents of this file are subject to the Blocks Public License (the *************** *** 49,53 **** * the stream. */ ! protected OutputDataStream(MimeHeaders headers) { this.mimeHeaders = headers; --- 49,53 ---- * the stream. */ ! public OutputDataStream(MimeHeaders headers) { this.mimeHeaders = headers; *************** *** 61,65 **** * the stream. */ ! protected OutputDataStream(MimeHeaders headers, BufferSegment buf) { this.mimeHeaders = headers; --- 61,65 ---- * the stream. */ ! public OutputDataStream(MimeHeaders headers, BufferSegment buf) { this.mimeHeaders = headers; |