]> git.tdb.fi Git - libs/core.git/blobdiff - source/buffered.h
Drop copyright and license notices from files
[libs/core.git] / source / buffered.h
index 092be19e8f0ad00241d67f915d0931b2697cc9ce..9142a47e60f776e8f5a678bb2cb643b3101831d7 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_BUFFERED_H_
 #define MSP_IO_BUFFERED_H_
 
@@ -35,6 +29,7 @@ public:
        unsigned get_current_size() const;
 private:
        void set_op(Mode);
+protected:
        unsigned do_write(const char *, unsigned);
        unsigned do_read(char *, unsigned);
 };