X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Scheduler%2FClockService.cc;h=3513b3467da8a478d85f0e86642966a08c816087;hb=84df23442e79b04a5c4e55a93f46a26b8abe4728;hp=953c70f1b72c5c99c8c656a9021dfe47d37aefef;hpb=34378cabd0ef59515f60b8e535d50fd5488c84e2;p=senf.git diff --git a/Scheduler/ClockService.cc b/Scheduler/ClockService.cc index 953c70f..3513b34 100644 --- a/Scheduler/ClockService.cc +++ b/Scheduler/ClockService.cc @@ -1,8 +1,8 @@ // $Id$ // -// Copyright (C) 2007 -// Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS) -// Kompetenzzentrum fuer Satelitenkommunikation (SatCom) +// 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