X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FPacketData.hh;h=3bcb5220a5177bb67b80abf613919c5fc2b40b85;hb=c7512677a51c8ba551ab23611d6e99bdc7a7fdfa;hp=2f8a5210727c482aff8b9dc9cd68863635d3e39c;hpb=9027d68d973f1d8ad8f25d6827166ba2ee9be7a7;p=senf.git diff --git a/Packets/PacketData.hh b/Packets/PacketData.hh index 2f8a521..3bcb522 100644 --- a/Packets/PacketData.hh +++ b/Packets/PacketData.hh @@ -28,7 +28,7 @@ #include #include #include -#include "Utils/SafeBool.hh" +#include "../Utils/safe_bool.hh" #include "PacketTypes.hh" //#include "PacketData.mpp" @@ -175,7 +175,7 @@ namespace senf { : public boost::iterator_facade< safe_data_iterator, PacketData::value_type, boost::random_access_traversal_tag >, - public ComparableSafeBool + public comparable_safe_bool { public: typedef PacketData::size_type size_type; @@ -225,7 +225,7 @@ namespace senf { ///////////////////////////////hh.e//////////////////////////////////////// #endif -#if !defined(SENF_PACKETS_DECL_ONLY) && !defined(HH_PacketData_i_) +#if !defined(HH_Packets__decls_) && !defined(HH_PacketData_i_) #define HH_PacketData_i_ #include "PacketData.cci" //#include "PacketData.ct"