X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FException.hh;h=87d20553ce0f93b385e71f3b0e5e107a39b26fc5;hb=7661548b20e6c7627f54bff87e0758396fd523ef;hp=7db47626d07056f42408fa022dc84fb746733189;hpb=cb50871835b7a5c37e4fd32d38de67fa12570ebc;p=senf.git diff --git a/senf/Utils/Exception.hh b/senf/Utils/Exception.hh index 7db4762..87d2055 100644 --- a/senf/Utils/Exception.hh +++ b/senf/Utils/Exception.hh @@ -37,7 +37,7 @@ #include //#include "Exception.mpp" -///////////////////////////////hh.p//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// /** \defgroup exception Exception classes @@ -278,9 +278,9 @@ namespace senf { class SystemException : public Exception { public: - /////////////////////////////////////////////////////////////////////////// + //-//////////////////////////////////////////////////////////////////////// ///\name Structors and default members - ///@{ + //\{ explicit SystemException(std::string const & descr = "" _SENF_EXC_DEBUG_ARGS); explicit SystemException(int code _SENF_EXC_DEBUG_ARGS); @@ -288,8 +288,8 @@ namespace senf { virtual ~SystemException() throw(); - ///@} - /////////////////////////////////////////////////////////////////////////// + //\} + //-//////////////////////////////////////////////////////////////////////// int errorNumber() const; ///< Error code (\c errno number) char const * errorString() const; ///< Error string (\c strerror() value) @@ -314,7 +314,7 @@ namespace senf { } -///////////////////////////////hh.e//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// #include "Exception.cci" //#include "Exception.ct" #include "Exception.cti"