X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2FSetup.cti;h=ca6e672f5b40a70afd5aa6db2159f07972f2a62e;hb=26dafbf86c16535110eeee3e6084111aa7b01e87;hp=509bbb112a8ea0099932262f9426841e68bc2044;hpb=61895b04f84c4c5ce8974d187bbc739c70fdf898;p=senf.git diff --git a/PPI/Setup.cti b/PPI/Setup.cti index 509bbb1..ca6e672 100644 --- a/PPI/Setup.cti +++ b/PPI/Setup.cti @@ -38,7 +38,7 @@ prefix_ void senf::ppi:: connect(T & source, C & target, typename boost::disable_if< boost::is_base_of >::type *, typename boost::enable_if< boost::is_base_of >::type *, - typename boost::disable_if< boost::is_base_of >::type *) + typename boost::disable_if< boost::is_base_of >::type *) { connect(source.output, target); } @@ -48,7 +48,7 @@ prefix_ void senf::ppi:: connect(C & source, T & target, typename boost::enable_if< boost::is_base_of >::type *, typename boost::disable_if< boost::is_base_of >::type *, - typename boost::disable_if< boost::is_base_of >::type *) + typename boost::disable_if< boost::is_base_of >::type *) { connect(source, target.input); } @@ -58,8 +58,8 @@ prefix_ void senf::ppi:: connect(T1 & source, T2 & target, typename boost::disable_if< boost::is_base_of >::type *, typename boost::disable_if< boost::is_base_of >::type *, - typename boost::disable_if< boost::is_base_of >::type *, - typename boost::disable_if< boost::is_base_of >::type *) + typename boost::disable_if< boost::is_base_of >:: type *, + typename boost::disable_if< boost::is_base_of >:: type *) { connect(source.output, target.input); }