summaryrefslogtreecommitdiff
path: root/Kokyu/Dispatch_Deferrer.i
diff options
context:
space:
mode:
Diffstat (limited to 'Kokyu/Dispatch_Deferrer.i')
-rw-r--r--Kokyu/Dispatch_Deferrer.i29
1 files changed, 0 insertions, 29 deletions
diff --git a/Kokyu/Dispatch_Deferrer.i b/Kokyu/Dispatch_Deferrer.i
deleted file mode 100644
index 315afce5598..00000000000
--- a/Kokyu/Dispatch_Deferrer.i
+++ /dev/null
@@ -1,29 +0,0 @@
-// $Id$
-
-namespace Kokyu
-{
-
-ACE_INLINE
-Dispatch_Deferrer_Attributes::Dispatch_Deferrer_Attributes()
-{
-}
-
-ACE_INLINE
-Dispatch_Deferrer::Dispatch_Deferrer()
- : msg_strat_()
- , rgq_(this->msg_strat_)
- , timers_()
- , react_()
- , task_(0)
-{
-}
-
-ACE_INLINE
-Dispatch_Deferrer::~Dispatch_Deferrer()
-{
- this->react_.close();
-
- this->timers_.close();
-}
-
-} //namespace Kokyu