]> git.tdb.fi Git - r2c2.git/blobdiff - source/libmarklin/train.h
Allow setting sensor ID for multiple tracks at once
[r2c2.git] / source / libmarklin / train.h
index a27ff8e216f6bb0eda42b46d23c22cd9ef56e5e1..43ee84dc5cd6c590e7d7a69a16dfe0eb0f3cf982 100644 (file)
@@ -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 &);
 };