X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Examples%2FSniffer%2FMainpage.dox;h=3f88daff676d333a4e6d45872c05b0c6c97fa455;hb=961cf85a6abf2b5f0a7958bbfcd8f72e7b32721b;hp=bc69f29591cbc93105ab69dd514df078b8806c13;hpb=9cb871b939efe93e35dd96808d25089399acfc46;p=senf.git diff --git a/Examples/Sniffer/Mainpage.dox b/Examples/Sniffer/Mainpage.dox index bc69f29..3f88daf 100644 --- a/Examples/Sniffer/Mainpage.dox +++ b/Examples/Sniffer/Mainpage.dox @@ -139,9 +139,10 @@ The senf::scheduler::FdEvent constructor takes several arguments: \li a string describing the event. \li the callback to call whenever the event occurs. The callback is specified as a Boost.Function object. We use the \c - senf::membind helper from the Utils library to build such a function object. This helper - takes an arbitrary class member and binds it to a specific instance. + href="http://www.boost.org/doc/libs/release/doc/html/function.html">Boost.Function + object. We use the \c senf::membind helper from the Utils library to build such a + function object. This helper takes an arbitrary class member and binds it to a specific + instance. \li the handle or file descriptor to monitor. \li and the events to watch for.