]> git.tdb.fi Git - r2c2.git/blobdiff - source/network/train.cpp
Rename the project to R²C²
[r2c2.git] / source / network / train.cpp
index 4b6c8e86e1233955d3d4d04b19b6e1d27c522670..df9367e2062366140c166e5c5fd43de4b8e75b5f 100644 (file)
@@ -1,6 +1,6 @@
 /* $Id$
 
-This file is part of the MSP Märklin suite
+This file is part of R²C²
 Copyright © 2009  Mikkosoft Productions, Mikko Rasa
 Distributed under the GPL
 */
@@ -10,7 +10,7 @@ Distributed under the GPL
 
 using namespace std;
 
-namespace Marklin {
+namespace R2C2 {
 
 NetTrain::NetTrain(Client &c, const TrainInfoPacket &pkt):
        client(c),
@@ -88,4 +88,4 @@ void NetTrain::process_packet(const TrainRoutePacket &pkt)
        signal_route_changed.emit(route);
 }
 
-} // namespace Marklin
+} // namespace R2C2