~awuerl/blitzortung-tracker/0.9

« back to all changes in this revision

Viewing changes to source/lib/data/EventsFile.h

  • Committer: Andreas Wuerl
  • Date: 2012-03-08 22:02:31 UTC
  • Revision ID: andi@debian-20120308220231-8dc444kpv5b4s72p
backported most of the 1.0 features

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
        Event::AP readEvent();
39
39
 
40
40
        //! append/write events to file with given filename
41
 
        void writeEvents(const std::string&, const Events&, bool append=false);
 
41
        void writeEvents(const Events&, bool append=false);
42
42
 
43
43
        //! open the fstream
44
44
        void open(std::ios_base::openmode);