X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Scheduler%2FClockService.cc;h=97c5fbc42712b6b82ecd5d887522c5b63fdb4a9d;hb=456ee576285b76aa46240f8001f426757810dcc1;hp=44b54046e365c07df2d566f7c36d0aa33acfe25e;hpb=f73fa16ed5abdce272ac77f8b8b9ef2b9922c266;p=senf.git diff --git a/Scheduler/ClockService.cc b/Scheduler/ClockService.cc index 44b5404..97c5fbc 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) SENF_THROW_SYSTEM_EXCEPTION(# op) /////////////////////////////////////////////////////////////////////////// // senf::ClockService::Impl