X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FException.hh;h=1bed5cef6766987518a07d9936897787717d910a;hb=941ca33da6ee01d78c07fa6b514de10da1ef3948;hp=c6f32572797c72dfe7ee348a4b6cee148ff0a83a;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/Utils/Exception.hh b/senf/Utils/Exception.hh index c6f3257..1bed5ce 100644 --- a/senf/Utils/Exception.hh +++ b/senf/Utils/Exception.hh @@ -295,11 +295,9 @@ namespace senf { char const * errorString() const; ///< Error string (\c strerror() value) bool anyOf(int c0, int c1=0, int c2=0, int c3=0, int c4=0, int c5=0, - int c6=0, int c7=0, int c8=0, int c9=0); + int c6=0, int c7=0, int c8=0, int c9=0) const; ///< \c true, if errorNumber() is one of \a c0 ... \a c9 - - private: void init(std::string const & descr, int code _SENF_EXC_DEBUG_ARGS_ND);