X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2FAnnotationRouter.hh;h=705eb8dab9406163b9abc4d863008d88e426550f;hb=82e8df5de8b11448423388632e8602ad97bc7885;hp=218f0a4a51eb79f73a8989ab715b489468cbd6bc;hpb=1ad0e5e4b09729bd009be5ca0ca2ba8c671ce875;p=senf.git diff --git a/PPI/AnnotationRouter.hh b/PPI/AnnotationRouter.hh index 218f0a4..705eb8d 100644 --- a/PPI/AnnotationRouter.hh +++ b/PPI/AnnotationRouter.hh @@ -28,6 +28,7 @@ // Custom includes #include +#include "../Utils/String.hh" #include "Module.hh" #include "Connectors.hh" @@ -104,7 +105,7 @@ namespace module { struct DuplicateKeyException : public senf::Exception { DuplicateKeyException(AnnotationType const & key) : senf::Exception("Duplicate senf::ppi::module::AnnotationRouter routing key ") - { append(boost::lexical_cast(key)); } }; + { append( senf::str(key)); } }; private: connector::ActiveOutput<> & newOutput(AnnotationType const & key);