]> git.tdb.fi Git - r2c2.git/blobdiff - source/network/client.cpp
Rename the project to R²C²
[r2c2.git] / source / network / client.cpp
index 50db7df6d817bdcbb738e4182262de9df2fd275f..d418b8cad92c719d7d0a5f0cb217b8ee6ba89fea 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;
 using namespace Msp;
 
-namespace Marklin {
+namespace R2C2 {
 
 Client::Client(const Catalogue &c):
        catalogue(c),
@@ -88,4 +88,4 @@ void Client::receive(const ErrorPacket &pkt)
        signal_error.emit(pkt.message);
 }
 
-} // namespace Marklin
+} // namespace R2C2