X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flibr2c2%2Ftimetable.h;h=75572490665ae80d66a670cc6f42131cdb68dcf6;hb=dfeb2d2896fe18e55b1f6c4a8028b7cfb878dede;hp=17a418ebab2b7c4da358a7a0e5fd78623b67936a;hpb=3dd660ffad729fbd6e75e6401f5c7f27b9013faf;p=r2c2.git diff --git a/source/libr2c2/timetable.h b/source/libr2c2/timetable.h index 17a418e..7557249 100644 --- a/source/libr2c2/timetable.h +++ b/source/libr2c2/timetable.h @@ -44,7 +44,8 @@ public: private: void block(unsigned); void time(Msp::Time::RawTime); - void zone(const std::string &, unsigned); + void zone(const std::string &); + void zone_numbered(const std::string &, unsigned); }; RowType type; @@ -97,6 +98,7 @@ private: void update_route(); void event(TrainAI &, const Message &); void record_time(); + void clock_discontinuity(); }; } // namespace R2C2