From 728c597690056536a15910fb64a2b6ea104aa975 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Mon, 24 Aug 2009 15:24:16 +0000 Subject: Fixed a minor helper in Bu::MemBuf, and corrected some docs on Bu::Stream, the synopsis line made the canWrite function misleading. I also addad a script that could actually be used for any project, it builds a tarball release of all the files that are in SVN, so it will skip object code and the like. --- src/stream.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/stream.h') diff --git a/src/stream.h b/src/stream.h index d6b914c..f0f1af3 100644 --- a/src/stream.h +++ b/src/stream.h @@ -105,9 +105,9 @@ namespace Bu /** * In non-blocking streams this indicates if a write operation will - * succeed or fail. In some cases writing is not allowed (e.g. - * internal buffers are full) temporarilly. In blocking streams this - * should return the same value as isWritable. + * actually write one or more bytes. In some cases writing is not + * allowed (e.g. internal buffers are full) temporarilly. In blocking + * streams this should return the same value as isWritable. */ virtual bool canWrite() = 0; -- cgit v1.2.3