]> git.tdb.fi Git - r2c2.git/blobdiff - source/libmarklin/route.h
Allow intercepting and denying turnout route and locomotive speed changes
[r2c2.git] / source / libmarklin / route.h
index 3fa82023117053e53dd275a613e240b5512b9d6b..f1f3664daac74325a98fdbab6db982d7f4f29338 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of the MSP Märklin suite
+Copyright © 2006-2008 Mikkosoft Productions, Mikko Rasa
+Distributed under the GPL
+*/
+
 #ifndef LIBMARKLIN_ROUTE_H_
 #define LIBMARKLIN_ROUTE_H_
 
@@ -14,8 +21,6 @@ class Turnout;
 class Route
 {
 public:
-       typedef std::map<unsigned, unsigned> TurnoutMap;
-
        Route();
        const std::map<unsigned, Turnout *> &get_turnouts() const { return turnouts; }
        void add_track(Track *);