X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FException.hh;fp=senf%2FUtils%2FException.hh;h=1bed5cef6766987518a07d9936897787717d910a;hb=8ce5d6817ae748496d7db06ff4b35ad496fa3d21;hp=c6f32572797c72dfe7ee348a4b6cee148ff0a83a;hpb=975639608e44e49058ccd52f05ffe6b21faeafef;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);