]> git.tdb.fi Git - r2c2.git/blobdiff - source/serial/serial.cpp
Create a dedicated exception class for vehicle attachment errors
[r2c2.git] / source / serial / serial.cpp
index 4b94034f0354d9c535ff3016b8617bbc7e5c78c3..13ffd9b473bec5b41305e7bb6b7206cdf0a404fc 100644 (file)
@@ -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 <msp/net/resolve.h>
 #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> Serial::reg;