X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2FIdleEvent.hh;h=128dcba8a34524bf8cd430047b69e83b269b5d60;hb=bd9f9d3fd6fbcff0112a7bf48ab9284da9576b11;hp=593b1006cc501fb02f9e029185da74773f3722b7;hpb=f73fa16ed5abdce272ac77f8b8b9ef2b9922c266;p=senf.git diff --git a/PPI/IdleEvent.hh b/PPI/IdleEvent.hh index 593b100..128dcba 100644 --- a/PPI/IdleEvent.hh +++ b/PPI/IdleEvent.hh @@ -1,8 +1,8 @@ // $Id$ // -// Copyright (C) 2007 -// Fraunhofer Institute for Open Communication Systems (FOKUS) -// Competence Center NETwork research (NET), St. Augustin, GERMANY +// Copyright (C) 2007 +// Fraunhofer Institute for Open Communication Systems (FOKUS) +// Competence Center NETwork research (NET), St. Augustin, GERMANY // Stefan Bund // // This program is free software; you can redistribute it and/or modify @@ -23,8 +23,8 @@ /** \file \brief IdleEvent public header */ -#ifndef HH_IdleEvent_ -#define HH_IdleEvent_ 1 +#ifndef HH_SENF_PPI_IdleEvent_ +#define HH_SENF_PPI_IdleEvent_ 1 // Custom includes #include "Events.hh" @@ -56,7 +56,7 @@ namespace ppi { void cb(); - unsigned id_; + scheduler::TimerEvent timer_; }; }}