X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FException.cci;h=d97c9ab3bfef2944b0f43986462096a9f30ef737;hb=7661548b20e6c7627f54bff87e0758396fd523ef;hp=f51f78a556e21be3cd099b0418e0e4ca32155cdb;hpb=cb50871835b7a5c37e4fd32d38de67fa12570ebc;p=senf.git diff --git a/senf/Utils/Exception.cci b/senf/Utils/Exception.cci index f51f78a..d97c9ab 100644 --- a/senf/Utils/Exception.cci +++ b/senf/Utils/Exception.cci @@ -25,9 +25,9 @@ #include #define prefix_ inline -///////////////////////////////cci.p/////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// -/////////////////////////////////////////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// // senf::ExceptionMixin prefix_ senf::ExceptionMixin::ExceptionMixin(std::string const & description) @@ -63,14 +63,14 @@ prefix_ void senf::ExceptionMixin::append(std::string text) what_ += text; } -/////////////////////////////////////////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// // senf::Exception prefix_ senf::Exception::Exception(std::string const & description) : ExceptionMixin(description) {} -/////////////////////////////////////////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// // senf::SystemException prefix_ senf::SystemException::SystemException(std::string const & descr _SENF_EXC_DEBUG_ARGS_ND) @@ -122,7 +122,7 @@ prefix_ senf::SystemException::~SystemException() throw() {} -///////////////////////////////cci.e/////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// #undef prefix_