X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Scheduler%2FClockService.cc;h=3513b3467da8a478d85f0e86642966a08c816087;hb=84df23442e79b04a5c4e55a93f46a26b8abe4728;hp=44b54046e365c07df2d566f7c36d0aa33acfe25e;hpb=f73fa16ed5abdce272ac77f8b8b9ef2b9922c266;p=senf.git diff --git a/Scheduler/ClockService.cc b/Scheduler/ClockService.cc index 44b5404..3513b34 100644 --- a/Scheduler/ClockService.cc +++ b/Scheduler/ClockService.cc @@ -1,8 +1,8 @@ // $Id$ // -// Copyright (C) 2007 -// Fraunhofer Institute for Open Communication Systems (FOKUS) -// Competence Center NETwork research (NET), St. Augustin, GERMANY +// Copyright (C) 2007 +// Fraunhofer Institute for Open Communication Systems (FOKUS) +// Competence Center NETwork research (NET), St. Augustin, GERMANY // Stefan Bund // // This program is free software; you can redistribute it and/or modify @@ -37,7 +37,7 @@ #define prefix_ ///////////////////////////////cc.p//////////////////////////////////////// -#define CheckError(op,args) if (op args < 0) throwErrno(# op, errno) +#define CheckError(op,args) if (op args < 0) throw SystemException(# op, errno) /////////////////////////////////////////////////////////////////////////// // senf::ClockService::Impl