X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fnetwork%2Ftrain.cpp;h=eb9563786aa982bd08eb299ae7e2252555cbc909;hb=d15ac13f2e170f155b4bbd124df48400c339b644;hp=4b6c8e86e1233955d3d4d04b19b6e1d27c522670;hpb=02fe62e0026dd25fd3ff4d5172c0ff097b7c68c9;p=r2c2.git diff --git a/source/network/train.cpp b/source/network/train.cpp index 4b6c8e8..eb95637 100644 --- a/source/network/train.cpp +++ b/source/network/train.cpp @@ -1,16 +1,9 @@ -/* $Id$ - -This file is part of the MSP Märklin suite -Copyright © 2009 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #include "client.h" #include "train.h" using namespace std; -namespace Marklin { +namespace R2C2 { NetTrain::NetTrain(Client &c, const TrainInfoPacket &pkt): client(c), @@ -88,4 +81,4 @@ void NetTrain::process_packet(const TrainRoutePacket &pkt) signal_route_changed.emit(route); } -} // namespace Marklin +} // namespace R2C2