X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fnetwork%2Fprotocol.h;h=0faaa7916ec1de1de2640a61bc9e315826ca4a52;hb=3907520897611cb1b5f2f938c60d3eaff34477a5;hp=176fdad9e70cc12e62b71963383864bf646954df;hpb=010d8321e982d1684fcbff5bf6fc2bdec7cb7bae;p=r2c2.git diff --git a/source/network/protocol.h b/source/network/protocol.h index 176fdad..0faaa79 100644 --- a/source/network/protocol.h +++ b/source/network/protocol.h @@ -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 -namespace Marklin { +namespace R2C2 { class Protocol: public Msp::Net::Protocol { @@ -18,6 +11,6 @@ public: Protocol(); }; -} // namespace Marklin +} // namespace R2C2 #endif