X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPPI%2FAnnotationRouter.ct;h=e3f898f805f1badbe5d9bfa596d6f2f5cb6ce11c;hb=73c33f663ff0f65e4656ea5a5f6f07a43a2e1722;hp=0e1bbefee10908b6e0b0e0850b1edb3249c18fde;hpb=69b25a4904fa86324aedc7147502255ce4117885;p=senf.git diff --git a/senf/PPI/AnnotationRouter.ct b/senf/PPI/AnnotationRouter.ct index 0e1bbef..e3f898f 100644 --- a/senf/PPI/AnnotationRouter.ct +++ b/senf/PPI/AnnotationRouter.ct @@ -1,6 +1,6 @@ // $Id$ // -// Copyright (C) 2008 +// Copyright (C) 2008 // Fraunhofer Institute for Open Communication Systems (FOKUS) // Competence Center NETwork research (NET), St. Augustin, GERMANY // Stefan Bund @@ -44,7 +44,7 @@ prefix_ AnnotationType senf::ppi::module::AnnotationRouter:: connectorSetup(connector::ActiveOutput<> & conn, AnnotationType const & key) { if (this->connectors().find(key) != this->connectors().end()) - throw DuplicateKeyException(key); + throw DuplicateKeyException(key); route(input, conn); return key; }