]> git.tdb.fi Git - libs/core.git/blobdiff - source/base.h
Drop copyright and license notices from files
[libs/core.git] / source / base.h
index b4b8627363fbb720f128d2c492f97160091d07cd..584c14ec2445379fc5538a15217d326ef9588415 100644 (file)
@@ -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<void> 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<void> signal_closing;
+       sigc::signal<void> signal_flush_required;
 
        /**
        Emitted when the I/O object has closed.