]> git.tdb.fi Git - libs/datafile.git/blobdiff - source/binarywriter.h
Drop copyright and license notices from source files
[libs/datafile.git] / source / binarywriter.h
index c3a2b4c96d082b8ef42a642bc2866352a2307750..f028f39d96f811775a30a9d9a0fa2b730a3fe9e2 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_BINARYWRITER_H_
 #define MSP_DATAFILE_BINARYWRITER_H_
 
@@ -31,10 +24,10 @@ private:
 
 public:
        BinaryWriter(IO::Base &o);
-       void write(const Statement &st);
+
+       virtual void write(const Statement &st);
 private:
        void write_(const Statement &st);
-       DictEntry create_entry(const Statement &st);
        void collect_keywords(const Statement &st);
        void write_int(long long n);
        void write_string(const std::string &s);