]> git.tdb.fi Git - r2c2.git/blobdiff - source/network/server.h
Rename the project to R²C²
[r2c2.git] / source / network / server.h
index 056b0dd089d0c5b2b285136167834f8f81c0947a..ced08aac06eb2df544a9dd8e741cf6cdcfc75e2f 100644 (file)
@@ -1,22 +1,22 @@
 /* $Id$
 
-This file is part of the MSP Märklin suite
+This file is part of R²C²
 Copyright © 2009-2010  Mikkosoft Productions, Mikko Rasa
 Distributed under the GPL
 */
 
-#ifndef MARKLINNET_SERVER_H_
-#define MARKLINNET_SERVER_H_
+#ifndef R2C2_NET_SERVER_H_
+#define R2C2_NET_SERVER_H_
 
 #include <msp/io/eventdispatcher.h>
 #include <msp/net/communicator.h>
 #include <msp/net/streamsocket.h>
 #include <msp/net/streamlistensocket.h>
-#include "libmarklin/layout.h"
+#include "libr2c2/layout.h"
 #include "packets.h"
 #include "protocol.h"
 
-namespace Marklin {
+namespace R2C2 {
 
 class Server
 {
@@ -63,6 +63,6 @@ private:
        void send(const P &);
 };
 
-} // namespace Marklin
+} // namespace R2C2
 
 #endif