PPI: Use ClockService instead of boost::posix_time
authorg0dil <g0dil@270642c3-0616-0410-b53a-bc976706d245>
Mon, 20 Aug 2007 11:21:00 +0000 (11:21 +0000)
committerg0dil <g0dil@270642c3-0616-0410-b53a-bc976706d245>
Mon, 20 Aug 2007 11:21:00 +0000 (11:21 +0000)
commitb8a3977542aaf217ac472e5266abd0fcffb4f95f
treefaa8e021279e00496d7a8a2304796637254636fc
parentdd9cab12c8a33e57da1dd1104b530e8ea1591c53
PPI: Use ClockService instead of boost::posix_time
PPI: Implement IntervalTimer event
Scheduler: Change timeout() argyument to absolute time represented as ClockService::clock_type
Scheduler: Implement timer event cancelation
PPI: Implement RateStuffer in ppitest

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@399 270642c3-0616-0410-b53a-bc976706d245
21 files changed:
PPI/EventManager.cci
PPI/EventManager.hh
PPI/Events.cti
PPI/Events.hh
PPI/IOEvent.hh
PPI/IntervalTimer.cc [new file with mode: 0644]
PPI/IntervalTimer.cci [new file with mode: 0644]
PPI/IntervalTimer.hh [new file with mode: 0644]
PPI/Module.cci
PPI/Module.hh
PPI/Module.test.cc
PPI/SocketReader.test.cc
PPI/SocketWriter.test.cc
PPI/detail/EventBinding.cc
PPI/detail/EventBinding.cti
PPI/detail/EventBinding.hh
PPI/ppitest/ppitest.cc
Scheduler/Scheduler.cc
Scheduler/Scheduler.cci
Scheduler/Scheduler.hh
Scheduler/Scheduler.test.cc