]> git.tdb.fi Git - r2c2.git/blobdiff - source/libmarklin/locomotive.h
Allow intercepting and denying turnout route and locomotive speed changes
[r2c2.git] / source / libmarklin / locomotive.h
index e3cbf7de238770e18dad536fb74dcc7cfc7d7d95..89b275ecb0db2020cc635dc695c8853648bd1d02 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-200 Mikkosoft Productions, Mikko Rasa
 Distributed under the GPL
 */
 
@@ -30,6 +30,7 @@ private:
        unsigned funcs;
 
 public:
+       sigc::signal<void, unsigned> signal_speed_changing;
        sigc::signal<void, unsigned> signal_speed_changed;
        sigc::signal<void, unsigned, bool> signal_function_changed;