X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FException.cc;h=39b95032635db7ca08e8bcd699656b04c737cc89;hb=4101c2b818ec67e7469ebb44f030eed2185c4ab0;hp=39c132e8b9183b89ba060d95703b1e55a680819b;hpb=9cb871b939efe93e35dd96808d25089399acfc46;p=senf.git diff --git a/senf/Utils/Exception.cc b/senf/Utils/Exception.cc index 39c132e..39b9503 100644 --- a/senf/Utils/Exception.cc +++ b/senf/Utils/Exception.cc @@ -35,9 +35,9 @@ #include "Backtrace.hh" #define prefix_ -///////////////////////////////cc.p//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// -/////////////////////////////////////////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// // senf::Exception #ifdef SENF_DEBUG @@ -56,7 +56,7 @@ prefix_ void senf::ExceptionMixin::addBacktrace() } #endif -/////////////////////////////////////////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// // senf::Exception prefix_ senf::Exception::~Exception() @@ -69,7 +69,7 @@ prefix_ char const * senf::Exception::what() return what_.c_str(); } -/////////////////////////////////////////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// // senf::SystemException prefix_ void senf::SystemException::init(std::string const & descr, int code @@ -84,7 +84,7 @@ prefix_ void senf::SystemException::init(std::string const & descr, int code if (! descr.empty()) (*this) << " " << descr; } -///////////////////////////////cc.e//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// #undef prefix_