Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

/home/pauldt/projects/IDEA/IDEA-ALL/IDEA-DEV/Core/Agent/Includes/TimeEventHandler.hh

Go to the documentation of this file.
00001 // -*- Mode: c++ -*-
00002 //     File: $Source: /home/cvs/ISG-Repository/IDEA-DEV/Core/Agent/Includes/TimeEventHandler.hh,v $
00003 //      CVS: $Id: TimeEventHandler.hh,v 1.4 2005/12/30 22:05:34 rijsman Exp $
00004 //     Info: $CVSROOT/IDEA_DEV/COPYRIGHT
00005 
00006 #ifndef AGENT_TIMING_SERVICE_EVENT_HANDLER
00007 #define AGENT_TIMING_SERVICE_EVENT_HANDLER
00008 
00009 #include "TimeBasics.hh"
00010 
00011 namespace IDEA
00012 {
00023   class TimeEventHandler
00024   {
00025   public:
00029     TimeEventHandler() {}
00033     virtual ~TimeEventHandler() {}
00039     virtual void handleWakeupCall( const Time& time ) {}
00045     virtual void handleRebootCall( const Time& time ) {}
00049     virtual void stop() {};
00050   };
00051 }
00052 
00053 #endif //AGENT_TIMING_SERVICE_EVENT_HANDLER
00054 

Contact information
© IDEA
Generated on Fri Feb 3 17:09:40 2006 for IDEA.