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, 29 insertions, 0 deletions
diff --git a/Kokyu/Dispatch_Deferrer.i b/Kokyu/Dispatch_Deferrer.i
new file mode 100644
index 00000000000..315afce5598
--- /dev/null
+++ b/Kokyu/Dispatch_Deferrer.i
@@ -0,0 +1,29 @@
+// $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