X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2FConnectors.hh;h=c915c062a43dda96ce79a5f62a24029aabad97d4;hb=145f6a7d0f3a6aaa77b3625351c952d24cb0b8a1;hp=d82e14a8c41b981c51228602e7ac1967f02dcfea;hpb=dab85c1701097d7f139f0fa9206cc13320b25889;p=senf.git diff --git a/PPI/Connectors.hh b/PPI/Connectors.hh index d82e14a..c915c06 100644 --- a/PPI/Connectors.hh +++ b/PPI/Connectors.hh @@ -147,7 +147,7 @@ namespace connector { notifications. */ template - void onUnthrottle(Handler handler); ///< Register unthrottle notification handler + void onUnthrottle(Handler handle); ///< Register unthrottle notification handler /**< The handler register here will be called, whenever an unthrottle notification comes in. The \a handler argument is either an arbitrary callable object or it @@ -329,4 +329,5 @@ namespace connector { // indent-tabs-mode: nil // ispell-local-dictionary: "american" // compile-command: "scons -u test" +// comment-column: 40 // End: