X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FPacket.hh;h=44dcf2f7a82fc8791250ccae7808b9e5b4da0823;hb=688f3266c15bd532194fe81e704c0a2cf320375a;hp=7fa54faf09f69609dba710895aeae63d7c82d138;hpb=54eed72c506b09ef5b4be0b62fecedfbc0e3f261;p=senf.git diff --git a/Packets/Packet.hh b/Packets/Packet.hh index 7fa54fa..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: