]> git.tdb.fi Git - libs/core.git/blobdiff - source/pipe.h
Drop copyright and license notices from files
[libs/core.git] / source / pipe.h
index e8e1f5358a344671100b9eddcc3bd5e95efe45b6..b67cd79494431f8b05789b5298534e5fbbd65eab 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_PIPE_H_
 #define MSP_IO_PIPE_H_
 
@@ -31,6 +25,7 @@ private:
        char       *buf_next;
 #endif
 
+protected:
        unsigned do_write(const char *, unsigned);
        unsigned do_read(char *, unsigned);
 };