X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2FModule.hh;h=30d52d9892a1d290811674bddc4e810b69cbb219;hb=ca133fb5d47ad2bd90d95e21626df59fdd78571a;hp=a60382e12a1bb9aff4eee1827dafb518d10e24db;hpb=0c6e42841266e5983ef9a9836b8f1bb98de684ba;p=senf.git diff --git a/PPI/Module.hh b/PPI/Module.hh index a60382e..30d52d9 100644 --- a/PPI/Module.hh +++ b/PPI/Module.hh @@ -79,9 +79,9 @@ namespace module { The return value may be used to alter routing parameters like throttling parameters. - \param[in] source Data source, object which controlls + \param[in] source Data source, object which controls incoming data - \param[in] target Data target, object which controlls + \param[in] target Data target, object which controls outgoing data \returns Route instance describing this route */ @@ -143,4 +143,6 @@ namespace module { // c-file-style: "senf" // indent-tabs-mode: nil // ispell-local-dictionary: "american" +// compile-command: "scons -u test" +// comment-column: 40 // End: