]> git.tdb.fi Git - libs/datafile.git/blobdiff - source/textwriter.h
Drop copyright and license notices from source files
[libs/datafile.git] / source / textwriter.h
index 5c83b7a59fa9386e389c4e527989fe6e1c1f746b..ad127debcb0813e98230502b8acfb224178341f8 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspdatafile
-Copyright © 2006  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_DATAFILE_TEXTWRITER_H_
 #define MSP_DATAFILE_TEXTWRITER_H_
 
@@ -16,8 +9,9 @@ namespace DataFile {
 class TextWriter: public WriterMode
 {
 public:
-       TextWriter(std::ostream &o);
-       void write(const Statement &st);
+       TextWriter(IO::Base &o);
+
+       virtual void write(const Statement &st);
 private:
        void write_(const Statement &st, unsigned);
 };