X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Scheduler%2FReadHelper.cti;h=d491f64585473fcf1f31848b6b14edaf90a59958;hb=c6811d4b2fdd60eb33af627ae287dd228f435d14;hp=380091ad05fb35cb5b6f13157e1d0bf987be4041;hpb=145f6a7d0f3a6aaa77b3625351c952d24cb0b8a1;p=senf.git diff --git a/Scheduler/ReadHelper.cti b/Scheduler/ReadHelper.cti index 380091a..d491f64 100644 --- a/Scheduler/ReadHelper.cti +++ b/Scheduler/ReadHelper.cti @@ -24,7 +24,7 @@ #include "ReadHelper.ih" // Custom includes -#include "Utils/Exception.hh" +#include "../Utils/Exception.hh" #define prefix_ inline ///////////////////////////////cti.p/////////////////////////////////////// @@ -94,7 +94,7 @@ template prefix_ void senf::ReadHelper::throw_error() const { - if (errno_ != 0) throw SystemException(errno_); + if (errno_ != 0) throw SystemException(errno_ SENF_EXC_DEBUGINFO); } ///////////////////////////////cti.e///////////////////////////////////////