X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fwritermode.h;h=21df83fd428db75f360dde92728c15896f8aebbe;hb=9867e5fdf99d7d6c9d83846c11a1cee6a9919be1;hp=5014f25cd1801398aa23f3fdc89190a0f3a9c9e9;hpb=6dd94a7fe90c6467024685fbac769067ddb74688;p=libs%2Fdatafile.git diff --git a/source/writermode.h b/source/writermode.h index 5014f25..21df83f 100644 --- a/source/writermode.h +++ b/source/writermode.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspdatafile -Copyright © 2006 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_DATAFILE_WRITERMODE_H_ #define MSP_DATAFILE_WRITERMODE_H_ @@ -24,7 +17,8 @@ protected: public: virtual ~WriterMode() { } - virtual void write(const Statement &st) =0; + virtual void set_float_precision(unsigned) = 0; + virtual void write(const Statement &st) = 0; }; } // namespace DataFile