X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fbase.h;h=584c14ec2445379fc5538a15217d326ef9588415;hp=b4b8627363fbb720f128d2c492f97160091d07cd;hb=49c1f3c3ffdf318579a809f3f800442c0c76c818;hpb=c0861d1f8e3869f058bc8b152cd35a08e5b03e73 diff --git a/source/base.h b/source/base.h index b4b8627..584c14e 100644 --- a/source/base.h +++ b/source/base.h @@ -1,9 +1,3 @@ -/* $Id$ - -This file is part of libmspio -Copyright © 2007 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ #ifndef MSP_IO_BASE_H_ #define MSP_IO_BASE_H_ @@ -36,10 +30,10 @@ public: sigc::signal signal_end_of_file; /** - Emitted when the I/O object is about to close. Mainly intended for - buffering objects that need to flush their buffers at closing. + Emitted when there is a nonlinearity in I/O (such as a file being seeked) + and any data buffered by upper layers needs to be flushed. */ - sigc::signal signal_closing; + sigc::signal signal_flush_required; /** Emitted when the I/O object has closed.