summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/AdapterActivatorC.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/AdapterActivatorC.cpp')
-rw-r--r--TAO/tao/PortableServer/AdapterActivatorC.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/TAO/tao/PortableServer/AdapterActivatorC.cpp b/TAO/tao/PortableServer/AdapterActivatorC.cpp
index 7eb482f2d99..14a2fbb7712 100644
--- a/TAO/tao/PortableServer/AdapterActivatorC.cpp
+++ b/TAO/tao/PortableServer/AdapterActivatorC.cpp
@@ -29,7 +29,7 @@
// be\be_codegen.cpp:277
-#include "tao/PortableServer/AdapterActivatorC.h"
+#include "AdapterActivatorC.h"
#include "tao/CDR.h"
#include "ace/OS_NS_string.h"
@@ -38,8 +38,6 @@
#if (TAO_HAS_MINIMUM_POA == 0)
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
// Arg traits specializations.
namespace TAO
{
@@ -167,6 +165,4 @@ PortableServer::AdapterActivator::marshal (TAO_OutputCDR &)
return false;
}
-TAO_END_VERSIONED_NAMESPACE_DECL
-
#endif /* TAO_HAS_MINIMUM_CORBA == 0 */