X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flibr2c2%2Ftrainstatus.h;h=cc095c2b1cbaba3b41dc1107c4fe42dc900de0f1;hb=0a2bd90a3d4f5e7333eba59f29e4a0fbcb11175e;hp=8a10121bd9daf358c6f4b0e7ff757dcf2cf635f8;hpb=34f8bf04e4bdffefeceea59b186386b51c542b9d;p=r2c2.git diff --git a/source/libr2c2/trainstatus.h b/source/libr2c2/trainstatus.h index 8a10121..cc095c2 100644 --- a/source/libr2c2/trainstatus.h +++ b/source/libr2c2/trainstatus.h @@ -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(); };