X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FException.hh;h=9cf7c8ad27237559c211c65554dd5e4c27fe019e;hb=445c71d8d242f4ce3d23d8db8d1faf909943cfec;hp=6b62b68163ac51b6bbaa0c676afe69be5f445974;hpb=d267cc9325ff49f1ef76aa7ddf6b51ceaafd3026;p=senf.git diff --git a/Utils/Exception.hh b/Utils/Exception.hh index 6b62b68..9cf7c8a 100644 --- a/Utils/Exception.hh +++ b/Utils/Exception.hh @@ -1,9 +1,9 @@ // $Id$ // // Copyright (C) 2006 -// Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS) -// Kompetenzzentrum fuer Satelitenkommunikation (SatCom) -// Stefan Bund +// 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 // it under the terms of the GNU General Public License as published by @@ -180,8 +180,6 @@ namespace senf { */ void throwErrno(std::string const & where, int code); - enum NoThrow_t { nothrow }; - } ///////////////////////////////hh.e////////////////////////////////////////