summaryrefslogtreecommitdiff
path: root/TAO/tao/IORManipulation/IORA.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/IORManipulation/IORA.cpp')
-rw-r--r--TAO/tao/IORManipulation/IORA.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/TAO/tao/IORManipulation/IORA.cpp b/TAO/tao/IORManipulation/IORA.cpp
index 8f9b028afe9..4f66fb1a1c5 100644
--- a/TAO/tao/IORManipulation/IORA.cpp
+++ b/TAO/tao/IORManipulation/IORA.cpp
@@ -32,12 +32,14 @@
#include "tao/AnyTypeCode/Sequence_TypeCode_Static.h"
#include "tao/AnyTypeCode/Struct_TypeCode_Static.h"
#include "tao/AnyTypeCode/TypeCode_Struct_Field.h"
-#include "IORManip_Loader.h"
+#include "tao/IORManipulation/IORManip_Loader.h"
#include "tao/CDR.h"
#include "tao/AnyTypeCode/Any.h"
#include "tao/AnyTypeCode/Any_Impl_T.h"
#include "tao/AnyTypeCode/Any_Dual_Impl_T.h"
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
// TAO_IDL - Generated from
// be/be_visitor_typecode/struct_typecode.cpp:74
@@ -900,3 +902,5 @@ CORBA::Boolean operator>>= (
_tao_elem
);
}
+
+TAO_END_VERSIONED_NAMESPACE_DECL