X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=tool%2Ftool.h;fp=tool%2Ftool.h;h=0c5a77a85bed010c51807b5862509795e3ae4bca;hb=06fe7b7a0c0af0bab3df79cebe87f8ff93b31b00;hp=2cfcf1573514343da799ad9c1407237c2cf9b30e;hpb=bdd957e58dc6fdaa3cac1202daf0d16d41491278;p=libs%2Fdatafile.git diff --git a/tool/tool.h b/tool/tool.h index 2cfcf15..0c5a77a 100644 --- a/tool/tool.h +++ b/tool/tool.h @@ -3,6 +3,7 @@ #include #include +#include class DataTool: public Msp::RegisteredApplication { @@ -23,7 +24,8 @@ private: void do_compile(); Msp::IO::Base *open_output(const std::string &); Msp::IO::Base *open_input(const std::string &); - void set_writer_parameters(Msp::DataFile::Writer &); +public: + Msp::DataFile::Writer *create_writer(Msp::IO::Base &); }; #endif