Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

CallbackTimer.cpp

Go to the documentation of this file.
00001 #include "headers.h"
00002 
00009 
00010 CallbackTimer::CallbackTimer() {
00011 }
00012 
00013 
00014 CallbackTimer::~CallbackTimer() {
00015 }
00016 
00017 
00018 void
00019 CallbackTimer::doAction(TimerNode* timerNode) {
00020         timerNode->getFunc()(timerNode->getArg());
00021 }
00022 

Generated at Thu Jul 11 13:31:49 2002 for Peekabooty by doxygen1.2.9 written by Dimitri van Heesch, © 1997-2001