X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FScopeExit.cci;h=54eaaf3bc7189c7556b13e6336c20a341db5b043;hb=7661548b20e6c7627f54bff87e0758396fd523ef;hp=724974ee153dc940003584080868a0a8542fc749;hpb=cb50871835b7a5c37e4fd32d38de67fa12570ebc;p=senf.git diff --git a/senf/Utils/ScopeExit.cci b/senf/Utils/ScopeExit.cci index 724974e..54eaaf3 100644 --- a/senf/Utils/ScopeExit.cci +++ b/senf/Utils/ScopeExit.cci @@ -28,7 +28,7 @@ // Custom includes #define prefix_ inline -///////////////////////////////cci.p/////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// prefix_ senf::ScopeExit::ScopeExit(Function const & fn) : fn_ (fn) @@ -39,7 +39,7 @@ prefix_ senf::ScopeExit::~ScopeExit() fn_(); } -///////////////////////////////cci.e/////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// #undef prefix_