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