]> git.tdb.fi Git - r2c2.git/blobdiff - source/network/protocol.h
Rename the project to R²C²
[r2c2.git] / source / network / protocol.h
index 176fdad9e70cc12e62b71963383864bf646954df..7ed85fe5030e2e60a15a0a5ad05e98bf8bc1ef82 100644 (file)
@@ -1,16 +1,16 @@
 /* $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
 */
 
-#ifndef MARKLINNET_PROTOCOL_H_
-#define MARKLINNET_PROTOCOL_H_
+#ifndef R2C2_NET_PROTOCOL_H_
+#define R2C2_NET_PROTOCOL_H_
 
 #include <msp/net/protocol.h>
 
-namespace Marklin {
+namespace R2C2 {
 
 class Protocol: public Msp::Net::Protocol
 {
@@ -18,6 +18,6 @@ public:
        Protocol();
 };
 
-} // namespace Marklin
+} // namespace R2C2
 
 #endif