summaryrefslogtreecommitdiff
path: root/trunk/ACE/Kokyu/Dispatch_Deferrer.inl
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/ACE/Kokyu/Dispatch_Deferrer.inl')
-rw-r--r--trunk/ACE/Kokyu/Dispatch_Deferrer.inl29
1 files changed, 29 insertions, 0 deletions
diff --git a/trunk/ACE/Kokyu/Dispatch_Deferrer.inl b/trunk/ACE/Kokyu/Dispatch_Deferrer.inl
new file mode 100644
index 00000000000..315afce5598
--- /dev/null
+++ b/trunk/ACE/Kokyu/Dispatch_Deferrer.inl
@@ -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