X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Scheduler%2FScheduler.hh;h=819d70e78d88cb06a23df47f2bc74366434600ca;hb=032707d24b1059febe83ce56b11fd79df106c6e2;hp=cdcd4f6e4c81d25cc8e0fb1b3e9b7b06282349a5;hpb=ac6a813d9d99f7add4e13aff7a4bcd314d5604a6;p=senf.git diff --git a/Scheduler/Scheduler.hh b/Scheduler/Scheduler.hh index cdcd4f6..819d70e 100644 --- a/Scheduler/Scheduler.hh +++ b/Scheduler/Scheduler.hh @@ -20,9 +20,6 @@ // Free Software Foundation, Inc., // 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -// TODO: Fix EventId parameter (probably to int) to allow |-ing without casting ... - - /** \mainpage The SENF Scheduler library */ @@ -42,9 +39,9 @@ //#include "scheduler.mpp" ///////////////////////////////hh.p//////////////////////////////////////// +/** \brief SENF Project namespace */ namespace senf { - /** \brief Singleton class to manage the event loop This class manages a single select() type event loop. A @@ -52,6 +49,9 @@ namespace senf { descriptiors with this class and pass callback functions to be called on input, output or error. This functions are specified using boost::function objects + + \todo Fix EventId parameter (probably to int) to allow |-ing + without casting ... */ class Scheduler : boost::noncopyable