]> git.tdb.fi Git - r2c2.git/blobdiff - source/libr2c2/timetable.h
Keep UI better in sync with the clock
[r2c2.git] / source / libr2c2 / timetable.h
index 17a418ebab2b7c4da358a7a0e5fd78623b67936a..75572490665ae80d66a670cc6f42131cdb68dcf6 100644 (file)
@@ -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