X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fnetwork%2Fclient.h;fp=source%2Fnetwork%2Fclient.h;h=02295dfa32690aeb9a2d2610269fd4132ce83254;hb=1ff06c5bc46a677fa389ef86c6b26664368f1653;hp=2ab8722f1eb8f24dca84c2e223904b30295ee327;hpb=9b05c573a38639827697fe393d55b7c76f5bde45;p=r2c2.git diff --git a/source/network/client.h b/source/network/client.h index 2ab8722..02295df 100644 --- a/source/network/client.h +++ b/source/network/client.h @@ -1,21 +1,21 @@ /* $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_CLIENT_H_ -#define MARKLINNET_CLIENT_H_ +#ifndef R2C2_NET_CLIENT_H_ +#define R2C2_NET_CLIENT_H_ #include #include -#include "libmarklin/catalogue.h" +#include "libr2c2/catalogue.h" #include "packets.h" #include "protocol.h" #include "train.h" -namespace Marklin { +namespace R2C2 { class Client: public Msp::Net::PacketReceiver, Msp::Net::PacketReceiver, @@ -64,6 +64,6 @@ private: virtual void receive(const ErrorPacket &); }; -} // namespace Marklin +} // namespace R2C2 #endif