summaryrefslogtreecommitdiff
path: root/TAO/tao/Messaging/Asynch_Invocation_Adapter.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Messaging/Asynch_Invocation_Adapter.inl')
-rw-r--r--TAO/tao/Messaging/Asynch_Invocation_Adapter.inl16
1 files changed, 16 insertions, 0 deletions
diff --git a/TAO/tao/Messaging/Asynch_Invocation_Adapter.inl b/TAO/tao/Messaging/Asynch_Invocation_Adapter.inl
new file mode 100644
index 00000000000..d13c62ae36e
--- /dev/null
+++ b/TAO/tao/Messaging/Asynch_Invocation_Adapter.inl
@@ -0,0 +1,16 @@
+// $Id$
+
+
+namespace TAO
+{
+ ACE_INLINE void
+ Asynch_Invocation_Adapter::invoke (
+ TAO::Exception_Data *ex,
+ unsigned long ex_count
+ ACE_ENV_ARG_DECL)
+ {
+ Invocation_Adapter::invoke (ex, ex_count ACE_ENV_ARG_PARAMETER);
+ ACE_CHECK;
+ }
+
+} // End namespace TAO