X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fserial%2Fserial.cpp;h=13ffd9b473bec5b41305e7bb6b7206cdf0a404fc;hb=9bab44d27a89602565270e71d8684fb3f2fac5be;hp=4b94034f0354d9c535ff3016b8617bbc7e5c78c3;hpb=9ddcd066e37e4c72685817c042c30897786ece05;p=r2c2.git diff --git a/source/serial/serial.cpp b/source/serial/serial.cpp index 4b94034..13ffd9b 100644 --- a/source/serial/serial.cpp +++ b/source/serial/serial.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of the MSP Märklin suite -Copyright © 2010 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #include #include "serial.h" @@ -12,7 +5,7 @@ Distributed under the GPL using namespace std; using namespace Msp; -using namespace Marklin; +using namespace R2C2; Application::RegApp Serial::reg;