X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flibmarklin%2Ftrain.h;h=43ee84dc5cd6c590e7d7a69a16dfe0eb0f3cf982;hb=80e10207bee4d774f3015a5e946d463d2c828029;hp=a27ff8e216f6bb0eda42b46d23c22cd9ef56e5e1;hpb=3e9c210ddc036cd015228504cc0803c909e27f84;p=r2c2.git diff --git a/source/libmarklin/train.h b/source/libmarklin/train.h index a27ff8e..43ee84d 100644 --- a/source/libmarklin/train.h +++ b/source/libmarklin/train.h @@ -1,7 +1,7 @@ /* $Id$ This file is part of the MSP Märklin suite -Copyright © 2006-2008 Mikkosoft Productions, Mikko Rasa +Copyright © 2006-2009 Mikkosoft Productions, Mikko Rasa Distributed under the GPL */ @@ -58,7 +58,7 @@ public: void tick(const Msp::Time::TimeStamp &); private: void sensor_event(bool, Sensor *); - bool reserve_more(); + unsigned reserve_more(); void set_status(const std::string &); };