]> git.tdb.fi Git - r2c2.git/blobdiff - source/libr2c2/trainstatus.h
Don't crash if a train has no router
[r2c2.git] / source / libr2c2 / trainstatus.h
index 8a10121bd9daf358c6f4b0e7ff757dcf2cf635f8..cc095c2b1cbaba3b41dc1107c4fe42dc900de0f1 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of R²C²
-Copyright © 2011  Mikkosoft Productions, Mikko Rasa
-Distributed under the GPL
-*/
-
 #ifndef LIBR2C2_TRAINSTATUS_H_
 #define LIBR2C2_TRAINSTATUS_H_
 
@@ -32,7 +25,7 @@ public:
        TrainStatus(Train &);
 
        const std::string &get_status() const { return status; }
-       void tick(const Msp::Time::TimeStamp &, const Msp::Time::TimeDelta &);
+       void tick(const Msp::Time::TimeDelta &);
 private:
        void check();
 };