X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FSafeBool.hh;h=43e317baba64ebf75b6bd0aaa36e7281cf60a8aa;hb=0fff17bd2bcdbb1e91e216bf6e1bebc414713548;hp=5bde302818a4f03e2f13e095185792b7a99b0682;hpb=9248350bdd5a59799e603936d98241a1bb4591f9;p=senf.git diff --git a/Utils/SafeBool.hh b/Utils/SafeBool.hh index 5bde302..43e317b 100644 --- a/Utils/SafeBool.hh +++ b/Utils/SafeBool.hh @@ -10,8 +10,8 @@ //#include "SafeBool.mpp" ///////////////////////////////hh.p//////////////////////////////////////// -namespace satcom { -namespace lib { +namespace senf { + // This is a direct copy of a safe bool solution by Bjorn Karlsson // from http://www.artima.com/cppsource/safebool.html @@ -67,7 +67,7 @@ namespace lib { template void operator!=(const SafeBool& lhs,const SafeBool& rhs); -}} +} ///////////////////////////////hh.e//////////////////////////////////////// #include "SafeBool.cci"