]> git.tdb.fi Git - r2c2.git/blobdiff - source/network/train.h
Rename the project to R²C²
[r2c2.git] / source / network / train.h
index 3de4f7d38303bc067f55f4a83a1e070f01ccc07a..bffa8a24fbdff372130c822d6abaf363f7e7cf0b 100644 (file)
@@ -1,18 +1,18 @@
 /* $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_TRAIN_H_
-#define MARKLINNET_TRAIN_H_
+#ifndef R2C2_NET_TRAIN_H_
+#define R2C2_NET_TRAIN_H_
 
 #include <sigc++/signal.h>
-#include "libmarklin/vehicletype.h"
+#include "libr2c2/vehicletype.h"
 #include "packets.h"
 
-namespace Marklin {
+namespace R2C2 {
 
 class Client;
 
@@ -54,6 +54,6 @@ public:
        void process_packet(const TrainStatusPacket &);
 };
 
-} // namespace Marklin
+} // namespace R2C2
 
 #endif