X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FScopeExit.cci;h=54eaaf3bc7189c7556b13e6336c20a341db5b043;hb=e9816d699770dea77c989c97ef53bf2266ce7b6b;hp=724974ee153dc940003584080868a0a8542fc749;hpb=9cb871b939efe93e35dd96808d25089399acfc46;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_