summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-04-29 10:49:19 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-04-29 10:49:19 +0000
commit8686c3654c213975e6e350400ee55de2bea2165e (patch)
tree4142ee516f12017bd4a31a8738301e14862ed2da
parent3a0ba8b0351ba6b50eacbafc751db3168a946d7c (diff)
downloadATCD-8686c3654c213975e6e350400ee55de2bea2165e.tar.gz
ChangeLogTag: Fri Apr 29 09:50:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/tao/IFR_Client/IFR_BaseA.cpp102
-rw-r--r--TAO/tao/IFR_Client/IFR_BasicA.cpp416
-rw-r--r--TAO/tao/IFR_Client/IFR_ComponentsA.cpp242
-rw-r--r--TAO/tao/IFR_Client/IFR_ExtendedA.cpp87
4 files changed, 511 insertions, 336 deletions
diff --git a/TAO/tao/IFR_Client/IFR_BaseA.cpp b/TAO/tao/IFR_Client/IFR_BaseA.cpp
index 5259c9d1447..1e48a685770 100644
--- a/TAO/tao/IFR_Client/IFR_BaseA.cpp
+++ b/TAO/tao/IFR_Client/IFR_BaseA.cpp
@@ -34,6 +34,7 @@
#include "tao/Sequence_TypeCode.h"
#include "tao/String_TypeCode.h"
#include "tao/Struct_TypeCode.h"
+#include "tao/TypeCode_Struct_Field.h"
#include "tao/CDR.h"
#include "tao/Any.h"
#include "tao/Any_Impl_T.h"
@@ -1282,14 +1283,17 @@ CORBA::Boolean operator>>= (
// TAO_IDL - Generated from
// be\be_visitor_interface/any_op_cs.cpp:50
-template<>
-CORBA::Boolean
-TAO::Any_Impl_T<CORBA::IRObject>::to_object (
- CORBA::Object_ptr &_tao_elem
- ) const
+namespace TAO
{
- _tao_elem = CORBA::Object::_duplicate (this->value_);
- return true;
+ template<>
+ CORBA::Boolean
+ Any_Impl_T<CORBA::IRObject>::to_object (
+ CORBA::Object_ptr &_tao_elem
+ ) const
+ {
+ _tao_elem = CORBA::Object::_duplicate (this->value_);
+ return true;
+ }
}
// Copying insertion.
@@ -1337,14 +1341,17 @@ operator>>= (
// TAO_IDL - Generated from
// be\be_visitor_interface/any_op_cs.cpp:50
-template<>
-CORBA::Boolean
-TAO::Any_Impl_T<CORBA::Contained>::to_object (
- CORBA::Object_ptr &_tao_elem
- ) const
+namespace TAO
{
- _tao_elem = CORBA::Object::_duplicate (this->value_);
- return true;
+ template<>
+ CORBA::Boolean
+ Any_Impl_T<CORBA::Contained>::to_object (
+ CORBA::Object_ptr &_tao_elem
+ ) const
+ {
+ _tao_elem = CORBA::Object::_duplicate (this->value_);
+ return true;
+ }
}
// Copying insertion.
@@ -1450,6 +1457,7 @@ CORBA::Boolean operator>>= (
// TAO_IDL - Generated from
// be\be_visitor_sequence/any_op_cs.cpp:54
+
// Copying insertion.
void operator<<= (
CORBA::Any &_tao_any,
@@ -1508,6 +1516,7 @@ CORBA::Boolean operator>>= (
// TAO_IDL - Generated from
// be\be_visitor_sequence/any_op_cs.cpp:54
+
// Copying insertion.
void operator<<= (
CORBA::Any &_tao_any,
@@ -1566,6 +1575,7 @@ CORBA::Boolean operator>>= (
// TAO_IDL - Generated from
// be\be_visitor_sequence/any_op_cs.cpp:54
+
// Copying insertion.
void operator<<= (
CORBA::Any &_tao_any,
@@ -1624,6 +1634,7 @@ CORBA::Boolean operator>>= (
// TAO_IDL - Generated from
// be\be_visitor_sequence/any_op_cs.cpp:54
+
// Copying insertion.
void operator<<= (
CORBA::Any &_tao_any,
@@ -1682,6 +1693,7 @@ CORBA::Boolean operator>>= (
// TAO_IDL - Generated from
// be\be_visitor_sequence/any_op_cs.cpp:54
+
// Copying insertion.
void operator<<= (
CORBA::Any &_tao_any,
@@ -1740,6 +1752,7 @@ CORBA::Boolean operator>>= (
// TAO_IDL - Generated from
// be\be_visitor_sequence/any_op_cs.cpp:54
+
// Copying insertion.
void operator<<= (
CORBA::Any &_tao_any,
@@ -1798,6 +1811,7 @@ CORBA::Boolean operator>>= (
// TAO_IDL - Generated from
// be\be_visitor_sequence/any_op_cs.cpp:54
+
// Copying insertion.
void operator<<= (
CORBA::Any &_tao_any,
@@ -1856,6 +1870,7 @@ CORBA::Boolean operator>>= (
// TAO_IDL - Generated from
// be\be_visitor_sequence/any_op_cs.cpp:54
+
// Copying insertion.
void operator<<= (
CORBA::Any &_tao_any,
@@ -1914,6 +1929,7 @@ CORBA::Boolean operator>>= (
// TAO_IDL - Generated from
// be\be_visitor_sequence/any_op_cs.cpp:54
+
// Copying insertion.
void operator<<= (
CORBA::Any &_tao_any,
@@ -2030,6 +2046,7 @@ CORBA::Boolean operator>>= (
// TAO_IDL - Generated from
// be\be_visitor_sequence/any_op_cs.cpp:54
+
// Copying insertion.
void operator<<= (
CORBA::Any &_tao_any,
@@ -2146,6 +2163,7 @@ CORBA::Boolean operator>>= (
// TAO_IDL - Generated from
// be\be_visitor_sequence/any_op_cs.cpp:54
+
// Copying insertion.
void operator<<= (
CORBA::Any &_tao_any,
@@ -2262,6 +2280,7 @@ CORBA::Boolean operator>>= (
// TAO_IDL - Generated from
// be\be_visitor_sequence/any_op_cs.cpp:54
+
// Copying insertion.
void operator<<= (
CORBA::Any &_tao_any,
@@ -2378,6 +2397,7 @@ CORBA::Boolean operator>>= (
// TAO_IDL - Generated from
// be\be_visitor_sequence/any_op_cs.cpp:54
+
// Copying insertion.
void operator<<= (
CORBA::Any &_tao_any,
@@ -2494,6 +2514,7 @@ CORBA::Boolean operator>>= (
// TAO_IDL - Generated from
// be\be_visitor_sequence/any_op_cs.cpp:54
+
// Copying insertion.
void operator<<= (
CORBA::Any &_tao_any,
@@ -2552,6 +2573,7 @@ CORBA::Boolean operator>>= (
// TAO_IDL - Generated from
// be\be_visitor_sequence/any_op_cs.cpp:54
+
// Copying insertion.
void operator<<= (
CORBA::Any &_tao_any,
@@ -2610,14 +2632,17 @@ CORBA::Boolean operator>>= (
// TAO_IDL - Generated from
// be\be_visitor_interface/any_op_cs.cpp:50
-template<>
-CORBA::Boolean
-TAO::Any_Impl_T<CORBA::Container>::to_object (
- CORBA::Object_ptr &_tao_elem
- ) const
+namespace TAO
{
- _tao_elem = CORBA::Object::_duplicate (this->value_);
- return true;
+ template<>
+ CORBA::Boolean
+ Any_Impl_T<CORBA::Container>::to_object (
+ CORBA::Object_ptr &_tao_elem
+ ) const
+ {
+ _tao_elem = CORBA::Object::_duplicate (this->value_);
+ return true;
+ }
}
// Copying insertion.
@@ -2723,6 +2748,7 @@ CORBA::Boolean operator>>= (
// TAO_IDL - Generated from
// be\be_visitor_sequence/any_op_cs.cpp:54
+
// Copying insertion.
void operator<<= (
CORBA::Any &_tao_any,
@@ -2781,14 +2807,17 @@ CORBA::Boolean operator>>= (
// TAO_IDL - Generated from
// be\be_visitor_interface/any_op_cs.cpp:50
-template<>
-CORBA::Boolean
-TAO::Any_Impl_T<CORBA::IDLType>::to_object (
- CORBA::Object_ptr &_tao_elem
- ) const
+namespace TAO
{
- _tao_elem = CORBA::Object::_duplicate (this->value_);
- return true;
+ template<>
+ CORBA::Boolean
+ Any_Impl_T<CORBA::IDLType>::to_object (
+ CORBA::Object_ptr &_tao_elem
+ ) const
+ {
+ _tao_elem = CORBA::Object::_duplicate (this->value_);
+ return true;
+ }
}
// Copying insertion.
@@ -2836,14 +2865,17 @@ operator>>= (
// TAO_IDL - Generated from
// be\be_visitor_interface/any_op_cs.cpp:50
-template<>
-CORBA::Boolean
-TAO::Any_Impl_T<CORBA::TypedefDef>::to_object (
- CORBA::Object_ptr &_tao_elem
- ) const
+namespace TAO
{
- _tao_elem = CORBA::Object::_duplicate (this->value_);
- return true;
+ template<>
+ CORBA::Boolean
+ Any_Impl_T<CORBA::TypedefDef>::to_object (
+ CORBA::Object_ptr &_tao_elem
+ ) const
+ {
+ _tao_elem = CORBA::Object::_duplicate (this->value_);
+ return true;
+ }
}
// Copying insertion.
diff --git a/TAO/tao/IFR_Client/IFR_BasicA.cpp b/TAO/tao/IFR_Client/IFR_BasicA.cpp
index 2288f67e6bb..1c99453f5c1 100644
--- a/TAO/tao/IFR_Client/IFR_BasicA.cpp
+++ b/TAO/tao/IFR_Client/IFR_BasicA.cpp
@@ -34,6 +34,7 @@
#include "tao/Sequence_TypeCode.h"
#include "tao/String_TypeCode.h"
#include "tao/Struct_TypeCode.h"
+#include "tao/TypeCode_Struct_Field.h"
#include "tao/CDR.h"
#include "tao/Any.h"
#include "tao/Any_Impl_T.h"
@@ -1244,14 +1245,17 @@ CORBA::Boolean operator>>= (
// TAO_IDL - Generated from
// be\be_visitor_interface/any_op_cs.cpp:50
-template<>
-CORBA::Boolean
-TAO::Any_Impl_T<CORBA::Repository>::to_object (
- CORBA::Object_ptr &_tao_elem
- ) const
+namespace TAO
{
- _tao_elem = CORBA::Object::_duplicate (this->value_);
- return true;
+ template<>
+ CORBA::Boolean
+ Any_Impl_T<CORBA::Repository>::to_object (
+ CORBA::Object_ptr &_tao_elem
+ ) const
+ {
+ _tao_elem = CORBA::Object::_duplicate (this->value_);
+ return true;
+ }
}
// Copying insertion.
@@ -1299,14 +1303,17 @@ operator>>= (
// TAO_IDL - Generated from
// be\be_visitor_interface/any_op_cs.cpp:50
-template<>
-CORBA::Boolean
-TAO::Any_Impl_T<CORBA::ModuleDef>::to_object (
- CORBA::Object_ptr &_tao_elem
- ) const
+namespace TAO
{
- _tao_elem = CORBA::Object::_duplicate (this->value_);
- return true;
+ template<>
+ CORBA::Boolean
+ Any_Impl_T<CORBA::ModuleDef>::to_object (
+ CORBA::Object_ptr &_tao_elem
+ ) const
+ {
+ _tao_elem = CORBA::Object::_duplicate (this->value_);
+ return true;
+ }
}
// Copying insertion.
@@ -1412,14 +1419,17 @@ CORBA::Boolean operator>>= (
// TAO_IDL - Generated from
// be\be_visitor_interface/any_op_cs.cpp:50
-template<>
-CORBA::Boolean
-TAO::Any_Impl_T<CORBA::ConstantDef>::to_object (
- CORBA::Object_ptr &_tao_elem
- ) const
+namespace TAO
{
- _tao_elem = CORBA::Object::_duplicate (this->value_);
- return true;
+ template<>
+ CORBA::Boolean
+ Any_Impl_T<CORBA::ConstantDef>::to_object (
+ CORBA::Object_ptr &_tao_elem
+ ) const
+ {
+ _tao_elem = CORBA::Object::_duplicate (this->value_);
+ return true;
+ }
}
// Copying insertion.
@@ -1525,14 +1535,17 @@ CORBA::Boolean operator>>= (
// TAO_IDL - Generated from
// be\be_visitor_interface/any_op_cs.cpp:50
-template<>
-CORBA::Boolean
-TAO::Any_Impl_T<CORBA::StructDef>::to_object (
- CORBA::Object_ptr &_tao_elem
- ) const
+namespace TAO
{
- _tao_elem = CORBA::Object::_duplicate (this->value_);
- return true;
+ template<>
+ CORBA::Boolean
+ Any_Impl_T<CORBA::StructDef>::to_object (
+ CORBA::Object_ptr &_tao_elem
+ ) const
+ {
+ _tao_elem = CORBA::Object::_duplicate (this->value_);
+ return true;
+ }
}
// Copying insertion.
@@ -1580,14 +1593,17 @@ operator>>= (
// TAO_IDL - Generated from
// be\be_visitor_interface/any_op_cs.cpp:50
-template<>
-CORBA::Boolean
-TAO::Any_Impl_T<CORBA::UnionDef>::to_object (
- CORBA::Object_ptr &_tao_elem
- ) const
+namespace TAO
{
- _tao_elem = CORBA::Object::_duplicate (this->value_);
- return true;
+ template<>
+ CORBA::Boolean
+ Any_Impl_T<CORBA::UnionDef>::to_object (
+ CORBA::Object_ptr &_tao_elem
+ ) const
+ {
+ _tao_elem = CORBA::Object::_duplicate (this->value_);
+ return true;
+ }
}
// Copying insertion.
@@ -1635,14 +1651,17 @@ operator>>= (
// TAO_IDL - Generated from
// be\be_visitor_interface/any_op_cs.cpp:50
-template<>
-CORBA::Boolean
-TAO::Any_Impl_T<CORBA::EnumDef>::to_object (
- CORBA::Object_ptr &_tao_elem
- ) const
+namespace TAO
{
- _tao_elem = CORBA::Object::_duplicate (this->value_);
- return true;
+ template<>
+ CORBA::Boolean
+ Any_Impl_T<CORBA::EnumDef>::to_object (
+ CORBA::Object_ptr &_tao_elem
+ ) const
+ {
+ _tao_elem = CORBA::Object::_duplicate (this->value_);
+ return true;
+ }
}
// Copying insertion.
@@ -1690,14 +1709,17 @@ operator>>= (
// TAO_IDL - Generated from
// be\be_visitor_interface/any_op_cs.cpp:50
-template<>
-CORBA::Boolean
-TAO::Any_Impl_T<CORBA::AliasDef>::to_object (
- CORBA::Object_ptr &_tao_elem
- ) const
+namespace TAO
{
- _tao_elem = CORBA::Object::_duplicate (this->value_);
- return true;
+ template<>
+ CORBA::Boolean
+ Any_Impl_T<CORBA::AliasDef>::to_object (
+ CORBA::Object_ptr &_tao_elem
+ ) const
+ {
+ _tao_elem = CORBA::Object::_duplicate (this->value_);
+ return true;
+ }
}
// Copying insertion.
@@ -1745,14 +1767,17 @@ operator>>= (
// TAO_IDL - Generated from
// be\be_visitor_interface/any_op_cs.cpp:50
-template<>
-CORBA::Boolean
-TAO::Any_Impl_T<CORBA::NativeDef>::to_object (
- CORBA::Object_ptr &_tao_elem
- ) const
+namespace TAO
{
- _tao_elem = CORBA::Object::_duplicate (this->value_);
- return true;
+ template<>
+ CORBA::Boolean
+ Any_Impl_T<CORBA::NativeDef>::to_object (
+ CORBA::Object_ptr &_tao_elem
+ ) const
+ {
+ _tao_elem = CORBA::Object::_duplicate (this->value_);
+ return true;
+ }
}
// Copying insertion.
@@ -1800,14 +1825,17 @@ operator>>= (
// TAO_IDL - Generated from
// be\be_visitor_interface/any_op_cs.cpp:50
-template<>
-CORBA::Boolean
-TAO::Any_Impl_T<CORBA::PrimitiveDef>::to_object (
- CORBA::Object_ptr &_tao_elem
- ) const
+namespace TAO
{
- _tao_elem = CORBA::Object::_duplicate (this->value_);
- return true;
+ template<>
+ CORBA::Boolean
+ Any_Impl_T<CORBA::PrimitiveDef>::to_object (
+ CORBA::Object_ptr &_tao_elem
+ ) const
+ {
+ _tao_elem = CORBA::Object::_duplicate (this->value_);
+ return true;
+ }
}
// Copying insertion.
@@ -1855,14 +1883,17 @@ operator>>= (
// TAO_IDL - Generated from
// be\be_visitor_interface/any_op_cs.cpp:50
-template<>
-CORBA::Boolean
-TAO::Any_Impl_T<CORBA::StringDef>::to_object (
- CORBA::Object_ptr &_tao_elem
- ) const
+namespace TAO
{
- _tao_elem = CORBA::Object::_duplicate (this->value_);
- return true;
+ template<>
+ CORBA::Boolean
+ Any_Impl_T<CORBA::StringDef>::to_object (
+ CORBA::Object_ptr &_tao_elem
+ ) const
+ {
+ _tao_elem = CORBA::Object::_duplicate (this->value_);
+ return true;
+ }
}
// Copying insertion.
@@ -1910,14 +1941,17 @@ operator>>= (
// TAO_IDL - Generated from
// be\be_visitor_interface/any_op_cs.cpp:50
-template<>
-CORBA::Boolean
-TAO::Any_Impl_T<CORBA::WstringDef>::to_object (
- CORBA::Object_ptr &_tao_elem
- ) const
+namespace TAO
{
- _tao_elem = CORBA::Object::_duplicate (this->value_);
- return true;
+ template<>
+ CORBA::Boolean
+ Any_Impl_T<CORBA::WstringDef>::to_object (
+ CORBA::Object_ptr &_tao_elem
+ ) const
+ {
+ _tao_elem = CORBA::Object::_duplicate (this->value_);
+ return true;
+ }
}
// Copying insertion.
@@ -1965,14 +1999,17 @@ operator>>= (
// TAO_IDL - Generated from
// be\be_visitor_interface/any_op_cs.cpp:50
-template<>
-CORBA::Boolean
-TAO::Any_Impl_T<CORBA::SequenceDef>::to_object (
- CORBA::Object_ptr &_tao_elem
- ) const
+namespace TAO
{
- _tao_elem = CORBA::Object::_duplicate (this->value_);
- return true;
+ template<>
+ CORBA::Boolean
+ Any_Impl_T<CORBA::SequenceDef>::to_object (
+ CORBA::Object_ptr &_tao_elem
+ ) const
+ {
+ _tao_elem = CORBA::Object::_duplicate (this->value_);
+ return true;
+ }
}
// Copying insertion.
@@ -2020,14 +2057,17 @@ operator>>= (
// TAO_IDL - Generated from
// be\be_visitor_interface/any_op_cs.cpp:50
-template<>
-CORBA::Boolean
-TAO::Any_Impl_T<CORBA::ArrayDef>::to_object (
- CORBA::Object_ptr &_tao_elem
- ) const
+namespace TAO
{
- _tao_elem = CORBA::Object::_duplicate (this->value_);
- return true;
+ template<>
+ CORBA::Boolean
+ Any_Impl_T<CORBA::ArrayDef>::to_object (
+ CORBA::Object_ptr &_tao_elem
+ ) const
+ {
+ _tao_elem = CORBA::Object::_duplicate (this->value_);
+ return true;
+ }
}
// Copying insertion.
@@ -2075,14 +2115,17 @@ operator>>= (
// TAO_IDL - Generated from
// be\be_visitor_interface/any_op_cs.cpp:50
-template<>
-CORBA::Boolean
-TAO::Any_Impl_T<CORBA::ExceptionDef>::to_object (
- CORBA::Object_ptr &_tao_elem
- ) const
+namespace TAO
{
- _tao_elem = CORBA::Object::_duplicate (this->value_);
- return true;
+ template<>
+ CORBA::Boolean
+ Any_Impl_T<CORBA::ExceptionDef>::to_object (
+ CORBA::Object_ptr &_tao_elem
+ ) const
+ {
+ _tao_elem = CORBA::Object::_duplicate (this->value_);
+ return true;
+ }
}
// Copying insertion.
@@ -2130,6 +2173,7 @@ operator>>= (
// TAO_IDL - Generated from
// be\be_visitor_sequence/any_op_cs.cpp:54
+
// Copying insertion.
void operator<<= (
CORBA::Any &_tao_any,
@@ -2216,14 +2260,17 @@ CORBA::Boolean operator>>= (
// TAO_IDL - Generated from
// be\be_visitor_interface/any_op_cs.cpp:50
-template<>
-CORBA::Boolean
-TAO::Any_Impl_T<CORBA::AttributeDef>::to_object (
- CORBA::Object_ptr &_tao_elem
- ) const
+namespace TAO
{
- _tao_elem = CORBA::Object::_duplicate (this->value_);
- return true;
+ template<>
+ CORBA::Boolean
+ Any_Impl_T<CORBA::AttributeDef>::to_object (
+ CORBA::Object_ptr &_tao_elem
+ ) const
+ {
+ _tao_elem = CORBA::Object::_duplicate (this->value_);
+ return true;
+ }
}
// Copying insertion.
@@ -2387,14 +2434,17 @@ CORBA::Boolean operator>>= (
// TAO_IDL - Generated from
// be\be_visitor_interface/any_op_cs.cpp:50
-template<>
-CORBA::Boolean
-TAO::Any_Impl_T<CORBA::ExtAttributeDef>::to_object (
- CORBA::Object_ptr &_tao_elem
- ) const
+namespace TAO
{
- _tao_elem = CORBA::Object::_duplicate (this->value_);
- return true;
+ template<>
+ CORBA::Boolean
+ Any_Impl_T<CORBA::ExtAttributeDef>::to_object (
+ CORBA::Object_ptr &_tao_elem
+ ) const
+ {
+ _tao_elem = CORBA::Object::_duplicate (this->value_);
+ return true;
+ }
}
// Copying insertion.
@@ -2528,6 +2578,7 @@ CORBA::Boolean operator>>= (
// TAO_IDL - Generated from
// be\be_visitor_sequence/any_op_cs.cpp:54
+
// Copying insertion.
void operator<<= (
CORBA::Any &_tao_any,
@@ -2586,6 +2637,7 @@ CORBA::Boolean operator>>= (
// TAO_IDL - Generated from
// be\be_visitor_sequence/any_op_cs.cpp:54
+
// Copying insertion.
void operator<<= (
CORBA::Any &_tao_any,
@@ -2644,14 +2696,17 @@ CORBA::Boolean operator>>= (
// TAO_IDL - Generated from
// be\be_visitor_interface/any_op_cs.cpp:50
-template<>
-CORBA::Boolean
-TAO::Any_Impl_T<CORBA::OperationDef>::to_object (
- CORBA::Object_ptr &_tao_elem
- ) const
+namespace TAO
{
- _tao_elem = CORBA::Object::_duplicate (this->value_);
- return true;
+ template<>
+ CORBA::Boolean
+ Any_Impl_T<CORBA::OperationDef>::to_object (
+ CORBA::Object_ptr &_tao_elem
+ ) const
+ {
+ _tao_elem = CORBA::Object::_duplicate (this->value_);
+ return true;
+ }
}
// Copying insertion.
@@ -2757,6 +2812,7 @@ CORBA::Boolean operator>>= (
// TAO_IDL - Generated from
// be\be_visitor_sequence/any_op_cs.cpp:54
+
// Copying insertion.
void operator<<= (
CORBA::Any &_tao_any,
@@ -2815,6 +2871,7 @@ CORBA::Boolean operator>>= (
// TAO_IDL - Generated from
// be\be_visitor_sequence/any_op_cs.cpp:54
+
// Copying insertion.
void operator<<= (
CORBA::Any &_tao_any,
@@ -2873,6 +2930,7 @@ CORBA::Boolean operator>>= (
// TAO_IDL - Generated from
// be\be_visitor_sequence/any_op_cs.cpp:54
+
// Copying insertion.
void operator<<= (
CORBA::Any &_tao_any,
@@ -2931,6 +2989,7 @@ CORBA::Boolean operator>>= (
// TAO_IDL - Generated from
// be\be_visitor_sequence/any_op_cs.cpp:54
+
// Copying insertion.
void operator<<= (
CORBA::Any &_tao_any,
@@ -2989,14 +3048,17 @@ CORBA::Boolean operator>>= (
// TAO_IDL - Generated from
// be\be_visitor_interface/any_op_cs.cpp:50
-template<>
-CORBA::Boolean
-TAO::Any_Impl_T<CORBA::InterfaceDef>::to_object (
- CORBA::Object_ptr &_tao_elem
- ) const
+namespace TAO
{
- _tao_elem = CORBA::Object::_duplicate (this->value_);
- return true;
+ template<>
+ CORBA::Boolean
+ Any_Impl_T<CORBA::InterfaceDef>::to_object (
+ CORBA::Object_ptr &_tao_elem
+ ) const
+ {
+ _tao_elem = CORBA::Object::_duplicate (this->value_);
+ return true;
+ }
}
// Copying insertion.
@@ -3160,14 +3222,17 @@ CORBA::Boolean operator>>= (
// TAO_IDL - Generated from
// be\be_visitor_interface/any_op_cs.cpp:50
-template<>
-CORBA::Boolean
-TAO::Any_Impl_T<CORBA::InterfaceAttrExtension>::to_object (
- CORBA::Object_ptr &_tao_elem
- ) const
+namespace TAO
{
- _tao_elem = CORBA::Object::_duplicate (this->value_);
- return true;
+ template<>
+ CORBA::Boolean
+ Any_Impl_T<CORBA::InterfaceAttrExtension>::to_object (
+ CORBA::Object_ptr &_tao_elem
+ ) const
+ {
+ _tao_elem = CORBA::Object::_duplicate (this->value_);
+ return true;
+ }
}
// Copying insertion.
@@ -3273,14 +3338,17 @@ CORBA::Boolean operator>>= (
// TAO_IDL - Generated from
// be\be_visitor_interface/any_op_cs.cpp:50
-template<>
-CORBA::Boolean
-TAO::Any_Impl_T<CORBA::ExtInterfaceDef>::to_object (
- CORBA::Object_ptr &_tao_elem
- ) const
+namespace TAO
{
- _tao_elem = CORBA::Object::_duplicate (this->value_);
- return true;
+ template<>
+ CORBA::Boolean
+ Any_Impl_T<CORBA::ExtInterfaceDef>::to_object (
+ CORBA::Object_ptr &_tao_elem
+ ) const
+ {
+ _tao_elem = CORBA::Object::_duplicate (this->value_);
+ return true;
+ }
}
// Copying insertion.
@@ -3328,14 +3396,17 @@ operator>>= (
// TAO_IDL - Generated from
// be\be_visitor_interface/any_op_cs.cpp:50
-template<>
-CORBA::Boolean
-TAO::Any_Impl_T<CORBA::AbstractInterfaceDef>::to_object (
- CORBA::Object_ptr &_tao_elem
- ) const
+namespace TAO
{
- _tao_elem = CORBA::Object::_duplicate (this->value_);
- return true;
+ template<>
+ CORBA::Boolean
+ Any_Impl_T<CORBA::AbstractInterfaceDef>::to_object (
+ CORBA::Object_ptr &_tao_elem
+ ) const
+ {
+ _tao_elem = CORBA::Object::_duplicate (this->value_);
+ return true;
+ }
}
// Copying insertion.
@@ -3383,14 +3454,17 @@ operator>>= (
// TAO_IDL - Generated from
// be\be_visitor_interface/any_op_cs.cpp:50
-template<>
-CORBA::Boolean
-TAO::Any_Impl_T<CORBA::ExtAbstractInterfaceDef>::to_object (
- CORBA::Object_ptr &_tao_elem
- ) const
+namespace TAO
{
- _tao_elem = CORBA::Object::_duplicate (this->value_);
- return true;
+ template<>
+ CORBA::Boolean
+ Any_Impl_T<CORBA::ExtAbstractInterfaceDef>::to_object (
+ CORBA::Object_ptr &_tao_elem
+ ) const
+ {
+ _tao_elem = CORBA::Object::_duplicate (this->value_);
+ return true;
+ }
}
// Copying insertion.
@@ -3438,14 +3512,17 @@ operator>>= (
// TAO_IDL - Generated from
// be\be_visitor_interface/any_op_cs.cpp:50
-template<>
-CORBA::Boolean
-TAO::Any_Impl_T<CORBA::LocalInterfaceDef>::to_object (
- CORBA::Object_ptr &_tao_elem
- ) const
+namespace TAO
{
- _tao_elem = CORBA::Object::_duplicate (this->value_);
- return true;
+ template<>
+ CORBA::Boolean
+ Any_Impl_T<CORBA::LocalInterfaceDef>::to_object (
+ CORBA::Object_ptr &_tao_elem
+ ) const
+ {
+ _tao_elem = CORBA::Object::_duplicate (this->value_);
+ return true;
+ }
}
// Copying insertion.
@@ -3493,14 +3570,17 @@ operator>>= (
// TAO_IDL - Generated from
// be\be_visitor_interface/any_op_cs.cpp:50
-template<>
-CORBA::Boolean
-TAO::Any_Impl_T<CORBA::ExtLocalInterfaceDef>::to_object (
- CORBA::Object_ptr &_tao_elem
- ) const
+namespace TAO
{
- _tao_elem = CORBA::Object::_duplicate (this->value_);
- return true;
+ template<>
+ CORBA::Boolean
+ Any_Impl_T<CORBA::ExtLocalInterfaceDef>::to_object (
+ CORBA::Object_ptr &_tao_elem
+ ) const
+ {
+ _tao_elem = CORBA::Object::_duplicate (this->value_);
+ return true;
+ }
}
// Copying insertion.
diff --git a/TAO/tao/IFR_Client/IFR_ComponentsA.cpp b/TAO/tao/IFR_Client/IFR_ComponentsA.cpp
index cbdf7157538..c08520b55fa 100644
--- a/TAO/tao/IFR_Client/IFR_ComponentsA.cpp
+++ b/TAO/tao/IFR_Client/IFR_ComponentsA.cpp
@@ -33,6 +33,7 @@
#include "tao/Sequence_TypeCode.h"
#include "tao/String_TypeCode.h"
#include "tao/Struct_TypeCode.h"
+#include "tao/TypeCode_Struct_Field.h"
#include "tao/CDR.h"
#include "tao/Any.h"
#include "tao/Any_Impl_T.h"
@@ -676,14 +677,17 @@ namespace CORBA
// TAO_IDL - Generated from
// be\be_visitor_interface/any_op_cs.cpp:50
-template<>
-CORBA::Boolean
-TAO::Any_Impl_T<CORBA::ComponentIR::EventDef>::to_object (
- CORBA::Object_ptr &_tao_elem
- ) const
+namespace TAO
{
- _tao_elem = CORBA::Object::_duplicate (this->value_);
- return true;
+ template<>
+ CORBA::Boolean
+ Any_Impl_T<CORBA::ComponentIR::EventDef>::to_object (
+ CORBA::Object_ptr &_tao_elem
+ ) const
+ {
+ _tao_elem = CORBA::Object::_duplicate (this->value_);
+ return true;
+ }
}
// Copying insertion.
@@ -731,14 +735,17 @@ operator>>= (
// TAO_IDL - Generated from
// be\be_visitor_interface/any_op_cs.cpp:50
-template<>
-CORBA::Boolean
-TAO::Any_Impl_T<CORBA::ComponentIR::Container>::to_object (
- CORBA::Object_ptr &_tao_elem
- ) const
+namespace TAO
{
- _tao_elem = CORBA::Object::_duplicate (this->value_);
- return true;
+ template<>
+ CORBA::Boolean
+ Any_Impl_T<CORBA::ComponentIR::Container>::to_object (
+ CORBA::Object_ptr &_tao_elem
+ ) const
+ {
+ _tao_elem = CORBA::Object::_duplicate (this->value_);
+ return true;
+ }
}
// Copying insertion.
@@ -786,14 +793,17 @@ operator>>= (
// TAO_IDL - Generated from
// be\be_visitor_interface/any_op_cs.cpp:50
-template<>
-CORBA::Boolean
-TAO::Any_Impl_T<CORBA::ComponentIR::ModuleDef>::to_object (
- CORBA::Object_ptr &_tao_elem
- ) const
+namespace TAO
{
- _tao_elem = CORBA::Object::_duplicate (this->value_);
- return true;
+ template<>
+ CORBA::Boolean
+ Any_Impl_T<CORBA::ComponentIR::ModuleDef>::to_object (
+ CORBA::Object_ptr &_tao_elem
+ ) const
+ {
+ _tao_elem = CORBA::Object::_duplicate (this->value_);
+ return true;
+ }
}
// Copying insertion.
@@ -841,14 +851,17 @@ operator>>= (
// TAO_IDL - Generated from
// be\be_visitor_interface/any_op_cs.cpp:50
-template<>
-CORBA::Boolean
-TAO::Any_Impl_T<CORBA::ComponentIR::Repository>::to_object (
- CORBA::Object_ptr &_tao_elem
- ) const
+namespace TAO
{
- _tao_elem = CORBA::Object::_duplicate (this->value_);
- return true;
+ template<>
+ CORBA::Boolean
+ Any_Impl_T<CORBA::ComponentIR::Repository>::to_object (
+ CORBA::Object_ptr &_tao_elem
+ ) const
+ {
+ _tao_elem = CORBA::Object::_duplicate (this->value_);
+ return true;
+ }
}
// Copying insertion.
@@ -896,14 +909,17 @@ operator>>= (
// TAO_IDL - Generated from
// be\be_visitor_interface/any_op_cs.cpp:50
-template<>
-CORBA::Boolean
-TAO::Any_Impl_T<CORBA::ComponentIR::ProvidesDef>::to_object (
- CORBA::Object_ptr &_tao_elem
- ) const
+namespace TAO
{
- _tao_elem = CORBA::Object::_duplicate (this->value_);
- return true;
+ template<>
+ CORBA::Boolean
+ Any_Impl_T<CORBA::ComponentIR::ProvidesDef>::to_object (
+ CORBA::Object_ptr &_tao_elem
+ ) const
+ {
+ _tao_elem = CORBA::Object::_duplicate (this->value_);
+ return true;
+ }
}
// Copying insertion.
@@ -1009,14 +1025,17 @@ CORBA::Boolean operator>>= (
// TAO_IDL - Generated from
// be\be_visitor_interface/any_op_cs.cpp:50
-template<>
-CORBA::Boolean
-TAO::Any_Impl_T<CORBA::ComponentIR::UsesDef>::to_object (
- CORBA::Object_ptr &_tao_elem
- ) const
+namespace TAO
{
- _tao_elem = CORBA::Object::_duplicate (this->value_);
- return true;
+ template<>
+ CORBA::Boolean
+ Any_Impl_T<CORBA::ComponentIR::UsesDef>::to_object (
+ CORBA::Object_ptr &_tao_elem
+ ) const
+ {
+ _tao_elem = CORBA::Object::_duplicate (this->value_);
+ return true;
+ }
}
// Copying insertion.
@@ -1122,14 +1141,17 @@ CORBA::Boolean operator>>= (
// TAO_IDL - Generated from
// be\be_visitor_interface/any_op_cs.cpp:50
-template<>
-CORBA::Boolean
-TAO::Any_Impl_T<CORBA::ComponentIR::EventPortDef>::to_object (
- CORBA::Object_ptr &_tao_elem
- ) const
+namespace TAO
{
- _tao_elem = CORBA::Object::_duplicate (this->value_);
- return true;
+ template<>
+ CORBA::Boolean
+ Any_Impl_T<CORBA::ComponentIR::EventPortDef>::to_object (
+ CORBA::Object_ptr &_tao_elem
+ ) const
+ {
+ _tao_elem = CORBA::Object::_duplicate (this->value_);
+ return true;
+ }
}
// Copying insertion.
@@ -1235,14 +1257,17 @@ CORBA::Boolean operator>>= (
// TAO_IDL - Generated from
// be\be_visitor_interface/any_op_cs.cpp:50
-template<>
-CORBA::Boolean
-TAO::Any_Impl_T<CORBA::ComponentIR::EmitsDef>::to_object (
- CORBA::Object_ptr &_tao_elem
- ) const
+namespace TAO
{
- _tao_elem = CORBA::Object::_duplicate (this->value_);
- return true;
+ template<>
+ CORBA::Boolean
+ Any_Impl_T<CORBA::ComponentIR::EmitsDef>::to_object (
+ CORBA::Object_ptr &_tao_elem
+ ) const
+ {
+ _tao_elem = CORBA::Object::_duplicate (this->value_);
+ return true;
+ }
}
// Copying insertion.
@@ -1290,14 +1315,17 @@ operator>>= (
// TAO_IDL - Generated from
// be\be_visitor_interface/any_op_cs.cpp:50
-template<>
-CORBA::Boolean
-TAO::Any_Impl_T<CORBA::ComponentIR::PublishesDef>::to_object (
- CORBA::Object_ptr &_tao_elem
- ) const
+namespace TAO
{
- _tao_elem = CORBA::Object::_duplicate (this->value_);
- return true;
+ template<>
+ CORBA::Boolean
+ Any_Impl_T<CORBA::ComponentIR::PublishesDef>::to_object (
+ CORBA::Object_ptr &_tao_elem
+ ) const
+ {
+ _tao_elem = CORBA::Object::_duplicate (this->value_);
+ return true;
+ }
}
// Copying insertion.
@@ -1345,14 +1373,17 @@ operator>>= (
// TAO_IDL - Generated from
// be\be_visitor_interface/any_op_cs.cpp:50
-template<>
-CORBA::Boolean
-TAO::Any_Impl_T<CORBA::ComponentIR::ConsumesDef>::to_object (
- CORBA::Object_ptr &_tao_elem
- ) const
+namespace TAO
{
- _tao_elem = CORBA::Object::_duplicate (this->value_);
- return true;
+ template<>
+ CORBA::Boolean
+ Any_Impl_T<CORBA::ComponentIR::ConsumesDef>::to_object (
+ CORBA::Object_ptr &_tao_elem
+ ) const
+ {
+ _tao_elem = CORBA::Object::_duplicate (this->value_);
+ return true;
+ }
}
// Copying insertion.
@@ -1400,14 +1431,17 @@ operator>>= (
// TAO_IDL - Generated from
// be\be_visitor_interface/any_op_cs.cpp:50
-template<>
-CORBA::Boolean
-TAO::Any_Impl_T<CORBA::ComponentIR::ComponentDef>::to_object (
- CORBA::Object_ptr &_tao_elem
- ) const
+namespace TAO
{
- _tao_elem = CORBA::Object::_duplicate (this->value_);
- return true;
+ template<>
+ CORBA::Boolean
+ Any_Impl_T<CORBA::ComponentIR::ComponentDef>::to_object (
+ CORBA::Object_ptr &_tao_elem
+ ) const
+ {
+ _tao_elem = CORBA::Object::_duplicate (this->value_);
+ return true;
+ }
}
// Copying insertion.
@@ -1455,6 +1489,7 @@ operator>>= (
// TAO_IDL - Generated from
// be\be_visitor_sequence/any_op_cs.cpp:54
+
// Copying insertion.
void operator<<= (
CORBA::Any &_tao_any,
@@ -1513,6 +1548,7 @@ CORBA::Boolean operator>>= (
// TAO_IDL - Generated from
// be\be_visitor_sequence/any_op_cs.cpp:54
+
// Copying insertion.
void operator<<= (
CORBA::Any &_tao_any,
@@ -1571,6 +1607,7 @@ CORBA::Boolean operator>>= (
// TAO_IDL - Generated from
// be\be_visitor_sequence/any_op_cs.cpp:54
+
// Copying insertion.
void operator<<= (
CORBA::Any &_tao_any,
@@ -1687,14 +1724,17 @@ CORBA::Boolean operator>>= (
// TAO_IDL - Generated from
// be\be_visitor_interface/any_op_cs.cpp:50
-template<>
-CORBA::Boolean
-TAO::Any_Impl_T<CORBA::ComponentIR::FactoryDef>::to_object (
- CORBA::Object_ptr &_tao_elem
- ) const
+namespace TAO
{
- _tao_elem = CORBA::Object::_duplicate (this->value_);
- return true;
+ template<>
+ CORBA::Boolean
+ Any_Impl_T<CORBA::ComponentIR::FactoryDef>::to_object (
+ CORBA::Object_ptr &_tao_elem
+ ) const
+ {
+ _tao_elem = CORBA::Object::_duplicate (this->value_);
+ return true;
+ }
}
// Copying insertion.
@@ -1742,14 +1782,17 @@ operator>>= (
// TAO_IDL - Generated from
// be\be_visitor_interface/any_op_cs.cpp:50
-template<>
-CORBA::Boolean
-TAO::Any_Impl_T<CORBA::ComponentIR::FinderDef>::to_object (
- CORBA::Object_ptr &_tao_elem
- ) const
+namespace TAO
{
- _tao_elem = CORBA::Object::_duplicate (this->value_);
- return true;
+ template<>
+ CORBA::Boolean
+ Any_Impl_T<CORBA::ComponentIR::FinderDef>::to_object (
+ CORBA::Object_ptr &_tao_elem
+ ) const
+ {
+ _tao_elem = CORBA::Object::_duplicate (this->value_);
+ return true;
+ }
}
// Copying insertion.
@@ -1797,14 +1840,17 @@ operator>>= (
// TAO_IDL - Generated from
// be\be_visitor_interface/any_op_cs.cpp:50
-template<>
-CORBA::Boolean
-TAO::Any_Impl_T<CORBA::ComponentIR::HomeDef>::to_object (
- CORBA::Object_ptr &_tao_elem
- ) const
+namespace TAO
{
- _tao_elem = CORBA::Object::_duplicate (this->value_);
- return true;
+ template<>
+ CORBA::Boolean
+ Any_Impl_T<CORBA::ComponentIR::HomeDef>::to_object (
+ CORBA::Object_ptr &_tao_elem
+ ) const
+ {
+ _tao_elem = CORBA::Object::_duplicate (this->value_);
+ return true;
+ }
}
// Copying insertion.
diff --git a/TAO/tao/IFR_Client/IFR_ExtendedA.cpp b/TAO/tao/IFR_Client/IFR_ExtendedA.cpp
index d2c8698ea84..733209c4cd2 100644
--- a/TAO/tao/IFR_Client/IFR_ExtendedA.cpp
+++ b/TAO/tao/IFR_Client/IFR_ExtendedA.cpp
@@ -33,6 +33,7 @@
#include "tao/Sequence_TypeCode.h"
#include "tao/String_TypeCode.h"
#include "tao/Struct_TypeCode.h"
+#include "tao/TypeCode_Struct_Field.h"
#include "tao/CDR.h"
#include "tao/Any.h"
#include "tao/Any_Impl_T.h"
@@ -323,14 +324,17 @@ namespace CORBA
// TAO_IDL - Generated from
// be\be_visitor_interface/any_op_cs.cpp:50
-template<>
-CORBA::Boolean
-TAO::Any_Impl_T<CORBA::FixedDef>::to_object (
- CORBA::Object_ptr &_tao_elem
- ) const
+namespace TAO
{
- _tao_elem = CORBA::Object::_duplicate (this->value_);
- return true;
+ template<>
+ CORBA::Boolean
+ Any_Impl_T<CORBA::FixedDef>::to_object (
+ CORBA::Object_ptr &_tao_elem
+ ) const
+ {
+ _tao_elem = CORBA::Object::_duplicate (this->value_);
+ return true;
+ }
}
// Copying insertion.
@@ -436,6 +440,7 @@ CORBA::Boolean operator>>= (
// TAO_IDL - Generated from
// be\be_visitor_sequence/any_op_cs.cpp:54
+
// Copying insertion.
void operator<<= (
CORBA::Any &_tao_any,
@@ -494,14 +499,17 @@ CORBA::Boolean operator>>= (
// TAO_IDL - Generated from
// be\be_visitor_interface/any_op_cs.cpp:50
-template<>
-CORBA::Boolean
-TAO::Any_Impl_T<CORBA::ValueMemberDef>::to_object (
- CORBA::Object_ptr &_tao_elem
- ) const
+namespace TAO
{
- _tao_elem = CORBA::Object::_duplicate (this->value_);
- return true;
+ template<>
+ CORBA::Boolean
+ Any_Impl_T<CORBA::ValueMemberDef>::to_object (
+ CORBA::Object_ptr &_tao_elem
+ ) const
+ {
+ _tao_elem = CORBA::Object::_duplicate (this->value_);
+ return true;
+ }
}
// Copying insertion.
@@ -549,14 +557,17 @@ operator>>= (
// TAO_IDL - Generated from
// be\be_visitor_interface/any_op_cs.cpp:50
-template<>
-CORBA::Boolean
-TAO::Any_Impl_T<CORBA::ValueDef>::to_object (
- CORBA::Object_ptr &_tao_elem
- ) const
+namespace TAO
{
- _tao_elem = CORBA::Object::_duplicate (this->value_);
- return true;
+ template<>
+ CORBA::Boolean
+ Any_Impl_T<CORBA::ValueDef>::to_object (
+ CORBA::Object_ptr &_tao_elem
+ ) const
+ {
+ _tao_elem = CORBA::Object::_duplicate (this->value_);
+ return true;
+ }
}
// Copying insertion.
@@ -720,14 +731,17 @@ CORBA::Boolean operator>>= (
// TAO_IDL - Generated from
// be\be_visitor_interface/any_op_cs.cpp:50
-template<>
-CORBA::Boolean
-TAO::Any_Impl_T<CORBA::ExtValueDef>::to_object (
- CORBA::Object_ptr &_tao_elem
- ) const
+namespace TAO
{
- _tao_elem = CORBA::Object::_duplicate (this->value_);
- return true;
+ template<>
+ CORBA::Boolean
+ Any_Impl_T<CORBA::ExtValueDef>::to_object (
+ CORBA::Object_ptr &_tao_elem
+ ) const
+ {
+ _tao_elem = CORBA::Object::_duplicate (this->value_);
+ return true;
+ }
}
// Copying insertion.
@@ -833,14 +847,17 @@ CORBA::Boolean operator>>= (
// TAO_IDL - Generated from
// be\be_visitor_interface/any_op_cs.cpp:50
-template<>
-CORBA::Boolean
-TAO::Any_Impl_T<CORBA::ValueBoxDef>::to_object (
- CORBA::Object_ptr &_tao_elem
- ) const
+namespace TAO
{
- _tao_elem = CORBA::Object::_duplicate (this->value_);
- return true;
+ template<>
+ CORBA::Boolean
+ Any_Impl_T<CORBA::ValueBoxDef>::to_object (
+ CORBA::Object_ptr &_tao_elem
+ ) const
+ {
+ _tao_elem = CORBA::Object::_duplicate (this->value_);
+ return true;
+ }
}
// Copying insertion.