X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flibmarklin%2Ftrain.h;h=43ee84dc5cd6c590e7d7a69a16dfe0eb0f3cf982;hb=80e10207bee4d774f3015a5e946d463d2c828029;hp=0b88d8ac6af6fef6f5fee5af9da7cd51be8d52b7;hpb=25b79ab38c2be2e5c89b8240504f641fd9c4899c;p=r2c2.git diff --git a/source/libmarklin/train.h b/source/libmarklin/train.h index 0b88d8a..43ee84d 100644 --- a/source/libmarklin/train.h +++ b/source/libmarklin/train.h @@ -1,3 +1,10 @@ +/* $Id$ + +This file is part of the MSP Märklin suite +Copyright © 2006-2009 Mikkosoft Productions, Mikko Rasa +Distributed under the GPL +*/ + #ifndef LIBMARKLIN_TRAIN_H_ #define LIBMARKLIN_TRAIN_H_ @@ -51,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 &); };