summaryrefslogtreecommitdiff
path: root/TAO/tao/Invocation_Adapter.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Invocation_Adapter.inl')
-rw-r--r--TAO/tao/Invocation_Adapter.inl7
1 files changed, 6 insertions, 1 deletions
diff --git a/TAO/tao/Invocation_Adapter.inl b/TAO/tao/Invocation_Adapter.inl
index b27c3070466..3ee1410310c 100644
--- a/TAO/tao/Invocation_Adapter.inl
+++ b/TAO/tao/Invocation_Adapter.inl
@@ -1,5 +1,9 @@
// -*- C++ -*-
+//
// $Id$
+
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
namespace TAO
{
ACE_INLINE
@@ -12,7 +16,6 @@ namespace TAO
Collocation_Proxy_Broker *p,
Invocation_Type type,
Invocation_Mode mode)
-
: target_ (target)
, args_ (args)
, number_args_ (arg_number)
@@ -24,3 +27,5 @@ namespace TAO
{
}
}
+
+TAO_END_VERSIONED_NAMESPACE_DECL