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, 1 insertions, 6 deletions
diff --git a/TAO/tao/Invocation_Adapter.inl b/TAO/tao/Invocation_Adapter.inl
index 3ee1410310c..b27c3070466 100644
--- a/TAO/tao/Invocation_Adapter.inl
+++ b/TAO/tao/Invocation_Adapter.inl
@@ -1,9 +1,5 @@
// -*- C++ -*-
-//
// $Id$
-
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
namespace TAO
{
ACE_INLINE
@@ -16,6 +12,7 @@ namespace TAO
Collocation_Proxy_Broker *p,
Invocation_Type type,
Invocation_Mode mode)
+
: target_ (target)
, args_ (args)
, number_args_ (arg_number)
@@ -27,5 +24,3 @@ namespace TAO
{
}
}
-
-TAO_END_VERSIONED_NAMESPACE_DECL