X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Scheduler%2FReadHelper.cti;h=d491f64585473fcf1f31848b6b14edaf90a59958;hb=c4c0c1809c65d2b369e7888895f95c09f82116b9;hp=96dc37c051dba76f887fd7d64b2ea99df237d62d;hpb=85ab07d100a382467a42e19d741d403a7a96c951;p=senf.git diff --git a/Scheduler/ReadHelper.cti b/Scheduler/ReadHelper.cti index 96dc37c..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/////////////////////////////////////// @@ -107,4 +107,6 @@ prefix_ void senf::ReadHelper::throw_error() // c-file-style: "senf" // indent-tabs-mode: nil // ispell-local-dictionary: "american" +// compile-command: "scons -u test" +// comment-column: 40 // End: