22 #ifndef DBA_MSG_CODEC_H
23 #define DBA_MSG_CODEC_H
65 void print(FILE* out);
95 static std::auto_ptr<Importer>
create(Encoding type,
const Options& opts=Options());
124 void print(FILE* out);
150 virtual void to_bulletin(
const Msgs& msgs, wreport::Bulletin& msg)
const = 0;
158 virtual std::auto_ptr<wreport::Bulletin>
make_bulletin()
const;
162 static std::auto_ptr<Exporter>
create(Encoding type,
const Options& opts=Options());