X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FException.cc;h=39b95032635db7ca08e8bcd699656b04c737cc89;hb=4101c2b818ec67e7469ebb44f030eed2185c4ab0;hp=1b3763c5aba542b02890a4f448e14a5e3ddc8794;hpb=6f7f9658177cc8937e5e796eeec0027dd4850966;p=senf.git diff --git a/senf/Utils/Exception.cc b/senf/Utils/Exception.cc index 1b3763c..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_