Reorganize examples
[senf.git] / PPI / Module.hh
index c1b0a98..5ae07e9 100644 (file)
@@ -28,8 +28,8 @@
 // Custom includes
 #include <vector>
 #include <boost/utility.hpp>
-#include <boost/date_time/posix_time/posix_time_types.hpp>
 #include <boost/ptr_container/ptr_vector.hpp>
+#include "Scheduler/ClockService.hh"
 #include "predecl.hh"
 
 //#include "Module.mpp"
@@ -121,12 +121,14 @@ namespace module {
                                                  event is signaled
                                              \param[in] descriptor The type of event to register */
 
-        boost::posix_time::ptime eventTime(); ///< Return timestamp of the currently processing
-                                              ///< event
+        ClockService::clock_type eventTime(); ///< Return timestamp of the currently processing
+                                               ///< event
 
         void destroy();
 
+#ifndef DOXYGEN
         virtual void macro_SENF_PPI_MODULE_missing() = 0;
+#endif
 
     private:
         virtual void init();