summaryrefslogtreecommitdiff
path: root/TAO/tao/AnyTypeCode/BoundsC.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/AnyTypeCode/BoundsC.cpp')
-rw-r--r--TAO/tao/AnyTypeCode/BoundsC.cpp8
1 files changed, 6 insertions, 2 deletions
diff --git a/TAO/tao/AnyTypeCode/BoundsC.cpp b/TAO/tao/AnyTypeCode/BoundsC.cpp
index fec4453680a..fcf15a8094e 100644
--- a/TAO/tao/AnyTypeCode/BoundsC.cpp
+++ b/TAO/tao/AnyTypeCode/BoundsC.cpp
@@ -29,7 +29,7 @@
// be\be_codegen.cpp:291
-#include "BoundsA.h"
+#include "tao/AnyTypeCode/BoundsA.h"
#include "tao/CDR.h"
#include "tao/SystemException.h"
#include "ace/OS_NS_string.h"
@@ -41,6 +41,8 @@
// TAO_IDL - Generated from
// be\be_visitor_arg_traits.cpp:70
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
// Arg traits specializations.
namespace TAO
{
@@ -73,7 +75,7 @@ CORBA::Bounds::Bounds (const ::CORBA::Bounds &_tao_excp)
CORBA::Bounds&
CORBA::Bounds::operator= (const ::CORBA::Bounds &_tao_excp)
{
- this->ACE_NESTED_CLASS (CORBA, UserException)::operator= (_tao_excp);
+ this->::CORBA::UserException::operator= (_tao_excp);
return *this;
}
@@ -171,3 +173,5 @@ CORBA::Boolean operator>> (
{
return true;
}
+
+TAO_END_VERSIONED_NAMESPACE_DECL