summaryrefslogtreecommitdiff
path: root/ACE/TAO/tao/Asynch_Reply_Dispatcher_Base.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/TAO/tao/Asynch_Reply_Dispatcher_Base.inl')
-rw-r--r--ACE/TAO/tao/Asynch_Reply_Dispatcher_Base.inl17
1 files changed, 17 insertions, 0 deletions
diff --git a/ACE/TAO/tao/Asynch_Reply_Dispatcher_Base.inl b/ACE/TAO/tao/Asynch_Reply_Dispatcher_Base.inl
new file mode 100644
index 00000000000..6ce1e3f556f
--- /dev/null
+++ b/ACE/TAO/tao/Asynch_Reply_Dispatcher_Base.inl
@@ -0,0 +1,17 @@
+// -*- C++ -*-
+//
+// $Id$
+
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
+namespace TAO
+{
+ ACE_INLINE void
+ ARDB_Refcount_Functor::operator () (
+ TAO_Asynch_Reply_Dispatcher_Base *ardb) throw ()
+ {
+ (void) ardb->intrusive_remove_ref (ardb);
+ }
+}
+
+TAO_END_VERSIONED_NAMESPACE_DECL