ThreadedCBTimer.hpp
Go to the documentation of this file.
00001 /*
00002  * ThreadedCBTimer.hpp
00003  *
00004  *  Created on: Dec 7, 2011
00005  *      Author: mriedel
00006  */
00007 
00008 #ifndef THREADEDCBTIMER_HPP_
00009 #define THREADEDCBTIMER_HPP_
00010 
00011 #include <telekyb_defines/telekyb_defines.hpp>
00012 
00013 #include <telekyb_base/Time/Timer.hpp>
00014 
00015 namespace TELEKYB_NAMESPACE {
00016 
00021 class ThreadedCBTimer : public Timer {
00022 public:
00023         ThreadedCBTimer();
00024         virtual ~ThreadedCBTimer();
00025 
00026         //static ThreadedCBTimer createTimer(Time duration, void);
00027 };
00028 
00029 } /* namespace telekyb */
00030 #endif /* THREADEDCBTIMER_HPP_ */
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Defines


telekyb_base
Author(s): Dr. Antonio Franchi and Martin Riedel
autogenerated on Mon Nov 11 2013 11:12:34