X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPPI%2FAnnotationRouter.ct;h=e3f898f805f1badbe5d9bfa596d6f2f5cb6ce11c;hb=9cb871b939efe93e35dd96808d25089399acfc46;hp=0e1bbefee10908b6e0b0e0850b1edb3249c18fde;hpb=3a43b572a2c0028b353d47e86fa7546633d6e2cf;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; }