X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fnetwork%2Fserver.h;h=ced08aac06eb2df544a9dd8e741cf6cdcfc75e2f;hb=1ff06c5bc46a677fa389ef86c6b26664368f1653;hp=056b0dd089d0c5b2b285136167834f8f81c0947a;hpb=9b05c573a38639827697fe393d55b7c76f5bde45;p=r2c2.git diff --git a/source/network/server.h b/source/network/server.h index 056b0dd..ced08aa 100644 --- a/source/network/server.h +++ b/source/network/server.h @@ -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 #include #include #include -#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