X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPPI%2FSetup.cti;h=5e6bee1bf079ec07de68bae597c02702ad768b7e;hb=93d9568d448749dc187e7622b733a4a3caa319df;hp=ca6e672f5b40a70afd5aa6db2159f07972f2a62e;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/PPI/Setup.cti b/senf/PPI/Setup.cti index ca6e672..5e6bee1 100644 --- a/senf/PPI/Setup.cti +++ b/senf/PPI/Setup.cti @@ -29,7 +29,7 @@ #include "Jack.hh" #define prefix_ inline -///////////////////////////////cti.p/////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// #ifndef DOXYGEN @@ -58,15 +58,15 @@ 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); } #endif -///////////////////////////////cti.e/////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// #undef prefix_