X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FPacket.hh;h=44dcf2f7a82fc8791250ccae7808b9e5b4da0823;hb=688f3266c15bd532194fe81e704c0a2cf320375a;hp=59f7d56fb579a5232c463f23653f3a2b36b5098b;hpb=a2bece00465e874b1a52e98918f64aa24919a009;p=senf.git diff --git a/Packets/Packet.hh b/Packets/Packet.hh index 59f7d56..44dcf2f 100644 --- a/Packets/Packet.hh +++ b/Packets/Packet.hh @@ -28,7 +28,7 @@ #include #include "../Utils/Exception.hh" -#include "../Utils/SafeBool.hh" +#include "../Utils/safe_bool.hh" #include "PacketInterpreter.hh" //#include "Packet.mpp" @@ -135,7 +135,7 @@ namespace senf { \ref packetparser for a specification of the parser interface */ class Packet - : public SafeBool, + : public safe_bool, public boost::equality_comparable { public: @@ -594,7 +594,7 @@ namespace senf { ///////////////////////////////hh.e//////////////////////////////////////// #endif -#if !defined(SENF_PACKETS_DECL_ONLY) && !defined(HH_Packet_i_) +#if !defined(HH_Packets__decls_) && !defined(HH_Packet_i_) #define HH_Packet_i_ #include "Packet.cci" #include "Packet.ct"