X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flibmarklin%2Froute.h;h=f1f3664daac74325a98fdbab6db982d7f4f29338;hb=7839b7c3d782abb5c98a24d51cae109407068c02;hp=3fa82023117053e53dd275a613e240b5512b9d6b;hpb=52cbe8d99669f843f8f75c51128e2748584dd03a;p=r2c2.git diff --git a/source/libmarklin/route.h b/source/libmarklin/route.h index 3fa8202..f1f3664 100644 --- a/source/libmarklin/route.h +++ b/source/libmarklin/route.h @@ -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 TurnoutMap; - Route(); const std::map &get_turnouts() const { return turnouts; } void add_track(Track *);