]> git.tdb.fi Git - r2c2.git/blobdiff - source/network/protocol.h
Remove a queued block reservation if the block is released
[r2c2.git] / source / network / protocol.h
index 176fdad9e70cc12e62b71963383864bf646954df..0faaa7916ec1de1de2640a61bc9e315826ca4a52 100644 (file)
@@ -1,16 +1,9 @@
-/* $Id$
-
-This file is part of the MSP Märklin suite
-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 +11,6 @@ public:
        Protocol();
 };
 
-} // namespace Marklin
+} // namespace R2C2
 
 #endif