X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FException.cci;h=f51f78a556e21be3cd099b0418e0e4ca32155cdb;hb=c505c034e5fdc932c02aa3dc3847a5551011d87e;hp=6f7e13dc08ebf1c27bc44766b761d05d44393d30;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/Utils/Exception.cci b/senf/Utils/Exception.cci index 6f7e13d..f51f78a 100644 --- a/senf/Utils/Exception.cci +++ b/senf/Utils/Exception.cci @@ -83,7 +83,7 @@ prefix_ senf::SystemException::SystemException(int code _SENF_EXC_DEBUG_ARGS_ND) init("", code _SENF_EXC_DEBUG_ARGS_P); } -prefix_ senf::SystemException::SystemException(std::string const & descr, int code +prefix_ senf::SystemException::SystemException(std::string const & descr, int code _SENF_EXC_DEBUG_ARGS_ND) { init(descr, code _SENF_EXC_DEBUG_ARGS_P); @@ -103,8 +103,9 @@ prefix_ char const * senf::SystemException::errorString() prefix_ bool senf::SystemException::anyOf(int c0, int c1, int c2, int c3, int c4, int c5, int c6, int c7, int c8, int c9) + const { - return + return (c0 && code_ == c0) || (c1 && code_ == c1) || (c2 && code_ == c2) ||