diff options
Diffstat (limited to 'TAO/tao')
114 files changed, 22825 insertions, 12150 deletions
diff --git a/TAO/tao/Abstract_Servant_Base.h b/TAO/tao/Abstract_Servant_Base.h index f84b36f3630..de7ea8b1a13 100644 --- a/TAO/tao/Abstract_Servant_Base.h +++ b/TAO/tao/Abstract_Servant_Base.h @@ -48,7 +48,7 @@ namespace CORBA class Object; typedef Object *Object_ptr; typedef TAO_Pseudo_Var_T<Object> Object_var; - typedef TAO_Pseudo_Out_T<Object, Object_var> Object_out; + typedef TAO_Pseudo_Out_T<Object> Object_out; } namespace TAO diff --git a/TAO/tao/Adapter.h b/TAO/tao/Adapter.h index 3a46c4a64b3..86750d406bd 100644 --- a/TAO/tao/Adapter.h +++ b/TAO/tao/Adapter.h @@ -29,7 +29,7 @@ TAO_BEGIN_VERSIONED_NAMESPACE_DECL namespace CORBA { typedef TAO_Pseudo_Var_T<Object> Object_var; - typedef TAO_Pseudo_Out_T<Object, Object_var> Object_out; + typedef TAO_Pseudo_Out_T<Object> Object_out; } namespace TAO diff --git a/TAO/tao/Adapter_Registry.h b/TAO/tao/Adapter_Registry.h index 9625a257fbd..3af900bf370 100644 --- a/TAO/tao/Adapter_Registry.h +++ b/TAO/tao/Adapter_Registry.h @@ -34,7 +34,7 @@ TAO_BEGIN_VERSIONED_NAMESPACE_DECL namespace CORBA { typedef TAO_Pseudo_Var_T<Object> Object_var; - typedef TAO_Pseudo_Out_T<Object, Object_var> Object_out; + typedef TAO_Pseudo_Out_T<Object> Object_out; } namespace TAO diff --git a/TAO/tao/AnyTypeCode.mpc b/TAO/tao/AnyTypeCode.mpc index dc63a2dd7bf..49e130016c0 100644 --- a/TAO/tao/AnyTypeCode.mpc +++ b/TAO/tao/AnyTypeCode.mpc @@ -20,7 +20,6 @@ project : taolib, core, extra_anytypecode { AnyTypeCode/CharSeqA.cpp AnyTypeCode/CONV_FRAMEA.cpp AnyTypeCode/CurrentA.cpp - AnyTypeCode/DomainA.cpp AnyTypeCode/DoubleSeqA.cpp AnyTypeCode/DynamicA.cpp AnyTypeCode/DynamicC.cpp diff --git a/TAO/tao/AnyTypeCode/Any.h b/TAO/tao/AnyTypeCode/Any.h index 6100e206a89..95d490984ae 100644 --- a/TAO/tao/AnyTypeCode/Any.h +++ b/TAO/tao/AnyTypeCode/Any.h @@ -41,6 +41,7 @@ namespace CORBA class Any; typedef Any *Any_ptr; class Any_var; + class Any_out; class TypeCode; typedef TypeCode *TypeCode_ptr; @@ -48,7 +49,7 @@ namespace CORBA class Object; typedef Object *Object_ptr; typedef TAO_Pseudo_Var_T<Object> Object_var; - typedef TAO_Pseudo_Out_T<Object, Object_var> Object_out; + typedef TAO_Pseudo_Out_T<Object> Object_out; class AbstractBase; typedef AbstractBase *AbstractBase_ptr; @@ -71,6 +72,7 @@ namespace CORBA public: typedef Any_ptr _ptr_type; typedef Any_var _var_type; + typedef Any_out _out_type; Any (void); Any (const Any &); diff --git a/TAO/tao/AnyTypeCode/AnySeqC.h b/TAO/tao/AnyTypeCode/AnySeqC.h index 20ac1a20c3e..0c8523ad463 100644 --- a/TAO/tao/AnyTypeCode/AnySeqC.h +++ b/TAO/tao/AnyTypeCode/AnySeqC.h @@ -113,6 +113,7 @@ namespace CORBA static void _tao_any_destructor (void *); typedef AnySeq_var _var_type; + typedef AnySeq_out _out_type; }; #endif /* end #if !defined */ diff --git a/TAO/tao/AnyTypeCode/Any_Arg_Traits.h b/TAO/tao/AnyTypeCode/Any_Arg_Traits.h index 085a068aa6b..56bdc4ace51 100644 --- a/TAO/tao/AnyTypeCode/Any_Arg_Traits.h +++ b/TAO/tao/AnyTypeCode/Any_Arg_Traits.h @@ -30,8 +30,6 @@ TAO_BEGIN_VERSIONED_NAMESPACE_DECL namespace CORBA { class Any; - class Any_var; - class Any_out; } namespace TAO @@ -41,8 +39,6 @@ namespace TAO : public Var_Size_Arg_Traits_T< CORBA::Any, - CORBA::Any_var, - CORBA::Any_out, TAO::Any_Insert_Policy_Stream <CORBA::Any> > { diff --git a/TAO/tao/AnyTypeCode/NVList.h b/TAO/tao/AnyTypeCode/NVList.h index 48d5a65d5f9..9e5ca449710 100644 --- a/TAO/tao/AnyTypeCode/NVList.h +++ b/TAO/tao/AnyTypeCode/NVList.h @@ -60,7 +60,7 @@ namespace CORBA }; typedef TAO_Pseudo_Var_T<NamedValue> NamedValue_var; - typedef TAO_Pseudo_Out_T<NamedValue, NamedValue_var> NamedValue_out; + typedef TAO_Pseudo_Out_T<NamedValue> NamedValue_out; typedef ULong Flags; @@ -104,6 +104,7 @@ namespace CORBA // Useful for template programming. typedef NamedValue_ptr _ptr_type; typedef NamedValue_var _var_type; + typedef NamedValue_out _out_type; protected: @@ -138,7 +139,7 @@ namespace CORBA // **************************************************************** typedef TAO_Pseudo_Var_T<NVList> NVList_var; - typedef TAO_Pseudo_Out_T<NVList, NVList_var> NVList_out; + typedef TAO_Pseudo_Out_T<NVList> NVList_out; /** * @class NVList @@ -252,6 +253,7 @@ namespace CORBA // Useful for template programming. typedef NVList_ptr _ptr_type; typedef NVList_var _var_type; + typedef NVList_out _out_type; protected: diff --git a/TAO/tao/AnyTypeCode/TypeCode.h b/TAO/tao/AnyTypeCode/TypeCode.h index 52e3559902c..02b259efa04 100644 --- a/TAO/tao/AnyTypeCode/TypeCode.h +++ b/TAO/tao/AnyTypeCode/TypeCode.h @@ -47,7 +47,7 @@ TAO_BEGIN_VERSIONED_NAMESPACE_DECL namespace CORBA { typedef TAO_Pseudo_Var_T<TypeCode> TypeCode_var; - typedef TAO_Pseudo_Out_T<TypeCode, TypeCode_var> TypeCode_out; + typedef TAO_Pseudo_Out_T<TypeCode> TypeCode_out; /** * @class TypeCode @@ -437,7 +437,9 @@ namespace CORBA /// Destruction callback for Anys. static void _tao_any_destructor (void * x); + typedef CORBA::TypeCode_ptr _ptr_type; typedef CORBA::TypeCode_var _var_type; + typedef CORBA::TypeCode_out _out_type; protected: diff --git a/TAO/tao/Array_Traits_T.h b/TAO/tao/Array_Traits_T.h index 56af536bc40..55b3f3bfa07 100644 --- a/TAO/tao/Array_Traits_T.h +++ b/TAO/tao/Array_Traits_T.h @@ -21,27 +21,27 @@ namespace TAO namespace details { -template <typename T_array, typename T_slice, typename T_tag> +template <typename T_forany> struct array_traits { - typedef T_array value_type; - typedef T_array const const_value_type; + typedef T_forany forany_type; + typedef typename T_forany::_array_type value_type; + typedef typename T_forany::_array_type const const_value_type; - typedef T_slice slice_type; - typedef T_tag TAG; + typedef typename T_forany::_slice_type slice_type; inline static void zero_range( value_type * begin, value_type * end) { std::for_each( - begin, end, &TAO::Array_Traits<value_type,slice_type,TAG>::zero); + begin, end, &TAO::Array_Traits<forany_type>::zero); } inline static void initialize_range( value_type * begin, value_type * end) { std::for_each( - begin, end, &TAO::Array_Traits<value_type,slice_type,TAG>::zero); + begin, end, &TAO::Array_Traits<forany_type>::zero); } inline static void copy_range( @@ -49,7 +49,7 @@ struct array_traits { for(value_type * i = begin; i != end; ++i, ++dst) { - TAO::Array_Traits<value_type,slice_type,TAG>::copy(*dst, *i); + TAO::Array_Traits<forany_type>::copy(*dst, *i); } } @@ -57,7 +57,7 @@ struct array_traits value_type * begin, value_type * end, value_type *dst) { std::for_each( - begin, end, &TAO::Array_Traits<value_type,slice_type,TAG>::zero); + begin, end, &TAO::Array_Traits<forany_type>::zero); } }; diff --git a/TAO/tao/Array_VarOut_T.cpp b/TAO/tao/Array_VarOut_T.cpp index 712ee76a20a..23fcc598ff1 100644 --- a/TAO/tao/Array_VarOut_T.cpp +++ b/TAO/tao/Array_VarOut_T.cpp @@ -20,7 +20,7 @@ TAO_FixedArray_Var_T<T,T_slice,TAG>::operator= (T_slice * p) if (this->ptr_ != p) { // Delete our stuff and assume ownership of p. - TAO::Array_Traits<T,T_slice,TAG>::free (this->ptr_); + TAO::Array_Traits<FORANY>::free (this->ptr_); this->ptr_ = p; } @@ -35,10 +35,10 @@ TAO_FixedArray_Var_T<T,T_slice,TAG>::operator= ( { if (this != &p) { - TAO::Array_Traits<T,T_slice,TAG>::free (this->ptr_); + TAO::Array_Traits<FORANY>::free (this->ptr_); // Deep copy. - this->ptr_ = TAO::Array_Traits<T,T_slice,TAG>::dup (p.in ()); + this->ptr_ = TAO::Array_Traits<FORANY>::dup (p.in ()); } return *this; @@ -54,7 +54,7 @@ TAO_VarArray_Var_T<T,T_slice,TAG>::operator= (T_slice * p) if (this->ptr_ != p) { // Delete our stuff and assume ownership of p. - TAO::Array_Traits<T,T_slice,TAG>::free (this->ptr_); + TAO::Array_Traits<FORANY>::free (this->ptr_); this->ptr_ = p; } @@ -69,10 +69,10 @@ TAO_VarArray_Var_T<T,T_slice,TAG>::operator= ( { if (this != &p) { - TAO::Array_Traits<T,T_slice,TAG>::free (this->ptr_); + TAO::Array_Traits<FORANY>::free (this->ptr_); // Deep copy. - this->ptr_ = TAO::Array_Traits<T,T_slice,TAG>::dup (p.in ()); + this->ptr_ = TAO::Array_Traits<FORANY>::dup (p.in ()); } return *this; @@ -87,7 +87,7 @@ TAO_Array_Forany_T<T,T_slice,TAG>::_tao_any_destructor ( ) { T_slice * tmp = static_cast<T_slice *> (_tao_void_pointer); - TAO::Array_Traits<T,T_slice,TAG>::free (tmp); + TAO::Array_Traits<FORANY>::free (tmp); } TAO_END_VERSIONED_NAMESPACE_DECL diff --git a/TAO/tao/Array_VarOut_T.h b/TAO/tao/Array_VarOut_T.h index f2cfdb03934..e86c90c0ce3 100644 --- a/TAO/tao/Array_VarOut_T.h +++ b/TAO/tao/Array_VarOut_T.h @@ -30,11 +30,58 @@ namespace TAO * @brief Specialized for each array in generated code. * */ - template<typename T, typename T_slice, typename TAG> + template<typename T_forany> struct Array_Traits; } /** + * @class TAO_Array_Forany_T + * + * @brief Parametrized implementation of _forany class for arrays. + * + */ +template<typename T, typename T_slice, typename TAG> +class TAO_Array_Forany_T +{ +public: + typedef T _array_type; + typedef T_slice _slice_type; + + TAO_Array_Forany_T (void); + TAO_Array_Forany_T (T_slice *, + CORBA::Boolean nocopy = false); + TAO_Array_Forany_T (const TAO_Array_Forany_T<T,T_slice,TAG> &); + ~TAO_Array_Forany_T (void); + + static void _tao_any_destructor (void *); + + TAO_Array_Forany_T & operator= (T_slice *); + TAO_Array_Forany_T & operator= ( + const TAO_Array_Forany_T<T,T_slice,TAG> & + ); + + T_slice & operator[] (CORBA::ULong index); + const T_slice & operator[] (CORBA::ULong index) const; + + operator T_slice * const & () const; + operator T_slice *& (); + + // in, inout, out, _retn + const T_slice * in (void) const; + T_slice * inout (void); + T_slice * &out (void); + T_slice * _retn (void); + T_slice * ptr (void) const; + CORBA::Boolean nocopy (void) const; + + static T_slice * tao_alloc (void); +private: + typedef TAO_Array_Forany_T<T,T_slice,TAG> FORANY; + T_slice * ptr_; + CORBA::Boolean nocopy_; +}; + +/** * @class TAO_Array_Var_Base_T * * @brief Parametrized implementation of _var base class for arrays. @@ -67,6 +114,7 @@ public: // TAO extension. _retn_type ptr (void) const; protected: + typedef TAO_Array_Forany_T<T,T_slice,TAG> FORANY; T_slice * ptr_; }; @@ -130,6 +178,8 @@ template<typename T, typename T_var, typename T_slice, typename TAG> class TAO_Array_Out_T { public: + typedef T_var _var_type; + TAO_Array_Out_T (T_slice *&); TAO_Array_Out_T (T_var &); TAO_Array_Out_T (const TAO_Array_Out_T<T,T_var,T_slice,TAG> &); @@ -145,55 +195,13 @@ public: T_slice & operator[] (CORBA::ULong index); const T_slice & operator[] (CORBA::ULong index) const; private: + typedef TAO_Array_Forany_T<T,T_slice,TAG> FORANY; typedef TAO_Array_Out_T<T,T_var,T_slice,TAG> THIS_OUT_TYPE; T_slice *& ptr_; // Assignment from T_var not allowed. void operator= (const T_var &); }; -/** - * @class TAO_Array_Forany_T - * - * @brief Parametrized implementation of _forany class for arrays. - * - */ -template<typename T, typename T_slice, typename TAG> -class TAO_Array_Forany_T -{ -public: - TAO_Array_Forany_T (void); - TAO_Array_Forany_T (T_slice *, - CORBA::Boolean nocopy = false); - TAO_Array_Forany_T (const TAO_Array_Forany_T<T,T_slice,TAG> &); - ~TAO_Array_Forany_T (void); - - static void _tao_any_destructor (void *); - - TAO_Array_Forany_T & operator= (T_slice *); - TAO_Array_Forany_T & operator= ( - const TAO_Array_Forany_T<T,T_slice,TAG> & - ); - - T_slice & operator[] (CORBA::ULong index); - const T_slice & operator[] (CORBA::ULong index) const; - - operator T_slice * const & () const; - operator T_slice *& (); - - // in, inout, out, _retn - const T_slice * in (void) const; - T_slice * inout (void); - T_slice * &out (void); - T_slice * _retn (void); - T_slice * ptr (void) const; - CORBA::Boolean nocopy (void) const; - - static T_slice * tao_alloc (void); -private: - T_slice * ptr_; - CORBA::Boolean nocopy_; -}; - TAO_END_VERSIONED_NAMESPACE_DECL #if defined (__ACE_INLINE__) diff --git a/TAO/tao/Array_VarOut_T.inl b/TAO/tao/Array_VarOut_T.inl index b1b38964d53..85b5aa7532d 100644 --- a/TAO/tao/Array_VarOut_T.inl +++ b/TAO/tao/Array_VarOut_T.inl @@ -22,14 +22,14 @@ TAO_Array_Var_Base_T<T,T_slice,TAG>::TAO_Array_Var_Base_T ( const TAO_Array_Var_Base_T & p ) { - this->ptr_ = TAO::Array_Traits<T,T_slice,TAG>::dup (p.in ()); + this->ptr_ = TAO::Array_Traits<FORANY>::dup (p.in ()); } template<typename T, typename T_slice, typename TAG> ACE_INLINE TAO_Array_Var_Base_T<T,T_slice,TAG>::~TAO_Array_Var_Base_T (void) { - TAO::Array_Traits<T,T_slice,TAG>::free (this->ptr_); + TAO::Array_Traits<FORANY>::free (this->ptr_); } template<typename T, typename T_slice, typename TAG> @@ -78,7 +78,7 @@ ACE_INLINE T_slice *& TAO_Array_Var_Base_T<T,T_slice,TAG>::_retn_arg (void) { - TAO::Array_Traits<T,T_slice,TAG>::free (this->ptr_); + TAO::Array_Traits<FORANY>::free (this->ptr_); this->ptr_ = 0; return this->ptr_; } @@ -164,7 +164,7 @@ ACE_INLINE T_slice *& TAO_VarArray_Var_T<T,T_slice,TAG>::out (void) { - TAO::Array_Traits<T,T_slice,TAG>::free (this->ptr_); + TAO::Array_Traits<FORANY>::free (this->ptr_); this->ptr_ = 0; return this->ptr_; } @@ -184,7 +184,7 @@ ACE_INLINE TAO_Array_Out_T<T,T_var,T_slice,TAG>::TAO_Array_Out_T (T_var & p) : ptr_ (p.out ()) { - TAO::Array_Traits<T,T_slice,TAG>::free (this->ptr_); + TAO::Array_Traits<FORANY>::free (this->ptr_); this->ptr_ = 0; } @@ -379,7 +379,7 @@ ACE_INLINE T_slice * TAO_Array_Forany_T<T,T_slice,TAG>::tao_alloc (void) { - return TAO::Array_Traits<T,T_slice,TAG>::alloc (); + return TAO::Array_Traits<FORANY>::alloc (); } TAO_END_VERSIONED_NAMESPACE_DECL diff --git a/TAO/tao/BD_String_Argument_T.cpp b/TAO/tao/BD_String_Argument_T.cpp index 4e9e4d2201c..eec06e3a721 100644 --- a/TAO/tao/BD_String_Argument_T.cpp +++ b/TAO/tao/BD_String_Argument_T.cpp @@ -11,142 +11,132 @@ TAO_BEGIN_VERSIONED_NAMESPACE_DECL -template<typename S, - typename to_S, - typename from_S, +template<typename S_var, size_t BOUND, typename Insert_Policy> CORBA::Boolean -TAO::In_BD_String_Argument_T<S,to_S,from_S,BOUND,Insert_Policy>::marshal ( +TAO::In_BD_String_Argument_T<S_var,BOUND,Insert_Policy>::marshal ( TAO_OutputCDR & cdr ) { - return cdr << from_S (this->x_, BOUND); + return cdr << typename S_var::s_traits::from_type (this->x_, BOUND); } #if TAO_HAS_INTERCEPTORS == 1 -template<typename S, - typename to_S, - typename from_S, +template<typename S_var, size_t BOUND, typename Insert_Policy> void -TAO::In_BD_String_Argument_T<S,to_S,from_S,BOUND,Insert_Policy>::interceptor_value ( +TAO::In_BD_String_Argument_T<S_var,BOUND,Insert_Policy>::interceptor_value ( CORBA::Any *any) const { - this->Insert_Policy::any_insert (any, from_S (this->x_, BOUND)); + this->Insert_Policy::any_insert ( + any, + typename S_var::s_traits::from_type (this->x_, BOUND) + ); } #endif /* TAO_HAS_INTERCEPTORS */ // =========================================================== -template<typename S, - typename to_S, - typename from_S, +template<typename S_var, size_t BOUND, typename Insert_Policy> CORBA::Boolean -TAO::Inout_BD_String_Argument_T<S,to_S,from_S,BOUND,Insert_Policy>::marshal ( +TAO::Inout_BD_String_Argument_T<S_var,BOUND,Insert_Policy>::marshal ( TAO_OutputCDR & cdr ) { - return cdr << from_S (this->x_, BOUND); + return cdr << typename S_var::s_traits::from_type (this->x_, BOUND); } -template<typename S, - typename to_S, - typename from_S, +template<typename S_var, size_t BOUND, typename Insert_Policy> CORBA::Boolean -TAO::Inout_BD_String_Argument_T<S,to_S,from_S,BOUND,Insert_Policy>::demarshal ( +TAO::Inout_BD_String_Argument_T<S_var,BOUND,Insert_Policy>::demarshal ( TAO_InputCDR & cdr ) { delete [] this->x_; - return cdr >> to_S (this->x_, BOUND); + return cdr >> typename S_var::s_traits::to_type (this->x_, BOUND); } #if TAO_HAS_INTERCEPTORS == 1 -template<typename S, - typename to_S, - typename from_S, +template<typename S_var, size_t BOUND, typename Insert_Policy> void -TAO::Inout_BD_String_Argument_T<S,to_S,from_S,BOUND,Insert_Policy>::interceptor_value ( +TAO::Inout_BD_String_Argument_T<S_var,BOUND,Insert_Policy>::interceptor_value ( CORBA::Any *any) const { - this->Insert_Policy::any_insert (any, from_S (this->x_, BOUND)); + this->Insert_Policy::any_insert ( + any, + typename S_var::s_traits::from_type (this->x_, BOUND) + ); } #endif /* TAO_HAS_INTERCEPTORS */ // ============================================================== -template<typename S, - typename S_out, - typename to_S, - typename from_S, +template<typename S_var, size_t BOUND, typename Insert_Policy> CORBA::Boolean -TAO::Out_BD_String_Argument_T<S,S_out,to_S,from_S,BOUND,Insert_Policy>::demarshal ( +TAO::Out_BD_String_Argument_T<S_var,BOUND,Insert_Policy>::demarshal ( TAO_InputCDR & cdr ) { - return cdr >> to_S (this->x_, BOUND); + return cdr >> typename S_var::s_traits::to_type (this->x_, BOUND); } #if TAO_HAS_INTERCEPTORS == 1 -template<typename S, - typename S_out, - typename to_S, - typename from_S, +template<typename S_var, size_t BOUND, typename Insert_Policy> void -TAO::Out_BD_String_Argument_T<S,S_out,to_S,from_S,BOUND,Insert_Policy>::interceptor_value ( +TAO::Out_BD_String_Argument_T<S_var,BOUND,Insert_Policy>::interceptor_value ( CORBA::Any *any) const { - this->Insert_Policy::any_insert (any, from_S (this->x_, BOUND)); + this->Insert_Policy::any_insert ( + any, + typename S_var::s_traits::from_type (this->x_, BOUND) + ); } #endif /* TAO_HAS_INTERCEPTORS */ // ============================================================ -template<typename S, - typename S_var, - typename to_S, - typename from_S, +template<typename S_var, size_t BOUND, typename Insert_Policy> CORBA::Boolean -TAO::Ret_BD_String_Argument_T<S,S_var,to_S,from_S,BOUND,Insert_Policy>::demarshal ( +TAO::Ret_BD_String_Argument_T<S_var,BOUND,Insert_Policy>::demarshal ( TAO_InputCDR & cdr ) { - return cdr >> to_S (this->x_.out (), BOUND); + return cdr >> typename S_var::s_traits::to_type (this->x_.out (), BOUND); } #if TAO_HAS_INTERCEPTORS == 1 -template<typename S, - typename S_var, - typename to_S, - typename from_S, +template<typename S_var, size_t BOUND, typename Insert_Policy> void -TAO::Ret_BD_String_Argument_T<S,S_var,to_S,from_S,BOUND,Insert_Policy>::interceptor_value ( +TAO::Ret_BD_String_Argument_T<S_var,BOUND,Insert_Policy>::interceptor_value ( CORBA::Any *any) const { - this->Insert_Policy::any_insert (any, from_S (this->x_.in (), BOUND)); + this->Insert_Policy::any_insert ( + any, + typename S_var::s_traits::from_type (this->x_.in (), BOUND) + ); } #endif /* TAO_HAS_INTERCEPTORS */ diff --git a/TAO/tao/BD_String_Argument_T.h b/TAO/tao/BD_String_Argument_T.h index 7c73638e991..006b805e8c4 100644 --- a/TAO/tao/BD_String_Argument_T.h +++ b/TAO/tao/BD_String_Argument_T.h @@ -35,15 +35,13 @@ namespace TAO * @brief Template class for IN bounded (w)string argument. * */ - template<typename S, - typename to_S, - typename from_S, + template<typename S_var, size_t BOUND, typename Insert_Policy> class In_BD_String_Argument_T : public InArgument, private Insert_Policy { public: - In_BD_String_Argument_T (const S * x); + In_BD_String_Argument_T (const typename S_var::s_traits::char_type * x); virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr); @@ -51,12 +49,10 @@ namespace TAO virtual void interceptor_value (CORBA::Any *any) const; #endif /* TAO_HAS_INTERCEPTORS == 1 */ - S const * arg (void) const; + typename S_var::s_traits::char_type const * arg (void) const; private: - - S const * x_; - + typename S_var::s_traits::char_type const * x_; }; /** @@ -65,25 +61,23 @@ namespace TAO * @brief Template class for INOUT bounded (w)string argument. * */ - template<typename S, - typename to_S, - typename from_S, + template<typename S_var, size_t BOUND, typename Insert_Policy> class Inout_BD_String_Argument_T : public InoutArgument, private Insert_Policy { public: - Inout_BD_String_Argument_T (S *& x); + Inout_BD_String_Argument_T (typename S_var::s_traits::char_type *& x); virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr); virtual CORBA::Boolean demarshal (TAO_InputCDR &); #if TAO_HAS_INTERCEPTORS == 1 virtual void interceptor_value (CORBA::Any *any) const; #endif /* TAO_HAS_INTERCEPTORS == 1 */ - S *& arg (void); + typename S_var::s_traits::char_type *& arg (void); private: - S *& x_; + typename S_var::s_traits::char_type *& x_; }; /** @@ -92,25 +86,22 @@ namespace TAO * @brief Template class for OUT bounded (w)string argument. * */ - template<typename S, - typename S_out, - typename to_S, - typename from_S, + template<typename S_var, size_t BOUND, typename Insert_Policy> class Out_BD_String_Argument_T : public OutArgument, private Insert_Policy { public: - Out_BD_String_Argument_T (S_out x); + Out_BD_String_Argument_T (typename S_var::s_traits::string_out x); virtual CORBA::Boolean demarshal (TAO_InputCDR &); #if TAO_HAS_INTERCEPTORS == 1 virtual void interceptor_value (CORBA::Any *any) const; #endif /* TAO_HAS_INTERCEPTORS == 1 */ - S *& arg (void); + typename S_var::s_traits::char_type *& arg (void); private: - S *& x_; + typename S_var::s_traits::char_type *& x_; }; /** @@ -119,10 +110,7 @@ namespace TAO * @brief Template class for return stub value of bd (w)string argument. * */ - template<typename S, - typename S_var, - typename to_S, - typename from_S, + template<typename S_var, size_t BOUND, typename Insert_Policy> class Ret_BD_String_Argument_T : public RetArgument, private Insert_Policy @@ -134,69 +122,43 @@ namespace TAO #if TAO_HAS_INTERCEPTORS == 1 virtual void interceptor_value (CORBA::Any *any) const; #endif /* TAO_HAS_INTERCEPTORS == 1 */ - S *& arg (void); + typename S_var::s_traits::char_type *& arg (void); - S * excp (void); - S * retn (void); + typename S_var::s_traits::char_type * excp (void); + typename S_var::s_traits::char_type * retn (void); private: - S_var x_; - }; /** - * @struct BD_String_Tag - * - * @brief Struct for bounded (w)string arguments id tag. - * - */ - struct TAO_Export BD_String_Tag {}; - - /** * @struct BD_String_Arg_Traits_T * * @brief Template class for stub argument traits of bounded (w)strings. * */ - template<typename T, - typename T_var, - typename T_out, - typename to_T, - typename from_T, + template<typename T_var, size_t BOUND, typename Insert_Policy> struct BD_String_Arg_Traits_T { - typedef T * ret_type; - typedef T const * in_type; - typedef T *& inout_type; - typedef T_out out_type; - - typedef In_BD_String_Argument_T<T, - to_T, - from_T, + typedef typename T_var::s_traits::char_type * ret_type; + typedef typename T_var::s_traits::char_type const * in_type; + typedef typename T_var::s_traits::char_type *& inout_type; + typedef typename T_var::s_traits::string_out out_type; + + typedef In_BD_String_Argument_T<T_var, BOUND, Insert_Policy> in_arg_val; - typedef Inout_BD_String_Argument_T<T, - to_T, - from_T, + typedef Inout_BD_String_Argument_T<T_var, BOUND, Insert_Policy> inout_arg_val; - typedef Out_BD_String_Argument_T<T, - T_out, - to_T, - from_T, + typedef Out_BD_String_Argument_T<T_var, BOUND, Insert_Policy> out_arg_val; - typedef Ret_BD_String_Argument_T<T, - T_var, - to_T, - from_T, + typedef Ret_BD_String_Argument_T<T_var, BOUND, Insert_Policy> ret_val; - - typedef BD_String_Tag idl_tag; }; } diff --git a/TAO/tao/BD_String_Argument_T.inl b/TAO/tao/BD_String_Argument_T.inl index d222489a42c..a0dfa85fc47 100644 --- a/TAO/tao/BD_String_Argument_T.inl +++ b/TAO/tao/BD_String_Argument_T.inl @@ -4,131 +4,105 @@ TAO_BEGIN_VERSIONED_NAMESPACE_DECL -template<typename S, - typename to_S, - typename from_S, +template<typename S_var, size_t BOUND, typename Insert_Policy> ACE_INLINE -TAO::In_BD_String_Argument_T<S,to_S,from_S,BOUND,Insert_Policy>::In_BD_String_Argument_T ( - const S * x +TAO::In_BD_String_Argument_T<S_var,BOUND,Insert_Policy>::In_BD_String_Argument_T ( + const typename S_var::s_traits::char_type * x ) : x_ (x) {} -template<typename S, - typename to_S, - typename from_S, +template<typename S_var, size_t BOUND, typename Insert_Policy> ACE_INLINE -const S * -TAO::In_BD_String_Argument_T<S,to_S,from_S,BOUND,Insert_Policy>::arg (void) const +const typename S_var::s_traits::char_type * +TAO::In_BD_String_Argument_T<S_var,BOUND,Insert_Policy>::arg (void) const { return this->x_; } // ========================================================================== -template<typename S, - typename to_S, - typename from_S, +template<typename S_var, size_t BOUND, typename Insert_Policy> ACE_INLINE -TAO::Inout_BD_String_Argument_T<S,to_S,from_S,BOUND,Insert_Policy>:: -Inout_BD_String_Argument_T (S *& x) +TAO::Inout_BD_String_Argument_T<S_var,BOUND,Insert_Policy>:: +Inout_BD_String_Argument_T (typename S_var::s_traits::char_type *& x) : x_ (x) {} -template<typename S, - typename to_S, - typename from_S, +template<typename S_var, size_t BOUND, typename Insert_Policy> ACE_INLINE -S *& -TAO::Inout_BD_String_Argument_T<S,to_S,from_S,BOUND,Insert_Policy>::arg (void) +typename S_var::s_traits::char_type *& +TAO::Inout_BD_String_Argument_T<S_var,BOUND,Insert_Policy>::arg (void) { return this->x_; } // ========================================================================== -template<typename S, - typename S_out, - typename to_S, - typename from_S, +template<typename S_var, size_t BOUND, typename Insert_Policy> ACE_INLINE -TAO::Out_BD_String_Argument_T<S,S_out,to_S,from_S,BOUND,Insert_Policy>:: -Out_BD_String_Argument_T (S_out x) +TAO::Out_BD_String_Argument_T<S_var,BOUND,Insert_Policy>:: +Out_BD_String_Argument_T (typename S_var::s_traits::string_out x) : x_ (x.ptr ()) {} -template<typename S, - typename S_out, - typename to_S, - typename from_S, +template<typename S_var, size_t BOUND, typename Insert_Policy> ACE_INLINE -S *& -TAO::Out_BD_String_Argument_T<S,S_out,to_S,from_S,BOUND,Insert_Policy>::arg (void) +typename S_var::s_traits::char_type *& +TAO::Out_BD_String_Argument_T<S_var,BOUND,Insert_Policy>::arg (void) { return this->x_; } // ========================================================================== -template<typename S, - typename S_var, - typename to_S, - typename from_S, +template<typename S_var, size_t BOUND, typename Insert_Policy> ACE_INLINE -TAO::Ret_BD_String_Argument_T<S,S_var,to_S,from_S,BOUND,Insert_Policy>:: +TAO::Ret_BD_String_Argument_T<S_var,BOUND,Insert_Policy>:: Ret_BD_String_Argument_T (void) { } -template<typename S, - typename S_var, - typename to_S, - typename from_S, +template<typename S_var, size_t BOUND, typename Insert_Policy> ACE_INLINE -S * -TAO::Ret_BD_String_Argument_T<S,S_var,to_S,from_S,BOUND,Insert_Policy>::excp (void) +typename S_var::s_traits::char_type * +TAO::Ret_BD_String_Argument_T<S_var,BOUND,Insert_Policy>::excp (void) { return this->x_.ptr (); } -template<typename S, - typename S_var, - typename to_S, - typename from_S, +template<typename S_var, size_t BOUND, typename Insert_Policy> ACE_INLINE -S * -TAO::Ret_BD_String_Argument_T<S,S_var,to_S,from_S,BOUND,Insert_Policy>::retn (void) +typename S_var::s_traits::char_type * +TAO::Ret_BD_String_Argument_T<S_var,BOUND,Insert_Policy>::retn (void) { return this->x_._retn (); } -template<typename S, - typename S_var, - typename to_S, - typename from_S, +template<typename S_var, size_t BOUND, typename Insert_Policy> ACE_INLINE -S *& -TAO::Ret_BD_String_Argument_T<S,S_var,to_S,from_S,BOUND,Insert_Policy>::arg (void) +typename S_var::s_traits::char_type *& +TAO::Ret_BD_String_Argument_T<S_var,BOUND,Insert_Policy>::arg (void) { return this->x_.out (); } diff --git a/TAO/tao/Basic_Argument_T.h b/TAO/tao/Basic_Argument_T.h index 8558ce45bf6..958dc38d7bc 100644 --- a/TAO/tao/Basic_Argument_T.h +++ b/TAO/tao/Basic_Argument_T.h @@ -125,13 +125,6 @@ namespace TAO S x_; }; - /** - * @struct Basic_Tag - * - * @brief Struct for basic IDL type arguments id tag. - * - */ - struct TAO_Export Basic_Tag {}; /** * @struct Basic_Arg_Traits_T @@ -151,8 +144,6 @@ namespace TAO typedef Inout_Basic_Argument_T<T, Insert_Policy> inout_arg_val; typedef Out_Basic_Argument_T<T, Insert_Policy> out_arg_val; typedef Ret_Basic_Argument_T<T, Insert_Policy> ret_val; - - typedef Basic_Tag idl_tag; }; } diff --git a/TAO/tao/Basic_Arguments.h b/TAO/tao/Basic_Arguments.h index 81c0000ac90..4011e41039c 100644 --- a/TAO/tao/Basic_Arguments.h +++ b/TAO/tao/Basic_Arguments.h @@ -41,8 +41,6 @@ namespace TAO typedef void ret_type; typedef RetArgument ret_val; - - typedef Basic_Tag idl_tag; }; /** diff --git a/TAO/tao/BooleanSeqC.h b/TAO/tao/BooleanSeqC.h index 58c8a97c5ad..11009fc540e 100644 --- a/TAO/tao/BooleanSeqC.h +++ b/TAO/tao/BooleanSeqC.h @@ -101,6 +101,7 @@ namespace CORBA static void _tao_any_destructor (void *); typedef BooleanSeq_var _var_type; + typedef BooleanSeq_out _out_type; }; #endif /* end #if !defined */ diff --git a/TAO/tao/Bounded_Array_Sequence_T.h b/TAO/tao/Bounded_Array_Sequence_T.h index 8850a9dfe8e..38a7c0dbf7f 100644 --- a/TAO/tao/Bounded_Array_Sequence_T.h +++ b/TAO/tao/Bounded_Array_Sequence_T.h @@ -24,13 +24,14 @@ class bounded_array_sequence public: typedef T_array * element_type; typedef T_array value_type; - typedef T_slice * T_slice_ptr; + typedef T_array * T_slice_ptr; typedef T_slice_ptr * const_value_type; typedef value_type & subscript_type; typedef value_type const & const_subscript_type; typedef details::bounded_array_allocation_traits<value_type,MAX,true> allocation_traits; - typedef details::array_traits <T_array, T_slice, T_tag> element_traits; + typedef TAO_Array_Forany_T<T_array, T_slice, T_tag> forany; + typedef details::array_traits <forany> element_traits; typedef details::generic_sequence<value_type, allocation_traits, element_traits> implementation_type; inline bounded_array_sequence() @@ -92,8 +93,8 @@ namespace TAO template <typename stream, typename T_array, typename T_slice, typename T_tag, CORBA::ULong MAX> bool demarshal_sequence(stream & strm, TAO::bounded_array_sequence<T_array, T_slice, T_tag, MAX> & target) { typedef TAO::bounded_array_sequence<T_array, T_slice, T_tag, MAX> sequence; - typedef TAO::Array_Traits<T_array, T_slice, T_tag> array_traits; - typedef TAO_Array_Forany_T <T_array, T_slice, T_tag> forany; + typedef TAO_Array_Forany_T<T_array, T_slice, T_tag> forany; + typedef TAO::Array_Traits<forany> array_traits; ::CORBA::ULong new_length = 0; if (!(strm >> new_length)) { @@ -123,8 +124,8 @@ namespace TAO template <typename stream, typename T_array, typename T_slice, typename T_tag, CORBA::ULong MAX> bool marshal_sequence(stream & strm, const TAO::bounded_array_sequence<T_array, T_slice, T_tag, MAX> & source) { typedef TAO_FixedArray_Var_T <T_array, T_slice, T_tag> fixed_array; - typedef TAO::Array_Traits<T_array, T_slice, T_tag> array_traits; - typedef TAO_Array_Forany_T <T_array, T_slice, T_tag> forany; + typedef TAO_Array_Forany_T<T_array, T_slice, T_tag> forany; + typedef TAO::Array_Traits<forany> array_traits; ::CORBA::ULong const length = source.length (); if (!(strm << length)) { return false; diff --git a/TAO/tao/CharSeqC.h b/TAO/tao/CharSeqC.h index 310fa885715..a2957cefa5f 100644 --- a/TAO/tao/CharSeqC.h +++ b/TAO/tao/CharSeqC.h @@ -101,6 +101,7 @@ namespace CORBA static void _tao_any_destructor (void *); typedef CharSeq_var _var_type; + typedef CharSeq_out _out_type; }; #endif /* end #if !defined */ diff --git a/TAO/tao/Collocation_Proxy_Broker.h b/TAO/tao/Collocation_Proxy_Broker.h index 3da552f68a7..2110fb9adb6 100644 --- a/TAO/tao/Collocation_Proxy_Broker.h +++ b/TAO/tao/Collocation_Proxy_Broker.h @@ -31,14 +31,14 @@ TAO_BEGIN_VERSIONED_NAMESPACE_DECL template<typename T> class TAO_Pseudo_Var_T; -template <typename T, typename T_var> class TAO_Pseudo_Out_T; +template<typename T> class TAO_Pseudo_Out_T; namespace CORBA { class Object; typedef Object *Object_ptr; typedef TAO_Pseudo_Var_T<Object> Object_var; - typedef TAO_Pseudo_Out_T<Object, Object_var> Object_out; + typedef TAO_Pseudo_Out_T<Object> Object_out; class Environment; } diff --git a/TAO/tao/Domain/DomainS.cpp b/TAO/tao/Domain/DomainS.cpp index 10531e046e6..cb4c792f819 100644 --- a/TAO/tao/Domain/DomainS.cpp +++ b/TAO/tao/Domain/DomainS.cpp @@ -446,12 +446,12 @@ namespace POA_CORBA virtual void execute (ACE_ENV_SINGLE_ARG_DECL) { TAO::SArg_Traits< CORBA::Policy>::ret_arg_type retval = - TAO::Portable_Server::get_ret_arg< CORBA::Policy, TAO::SArg_Traits< CORBA::Policy>::ret_arg_type> ( + TAO::Portable_Server::get_ret_arg< CORBA::Policy> ( this->operation_details_, this->args_); TAO::SArg_Traits< ::CORBA::PolicyType>::in_arg_type arg_1 = - TAO::Portable_Server::get_in_arg< ::CORBA::PolicyType, TAO::SArg_Traits< ::CORBA::PolicyType>::in_arg_type> ( + TAO::Portable_Server::get_in_arg< ::CORBA::PolicyType> ( this->operation_details_, this->args_, 1); @@ -551,12 +551,12 @@ namespace POA_CORBA virtual void execute (ACE_ENV_SINGLE_ARG_DECL) { TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type retval = - TAO::Portable_Server::get_ret_arg< ::ACE_InputCDR::to_boolean, TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type> ( + TAO::Portable_Server::get_ret_arg< ::ACE_InputCDR::to_boolean> ( this->operation_details_, this->args_); TAO::SArg_Traits< CORBA::Char *>::in_arg_type arg_1 = - TAO::Portable_Server::get_in_arg< CORBA::Char *, TAO::SArg_Traits< CORBA::Char *>::in_arg_type> ( + TAO::Portable_Server::get_in_arg< CORBA::Char *> ( this->operation_details_, this->args_, 1); @@ -648,7 +648,7 @@ namespace POA_CORBA virtual void execute (ACE_ENV_SINGLE_ARG_DECL) { TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type retval = - TAO::Portable_Server::get_ret_arg< ::ACE_InputCDR::to_boolean, TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type> ( + TAO::Portable_Server::get_ret_arg< ::ACE_InputCDR::to_boolean> ( this->operation_details_, this->args_); @@ -784,7 +784,7 @@ namespace POA_CORBA virtual void execute (ACE_ENV_SINGLE_ARG_DECL) { TAO::SArg_Traits< ::CORBA::Object>::ret_arg_type retval = - TAO::Portable_Server::get_ret_arg< ::CORBA::Object, TAO::SArg_Traits< ::CORBA::Object>::ret_arg_type> ( + TAO::Portable_Server::get_ret_arg< ::CORBA::Object> ( this->operation_details_, this->args_); @@ -1208,13 +1208,13 @@ namespace POA_CORBA virtual void execute (ACE_ENV_SINGLE_ARG_DECL) { TAO::SArg_Traits< CORBA::InterfaceDef>::in_arg_type arg_1 = - TAO::Portable_Server::get_in_arg< CORBA::InterfaceDef, TAO::SArg_Traits< CORBA::InterfaceDef>::in_arg_type> ( + TAO::Portable_Server::get_in_arg< CORBA::InterfaceDef> ( this->operation_details_, this->args_, 1); TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::in_arg_type arg_2 = - TAO::Portable_Server::get_in_arg< ::ACE_InputCDR::to_boolean, TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::in_arg_type> ( + TAO::Portable_Server::get_in_arg< ::ACE_InputCDR::to_boolean> ( this->operation_details_, this->args_, 2); @@ -1315,12 +1315,12 @@ namespace POA_CORBA virtual void execute (ACE_ENV_SINGLE_ARG_DECL) { TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type retval = - TAO::Portable_Server::get_ret_arg< ::ACE_InputCDR::to_boolean, TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type> ( + TAO::Portable_Server::get_ret_arg< ::ACE_InputCDR::to_boolean> ( this->operation_details_, this->args_); TAO::SArg_Traits< CORBA::Char *>::in_arg_type arg_1 = - TAO::Portable_Server::get_in_arg< CORBA::Char *, TAO::SArg_Traits< CORBA::Char *>::in_arg_type> ( + TAO::Portable_Server::get_in_arg< CORBA::Char *> ( this->operation_details_, this->args_, 1); @@ -1412,7 +1412,7 @@ namespace POA_CORBA virtual void execute (ACE_ENV_SINGLE_ARG_DECL) { TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type retval = - TAO::Portable_Server::get_ret_arg< ::ACE_InputCDR::to_boolean, TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type> ( + TAO::Portable_Server::get_ret_arg< ::ACE_InputCDR::to_boolean> ( this->operation_details_, this->args_); @@ -1548,7 +1548,7 @@ namespace POA_CORBA virtual void execute (ACE_ENV_SINGLE_ARG_DECL) { TAO::SArg_Traits< ::CORBA::Object>::ret_arg_type retval = - TAO::Portable_Server::get_ret_arg< ::CORBA::Object, TAO::SArg_Traits< ::CORBA::Object>::ret_arg_type> ( + TAO::Portable_Server::get_ret_arg< ::CORBA::Object> ( this->operation_details_, this->args_); diff --git a/TAO/tao/DoubleSeqC.h b/TAO/tao/DoubleSeqC.h index 7d075f15867..082a8653783 100644 --- a/TAO/tao/DoubleSeqC.h +++ b/TAO/tao/DoubleSeqC.h @@ -101,6 +101,7 @@ namespace CORBA static void _tao_any_destructor (void *); typedef DoubleSeq_var _var_type; + typedef DoubleSeq_out _out_type; }; #endif /* end #if !defined */ diff --git a/TAO/tao/DynamicInterface/Context.h b/TAO/tao/DynamicInterface/Context.h index 9f58f19cb4b..7ad9c97795d 100644 --- a/TAO/tao/DynamicInterface/Context.h +++ b/TAO/tao/DynamicInterface/Context.h @@ -56,10 +56,10 @@ namespace CORBA class Environment; typedef TAO_Pseudo_Var_T<Context> Context_var; - typedef TAO_Pseudo_Out_T<Context, Context_var> Context_out; + typedef TAO_Pseudo_Out_T<Context> Context_out; typedef TAO_Pseudo_Var_T<ContextList> ContextList_var; - typedef TAO_Pseudo_Out_T<ContextList, ContextList_var> ContextList_out; + typedef TAO_Pseudo_Out_T<ContextList> ContextList_out; /** * @class Context @@ -119,6 +119,7 @@ namespace CORBA // Useful for template programming. typedef CORBA::Context_ptr _ptr_type; typedef CORBA::Context_var _var_type; + typedef CORBA::Context_out _out_type; private: /// Reference counter. @@ -182,6 +183,7 @@ namespace CORBA // Useful for template programming. typedef CORBA::ContextList_ptr _ptr_type; typedef CORBA::ContextList_var _var_type; + typedef CORBA::ContextList_out _out_type; private: // Not allowed. diff --git a/TAO/tao/DynamicInterface/ExceptionList.h b/TAO/tao/DynamicInterface/ExceptionList.h index 3fdca028ca5..f88c3eca2d8 100644 --- a/TAO/tao/DynamicInterface/ExceptionList.h +++ b/TAO/tao/DynamicInterface/ExceptionList.h @@ -52,7 +52,7 @@ TAO_BEGIN_VERSIONED_NAMESPACE_DECL namespace CORBA { typedef TAO_Pseudo_Var_T<ExceptionList> ExceptionList_var; - typedef TAO_Pseudo_Out_T<ExceptionList, ExceptionList_var> ExceptionList_out; + typedef TAO_Pseudo_Out_T<ExceptionList> ExceptionList_out; /** * @class ExceptionList @@ -111,6 +111,7 @@ namespace CORBA /// Useful for template programming. typedef CORBA::ExceptionList_ptr _ptr_type; typedef CORBA::ExceptionList_var _var_type; + typedef CORBA::ExceptionList_out _out_type; private: // = Not allowed. diff --git a/TAO/tao/DynamicInterface/Request.h b/TAO/tao/DynamicInterface/Request.h index ce0a31ac8ce..f7c13f398ab 100644 --- a/TAO/tao/DynamicInterface/Request.h +++ b/TAO/tao/DynamicInterface/Request.h @@ -185,6 +185,7 @@ namespace CORBA // Useful for template programming. typedef CORBA::Request_ptr _ptr_type; typedef CORBA::Request_var _var_type; + typedef CORBA::Request_out _out_type; private: friend class ::TAO_Dynamic_Adapter_Impl; diff --git a/TAO/tao/DynamicInterface/Server_Request.h b/TAO/tao/DynamicInterface/Server_Request.h index 288c43761a3..39cae0c7b82 100644 --- a/TAO/tao/DynamicInterface/Server_Request.h +++ b/TAO/tao/DynamicInterface/Server_Request.h @@ -53,7 +53,7 @@ namespace CORBA TAO_NAMESPACE_INLINE_FUNCTION Boolean is_nil (ServerRequest_ptr); typedef TAO_Pseudo_Var_T<ServerRequest> ServerRequest_var; - typedef TAO_Pseudo_Out_T<ServerRequest, ServerRequest_var> ServerRequest_out; + typedef TAO_Pseudo_Out_T<ServerRequest> ServerRequest_out; /** * @class ServerRequest @@ -143,6 +143,8 @@ namespace CORBA /// Useful for template programming. typedef CORBA::ServerRequest_ptr _ptr_type; + typedef CORBA::ServerRequest_var _var_type; + typedef CORBA::ServerRequest_out _out_type; private: /// If zero then the NVList is evaluated ASAP. diff --git a/TAO/tao/DynamicInterface/TAO_DynamicInterface.pc.in b/TAO/tao/DynamicInterface/TAO_DynamicInterface.pc.in index 7361d9058fc..744011abbe0 100644 --- a/TAO/tao/DynamicInterface/TAO_DynamicInterface.pc.in +++ b/TAO/tao/DynamicInterface/TAO_DynamicInterface.pc.in @@ -5,7 +5,7 @@ includedir=@includedir@ Name: TAO_DynamicInterface Description: TAO Dynamic Interface Library -Requires: TAO_Messaging, TAO_PI, TAO_CodecFactory, TAO_POrtableServer, TAO_Valuetype, TAO_AnyTypeCode, TAO +Requires: TAO_Messaging, TAO_PI, TAO_CodecFactory, TAO_PortableServer, TAO_Valuetype, TAO_AnyTypeCode, TAO Version: @VERSION@ Libs: -L${libdir} -lTAO_DynamicInterface Cflags: -I${includedir} diff --git a/TAO/tao/Environment.h b/TAO/tao/Environment.h index cfcde246122..4f7b428daeb 100644 --- a/TAO/tao/Environment.h +++ b/TAO/tao/Environment.h @@ -43,7 +43,7 @@ namespace CORBA class Environment; typedef Environment *Environment_ptr; typedef TAO_Pseudo_Var_T<Environment> Environment_var; - typedef TAO_Pseudo_Out_T<Environment, Environment_var> Environment_out; + typedef TAO_Pseudo_Out_T<Environment> Environment_out; /** * @class Environment @@ -134,6 +134,7 @@ namespace CORBA // Useful for template programming. typedef CORBA::Environment_ptr _ptr_type; typedef CORBA::Environment_var _var_type; + typedef CORBA::Environment_out _out_type; private: diff --git a/TAO/tao/Fixed_Array_Argument_T.cpp b/TAO/tao/Fixed_Array_Argument_T.cpp index 762219e3b6f..e49b66127b6 100644 --- a/TAO/tao/Fixed_Array_Argument_T.cpp +++ b/TAO/tao/Fixed_Array_Argument_T.cpp @@ -11,12 +11,10 @@ TAO_BEGIN_VERSIONED_NAMESPACE_DECL -template<typename S, - typename S_slice, - typename S_forany, +template<typename S_forany, typename Insert_Policy> CORBA::Boolean -TAO::In_Fixed_Array_Argument_T<S,S_slice,S_forany,Insert_Policy>::marshal ( +TAO::In_Fixed_Array_Argument_T<S_forany,Insert_Policy>::marshal ( TAO_OutputCDR & cdr ) { @@ -25,12 +23,10 @@ TAO::In_Fixed_Array_Argument_T<S,S_slice,S_forany,Insert_Policy>::marshal ( #if TAO_HAS_INTERCEPTORS == 1 -template<typename S, - typename S_slice, - typename S_forany, +template<typename S_forany, typename Insert_Policy> void -TAO::In_Fixed_Array_Argument_T<S,S_slice,S_forany,Insert_Policy>:: +TAO::In_Fixed_Array_Argument_T<S_forany,Insert_Policy>:: interceptor_value (CORBA::Any *any) const { this->Insert_Policy::any_insert (any, this->x_); @@ -40,24 +36,20 @@ TAO::In_Fixed_Array_Argument_T<S,S_slice,S_forany,Insert_Policy>:: // =========================================================== -template<typename S, - typename S_slice, - typename S_forany, +template<typename S_forany, typename Insert_Policy> CORBA::Boolean -TAO::Inout_Fixed_Array_Argument_T<S,S_slice,S_forany,Insert_Policy>::marshal ( +TAO::Inout_Fixed_Array_Argument_T<S_forany,Insert_Policy>::marshal ( TAO_OutputCDR & cdr ) { return cdr << this->x_; } -template<typename S, - typename S_slice, - typename S_forany, +template<typename S_forany, typename Insert_Policy> CORBA::Boolean -TAO::Inout_Fixed_Array_Argument_T<S,S_slice,S_forany,Insert_Policy>::demarshal ( +TAO::Inout_Fixed_Array_Argument_T<S_forany,Insert_Policy>::demarshal ( TAO_InputCDR & cdr ) { @@ -66,12 +58,10 @@ TAO::Inout_Fixed_Array_Argument_T<S,S_slice,S_forany,Insert_Policy>::demarshal ( #if TAO_HAS_INTERCEPTORS == 1 -template<typename S, - typename S_slice, - typename S_forany, +template<typename S_forany, typename Insert_Policy> void -TAO::Inout_Fixed_Array_Argument_T<S,S_slice,S_forany,Insert_Policy>:: +TAO::Inout_Fixed_Array_Argument_T<S_forany,Insert_Policy>:: interceptor_value (CORBA::Any *any) const { this->Insert_Policy::any_insert (any, this->x_); @@ -81,12 +71,10 @@ TAO::Inout_Fixed_Array_Argument_T<S,S_slice,S_forany,Insert_Policy>:: // ============================================================== -template<typename S, - typename S_slice, - typename S_forany, +template<typename S_forany, typename Insert_Policy> CORBA::Boolean -TAO::Out_Fixed_Array_Argument_T<S,S_slice,S_forany,Insert_Policy>::demarshal ( +TAO::Out_Fixed_Array_Argument_T<S_forany,Insert_Policy>::demarshal ( TAO_InputCDR & cdr) { return cdr >> this->x_; @@ -94,12 +82,10 @@ TAO::Out_Fixed_Array_Argument_T<S,S_slice,S_forany,Insert_Policy>::demarshal ( #if TAO_HAS_INTERCEPTORS == 1 -template<typename S, - typename S_slice, - typename S_forany, +template<typename S_forany, typename Insert_Policy> void -TAO::Out_Fixed_Array_Argument_T<S,S_slice,S_forany,Insert_Policy>:: +TAO::Out_Fixed_Array_Argument_T<S_forany,Insert_Policy>:: interceptor_value (CORBA::Any *any) const { this->Insert_Policy::any_insert (any, this->x_); @@ -109,21 +95,18 @@ TAO::Out_Fixed_Array_Argument_T<S,S_slice,S_forany,Insert_Policy>:: // ============================================================ -template<typename S, - typename S_slice, - typename S_var, +template<typename S_var, typename S_forany, - typename S_tag, typename Insert_Policy> CORBA::Boolean -TAO::Ret_Fixed_Array_Argument_T<S,S_slice,S_var,S_forany,S_tag,Insert_Policy>:: +TAO::Ret_Fixed_Array_Argument_T<S_var,S_forany,Insert_Policy>:: demarshal (TAO_InputCDR & cdr) { - typedef TAO::Array_Traits<S,S_slice,S_tag> ARRAY_TRAITS; - S_slice * tmp_ptr = 0; + typedef TAO::Array_Traits<S_forany> ARRAY_TRAITS; + typename S_forany::_slice_type * tmp_ptr = 0; ACE_ALLOCATOR_RETURN (tmp_ptr, ARRAY_TRAITS::alloc (), - 0); + false); this->x_ = tmp_ptr; S_forany tmp (this->x_.ptr ()); return cdr >> tmp; @@ -131,14 +114,11 @@ TAO::Ret_Fixed_Array_Argument_T<S,S_slice,S_var,S_forany,S_tag,Insert_Policy>:: #if TAO_HAS_INTERCEPTORS == 1 -template<typename S, - typename S_slice, - typename S_var, +template<typename S_var, typename S_forany, - typename S_tag, typename Insert_Policy> void -TAO::Ret_Fixed_Array_Argument_T<S,S_slice,S_var,S_forany,S_tag,Insert_Policy>:: +TAO::Ret_Fixed_Array_Argument_T<S_var,S_forany,Insert_Policy>:: interceptor_value (CORBA::Any *any) const { this->Insert_Policy::any_insert (any, S_forany (this->x_.ptr ())); diff --git a/TAO/tao/Fixed_Array_Argument_T.h b/TAO/tao/Fixed_Array_Argument_T.h index 81c351a3db1..03311711e7d 100644 --- a/TAO/tao/Fixed_Array_Argument_T.h +++ b/TAO/tao/Fixed_Array_Argument_T.h @@ -31,20 +31,18 @@ namespace TAO * @brief IN stub argument of fixed size element array. * */ - template<typename S, - typename S_slice, - typename S_forany, + template<typename S_forany, typename Insert_Policy> class In_Fixed_Array_Argument_T : public InArgument, private Insert_Policy { public: - In_Fixed_Array_Argument_T (const S_slice * x); + In_Fixed_Array_Argument_T (const typename S_forany::_slice_type * x); virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr); #if TAO_HAS_INTERCEPTORS == 1 virtual void interceptor_value (CORBA::Any *any) const; #endif /* TAO_HAS_INTERCEPTORS == 1 */ - S_slice const * arg (void) const; + typename S_forany::_slice_type const * arg (void) const; private: S_forany x_; @@ -56,21 +54,19 @@ namespace TAO * @brief INOUT stub argument of fixed size element array. * */ - template<typename S, - typename S_slice, - typename S_forany, + template<typename S_forany, typename Insert_Policy> class Inout_Fixed_Array_Argument_T : public InoutArgument, private Insert_Policy { public: - Inout_Fixed_Array_Argument_T (S_slice *&x); + Inout_Fixed_Array_Argument_T (typename S_forany::_slice_type *&x); virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr); virtual CORBA::Boolean demarshal (TAO_InputCDR &); #if TAO_HAS_INTERCEPTORS == 1 virtual void interceptor_value (CORBA::Any *any) const; #endif /* TAO_HAS_INTERCEPTORS == 1 */ - S_slice * arg (void); + typename S_forany::_slice_type * arg (void); private: S_forany x_; @@ -82,20 +78,18 @@ namespace TAO * @brief OUT stub argument of fixed size element array. * */ - template<typename S, - typename S_slice, - typename S_forany, + template<typename S_forany, typename Insert_Policy> class Out_Fixed_Array_Argument_T : public OutArgument, private Insert_Policy { public: - Out_Fixed_Array_Argument_T (S_slice *& x); + Out_Fixed_Array_Argument_T (typename S_forany::_slice_type *& x); virtual CORBA::Boolean demarshal (TAO_InputCDR &); #if TAO_HAS_INTERCEPTORS == 1 virtual void interceptor_value (CORBA::Any *any) const; #endif /* TAO_HAS_INTERCEPTORS == 1 */ - S_slice *& arg (void); + typename S_forany::_slice_type *& arg (void); private: S_forany x_; @@ -107,11 +101,8 @@ namespace TAO * @brief Return stub value of fixed size element array. * */ - template<typename S, - typename S_slice, - typename S_var, + template<typename S_var, typename S_forany, - typename S_tag, typename Insert_Policy> class Ret_Fixed_Array_Argument_T : public RetArgument, private Insert_Policy { @@ -122,62 +113,40 @@ namespace TAO #if TAO_HAS_INTERCEPTORS == 1 virtual void interceptor_value (CORBA::Any *any) const; #endif /* TAO_HAS_INTERCEPTORS == 1 */ - S_slice *& arg (void); + typename S_forany::_slice_type *& arg (void); - S_slice * excp (void); - S_slice * retn (void); + typename S_forany::_slice_type * excp (void); + typename S_forany::_slice_type * retn (void); private: S_var x_; }; /** - * @struct Fixed_Array_Tag - * - * @brief Struct for fixed size element array argument id tag. - * - */ - struct TAO_Export Fixed_Array_Tag {}; - - /** * @struct Fixed_Array_Arg_Traits_T * * @brief Argument traits of fixed size element array. * */ - template<typename T, - typename T_slice, - typename T_var, + template<typename T_var, typename T_forany, - typename T_tag, typename Insert_Policy> struct Fixed_Array_Arg_Traits_T { - typedef T_slice * ret_type; - typedef T const in_type; - typedef T inout_type; - typedef T out_type; - - typedef In_Fixed_Array_Argument_T<T, - T_slice, - T_forany, + typedef typename T_forany::_slice_type * ret_type; + typedef typename T_forany::_array_type const in_type; + typedef typename T_forany::_array_type inout_type; + typedef typename T_forany::_array_type out_type; + + typedef In_Fixed_Array_Argument_T<T_forany, Insert_Policy> in_arg_val; - typedef Inout_Fixed_Array_Argument_T<T, - T_slice, - T_forany, + typedef Inout_Fixed_Array_Argument_T<T_forany, Insert_Policy> inout_arg_val; - typedef Out_Fixed_Array_Argument_T<T, - T_slice, - T_forany, + typedef Out_Fixed_Array_Argument_T<T_forany, Insert_Policy> out_arg_val; - typedef Ret_Fixed_Array_Argument_T<T, - T_slice, - T_var, + typedef Ret_Fixed_Array_Argument_T<T_var, T_forany, - T_tag, Insert_Policy> ret_val; - - typedef Fixed_Array_Tag idl_tag; }; } diff --git a/TAO/tao/Fixed_Array_Argument_T.inl b/TAO/tao/Fixed_Array_Argument_T.inl index 66dd21e6f03..e809366e892 100644 --- a/TAO/tao/Fixed_Array_Argument_T.inl +++ b/TAO/tao/Fixed_Array_Argument_T.inl @@ -4,13 +4,11 @@ TAO_BEGIN_VERSIONED_NAMESPACE_DECL -template<typename S, - typename S_slice, - typename S_forany, +template<typename S_forany, typename Insert_Policy> ACE_INLINE -TAO::In_Fixed_Array_Argument_T<S,S_slice,S_forany,Insert_Policy>:: -In_Fixed_Array_Argument_T (const S_slice * x) +TAO::In_Fixed_Array_Argument_T<S_forany,Insert_Policy>:: +In_Fixed_Array_Argument_T (const typename S_forany::_slice_type * x) : x_ ( #if (defined (__IBMCPP__) && (__IBMCPP__ <= 600)) // @@ (OO) IMBCPP 6 can't handle the const_cast<> in the @@ -19,118 +17,99 @@ In_Fixed_Array_Argument_T (const S_slice * x) // doesn't work either). It's not clear if this is // really the right thing to do but the code won't // compile without it. - (S_slice *) x + (S_forany::slice_type *) x #else - const_cast<S_slice *> (x) + const_cast<typename S_forany::_slice_type *> (x) #endif /* IBMCPP <= 600 */ ) { } -template<typename S, - typename S_slice, - typename S_forany, +template<typename S_forany, typename Insert_Policy> ACE_INLINE -const S_slice * -TAO::In_Fixed_Array_Argument_T<S,S_slice,S_forany,Insert_Policy>::arg (void) const +const typename S_forany::_slice_type * +TAO::In_Fixed_Array_Argument_T<S_forany,Insert_Policy>::arg (void) const { return this->x_.in (); } // =========================================================================== -template<typename S, - typename S_slice, - typename S_forany, +template<typename S_forany, typename Insert_Policy> ACE_INLINE -TAO::Inout_Fixed_Array_Argument_T<S,S_slice,S_forany,Insert_Policy>:: -Inout_Fixed_Array_Argument_T (S_slice *& x) +TAO::Inout_Fixed_Array_Argument_T<S_forany,Insert_Policy>:: +Inout_Fixed_Array_Argument_T (typename S_forany::_slice_type *& x) : x_ (x) {} -template<typename S, - typename S_slice, - typename S_forany, +template<typename S_forany, typename Insert_Policy> ACE_INLINE -S_slice * -TAO::Inout_Fixed_Array_Argument_T<S,S_slice,S_forany,Insert_Policy>::arg (void) +typename S_forany::_slice_type * +TAO::Inout_Fixed_Array_Argument_T<S_forany,Insert_Policy>::arg (void) { return this->x_.inout (); } // =========================================================================== -template<typename S, - typename S_slice, - typename S_forany, +template<typename S_forany, typename Insert_Policy> ACE_INLINE -TAO::Out_Fixed_Array_Argument_T<S,S_slice,S_forany,Insert_Policy>::Out_Fixed_Array_Argument_T (S_slice *&x) +TAO::Out_Fixed_Array_Argument_T< + S_forany, + Insert_Policy + >::Out_Fixed_Array_Argument_T (typename S_forany::_slice_type *&x) : x_ (x) {} -template<typename S, - typename S_slice, - typename S_forany, +template<typename S_forany, typename Insert_Policy> ACE_INLINE -S_slice *& -TAO::Out_Fixed_Array_Argument_T<S,S_slice,S_forany,Insert_Policy>::arg (void) +typename S_forany::_slice_type *& +TAO::Out_Fixed_Array_Argument_T<S_forany,Insert_Policy>::arg (void) { return this->x_.out (); } // =========================================================================== -template<typename S, - typename S_slice, - typename S_var, +template<typename S_var, typename S_forany, - typename S_tag, typename Insert_Policy> ACE_INLINE -TAO::Ret_Fixed_Array_Argument_T<S,S_slice,S_var,S_forany,S_tag,Insert_Policy>:: +TAO::Ret_Fixed_Array_Argument_T<S_var,S_forany,Insert_Policy>:: Ret_Fixed_Array_Argument_T (void) {} -template<typename S, - typename S_slice, - typename S_var, +template<typename S_var, typename S_forany, - typename S_tag, typename Insert_Policy> ACE_INLINE -S_slice *& -TAO::Ret_Fixed_Array_Argument_T<S,S_slice,S_var,S_forany,S_tag,Insert_Policy>::arg (void) +typename S_forany::_slice_type *& +TAO::Ret_Fixed_Array_Argument_T<S_var,S_forany,Insert_Policy>::arg (void) { return this->x_._retn_arg (); } -template<typename S, - typename S_slice, - typename S_var, +template<typename S_var, typename S_forany, - typename S_tag, typename Insert_Policy> ACE_INLINE -S_slice * -TAO::Ret_Fixed_Array_Argument_T<S,S_slice,S_var,S_forany,S_tag,Insert_Policy>::excp (void) +typename S_forany::_slice_type * +TAO::Ret_Fixed_Array_Argument_T<S_var,S_forany,Insert_Policy>::excp (void) { return this->x_.ptr (); } -template<typename S, - typename S_slice, - typename S_var, +template<typename S_var, typename S_forany, - typename S_tag, typename Insert_Policy> ACE_INLINE -S_slice * -TAO::Ret_Fixed_Array_Argument_T<S,S_slice,S_var,S_forany,S_tag,Insert_Policy>::retn (void) +typename S_forany::_slice_type * +TAO::Ret_Fixed_Array_Argument_T<S_var,S_forany,Insert_Policy>::retn (void) { return this->x_._retn (); } diff --git a/TAO/tao/Fixed_Size_Argument_T.cpp b/TAO/tao/Fixed_Size_Argument_T.cpp index 871c13f7341..99b3814f51f 100644 --- a/TAO/tao/Fixed_Size_Argument_T.cpp +++ b/TAO/tao/Fixed_Size_Argument_T.cpp @@ -11,8 +11,7 @@ TAO_BEGIN_VERSIONED_NAMESPACE_DECL -template<typename S, - typename Insert_Policy> +template<typename S, typename Insert_Policy> CORBA::Boolean TAO::In_Fixed_Size_Argument_T<S,Insert_Policy>::marshal (TAO_OutputCDR &cdr) { @@ -21,8 +20,7 @@ TAO::In_Fixed_Size_Argument_T<S,Insert_Policy>::marshal (TAO_OutputCDR &cdr) #if TAO_HAS_INTERCEPTORS == 1 -template<typename S, - typename Insert_Policy> +template<typename S, typename Insert_Policy> void TAO::In_Fixed_Size_Argument_T<S,Insert_Policy>::interceptor_value (CORBA::Any *any) const { @@ -33,16 +31,14 @@ TAO::In_Fixed_Size_Argument_T<S,Insert_Policy>::interceptor_value (CORBA::Any *a // =========================================================== -template<typename S, - typename Insert_Policy> +template<typename S, typename Insert_Policy> CORBA::Boolean TAO::Inout_Fixed_Size_Argument_T<S,Insert_Policy>::marshal (TAO_OutputCDR &cdr) { return cdr << *this->x_; } -template<typename S, - typename Insert_Policy> +template<typename S, typename Insert_Policy> CORBA::Boolean TAO::Inout_Fixed_Size_Argument_T<S,Insert_Policy>::demarshal (TAO_InputCDR & cdr) { @@ -51,8 +47,7 @@ TAO::Inout_Fixed_Size_Argument_T<S,Insert_Policy>::demarshal (TAO_InputCDR & cdr #if TAO_HAS_INTERCEPTORS == 1 -template<typename S, - typename Insert_Policy> +template<typename S, typename Insert_Policy> void TAO::Inout_Fixed_Size_Argument_T<S,Insert_Policy>::interceptor_value (CORBA::Any *any) const { @@ -63,8 +58,7 @@ TAO::Inout_Fixed_Size_Argument_T<S,Insert_Policy>::interceptor_value (CORBA::Any // ============================================================== -template<typename S, - typename Insert_Policy> +template<typename S, typename Insert_Policy> CORBA::Boolean TAO::Out_Fixed_Size_Argument_T<S,Insert_Policy>::demarshal (TAO_InputCDR & cdr) { @@ -73,8 +67,7 @@ TAO::Out_Fixed_Size_Argument_T<S,Insert_Policy>::demarshal (TAO_InputCDR & cdr) #if TAO_HAS_INTERCEPTORS == 1 -template<typename S, - typename Insert_Policy> +template<typename S, typename Insert_Policy> void TAO::Out_Fixed_Size_Argument_T<S,Insert_Policy>::interceptor_value (CORBA::Any *any) const { @@ -85,8 +78,7 @@ TAO::Out_Fixed_Size_Argument_T<S,Insert_Policy>::interceptor_value (CORBA::Any * // ============================================================ -template<typename S, - typename Insert_Policy> +template<typename S, typename Insert_Policy> CORBA::Boolean TAO::Ret_Fixed_Size_Argument_T<S,Insert_Policy>::demarshal (TAO_InputCDR & cdr) { @@ -95,8 +87,7 @@ TAO::Ret_Fixed_Size_Argument_T<S,Insert_Policy>::demarshal (TAO_InputCDR & cdr) #if TAO_HAS_INTERCEPTORS == 1 -template<typename S, - typename Insert_Policy> +template<typename S, typename Insert_Policy> void TAO::Ret_Fixed_Size_Argument_T<S,Insert_Policy>:: interceptor_value (CORBA::Any *any) const diff --git a/TAO/tao/Fixed_Size_Argument_T.h b/TAO/tao/Fixed_Size_Argument_T.h index a767b2e2f37..46b8efa12d9 100644 --- a/TAO/tao/Fixed_Size_Argument_T.h +++ b/TAO/tao/Fixed_Size_Argument_T.h @@ -31,8 +31,7 @@ namespace TAO * @brief Template class for IN stub argument of fixed size IDL types. * */ - template<typename S, - typename Insert_Policy> + template<typename S, typename Insert_Policy> class In_Fixed_Size_Argument_T : public InArgument, private Insert_Policy { public: @@ -54,8 +53,7 @@ namespace TAO * @brief Template class for INOUT stub argument of fixed size IDL types. * */ - template<typename S, - typename Insert_Policy> + template<typename S, typename Insert_Policy> class Inout_Fixed_Size_Argument_T : public InoutArgument, private Insert_Policy { public: @@ -78,8 +76,7 @@ namespace TAO * @brief Template class for OUT stub argument of fixed size IDL types. * */ - template<typename S, - typename Insert_Policy> + template<typename S, typename Insert_Policy> class Out_Fixed_Size_Argument_T : public OutArgument, private Insert_Policy { public: @@ -102,8 +99,7 @@ namespace TAO * @brief Template class for return stub value of fixed size IDL types. * */ - template<typename S, - typename Insert_Policy> + template<typename S, typename Insert_Policy> class Ret_Fixed_Size_Argument_T : public RetArgument, private Insert_Policy { public: @@ -114,7 +110,6 @@ namespace TAO virtual void interceptor_value (CORBA::Any *any) const; #endif /* TAO_HAS_INTERCEPTORS == 1 */ S & arg (void); - S excp (void); S retn (void); @@ -123,21 +118,12 @@ namespace TAO }; /** - * @struct Fixed_Size_Tag - * - * @brief Struct for fixed size IDL type arguments id tag. - * - */ - struct TAO_Export Fixed_Size_Tag {}; - - /** * @struct Fixed_Size_Arg_Traits_T * * @brief Template class for argument traits of fixed size IDL types. * */ - template<typename T, - typename Insert_Policy> + template<typename T, typename Insert_Policy> struct Fixed_Size_Arg_Traits_T { typedef T ret_type; @@ -149,8 +135,6 @@ namespace TAO typedef Inout_Fixed_Size_Argument_T<T,Insert_Policy> inout_arg_val; typedef Out_Fixed_Size_Argument_T<T,Insert_Policy> out_arg_val; typedef Ret_Fixed_Size_Argument_T<T,Insert_Policy> ret_val; - - typedef Fixed_Size_Tag idl_tag; }; } diff --git a/TAO/tao/Fixed_Size_Argument_T.inl b/TAO/tao/Fixed_Size_Argument_T.inl index bc747f119dc..c80be4ca834 100644 --- a/TAO/tao/Fixed_Size_Argument_T.inl +++ b/TAO/tao/Fixed_Size_Argument_T.inl @@ -4,16 +4,14 @@ TAO_BEGIN_VERSIONED_NAMESPACE_DECL -template<typename S, - typename Insert_Policy> +template<typename S, typename Insert_Policy> ACE_INLINE TAO::In_Fixed_Size_Argument_T<S,Insert_Policy>:: In_Fixed_Size_Argument_T (S const & x) : x_ (&x) {} -template<typename S, - typename Insert_Policy> +template<typename S, typename Insert_Policy> ACE_INLINE const S & TAO::In_Fixed_Size_Argument_T<S,Insert_Policy>::arg (void) const @@ -23,16 +21,14 @@ TAO::In_Fixed_Size_Argument_T<S,Insert_Policy>::arg (void) const // ========================================================================== -template<typename S, - typename Insert_Policy> +template<typename S, typename Insert_Policy> ACE_INLINE TAO::Inout_Fixed_Size_Argument_T<S,Insert_Policy>:: Inout_Fixed_Size_Argument_T (S & x) : x_ (&x) {} -template<typename S, - typename Insert_Policy> +template<typename S, typename Insert_Policy> ACE_INLINE S & TAO::Inout_Fixed_Size_Argument_T<S,Insert_Policy>::arg (void) @@ -42,8 +38,7 @@ TAO::Inout_Fixed_Size_Argument_T<S,Insert_Policy>::arg (void) // ========================================================================== -template<typename S, - typename Insert_Policy> +template<typename S, typename Insert_Policy> ACE_INLINE TAO::Out_Fixed_Size_Argument_T<S,Insert_Policy>:: Out_Fixed_Size_Argument_T (S & x) @@ -51,8 +46,7 @@ Out_Fixed_Size_Argument_T (S & x) { } -template<typename S, - typename Insert_Policy> +template<typename S, typename Insert_Policy> ACE_INLINE S & TAO::Out_Fixed_Size_Argument_T<S,Insert_Policy>::arg (void) @@ -62,16 +56,14 @@ TAO::Out_Fixed_Size_Argument_T<S,Insert_Policy>::arg (void) // ========================================================================== -template<typename S, - typename Insert_Policy> +template<typename S, typename Insert_Policy> ACE_INLINE TAO::Ret_Fixed_Size_Argument_T<S,Insert_Policy>:: Ret_Fixed_Size_Argument_T (void) { } -template<typename S, - typename Insert_Policy> +template<typename S, typename Insert_Policy> ACE_INLINE S & TAO::Ret_Fixed_Size_Argument_T<S,Insert_Policy>::arg (void) @@ -79,8 +71,7 @@ TAO::Ret_Fixed_Size_Argument_T<S,Insert_Policy>::arg (void) return this->x_; } -template<typename S, - typename Insert_Policy> +template<typename S, typename Insert_Policy> ACE_INLINE S TAO::Ret_Fixed_Size_Argument_T<S,Insert_Policy>::excp (void) @@ -88,8 +79,7 @@ TAO::Ret_Fixed_Size_Argument_T<S,Insert_Policy>::excp (void) return this->x_; } -template<typename S, - typename Insert_Policy> +template<typename S, typename Insert_Policy> ACE_INLINE S TAO::Ret_Fixed_Size_Argument_T<S,Insert_Policy>::retn (void) diff --git a/TAO/tao/FloatSeqC.h b/TAO/tao/FloatSeqC.h index 08a31f04fa0..48ee1d9bc16 100644 --- a/TAO/tao/FloatSeqC.h +++ b/TAO/tao/FloatSeqC.h @@ -101,6 +101,7 @@ namespace CORBA static void _tao_any_destructor (void *); typedef FloatSeq_var _var_type; + typedef FloatSeq_out _out_type; }; #endif /* end #if !defined */ diff --git a/TAO/tao/IFR_Client/IFR_BaseC.cpp b/TAO/tao/IFR_Client/IFR_BaseC.cpp index cc95c71fa12..074d3d33b6d 100644 --- a/TAO/tao/IFR_Client/IFR_BaseC.cpp +++ b/TAO/tao/IFR_Client/IFR_BaseC.cpp @@ -26,15 +26,10 @@ // http://www.cs.wustl.edu/~schmidt/TAO.html // TAO_IDL - Generated from -// be\be_codegen.cpp:293 +// .\be\be_codegen.cpp:282 -#include "tao/IFR_Client/IFR_BaseC.h" -#include "tao/CDR.h" -#include "tao/AnyTypeCode/orb_typesA.h" -#include "tao/AnyTypeCode/Typecode_typesA.h" -#include "tao/Invocation_Adapter.h" -#include "tao/Object_T.h" +#include "IFR_BaseC.h" #include "tao/AnyTypeCode/Null_RefCount_Policy.h" #include "tao/AnyTypeCode/TypeCode_Constants.h" #include "tao/AnyTypeCode/Alias_TypeCode_Static.h" @@ -44,6 +39,11 @@ #include "tao/AnyTypeCode/String_TypeCode_Static.h" #include "tao/AnyTypeCode/Struct_TypeCode_Static.h" #include "tao/AnyTypeCode/TypeCode_Struct_Field.h" +#include "tao/CDR.h" +#include "tao/Exception_Data.h" +#include "tao/Invocation_Adapter.h" +#include "tao/Object_T.h" +#include "tao/AnyTypeCode/Any.h" #include "tao/AnyTypeCode/Any_Impl_T.h" #include "tao/AnyTypeCode/Any_Dual_Impl_T.h" #include "tao/AnyTypeCode/Any_Basic_Impl_T.h" @@ -55,29 +55,34 @@ #include "tao/AnyTypeCode/Any_Arg_Traits.h" #include "ace/OS_NS_string.h" -#if defined (__BORLANDC__) -#pragma option -w-rvl -w-rch -w-ccc -w-aus -w-sig -#endif /* __BORLANDC__ */ - #if !defined (__ACE_INLINE__) -#include "tao/IFR_Client/IFR_BaseC.inl" +#include "IFR_BaseC.inl" #endif /* !defined INLINE */ +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + // TAO_IDL - Generated from -// be\be_visitor_arg_traits.cpp:70 +// .\be\be_visitor_arg_traits.cpp:72 + + +TAO_END_VERSIONED_NAMESPACE_DECL + TAO_BEGIN_VERSIONED_NAMESPACE_DECL + // Arg traits specializations. namespace TAO { - + // TAO_IDL - Generated from - // be\be_visitor_arg_traits.cpp:786 + // .\be\be_visitor_arg_traits.cpp:801 #if !defined (_CORBA_DEFINITIONKIND__ARG_TRAITS_) #define _CORBA_DEFINITIONKIND__ARG_TRAITS_ - + template<> class Arg_Traits<CORBA::DefinitionKind> : public @@ -89,13 +94,13 @@ namespace TAO }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_arg_traits.cpp:118 + // .\be\be_visitor_arg_traits.cpp:125 #if !defined (_CORBA_CONTAINED__ARG_TRAITS_) #define _CORBA_CONTAINED__ARG_TRAITS_ - + template<> class Arg_Traits<CORBA::Contained> : public @@ -110,33 +115,31 @@ namespace TAO }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_arg_traits.cpp:828 + // .\be\be_visitor_arg_traits.cpp:843 #if !defined (_CORBA_CONTAINED_DESCRIPTION__ARG_TRAITS_) #define _CORBA_CONTAINED_DESCRIPTION__ARG_TRAITS_ - + template<> class Arg_Traits<CORBA::Contained::Description> : public Var_Size_Arg_Traits_T< CORBA::Contained::Description, - CORBA::Contained::Description_var, - CORBA::Contained::Description_out, TAO::Any_Insert_Policy_Stream <CORBA::Contained::Description> > { }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_arg_traits.cpp:118 + // .\be\be_visitor_arg_traits.cpp:125 #if !defined (_CORBA_REPOSITORY__ARG_TRAITS_) #define _CORBA_REPOSITORY__ARG_TRAITS_ - + template<> class Arg_Traits<CORBA::Repository> : public @@ -151,13 +154,13 @@ namespace TAO }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_arg_traits.cpp:118 + // .\be\be_visitor_arg_traits.cpp:125 #if !defined (_CORBA_CONTAINER__ARG_TRAITS_) #define _CORBA_CONTAINER__ARG_TRAITS_ - + template<> class Arg_Traits<CORBA::Container> : public @@ -172,33 +175,31 @@ namespace TAO }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_arg_traits.cpp:543 + // .\be\be_visitor_arg_traits.cpp:593 #if !defined (_CORBA_CONTAINER_DESCRIPTIONSEQ__ARG_TRAITS_) #define _CORBA_CONTAINER_DESCRIPTIONSEQ__ARG_TRAITS_ - + template<> class Arg_Traits<CORBA::Container::DescriptionSeq> : public Var_Size_Arg_Traits_T< CORBA::Container::DescriptionSeq, - CORBA::Container::DescriptionSeq_var, - CORBA::Container::DescriptionSeq_out, TAO::Any_Insert_Policy_Stream <CORBA::Container::DescriptionSeq> > { }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_arg_traits.cpp:118 + // .\be\be_visitor_arg_traits.cpp:125 #if !defined (_CORBA_MODULEDEF__ARG_TRAITS_) #define _CORBA_MODULEDEF__ARG_TRAITS_ - + template<> class Arg_Traits<CORBA::ModuleDef> : public @@ -213,13 +214,13 @@ namespace TAO }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_arg_traits.cpp:118 + // .\be\be_visitor_arg_traits.cpp:125 #if !defined (_CORBA_CONSTANTDEF__ARG_TRAITS_) #define _CORBA_CONSTANTDEF__ARG_TRAITS_ - + template<> class Arg_Traits<CORBA::ConstantDef> : public @@ -234,13 +235,13 @@ namespace TAO }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_arg_traits.cpp:118 + // .\be\be_visitor_arg_traits.cpp:125 #if !defined (_CORBA_IDLTYPE__ARG_TRAITS_) #define _CORBA_IDLTYPE__ARG_TRAITS_ - + template<> class Arg_Traits<CORBA::IDLType> : public @@ -255,13 +256,13 @@ namespace TAO }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_arg_traits.cpp:118 + // .\be\be_visitor_arg_traits.cpp:125 #if !defined (_CORBA_STRUCTDEF__ARG_TRAITS_) #define _CORBA_STRUCTDEF__ARG_TRAITS_ - + template<> class Arg_Traits<CORBA::StructDef> : public @@ -276,13 +277,13 @@ namespace TAO }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_arg_traits.cpp:118 + // .\be\be_visitor_arg_traits.cpp:125 #if !defined (_CORBA_UNIONDEF__ARG_TRAITS_) #define _CORBA_UNIONDEF__ARG_TRAITS_ - + template<> class Arg_Traits<CORBA::UnionDef> : public @@ -297,13 +298,13 @@ namespace TAO }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_arg_traits.cpp:118 + // .\be\be_visitor_arg_traits.cpp:125 #if !defined (_CORBA_ENUMDEF__ARG_TRAITS_) #define _CORBA_ENUMDEF__ARG_TRAITS_ - + template<> class Arg_Traits<CORBA::EnumDef> : public @@ -318,13 +319,13 @@ namespace TAO }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_arg_traits.cpp:118 + // .\be\be_visitor_arg_traits.cpp:125 #if !defined (_CORBA_ALIASDEF__ARG_TRAITS_) #define _CORBA_ALIASDEF__ARG_TRAITS_ - + template<> class Arg_Traits<CORBA::AliasDef> : public @@ -339,13 +340,13 @@ namespace TAO }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_arg_traits.cpp:118 + // .\be\be_visitor_arg_traits.cpp:125 #if !defined (_CORBA_INTERFACEDEF__ARG_TRAITS_) #define _CORBA_INTERFACEDEF__ARG_TRAITS_ - + template<> class Arg_Traits<CORBA::InterfaceDef> : public @@ -360,33 +361,31 @@ namespace TAO }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_arg_traits.cpp:543 + // .\be\be_visitor_arg_traits.cpp:593 #if !defined (_CORBA_INTERFACEDEFSEQ__ARG_TRAITS_) #define _CORBA_INTERFACEDEFSEQ__ARG_TRAITS_ - + template<> class Arg_Traits<CORBA::InterfaceDefSeq> : public Var_Size_Arg_Traits_T< CORBA::InterfaceDefSeq, - CORBA::InterfaceDefSeq_var, - CORBA::InterfaceDefSeq_out, TAO::Any_Insert_Policy_Stream <CORBA::InterfaceDefSeq> > { }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_arg_traits.cpp:118 + // .\be\be_visitor_arg_traits.cpp:125 #if !defined (_CORBA_EXCEPTIONDEF__ARG_TRAITS_) #define _CORBA_EXCEPTIONDEF__ARG_TRAITS_ - + template<> class Arg_Traits<CORBA::ExceptionDef> : public @@ -401,13 +400,13 @@ namespace TAO }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_arg_traits.cpp:118 + // .\be\be_visitor_arg_traits.cpp:125 #if !defined (_CORBA_NATIVEDEF__ARG_TRAITS_) #define _CORBA_NATIVEDEF__ARG_TRAITS_ - + template<> class Arg_Traits<CORBA::NativeDef> : public @@ -422,13 +421,13 @@ namespace TAO }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_arg_traits.cpp:118 + // .\be\be_visitor_arg_traits.cpp:125 #if !defined (_CORBA_VALUEDEF__ARG_TRAITS_) #define _CORBA_VALUEDEF__ARG_TRAITS_ - + template<> class Arg_Traits<CORBA::ValueDef> : public @@ -443,33 +442,31 @@ namespace TAO }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_arg_traits.cpp:543 + // .\be\be_visitor_arg_traits.cpp:593 #if !defined (_CORBA_VALUEDEFSEQ__ARG_TRAITS_) #define _CORBA_VALUEDEFSEQ__ARG_TRAITS_ - + template<> class Arg_Traits<CORBA::ValueDefSeq> : public Var_Size_Arg_Traits_T< CORBA::ValueDefSeq, - CORBA::ValueDefSeq_var, - CORBA::ValueDefSeq_out, TAO::Any_Insert_Policy_Stream <CORBA::ValueDefSeq> > { }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_arg_traits.cpp:118 + // .\be\be_visitor_arg_traits.cpp:125 #if !defined (_CORBA_VALUEBOXDEF__ARG_TRAITS_) #define _CORBA_VALUEBOXDEF__ARG_TRAITS_ - + template<> class Arg_Traits<CORBA::ValueBoxDef> : public @@ -484,13 +481,13 @@ namespace TAO }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_arg_traits.cpp:118 + // .\be\be_visitor_arg_traits.cpp:125 #if !defined (_CORBA_ABSTRACTINTERFACEDEF__ARG_TRAITS_) #define _CORBA_ABSTRACTINTERFACEDEF__ARG_TRAITS_ - + template<> class Arg_Traits<CORBA::AbstractInterfaceDef> : public @@ -505,33 +502,31 @@ namespace TAO }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_arg_traits.cpp:543 + // .\be\be_visitor_arg_traits.cpp:593 #if !defined (_CORBA_ABSTRACTINTERFACEDEFSEQ__ARG_TRAITS_) #define _CORBA_ABSTRACTINTERFACEDEFSEQ__ARG_TRAITS_ - + template<> class Arg_Traits<CORBA::AbstractInterfaceDefSeq> : public Var_Size_Arg_Traits_T< CORBA::AbstractInterfaceDefSeq, - CORBA::AbstractInterfaceDefSeq_var, - CORBA::AbstractInterfaceDefSeq_out, TAO::Any_Insert_Policy_Stream <CORBA::AbstractInterfaceDefSeq> > { }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_arg_traits.cpp:118 + // .\be\be_visitor_arg_traits.cpp:125 #if !defined (_CORBA_LOCALINTERFACEDEF__ARG_TRAITS_) #define _CORBA_LOCALINTERFACEDEF__ARG_TRAITS_ - + template<> class Arg_Traits<CORBA::LocalInterfaceDef> : public @@ -546,13 +541,13 @@ namespace TAO }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_arg_traits.cpp:118 + // .\be\be_visitor_arg_traits.cpp:125 #if !defined (_CORBA_EXTVALUEDEF__ARG_TRAITS_) #define _CORBA_EXTVALUEDEF__ARG_TRAITS_ - + template<> class Arg_Traits<CORBA::ExtValueDef> : public @@ -567,120 +562,108 @@ namespace TAO }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_arg_traits.cpp:543 + // .\be\be_visitor_arg_traits.cpp:593 #if !defined (_CORBA_CONTAINEDSEQ__ARG_TRAITS_) #define _CORBA_CONTAINEDSEQ__ARG_TRAITS_ - + template<> class Arg_Traits<CORBA::ContainedSeq> : public Var_Size_Arg_Traits_T< CORBA::ContainedSeq, - CORBA::ContainedSeq_var, - CORBA::ContainedSeq_out, TAO::Any_Insert_Policy_Stream <CORBA::ContainedSeq> > { }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_arg_traits.cpp:543 + // .\be\be_visitor_arg_traits.cpp:593 #if !defined (_CORBA_STRUCTMEMBERSEQ__ARG_TRAITS_) #define _CORBA_STRUCTMEMBERSEQ__ARG_TRAITS_ - + template<> class Arg_Traits<CORBA::StructMemberSeq> : public Var_Size_Arg_Traits_T< CORBA::StructMemberSeq, - CORBA::StructMemberSeq_var, - CORBA::StructMemberSeq_out, TAO::Any_Insert_Policy_Stream <CORBA::StructMemberSeq> > { }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_arg_traits.cpp:543 + // .\be\be_visitor_arg_traits.cpp:593 #if !defined (_CORBA_INITIALIZERSEQ__ARG_TRAITS_) #define _CORBA_INITIALIZERSEQ__ARG_TRAITS_ - + template<> class Arg_Traits<CORBA::InitializerSeq> : public Var_Size_Arg_Traits_T< CORBA::InitializerSeq, - CORBA::InitializerSeq_var, - CORBA::InitializerSeq_out, TAO::Any_Insert_Policy_Stream <CORBA::InitializerSeq> > { }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_arg_traits.cpp:543 + // .\be\be_visitor_arg_traits.cpp:593 #if !defined (_CORBA_EXTINITIALIZERSEQ__ARG_TRAITS_) #define _CORBA_EXTINITIALIZERSEQ__ARG_TRAITS_ - + template<> class Arg_Traits<CORBA::ExtInitializerSeq> : public Var_Size_Arg_Traits_T< CORBA::ExtInitializerSeq, - CORBA::ExtInitializerSeq_var, - CORBA::ExtInitializerSeq_out, TAO::Any_Insert_Policy_Stream <CORBA::ExtInitializerSeq> > { }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_arg_traits.cpp:543 + // .\be\be_visitor_arg_traits.cpp:593 #if !defined (_CORBA_UNIONMEMBERSEQ__ARG_TRAITS_) #define _CORBA_UNIONMEMBERSEQ__ARG_TRAITS_ - + template<> class Arg_Traits<CORBA::UnionMemberSeq> : public Var_Size_Arg_Traits_T< CORBA::UnionMemberSeq, - CORBA::UnionMemberSeq_var, - CORBA::UnionMemberSeq_out, TAO::Any_Insert_Policy_Stream <CORBA::UnionMemberSeq> > { }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_arg_traits.cpp:543 + // .\be\be_visitor_arg_traits.cpp:593 #if !defined (_CORBA_ENUMMEMBERSEQ__ARG_TRAITS_) #define _CORBA_ENUMMEMBERSEQ__ARG_TRAITS_ - + template<> class Arg_Traits<CORBA::EnumMemberSeq> : public Var_Size_Arg_Traits_T< CORBA::EnumMemberSeq, - CORBA::EnumMemberSeq_var, - CORBA::EnumMemberSeq_out, TAO::Any_Insert_Policy_Stream <CORBA::EnumMemberSeq> > { @@ -689,19 +672,26 @@ namespace TAO #endif /* end #if !defined */ } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + // TAO_IDL - Generated from -// be\be_visitor_typecode/alias_typecode.cpp:50 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/alias_typecode.cpp:50 static TAO::TypeCode::Alias<char const *, - CORBA::TypeCode_ptr const *, + ::CORBA::TypeCode_ptr const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_ScopedName ( - CORBA::tk_alias, + ::CORBA::tk_alias, "IDL:omg.org/CORBA/ScopedName:1.0", "ScopedName", &CORBA::_tc_string); - + namespace CORBA { ::CORBA::TypeCode_ptr const _tc_ScopedName = @@ -711,7 +701,7 @@ namespace CORBA // TAO_IDL - Generated from -// be\be_visitor_typecode/enum_typecode.cpp:34 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/enum_typecode.cpp:34 static char const * const _tao_enumerators_CORBA_DefinitionKind[] = { @@ -751,7 +741,7 @@ static char const * const _tao_enumerators_CORBA_DefinitionKind[] = "dk_Provides", "dk_Uses", "dk_Event" - + }; static TAO::TypeCode::Enum<char const *, @@ -762,7 +752,7 @@ static TAO::TypeCode::Enum<char const *, "DefinitionKind", _tao_enumerators_CORBA_DefinitionKind, 36); - + namespace CORBA { ::CORBA::TypeCode_ptr const _tc_DefinitionKind = @@ -772,7 +762,7 @@ namespace CORBA // TAO_IDL - Generated from -// be\be_visitor_interface/interface_cs.cpp:60 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_cs.cpp:60 // Traits specializations for CORBA::IRObject. @@ -798,48 +788,48 @@ TAO::Objref_Traits<CORBA::IRObject>::nil (void) return CORBA::IRObject::_nil (); } -CORBA::Boolean +::CORBA::Boolean TAO::Objref_Traits<CORBA::IRObject>::marshal ( - CORBA::IRObject_ptr p, + const CORBA::IRObject_ptr p, TAO_OutputCDR & cdr ) { - return CORBA::Object::marshal (p, cdr); + return ::CORBA::Object::marshal (p, cdr); } // Function pointer for collocation factory initialization. -TAO::Collocation_Proxy_Broker * +TAO::Collocation_Proxy_Broker * (*CORBA__TAO_IRObject_Proxy_Broker_Factory_function_pointer) ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ) = 0; // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 ::CORBA::DefinitionKind CORBA::IRObject::def_kind ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_IRObject_Proxy_Broker_ == 0) { CORBA_IRObject_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::DefinitionKind>::ret_val _tao_retval; - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -848,40 +838,40 @@ TAO::Collocation_Proxy_Broker * 13, this->the_TAO_IRObject_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 void CORBA::IRObject::destroy ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_IRObject_Proxy_Broker_ == 0) { CORBA_IRObject_setup_collocation (); } - + TAO::Arg_Traits< void>::ret_val _tao_retval; - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -890,7 +880,7 @@ void CORBA::IRObject::destroy ( 7, this->the_TAO_IRObject_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK; } @@ -914,7 +904,7 @@ CORBA::IRObject::CORBA_IRObject_setup_collocation () CORBA::IRObject::~IRObject (void) {} -void +void CORBA::IRObject::_tao_any_destructor (void *_tao_void_pointer) { IRObject *_tao_tmp_pointer = @@ -924,7 +914,7 @@ CORBA::IRObject::_tao_any_destructor (void *_tao_void_pointer) CORBA::IRObject_ptr CORBA::IRObject::_narrow ( - CORBA::Object_ptr _tao_objref + ::CORBA::Object_ptr _tao_objref ACE_ENV_ARG_DECL ) { @@ -939,7 +929,7 @@ CORBA::IRObject::_narrow ( CORBA::IRObject_ptr CORBA::IRObject::_unchecked_narrow ( - CORBA::Object_ptr _tao_objref + ::CORBA::Object_ptr _tao_objref ACE_ENV_ARG_DECL ) { @@ -959,7 +949,7 @@ CORBA::IRObject::_duplicate (IRObject_ptr obj) { obj->_add_ref (); } - + return obj; } @@ -969,7 +959,7 @@ CORBA::IRObject::_tao_release (IRObject_ptr obj) ::CORBA::release (obj); } -CORBA::Boolean +::CORBA::Boolean CORBA::IRObject::_is_a ( const char *value ACE_ENV_ARG_DECL @@ -1002,22 +992,22 @@ const char* CORBA::IRObject::_interface_repository_id (void) const return "IDL:omg.org/CORBA/IRObject:1.0"; } -CORBA::Boolean +::CORBA::Boolean CORBA::IRObject::marshal (TAO_OutputCDR &cdr) { return (cdr << this); } // TAO_IDL - Generated from -// be\be_visitor_typecode/objref_typecode.cpp:76 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/objref_typecode.cpp:76 static TAO::TypeCode::Objref<char const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_IRObject ( - CORBA::tk_objref, + ::CORBA::tk_objref, "IDL:omg.org/CORBA/IRObject:1.0", "IRObject"); - + namespace CORBA { ::CORBA::TypeCode_ptr const _tc_IRObject = @@ -1027,17 +1017,17 @@ namespace CORBA // TAO_IDL - Generated from -// be\be_visitor_typecode/alias_typecode.cpp:50 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/alias_typecode.cpp:50 static TAO::TypeCode::Alias<char const *, - CORBA::TypeCode_ptr const *, + ::CORBA::TypeCode_ptr const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_VersionSpec ( - CORBA::tk_alias, + ::CORBA::tk_alias, "IDL:omg.org/CORBA/VersionSpec:1.0", "VersionSpec", &CORBA::_tc_string); - + namespace CORBA { ::CORBA::TypeCode_ptr const _tc_VersionSpec = @@ -1047,7 +1037,7 @@ namespace CORBA // TAO_IDL - Generated from -// be\be_visitor_interface/interface_cs.cpp:60 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_cs.cpp:60 // Traits specializations for CORBA::Contained. @@ -1073,48 +1063,48 @@ TAO::Objref_Traits<CORBA::Contained>::nil (void) return CORBA::Contained::_nil (); } -CORBA::Boolean +::CORBA::Boolean TAO::Objref_Traits<CORBA::Contained>::marshal ( - CORBA::Contained_ptr p, + const CORBA::Contained_ptr p, TAO_OutputCDR & cdr ) { - return CORBA::Object::marshal (p, cdr); + return ::CORBA::Object::marshal (p, cdr); } // Function pointer for collocation factory initialization. -TAO::Collocation_Proxy_Broker * +TAO::Collocation_Proxy_Broker * (*CORBA__TAO_Contained_Proxy_Broker_Factory_function_pointer) ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ) = 0; // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 char * CORBA::Contained::id ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_Contained_Proxy_Broker_ == 0) { CORBA_Contained_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::RepositoryId>::ret_val _tao_retval; - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -1123,43 +1113,43 @@ char * CORBA::Contained::id ( 7, this->the_TAO_Contained_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 void CORBA::Contained::id ( const char * id ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_Contained_Proxy_Broker_ == 0) { CORBA_Contained_setup_collocation (); } - + TAO::Arg_Traits< void>::ret_val _tao_retval; TAO::Arg_Traits< ::CORBA::RepositoryId>::in_arg_val _tao_id (id); - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval, &_tao_id }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -1168,38 +1158,38 @@ void CORBA::Contained::id ( 7, this->the_TAO_Contained_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK; } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 char * CORBA::Contained::name ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_Contained_Proxy_Broker_ == 0) { CORBA_Contained_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::Identifier>::ret_val _tao_retval; - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -1208,43 +1198,43 @@ char * CORBA::Contained::name ( 9, this->the_TAO_Contained_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 void CORBA::Contained::name ( const char * name ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_Contained_Proxy_Broker_ == 0) { CORBA_Contained_setup_collocation (); } - + TAO::Arg_Traits< void>::ret_val _tao_retval; TAO::Arg_Traits< ::CORBA::Identifier>::in_arg_val _tao_name (name); - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval, &_tao_name }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -1253,38 +1243,38 @@ void CORBA::Contained::name ( 9, this->the_TAO_Contained_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK; } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 char * CORBA::Contained::version ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_Contained_Proxy_Broker_ == 0) { CORBA_Contained_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::VersionSpec>::ret_val _tao_retval; - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -1293,43 +1283,43 @@ char * CORBA::Contained::version ( 12, this->the_TAO_Contained_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 void CORBA::Contained::version ( const char * version ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_Contained_Proxy_Broker_ == 0) { CORBA_Contained_setup_collocation (); } - + TAO::Arg_Traits< void>::ret_val _tao_retval; TAO::Arg_Traits< ::CORBA::VersionSpec>::in_arg_val _tao_version (version); - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval, &_tao_version }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -1338,38 +1328,38 @@ void CORBA::Contained::version ( 12, this->the_TAO_Contained_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK; } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 ::CORBA::Container_ptr CORBA::Contained::defined_in ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_Contained_Proxy_Broker_ == 0) { CORBA_Contained_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::Container>::ret_val _tao_retval; - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -1378,40 +1368,40 @@ void CORBA::Contained::version ( 15, this->the_TAO_Contained_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 char * CORBA::Contained::absolute_name ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_Contained_Proxy_Broker_ == 0) { CORBA_Contained_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::ScopedName>::ret_val _tao_retval; - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -1420,40 +1410,40 @@ char * CORBA::Contained::absolute_name ( 18, this->the_TAO_Contained_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 ::CORBA::Repository_ptr CORBA::Contained::containing_repository ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_Contained_Proxy_Broker_ == 0) { CORBA_Contained_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::Repository>::ret_val _tao_retval; - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -1462,40 +1452,40 @@ char * CORBA::Contained::absolute_name ( 26, this->the_TAO_Contained_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_typecode/struct_typecode.cpp:87 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/struct_typecode.cpp:89 -static TAO::TypeCode::Struct_Field<char const *, CORBA::TypeCode_ptr const *> const _tao_fields_CORBA_Contained_Description[] = +static TAO::TypeCode::Struct_Field<char const *, ::CORBA::TypeCode_ptr const *> const _tao_fields_CORBA_Contained_Description[] = { { "kind", &CORBA::_tc_DefinitionKind }, { "value", &CORBA::_tc_any } - + }; static TAO::TypeCode::Struct<char const *, - CORBA::TypeCode_ptr const *, - TAO::TypeCode::Struct_Field<char const *, CORBA::TypeCode_ptr const *> const *, + ::CORBA::TypeCode_ptr const *, + TAO::TypeCode::Struct_Field<char const *, ::CORBA::TypeCode_ptr const *> const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_Contained_Description ( - CORBA::tk_struct, + ::CORBA::tk_struct, "IDL:omg.org/CORBA/Contained/Description:1.0", "Description", _tao_fields_CORBA_Contained_Description, 2); - + ::CORBA::TypeCode_ptr const CORBA::Contained::_tc_Description = &_tao_tc_CORBA_Contained_Description; -// TAO_IDL - Generated from -// be\be_visitor_structure/structure_cs.cpp:66 +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/structure_cs.cpp:66 -void +void CORBA::Contained::Description::_tao_any_destructor ( void *_tao_void_pointer ) @@ -1506,32 +1496,32 @@ CORBA::Contained::Description::_tao_any_destructor ( } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 ::CORBA::Contained::Description * CORBA::Contained::describe ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_Contained_Proxy_Broker_ == 0) { CORBA_Contained_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::Contained::Description>::ret_val _tao_retval; - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -1540,15 +1530,15 @@ CORBA::Contained::Description::_tao_any_destructor ( 8, this->the_TAO_Contained_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 void CORBA::Contained::move ( ::CORBA::Container_ptr new_container, @@ -1557,24 +1547,24 @@ void CORBA::Contained::move ( ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_Contained_Proxy_Broker_ == 0) { CORBA_Contained_setup_collocation (); } - + TAO::Arg_Traits< void>::ret_val _tao_retval; TAO::Arg_Traits< ::CORBA::Container>::in_arg_val _tao_new_container (new_container); TAO::Arg_Traits< ::CORBA::Identifier>::in_arg_val _tao_new_name (new_name); TAO::Arg_Traits< ::CORBA::VersionSpec>::in_arg_val _tao_new_version (new_version); - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval, @@ -1582,7 +1572,7 @@ void CORBA::Contained::move ( &_tao_new_name, &_tao_new_version }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -1591,7 +1581,7 @@ void CORBA::Contained::move ( 4, this->the_TAO_Contained_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK; } @@ -1610,14 +1600,14 @@ CORBA::Contained::CORBA_Contained_setup_collocation () this->the_TAO_Contained_Proxy_Broker_ = ::CORBA__TAO_Contained_Proxy_Broker_Factory_function_pointer (this); } - + this->CORBA_IRObject_setup_collocation (); } CORBA::Contained::~Contained (void) {} -void +void CORBA::Contained::_tao_any_destructor (void *_tao_void_pointer) { Contained *_tao_tmp_pointer = @@ -1627,7 +1617,7 @@ CORBA::Contained::_tao_any_destructor (void *_tao_void_pointer) CORBA::Contained_ptr CORBA::Contained::_narrow ( - CORBA::Object_ptr _tao_objref + ::CORBA::Object_ptr _tao_objref ACE_ENV_ARG_DECL ) { @@ -1642,7 +1632,7 @@ CORBA::Contained::_narrow ( CORBA::Contained_ptr CORBA::Contained::_unchecked_narrow ( - CORBA::Object_ptr _tao_objref + ::CORBA::Object_ptr _tao_objref ACE_ENV_ARG_DECL ) { @@ -1662,7 +1652,7 @@ CORBA::Contained::_duplicate (Contained_ptr obj) { obj->_add_ref (); } - + return obj; } @@ -1672,7 +1662,7 @@ CORBA::Contained::_tao_release (Contained_ptr obj) ::CORBA::release (obj); } -CORBA::Boolean +::CORBA::Boolean CORBA::Contained::_is_a ( const char *value ACE_ENV_ARG_DECL @@ -1709,22 +1699,22 @@ const char* CORBA::Contained::_interface_repository_id (void) const return "IDL:omg.org/CORBA/Contained:1.0"; } -CORBA::Boolean +::CORBA::Boolean CORBA::Contained::marshal (TAO_OutputCDR &cdr) { return (cdr << this); } // TAO_IDL - Generated from -// be\be_visitor_typecode/objref_typecode.cpp:76 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/objref_typecode.cpp:76 static TAO::TypeCode::Objref<char const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_Contained ( - CORBA::tk_objref, + ::CORBA::tk_objref, "IDL:omg.org/CORBA/Contained:1.0", "Contained"); - + namespace CORBA { ::CORBA::TypeCode_ptr const _tc_Contained = @@ -1733,8 +1723,8 @@ namespace CORBA -// TAO_IDL - Generated from -// be\be_visitor_sequence/sequence_cs.cpp:65 +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/sequence_cs.cpp:65 #if !defined (_CORBA_INTERFACEDEFSEQ_CS_) #define _CORBA_INTERFACEDEFSEQ_CS_ @@ -1743,7 +1733,7 @@ CORBA::InterfaceDefSeq::InterfaceDefSeq (void) {} CORBA::InterfaceDefSeq::InterfaceDefSeq ( - CORBA::ULong max + ::CORBA::ULong max ) : TAO::unbounded_object_reference_sequence< InterfaceDef, @@ -1753,10 +1743,10 @@ CORBA::InterfaceDefSeq::InterfaceDefSeq ( {} CORBA::InterfaceDefSeq::InterfaceDefSeq ( - CORBA::ULong max, - CORBA::ULong length, + ::CORBA::ULong max, + ::CORBA::ULong length, CORBA::InterfaceDef_ptr * buffer, - CORBA::Boolean release + ::CORBA::Boolean release ) : TAO::unbounded_object_reference_sequence< InterfaceDef, @@ -1790,12 +1780,12 @@ void CORBA::InterfaceDefSeq::_tao_any_destructor ( #endif /* end #if !defined */ // TAO_IDL - Generated from -// be\be_visitor_typecode/alias_typecode.cpp:50 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/alias_typecode.cpp:50 // TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_defn.cpp:942 namespace CORBA { @@ -1805,6 +1795,13 @@ namespace CORBA #ifndef _TAO_TYPECODE_CORBA_InterfaceDefSeq_GUARD #define _TAO_TYPECODE_CORBA_InterfaceDefSeq_GUARD + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + namespace TAO { namespace TypeCode @@ -1812,28 +1809,35 @@ namespace TAO TAO::TypeCode::Sequence< ::CORBA::TypeCode_ptr const *, TAO::Null_RefCount_Policy> CORBA_InterfaceDefSeq_0 ( - CORBA::tk_sequence, + ::CORBA::tk_sequence, &CORBA::_tc_InterfaceDef, 0U); - + ::CORBA::TypeCode_ptr const tc_CORBA_InterfaceDefSeq_0 = &CORBA_InterfaceDefSeq_0; - + } } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + #endif /* _TAO_TYPECODE_CORBA_InterfaceDefSeq_GUARD */ static TAO::TypeCode::Alias<char const *, - CORBA::TypeCode_ptr const *, + ::CORBA::TypeCode_ptr const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_InterfaceDefSeq ( - CORBA::tk_alias, + ::CORBA::tk_alias, "IDL:omg.org/CORBA/InterfaceDefSeq:1.0", "InterfaceDefSeq", &TAO::TypeCode::tc_CORBA_InterfaceDefSeq_0); - + namespace CORBA { ::CORBA::TypeCode_ptr const _tc_InterfaceDefSeq = @@ -1842,8 +1846,8 @@ namespace CORBA -// TAO_IDL - Generated from -// be\be_visitor_sequence/sequence_cs.cpp:65 +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/sequence_cs.cpp:65 #if !defined (_CORBA_VALUEDEFSEQ_CS_) #define _CORBA_VALUEDEFSEQ_CS_ @@ -1852,7 +1856,7 @@ CORBA::ValueDefSeq::ValueDefSeq (void) {} CORBA::ValueDefSeq::ValueDefSeq ( - CORBA::ULong max + ::CORBA::ULong max ) : TAO::unbounded_object_reference_sequence< ValueDef, @@ -1862,10 +1866,10 @@ CORBA::ValueDefSeq::ValueDefSeq ( {} CORBA::ValueDefSeq::ValueDefSeq ( - CORBA::ULong max, - CORBA::ULong length, + ::CORBA::ULong max, + ::CORBA::ULong length, CORBA::ValueDef_ptr * buffer, - CORBA::Boolean release + ::CORBA::Boolean release ) : TAO::unbounded_object_reference_sequence< ValueDef, @@ -1899,12 +1903,12 @@ void CORBA::ValueDefSeq::_tao_any_destructor ( #endif /* end #if !defined */ // TAO_IDL - Generated from -// be\be_visitor_typecode/alias_typecode.cpp:50 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/alias_typecode.cpp:50 // TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_defn.cpp:942 namespace CORBA { @@ -1914,6 +1918,13 @@ namespace CORBA #ifndef _TAO_TYPECODE_CORBA_ValueDefSeq_GUARD #define _TAO_TYPECODE_CORBA_ValueDefSeq_GUARD + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + namespace TAO { namespace TypeCode @@ -1921,28 +1932,35 @@ namespace TAO TAO::TypeCode::Sequence< ::CORBA::TypeCode_ptr const *, TAO::Null_RefCount_Policy> CORBA_ValueDefSeq_0 ( - CORBA::tk_sequence, + ::CORBA::tk_sequence, &CORBA::_tc_ValueDef, 0U); - + ::CORBA::TypeCode_ptr const tc_CORBA_ValueDefSeq_0 = &CORBA_ValueDefSeq_0; - + } } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + #endif /* _TAO_TYPECODE_CORBA_ValueDefSeq_GUARD */ static TAO::TypeCode::Alias<char const *, - CORBA::TypeCode_ptr const *, + ::CORBA::TypeCode_ptr const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_ValueDefSeq ( - CORBA::tk_alias, + ::CORBA::tk_alias, "IDL:omg.org/CORBA/ValueDefSeq:1.0", "ValueDefSeq", &TAO::TypeCode::tc_CORBA_ValueDefSeq_0); - + namespace CORBA { ::CORBA::TypeCode_ptr const _tc_ValueDefSeq = @@ -1951,8 +1969,8 @@ namespace CORBA -// TAO_IDL - Generated from -// be\be_visitor_sequence/sequence_cs.cpp:65 +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/sequence_cs.cpp:65 #if !defined (_CORBA_ABSTRACTINTERFACEDEFSEQ_CS_) #define _CORBA_ABSTRACTINTERFACEDEFSEQ_CS_ @@ -1961,7 +1979,7 @@ CORBA::AbstractInterfaceDefSeq::AbstractInterfaceDefSeq (void) {} CORBA::AbstractInterfaceDefSeq::AbstractInterfaceDefSeq ( - CORBA::ULong max + ::CORBA::ULong max ) : TAO::unbounded_object_reference_sequence< AbstractInterfaceDef, @@ -1971,10 +1989,10 @@ CORBA::AbstractInterfaceDefSeq::AbstractInterfaceDefSeq ( {} CORBA::AbstractInterfaceDefSeq::AbstractInterfaceDefSeq ( - CORBA::ULong max, - CORBA::ULong length, + ::CORBA::ULong max, + ::CORBA::ULong length, CORBA::AbstractInterfaceDef_ptr * buffer, - CORBA::Boolean release + ::CORBA::Boolean release ) : TAO::unbounded_object_reference_sequence< AbstractInterfaceDef, @@ -2008,12 +2026,12 @@ void CORBA::AbstractInterfaceDefSeq::_tao_any_destructor ( #endif /* end #if !defined */ // TAO_IDL - Generated from -// be\be_visitor_typecode/alias_typecode.cpp:50 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/alias_typecode.cpp:50 // TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_defn.cpp:942 namespace CORBA { @@ -2023,6 +2041,13 @@ namespace CORBA #ifndef _TAO_TYPECODE_CORBA_AbstractInterfaceDefSeq_GUARD #define _TAO_TYPECODE_CORBA_AbstractInterfaceDefSeq_GUARD + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + namespace TAO { namespace TypeCode @@ -2030,28 +2055,35 @@ namespace TAO TAO::TypeCode::Sequence< ::CORBA::TypeCode_ptr const *, TAO::Null_RefCount_Policy> CORBA_AbstractInterfaceDefSeq_0 ( - CORBA::tk_sequence, + ::CORBA::tk_sequence, &CORBA::_tc_AbstractInterfaceDef, 0U); - + ::CORBA::TypeCode_ptr const tc_CORBA_AbstractInterfaceDefSeq_0 = &CORBA_AbstractInterfaceDefSeq_0; - + } } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + #endif /* _TAO_TYPECODE_CORBA_AbstractInterfaceDefSeq_GUARD */ static TAO::TypeCode::Alias<char const *, - CORBA::TypeCode_ptr const *, + ::CORBA::TypeCode_ptr const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_AbstractInterfaceDefSeq ( - CORBA::tk_alias, + ::CORBA::tk_alias, "IDL:omg.org/CORBA/AbstractInterfaceDefSeq:1.0", "AbstractInterfaceDefSeq", &TAO::TypeCode::tc_CORBA_AbstractInterfaceDefSeq_0); - + namespace CORBA { ::CORBA::TypeCode_ptr const _tc_AbstractInterfaceDefSeq = @@ -2060,8 +2092,8 @@ namespace CORBA -// TAO_IDL - Generated from -// be\be_visitor_sequence/sequence_cs.cpp:65 +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/sequence_cs.cpp:65 #if !defined (_CORBA_LOCALINTERFACEDEFSEQ_CS_) #define _CORBA_LOCALINTERFACEDEFSEQ_CS_ @@ -2070,7 +2102,7 @@ CORBA::LocalInterfaceDefSeq::LocalInterfaceDefSeq (void) {} CORBA::LocalInterfaceDefSeq::LocalInterfaceDefSeq ( - CORBA::ULong max + ::CORBA::ULong max ) : TAO::unbounded_object_reference_sequence< LocalInterfaceDef, @@ -2080,10 +2112,10 @@ CORBA::LocalInterfaceDefSeq::LocalInterfaceDefSeq ( {} CORBA::LocalInterfaceDefSeq::LocalInterfaceDefSeq ( - CORBA::ULong max, - CORBA::ULong length, + ::CORBA::ULong max, + ::CORBA::ULong length, CORBA::LocalInterfaceDef_ptr * buffer, - CORBA::Boolean release + ::CORBA::Boolean release ) : TAO::unbounded_object_reference_sequence< LocalInterfaceDef, @@ -2117,12 +2149,12 @@ void CORBA::LocalInterfaceDefSeq::_tao_any_destructor ( #endif /* end #if !defined */ // TAO_IDL - Generated from -// be\be_visitor_typecode/alias_typecode.cpp:50 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/alias_typecode.cpp:50 // TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_defn.cpp:942 namespace CORBA { @@ -2132,6 +2164,13 @@ namespace CORBA #ifndef _TAO_TYPECODE_CORBA_LocalInterfaceDefSeq_GUARD #define _TAO_TYPECODE_CORBA_LocalInterfaceDefSeq_GUARD + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + namespace TAO { namespace TypeCode @@ -2139,28 +2178,35 @@ namespace TAO TAO::TypeCode::Sequence< ::CORBA::TypeCode_ptr const *, TAO::Null_RefCount_Policy> CORBA_LocalInterfaceDefSeq_0 ( - CORBA::tk_sequence, + ::CORBA::tk_sequence, &CORBA::_tc_LocalInterfaceDef, 0U); - + ::CORBA::TypeCode_ptr const tc_CORBA_LocalInterfaceDefSeq_0 = &CORBA_LocalInterfaceDefSeq_0; - + } } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + #endif /* _TAO_TYPECODE_CORBA_LocalInterfaceDefSeq_GUARD */ static TAO::TypeCode::Alias<char const *, - CORBA::TypeCode_ptr const *, + ::CORBA::TypeCode_ptr const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_LocalInterfaceDefSeq ( - CORBA::tk_alias, + ::CORBA::tk_alias, "IDL:omg.org/CORBA/LocalInterfaceDefSeq:1.0", "LocalInterfaceDefSeq", &TAO::TypeCode::tc_CORBA_LocalInterfaceDefSeq_0); - + namespace CORBA { ::CORBA::TypeCode_ptr const _tc_LocalInterfaceDefSeq = @@ -2169,8 +2215,8 @@ namespace CORBA -// TAO_IDL - Generated from -// be\be_visitor_sequence/sequence_cs.cpp:65 +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/sequence_cs.cpp:65 #if !defined (_CORBA_EXTINTERFACEDEFSEQ_CS_) #define _CORBA_EXTINTERFACEDEFSEQ_CS_ @@ -2179,7 +2225,7 @@ CORBA::ExtInterfaceDefSeq::ExtInterfaceDefSeq (void) {} CORBA::ExtInterfaceDefSeq::ExtInterfaceDefSeq ( - CORBA::ULong max + ::CORBA::ULong max ) : TAO::unbounded_object_reference_sequence< ExtInterfaceDef, @@ -2189,10 +2235,10 @@ CORBA::ExtInterfaceDefSeq::ExtInterfaceDefSeq ( {} CORBA::ExtInterfaceDefSeq::ExtInterfaceDefSeq ( - CORBA::ULong max, - CORBA::ULong length, + ::CORBA::ULong max, + ::CORBA::ULong length, CORBA::ExtInterfaceDef_ptr * buffer, - CORBA::Boolean release + ::CORBA::Boolean release ) : TAO::unbounded_object_reference_sequence< ExtInterfaceDef, @@ -2226,12 +2272,12 @@ void CORBA::ExtInterfaceDefSeq::_tao_any_destructor ( #endif /* end #if !defined */ // TAO_IDL - Generated from -// be\be_visitor_typecode/alias_typecode.cpp:50 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/alias_typecode.cpp:50 // TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_defn.cpp:942 namespace CORBA { @@ -2241,6 +2287,13 @@ namespace CORBA #ifndef _TAO_TYPECODE_CORBA_ExtInterfaceDefSeq_GUARD #define _TAO_TYPECODE_CORBA_ExtInterfaceDefSeq_GUARD + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + namespace TAO { namespace TypeCode @@ -2248,28 +2301,35 @@ namespace TAO TAO::TypeCode::Sequence< ::CORBA::TypeCode_ptr const *, TAO::Null_RefCount_Policy> CORBA_ExtInterfaceDefSeq_0 ( - CORBA::tk_sequence, + ::CORBA::tk_sequence, &CORBA::_tc_ExtInterfaceDef, 0U); - + ::CORBA::TypeCode_ptr const tc_CORBA_ExtInterfaceDefSeq_0 = &CORBA_ExtInterfaceDefSeq_0; - + } } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + #endif /* _TAO_TYPECODE_CORBA_ExtInterfaceDefSeq_GUARD */ static TAO::TypeCode::Alias<char const *, - CORBA::TypeCode_ptr const *, + ::CORBA::TypeCode_ptr const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_ExtInterfaceDefSeq ( - CORBA::tk_alias, + ::CORBA::tk_alias, "IDL:omg.org/CORBA/ExtInterfaceDefSeq:1.0", "ExtInterfaceDefSeq", &TAO::TypeCode::tc_CORBA_ExtInterfaceDefSeq_0); - + namespace CORBA { ::CORBA::TypeCode_ptr const _tc_ExtInterfaceDefSeq = @@ -2278,8 +2338,8 @@ namespace CORBA -// TAO_IDL - Generated from -// be\be_visitor_sequence/sequence_cs.cpp:65 +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/sequence_cs.cpp:65 #if !defined (_CORBA_EXTVALUEDEFSEQ_CS_) #define _CORBA_EXTVALUEDEFSEQ_CS_ @@ -2288,7 +2348,7 @@ CORBA::ExtValueDefSeq::ExtValueDefSeq (void) {} CORBA::ExtValueDefSeq::ExtValueDefSeq ( - CORBA::ULong max + ::CORBA::ULong max ) : TAO::unbounded_object_reference_sequence< ExtValueDef, @@ -2298,10 +2358,10 @@ CORBA::ExtValueDefSeq::ExtValueDefSeq ( {} CORBA::ExtValueDefSeq::ExtValueDefSeq ( - CORBA::ULong max, - CORBA::ULong length, + ::CORBA::ULong max, + ::CORBA::ULong length, CORBA::ExtValueDef_ptr * buffer, - CORBA::Boolean release + ::CORBA::Boolean release ) : TAO::unbounded_object_reference_sequence< ExtValueDef, @@ -2335,12 +2395,12 @@ void CORBA::ExtValueDefSeq::_tao_any_destructor ( #endif /* end #if !defined */ // TAO_IDL - Generated from -// be\be_visitor_typecode/alias_typecode.cpp:50 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/alias_typecode.cpp:50 // TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_defn.cpp:942 namespace CORBA { @@ -2350,6 +2410,13 @@ namespace CORBA #ifndef _TAO_TYPECODE_CORBA_ExtValueDefSeq_GUARD #define _TAO_TYPECODE_CORBA_ExtValueDefSeq_GUARD + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + namespace TAO { namespace TypeCode @@ -2357,28 +2424,35 @@ namespace TAO TAO::TypeCode::Sequence< ::CORBA::TypeCode_ptr const *, TAO::Null_RefCount_Policy> CORBA_ExtValueDefSeq_0 ( - CORBA::tk_sequence, + ::CORBA::tk_sequence, &CORBA::_tc_ExtValueDef, 0U); - + ::CORBA::TypeCode_ptr const tc_CORBA_ExtValueDefSeq_0 = &CORBA_ExtValueDefSeq_0; - + } } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + #endif /* _TAO_TYPECODE_CORBA_ExtValueDefSeq_GUARD */ static TAO::TypeCode::Alias<char const *, - CORBA::TypeCode_ptr const *, + ::CORBA::TypeCode_ptr const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_ExtValueDefSeq ( - CORBA::tk_alias, + ::CORBA::tk_alias, "IDL:omg.org/CORBA/ExtValueDefSeq:1.0", "ExtValueDefSeq", &TAO::TypeCode::tc_CORBA_ExtValueDefSeq_0); - + namespace CORBA { ::CORBA::TypeCode_ptr const _tc_ExtValueDefSeq = @@ -2387,8 +2461,8 @@ namespace CORBA -// TAO_IDL - Generated from -// be\be_visitor_sequence/sequence_cs.cpp:65 +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/sequence_cs.cpp:65 #if !defined (_CORBA_EXTABSTRACTINTERFACEDEFSEQ_CS_) #define _CORBA_EXTABSTRACTINTERFACEDEFSEQ_CS_ @@ -2397,7 +2471,7 @@ CORBA::ExtAbstractInterfaceDefSeq::ExtAbstractInterfaceDefSeq (void) {} CORBA::ExtAbstractInterfaceDefSeq::ExtAbstractInterfaceDefSeq ( - CORBA::ULong max + ::CORBA::ULong max ) : TAO::unbounded_object_reference_sequence< ExtAbstractInterfaceDef, @@ -2407,10 +2481,10 @@ CORBA::ExtAbstractInterfaceDefSeq::ExtAbstractInterfaceDefSeq ( {} CORBA::ExtAbstractInterfaceDefSeq::ExtAbstractInterfaceDefSeq ( - CORBA::ULong max, - CORBA::ULong length, + ::CORBA::ULong max, + ::CORBA::ULong length, CORBA::ExtAbstractInterfaceDef_ptr * buffer, - CORBA::Boolean release + ::CORBA::Boolean release ) : TAO::unbounded_object_reference_sequence< ExtAbstractInterfaceDef, @@ -2444,12 +2518,12 @@ void CORBA::ExtAbstractInterfaceDefSeq::_tao_any_destructor ( #endif /* end #if !defined */ // TAO_IDL - Generated from -// be\be_visitor_typecode/alias_typecode.cpp:50 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/alias_typecode.cpp:50 // TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_defn.cpp:942 namespace CORBA { @@ -2459,6 +2533,13 @@ namespace CORBA #ifndef _TAO_TYPECODE_CORBA_ExtAbstractInterfaceDefSeq_GUARD #define _TAO_TYPECODE_CORBA_ExtAbstractInterfaceDefSeq_GUARD + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + namespace TAO { namespace TypeCode @@ -2466,28 +2547,35 @@ namespace TAO TAO::TypeCode::Sequence< ::CORBA::TypeCode_ptr const *, TAO::Null_RefCount_Policy> CORBA_ExtAbstractInterfaceDefSeq_0 ( - CORBA::tk_sequence, + ::CORBA::tk_sequence, &CORBA::_tc_ExtAbstractInterfaceDef, 0U); - + ::CORBA::TypeCode_ptr const tc_CORBA_ExtAbstractInterfaceDefSeq_0 = &CORBA_ExtAbstractInterfaceDefSeq_0; - + } } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + #endif /* _TAO_TYPECODE_CORBA_ExtAbstractInterfaceDefSeq_GUARD */ static TAO::TypeCode::Alias<char const *, - CORBA::TypeCode_ptr const *, + ::CORBA::TypeCode_ptr const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_ExtAbstractInterfaceDefSeq ( - CORBA::tk_alias, + ::CORBA::tk_alias, "IDL:omg.org/CORBA/ExtAbstractInterfaceDefSeq:1.0", "ExtAbstractInterfaceDefSeq", &TAO::TypeCode::tc_CORBA_ExtAbstractInterfaceDefSeq_0); - + namespace CORBA { ::CORBA::TypeCode_ptr const _tc_ExtAbstractInterfaceDefSeq = @@ -2496,8 +2584,8 @@ namespace CORBA -// TAO_IDL - Generated from -// be\be_visitor_sequence/sequence_cs.cpp:65 +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/sequence_cs.cpp:65 #if !defined (_CORBA_EXTLOCALINTERFACEDEFSEQ_CS_) #define _CORBA_EXTLOCALINTERFACEDEFSEQ_CS_ @@ -2506,7 +2594,7 @@ CORBA::ExtLocalInterfaceDefSeq::ExtLocalInterfaceDefSeq (void) {} CORBA::ExtLocalInterfaceDefSeq::ExtLocalInterfaceDefSeq ( - CORBA::ULong max + ::CORBA::ULong max ) : TAO::unbounded_object_reference_sequence< ExtLocalInterfaceDef, @@ -2516,10 +2604,10 @@ CORBA::ExtLocalInterfaceDefSeq::ExtLocalInterfaceDefSeq ( {} CORBA::ExtLocalInterfaceDefSeq::ExtLocalInterfaceDefSeq ( - CORBA::ULong max, - CORBA::ULong length, + ::CORBA::ULong max, + ::CORBA::ULong length, CORBA::ExtLocalInterfaceDef_ptr * buffer, - CORBA::Boolean release + ::CORBA::Boolean release ) : TAO::unbounded_object_reference_sequence< ExtLocalInterfaceDef, @@ -2553,12 +2641,12 @@ void CORBA::ExtLocalInterfaceDefSeq::_tao_any_destructor ( #endif /* end #if !defined */ // TAO_IDL - Generated from -// be\be_visitor_typecode/alias_typecode.cpp:50 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/alias_typecode.cpp:50 // TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_defn.cpp:942 namespace CORBA { @@ -2568,6 +2656,13 @@ namespace CORBA #ifndef _TAO_TYPECODE_CORBA_ExtLocalInterfaceDefSeq_GUARD #define _TAO_TYPECODE_CORBA_ExtLocalInterfaceDefSeq_GUARD + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + namespace TAO { namespace TypeCode @@ -2575,28 +2670,35 @@ namespace TAO TAO::TypeCode::Sequence< ::CORBA::TypeCode_ptr const *, TAO::Null_RefCount_Policy> CORBA_ExtLocalInterfaceDefSeq_0 ( - CORBA::tk_sequence, + ::CORBA::tk_sequence, &CORBA::_tc_ExtLocalInterfaceDef, 0U); - + ::CORBA::TypeCode_ptr const tc_CORBA_ExtLocalInterfaceDefSeq_0 = &CORBA_ExtLocalInterfaceDefSeq_0; - + } } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + #endif /* _TAO_TYPECODE_CORBA_ExtLocalInterfaceDefSeq_GUARD */ static TAO::TypeCode::Alias<char const *, - CORBA::TypeCode_ptr const *, + ::CORBA::TypeCode_ptr const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_ExtLocalInterfaceDefSeq ( - CORBA::tk_alias, + ::CORBA::tk_alias, "IDL:omg.org/CORBA/ExtLocalInterfaceDefSeq:1.0", "ExtLocalInterfaceDefSeq", &TAO::TypeCode::tc_CORBA_ExtLocalInterfaceDefSeq_0); - + namespace CORBA { ::CORBA::TypeCode_ptr const _tc_ExtLocalInterfaceDefSeq = @@ -2605,8 +2707,8 @@ namespace CORBA -// TAO_IDL - Generated from -// be\be_visitor_sequence/sequence_cs.cpp:65 +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/sequence_cs.cpp:65 #if !defined (_CORBA_CONTAINEDSEQ_CS_) #define _CORBA_CONTAINEDSEQ_CS_ @@ -2615,7 +2717,7 @@ CORBA::ContainedSeq::ContainedSeq (void) {} CORBA::ContainedSeq::ContainedSeq ( - CORBA::ULong max + ::CORBA::ULong max ) : TAO::unbounded_object_reference_sequence< Contained, @@ -2625,10 +2727,10 @@ CORBA::ContainedSeq::ContainedSeq ( {} CORBA::ContainedSeq::ContainedSeq ( - CORBA::ULong max, - CORBA::ULong length, + ::CORBA::ULong max, + ::CORBA::ULong length, CORBA::Contained_ptr * buffer, - CORBA::Boolean release + ::CORBA::Boolean release ) : TAO::unbounded_object_reference_sequence< Contained, @@ -2662,16 +2764,23 @@ void CORBA::ContainedSeq::_tao_any_destructor ( #endif /* end #if !defined */ // TAO_IDL - Generated from -// be\be_visitor_typecode/alias_typecode.cpp:50 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/alias_typecode.cpp:50 // TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_defn.cpp:942 #ifndef _TAO_TYPECODE_CORBA_ContainedSeq_GUARD #define _TAO_TYPECODE_CORBA_ContainedSeq_GUARD + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + namespace TAO { namespace TypeCode @@ -2679,28 +2788,35 @@ namespace TAO TAO::TypeCode::Sequence< ::CORBA::TypeCode_ptr const *, TAO::Null_RefCount_Policy> CORBA_ContainedSeq_0 ( - CORBA::tk_sequence, + ::CORBA::tk_sequence, &CORBA::_tc_Contained, 0U); - + ::CORBA::TypeCode_ptr const tc_CORBA_ContainedSeq_0 = &CORBA_ContainedSeq_0; - + } } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + #endif /* _TAO_TYPECODE_CORBA_ContainedSeq_GUARD */ static TAO::TypeCode::Alias<char const *, - CORBA::TypeCode_ptr const *, + ::CORBA::TypeCode_ptr const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_ContainedSeq ( - CORBA::tk_alias, + ::CORBA::tk_alias, "IDL:omg.org/CORBA/ContainedSeq:1.0", "ContainedSeq", &TAO::TypeCode::tc_CORBA_ContainedSeq_0); - + namespace CORBA { ::CORBA::TypeCode_ptr const _tc_ContainedSeq = @@ -2710,26 +2826,26 @@ namespace CORBA // TAO_IDL - Generated from -// be\be_visitor_typecode/struct_typecode.cpp:87 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/struct_typecode.cpp:89 -static TAO::TypeCode::Struct_Field<char const *, CORBA::TypeCode_ptr const *> const _tao_fields_CORBA_StructMember[] = +static TAO::TypeCode::Struct_Field<char const *, ::CORBA::TypeCode_ptr const *> const _tao_fields_CORBA_StructMember[] = { { "name", &CORBA::_tc_Identifier }, { "type", &CORBA::_tc_TypeCode }, { "type_def", &CORBA::_tc_IDLType } - + }; static TAO::TypeCode::Struct<char const *, - CORBA::TypeCode_ptr const *, - TAO::TypeCode::Struct_Field<char const *, CORBA::TypeCode_ptr const *> const *, + ::CORBA::TypeCode_ptr const *, + TAO::TypeCode::Struct_Field<char const *, ::CORBA::TypeCode_ptr const *> const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_StructMember ( - CORBA::tk_struct, + ::CORBA::tk_struct, "IDL:omg.org/CORBA/StructMember:1.0", "StructMember", _tao_fields_CORBA_StructMember, 3); - + namespace CORBA { ::CORBA::TypeCode_ptr const _tc_StructMember = @@ -2738,10 +2854,10 @@ namespace CORBA -// TAO_IDL - Generated from -// be\be_visitor_structure/structure_cs.cpp:66 +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/structure_cs.cpp:66 -void +void CORBA::StructMember::_tao_any_destructor ( void *_tao_void_pointer ) @@ -2751,8 +2867,8 @@ CORBA::StructMember::_tao_any_destructor ( delete _tao_tmp_pointer; } -// TAO_IDL - Generated from -// be\be_visitor_sequence/sequence_cs.cpp:65 +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/sequence_cs.cpp:65 #if !defined (_CORBA_STRUCTMEMBERSEQ_CS_) #define _CORBA_STRUCTMEMBERSEQ_CS_ @@ -2761,7 +2877,7 @@ CORBA::StructMemberSeq::StructMemberSeq (void) {} CORBA::StructMemberSeq::StructMemberSeq ( - CORBA::ULong max + ::CORBA::ULong max ) : TAO::unbounded_value_sequence< StructMember @@ -2770,10 +2886,10 @@ CORBA::StructMemberSeq::StructMemberSeq ( {} CORBA::StructMemberSeq::StructMemberSeq ( - CORBA::ULong max, - CORBA::ULong length, + ::CORBA::ULong max, + ::CORBA::ULong length, CORBA::StructMember * buffer, - CORBA::Boolean release + ::CORBA::Boolean release ) : TAO::unbounded_value_sequence< StructMember @@ -2805,16 +2921,23 @@ void CORBA::StructMemberSeq::_tao_any_destructor ( #endif /* end #if !defined */ // TAO_IDL - Generated from -// be\be_visitor_typecode/alias_typecode.cpp:50 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/alias_typecode.cpp:50 // TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_defn.cpp:942 #ifndef _TAO_TYPECODE_CORBA_StructMemberSeq_GUARD #define _TAO_TYPECODE_CORBA_StructMemberSeq_GUARD + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + namespace TAO { namespace TypeCode @@ -2822,28 +2945,35 @@ namespace TAO TAO::TypeCode::Sequence< ::CORBA::TypeCode_ptr const *, TAO::Null_RefCount_Policy> CORBA_StructMemberSeq_0 ( - CORBA::tk_sequence, + ::CORBA::tk_sequence, &CORBA::_tc_StructMember, 0U); - + ::CORBA::TypeCode_ptr const tc_CORBA_StructMemberSeq_0 = &CORBA_StructMemberSeq_0; - + } } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + #endif /* _TAO_TYPECODE_CORBA_StructMemberSeq_GUARD */ static TAO::TypeCode::Alias<char const *, - CORBA::TypeCode_ptr const *, + ::CORBA::TypeCode_ptr const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_StructMemberSeq ( - CORBA::tk_alias, + ::CORBA::tk_alias, "IDL:omg.org/CORBA/StructMemberSeq:1.0", "StructMemberSeq", &TAO::TypeCode::tc_CORBA_StructMemberSeq_0); - + namespace CORBA { ::CORBA::TypeCode_ptr const _tc_StructMemberSeq = @@ -2853,30 +2983,30 @@ namespace CORBA // TAO_IDL - Generated from -// be\be_visitor_typecode/struct_typecode.cpp:87 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/struct_typecode.cpp:89 // TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_defn.cpp:942 -static TAO::TypeCode::Struct_Field<char const *, CORBA::TypeCode_ptr const *> const _tao_fields_CORBA_Initializer[] = +static TAO::TypeCode::Struct_Field<char const *, ::CORBA::TypeCode_ptr const *> const _tao_fields_CORBA_Initializer[] = { { "members", &CORBA::_tc_StructMemberSeq }, { "name", &CORBA::_tc_Identifier } - + }; static TAO::TypeCode::Struct<char const *, - CORBA::TypeCode_ptr const *, - TAO::TypeCode::Struct_Field<char const *, CORBA::TypeCode_ptr const *> const *, + ::CORBA::TypeCode_ptr const *, + TAO::TypeCode::Struct_Field<char const *, ::CORBA::TypeCode_ptr const *> const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_Initializer ( - CORBA::tk_struct, + ::CORBA::tk_struct, "IDL:omg.org/CORBA/Initializer:1.0", "Initializer", _tao_fields_CORBA_Initializer, 2); - + namespace CORBA { ::CORBA::TypeCode_ptr const _tc_Initializer = @@ -2885,10 +3015,10 @@ namespace CORBA -// TAO_IDL - Generated from -// be\be_visitor_structure/structure_cs.cpp:66 +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/structure_cs.cpp:66 -void +void CORBA::Initializer::_tao_any_destructor ( void *_tao_void_pointer ) @@ -2898,8 +3028,8 @@ CORBA::Initializer::_tao_any_destructor ( delete _tao_tmp_pointer; } -// TAO_IDL - Generated from -// be\be_visitor_sequence/sequence_cs.cpp:65 +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/sequence_cs.cpp:65 #if !defined (_CORBA_INITIALIZERSEQ_CS_) #define _CORBA_INITIALIZERSEQ_CS_ @@ -2908,7 +3038,7 @@ CORBA::InitializerSeq::InitializerSeq (void) {} CORBA::InitializerSeq::InitializerSeq ( - CORBA::ULong max + ::CORBA::ULong max ) : TAO::unbounded_value_sequence< Initializer @@ -2917,10 +3047,10 @@ CORBA::InitializerSeq::InitializerSeq ( {} CORBA::InitializerSeq::InitializerSeq ( - CORBA::ULong max, - CORBA::ULong length, + ::CORBA::ULong max, + ::CORBA::ULong length, CORBA::Initializer * buffer, - CORBA::Boolean release + ::CORBA::Boolean release ) : TAO::unbounded_value_sequence< Initializer @@ -2952,16 +3082,23 @@ void CORBA::InitializerSeq::_tao_any_destructor ( #endif /* end #if !defined */ // TAO_IDL - Generated from -// be\be_visitor_typecode/alias_typecode.cpp:50 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/alias_typecode.cpp:50 // TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_defn.cpp:942 #ifndef _TAO_TYPECODE_CORBA_InitializerSeq_GUARD #define _TAO_TYPECODE_CORBA_InitializerSeq_GUARD + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + namespace TAO { namespace TypeCode @@ -2969,28 +3106,35 @@ namespace TAO TAO::TypeCode::Sequence< ::CORBA::TypeCode_ptr const *, TAO::Null_RefCount_Policy> CORBA_InitializerSeq_0 ( - CORBA::tk_sequence, + ::CORBA::tk_sequence, &CORBA::_tc_Initializer, 0U); - + ::CORBA::TypeCode_ptr const tc_CORBA_InitializerSeq_0 = &CORBA_InitializerSeq_0; - + } } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + #endif /* _TAO_TYPECODE_CORBA_InitializerSeq_GUARD */ static TAO::TypeCode::Alias<char const *, - CORBA::TypeCode_ptr const *, + ::CORBA::TypeCode_ptr const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_InitializerSeq ( - CORBA::tk_alias, + ::CORBA::tk_alias, "IDL:omg.org/CORBA/InitializerSeq:1.0", "InitializerSeq", &TAO::TypeCode::tc_CORBA_InitializerSeq_0); - + namespace CORBA { ::CORBA::TypeCode_ptr const _tc_InitializerSeq = @@ -3000,28 +3144,28 @@ namespace CORBA // TAO_IDL - Generated from -// be\be_visitor_typecode/struct_typecode.cpp:87 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/struct_typecode.cpp:89 -static TAO::TypeCode::Struct_Field<char const *, CORBA::TypeCode_ptr const *> const _tao_fields_CORBA_ExceptionDescription[] = +static TAO::TypeCode::Struct_Field<char const *, ::CORBA::TypeCode_ptr const *> const _tao_fields_CORBA_ExceptionDescription[] = { { "name", &CORBA::_tc_Identifier }, { "id", &CORBA::_tc_RepositoryId }, { "defined_in", &CORBA::_tc_RepositoryId }, { "version", &CORBA::_tc_VersionSpec }, { "type", &CORBA::_tc_TypeCode } - + }; static TAO::TypeCode::Struct<char const *, - CORBA::TypeCode_ptr const *, - TAO::TypeCode::Struct_Field<char const *, CORBA::TypeCode_ptr const *> const *, + ::CORBA::TypeCode_ptr const *, + TAO::TypeCode::Struct_Field<char const *, ::CORBA::TypeCode_ptr const *> const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_ExceptionDescription ( - CORBA::tk_struct, + ::CORBA::tk_struct, "IDL:omg.org/CORBA/ExceptionDescription:1.0", "ExceptionDescription", _tao_fields_CORBA_ExceptionDescription, 5); - + namespace CORBA { ::CORBA::TypeCode_ptr const _tc_ExceptionDescription = @@ -3030,10 +3174,10 @@ namespace CORBA -// TAO_IDL - Generated from -// be\be_visitor_structure/structure_cs.cpp:66 +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/structure_cs.cpp:66 -void +void CORBA::ExceptionDescription::_tao_any_destructor ( void *_tao_void_pointer ) @@ -3043,8 +3187,8 @@ CORBA::ExceptionDescription::_tao_any_destructor ( delete _tao_tmp_pointer; } -// TAO_IDL - Generated from -// be\be_visitor_sequence/sequence_cs.cpp:65 +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/sequence_cs.cpp:65 #if !defined (_CORBA_EXCDESCRIPTIONSEQ_CS_) #define _CORBA_EXCDESCRIPTIONSEQ_CS_ @@ -3053,7 +3197,7 @@ CORBA::ExcDescriptionSeq::ExcDescriptionSeq (void) {} CORBA::ExcDescriptionSeq::ExcDescriptionSeq ( - CORBA::ULong max + ::CORBA::ULong max ) : TAO::unbounded_value_sequence< ExceptionDescription @@ -3062,10 +3206,10 @@ CORBA::ExcDescriptionSeq::ExcDescriptionSeq ( {} CORBA::ExcDescriptionSeq::ExcDescriptionSeq ( - CORBA::ULong max, - CORBA::ULong length, + ::CORBA::ULong max, + ::CORBA::ULong length, CORBA::ExceptionDescription * buffer, - CORBA::Boolean release + ::CORBA::Boolean release ) : TAO::unbounded_value_sequence< ExceptionDescription @@ -3097,16 +3241,23 @@ void CORBA::ExcDescriptionSeq::_tao_any_destructor ( #endif /* end #if !defined */ // TAO_IDL - Generated from -// be\be_visitor_typecode/alias_typecode.cpp:50 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/alias_typecode.cpp:50 // TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_defn.cpp:942 #ifndef _TAO_TYPECODE_CORBA_ExcDescriptionSeq_GUARD #define _TAO_TYPECODE_CORBA_ExcDescriptionSeq_GUARD + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + namespace TAO { namespace TypeCode @@ -3114,28 +3265,35 @@ namespace TAO TAO::TypeCode::Sequence< ::CORBA::TypeCode_ptr const *, TAO::Null_RefCount_Policy> CORBA_ExcDescriptionSeq_0 ( - CORBA::tk_sequence, + ::CORBA::tk_sequence, &CORBA::_tc_ExceptionDescription, 0U); - + ::CORBA::TypeCode_ptr const tc_CORBA_ExcDescriptionSeq_0 = &CORBA_ExcDescriptionSeq_0; - + } } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + #endif /* _TAO_TYPECODE_CORBA_ExcDescriptionSeq_GUARD */ static TAO::TypeCode::Alias<char const *, - CORBA::TypeCode_ptr const *, + ::CORBA::TypeCode_ptr const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_ExcDescriptionSeq ( - CORBA::tk_alias, + ::CORBA::tk_alias, "IDL:omg.org/CORBA/ExcDescriptionSeq:1.0", "ExcDescriptionSeq", &TAO::TypeCode::tc_CORBA_ExcDescriptionSeq_0); - + namespace CORBA { ::CORBA::TypeCode_ptr const _tc_ExcDescriptionSeq = @@ -3145,36 +3303,36 @@ namespace CORBA // TAO_IDL - Generated from -// be\be_visitor_typecode/struct_typecode.cpp:87 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/struct_typecode.cpp:89 // TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_defn.cpp:942 // TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_defn.cpp:942 -static TAO::TypeCode::Struct_Field<char const *, CORBA::TypeCode_ptr const *> const _tao_fields_CORBA_ExtInitializer[] = +static TAO::TypeCode::Struct_Field<char const *, ::CORBA::TypeCode_ptr const *> const _tao_fields_CORBA_ExtInitializer[] = { { "members", &CORBA::_tc_StructMemberSeq }, { "exceptions", &CORBA::_tc_ExcDescriptionSeq }, { "name", &CORBA::_tc_Identifier } - + }; static TAO::TypeCode::Struct<char const *, - CORBA::TypeCode_ptr const *, - TAO::TypeCode::Struct_Field<char const *, CORBA::TypeCode_ptr const *> const *, + ::CORBA::TypeCode_ptr const *, + TAO::TypeCode::Struct_Field<char const *, ::CORBA::TypeCode_ptr const *> const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_ExtInitializer ( - CORBA::tk_struct, + ::CORBA::tk_struct, "IDL:omg.org/CORBA/ExtInitializer:1.0", "ExtInitializer", _tao_fields_CORBA_ExtInitializer, 3); - + namespace CORBA { ::CORBA::TypeCode_ptr const _tc_ExtInitializer = @@ -3183,10 +3341,10 @@ namespace CORBA -// TAO_IDL - Generated from -// be\be_visitor_structure/structure_cs.cpp:66 +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/structure_cs.cpp:66 -void +void CORBA::ExtInitializer::_tao_any_destructor ( void *_tao_void_pointer ) @@ -3196,8 +3354,8 @@ CORBA::ExtInitializer::_tao_any_destructor ( delete _tao_tmp_pointer; } -// TAO_IDL - Generated from -// be\be_visitor_sequence/sequence_cs.cpp:65 +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/sequence_cs.cpp:65 #if !defined (_CORBA_EXTINITIALIZERSEQ_CS_) #define _CORBA_EXTINITIALIZERSEQ_CS_ @@ -3206,7 +3364,7 @@ CORBA::ExtInitializerSeq::ExtInitializerSeq (void) {} CORBA::ExtInitializerSeq::ExtInitializerSeq ( - CORBA::ULong max + ::CORBA::ULong max ) : TAO::unbounded_value_sequence< ExtInitializer @@ -3215,10 +3373,10 @@ CORBA::ExtInitializerSeq::ExtInitializerSeq ( {} CORBA::ExtInitializerSeq::ExtInitializerSeq ( - CORBA::ULong max, - CORBA::ULong length, + ::CORBA::ULong max, + ::CORBA::ULong length, CORBA::ExtInitializer * buffer, - CORBA::Boolean release + ::CORBA::Boolean release ) : TAO::unbounded_value_sequence< ExtInitializer @@ -3250,16 +3408,23 @@ void CORBA::ExtInitializerSeq::_tao_any_destructor ( #endif /* end #if !defined */ // TAO_IDL - Generated from -// be\be_visitor_typecode/alias_typecode.cpp:50 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/alias_typecode.cpp:50 // TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_defn.cpp:942 #ifndef _TAO_TYPECODE_CORBA_ExtInitializerSeq_GUARD #define _TAO_TYPECODE_CORBA_ExtInitializerSeq_GUARD + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + namespace TAO { namespace TypeCode @@ -3267,28 +3432,35 @@ namespace TAO TAO::TypeCode::Sequence< ::CORBA::TypeCode_ptr const *, TAO::Null_RefCount_Policy> CORBA_ExtInitializerSeq_0 ( - CORBA::tk_sequence, + ::CORBA::tk_sequence, &CORBA::_tc_ExtInitializer, 0U); - + ::CORBA::TypeCode_ptr const tc_CORBA_ExtInitializerSeq_0 = &CORBA_ExtInitializerSeq_0; - + } } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + #endif /* _TAO_TYPECODE_CORBA_ExtInitializerSeq_GUARD */ static TAO::TypeCode::Alias<char const *, - CORBA::TypeCode_ptr const *, + ::CORBA::TypeCode_ptr const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_ExtInitializerSeq ( - CORBA::tk_alias, + ::CORBA::tk_alias, "IDL:omg.org/CORBA/ExtInitializerSeq:1.0", "ExtInitializerSeq", &TAO::TypeCode::tc_CORBA_ExtInitializerSeq_0); - + namespace CORBA { ::CORBA::TypeCode_ptr const _tc_ExtInitializerSeq = @@ -3298,27 +3470,27 @@ namespace CORBA // TAO_IDL - Generated from -// be\be_visitor_typecode/struct_typecode.cpp:87 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/struct_typecode.cpp:89 -static TAO::TypeCode::Struct_Field<char const *, CORBA::TypeCode_ptr const *> const _tao_fields_CORBA_UnionMember[] = +static TAO::TypeCode::Struct_Field<char const *, ::CORBA::TypeCode_ptr const *> const _tao_fields_CORBA_UnionMember[] = { { "name", &CORBA::_tc_Identifier }, { "label", &CORBA::_tc_any }, { "type", &CORBA::_tc_TypeCode }, { "type_def", &CORBA::_tc_IDLType } - + }; static TAO::TypeCode::Struct<char const *, - CORBA::TypeCode_ptr const *, - TAO::TypeCode::Struct_Field<char const *, CORBA::TypeCode_ptr const *> const *, + ::CORBA::TypeCode_ptr const *, + TAO::TypeCode::Struct_Field<char const *, ::CORBA::TypeCode_ptr const *> const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_UnionMember ( - CORBA::tk_struct, + ::CORBA::tk_struct, "IDL:omg.org/CORBA/UnionMember:1.0", "UnionMember", _tao_fields_CORBA_UnionMember, 4); - + namespace CORBA { ::CORBA::TypeCode_ptr const _tc_UnionMember = @@ -3327,10 +3499,10 @@ namespace CORBA -// TAO_IDL - Generated from -// be\be_visitor_structure/structure_cs.cpp:66 +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/structure_cs.cpp:66 -void +void CORBA::UnionMember::_tao_any_destructor ( void *_tao_void_pointer ) @@ -3340,8 +3512,8 @@ CORBA::UnionMember::_tao_any_destructor ( delete _tao_tmp_pointer; } -// TAO_IDL - Generated from -// be\be_visitor_sequence/sequence_cs.cpp:65 +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/sequence_cs.cpp:65 #if !defined (_CORBA_UNIONMEMBERSEQ_CS_) #define _CORBA_UNIONMEMBERSEQ_CS_ @@ -3350,7 +3522,7 @@ CORBA::UnionMemberSeq::UnionMemberSeq (void) {} CORBA::UnionMemberSeq::UnionMemberSeq ( - CORBA::ULong max + ::CORBA::ULong max ) : TAO::unbounded_value_sequence< UnionMember @@ -3359,10 +3531,10 @@ CORBA::UnionMemberSeq::UnionMemberSeq ( {} CORBA::UnionMemberSeq::UnionMemberSeq ( - CORBA::ULong max, - CORBA::ULong length, + ::CORBA::ULong max, + ::CORBA::ULong length, CORBA::UnionMember * buffer, - CORBA::Boolean release + ::CORBA::Boolean release ) : TAO::unbounded_value_sequence< UnionMember @@ -3394,16 +3566,23 @@ void CORBA::UnionMemberSeq::_tao_any_destructor ( #endif /* end #if !defined */ // TAO_IDL - Generated from -// be\be_visitor_typecode/alias_typecode.cpp:50 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/alias_typecode.cpp:50 // TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_defn.cpp:942 #ifndef _TAO_TYPECODE_CORBA_UnionMemberSeq_GUARD #define _TAO_TYPECODE_CORBA_UnionMemberSeq_GUARD + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + namespace TAO { namespace TypeCode @@ -3411,28 +3590,35 @@ namespace TAO TAO::TypeCode::Sequence< ::CORBA::TypeCode_ptr const *, TAO::Null_RefCount_Policy> CORBA_UnionMemberSeq_0 ( - CORBA::tk_sequence, + ::CORBA::tk_sequence, &CORBA::_tc_UnionMember, 0U); - + ::CORBA::TypeCode_ptr const tc_CORBA_UnionMemberSeq_0 = &CORBA_UnionMemberSeq_0; - + } } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + #endif /* _TAO_TYPECODE_CORBA_UnionMemberSeq_GUARD */ static TAO::TypeCode::Alias<char const *, - CORBA::TypeCode_ptr const *, + ::CORBA::TypeCode_ptr const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_UnionMemberSeq ( - CORBA::tk_alias, + ::CORBA::tk_alias, "IDL:omg.org/CORBA/UnionMemberSeq:1.0", "UnionMemberSeq", &TAO::TypeCode::tc_CORBA_UnionMemberSeq_0); - + namespace CORBA { ::CORBA::TypeCode_ptr const _tc_UnionMemberSeq = @@ -3441,8 +3627,8 @@ namespace CORBA -// TAO_IDL - Generated from -// be\be_visitor_sequence/sequence_cs.cpp:65 +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/sequence_cs.cpp:65 #if !defined (_CORBA_ENUMMEMBERSEQ_CS_) #define _CORBA_ENUMMEMBERSEQ_CS_ @@ -3451,17 +3637,17 @@ CORBA::EnumMemberSeq::EnumMemberSeq (void) {} CORBA::EnumMemberSeq::EnumMemberSeq ( - CORBA::ULong max + ::CORBA::ULong max ) : TAO::unbounded_string_sequence (max) {} CORBA::EnumMemberSeq::EnumMemberSeq ( - CORBA::ULong max, - CORBA::ULong length, + ::CORBA::ULong max, + ::CORBA::ULong length, char * * buffer, - CORBA::Boolean release + ::CORBA::Boolean release ) : TAO::unbounded_string_sequence (max, length, buffer, release) @@ -3489,16 +3675,23 @@ void CORBA::EnumMemberSeq::_tao_any_destructor ( #endif /* end #if !defined */ // TAO_IDL - Generated from -// be\be_visitor_typecode/alias_typecode.cpp:50 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/alias_typecode.cpp:50 // TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_defn.cpp:942 #ifndef _TAO_TYPECODE_CORBA_EnumMemberSeq_GUARD #define _TAO_TYPECODE_CORBA_EnumMemberSeq_GUARD + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + namespace TAO { namespace TypeCode @@ -3506,28 +3699,35 @@ namespace TAO TAO::TypeCode::Sequence< ::CORBA::TypeCode_ptr const *, TAO::Null_RefCount_Policy> CORBA_EnumMemberSeq_0 ( - CORBA::tk_sequence, + ::CORBA::tk_sequence, &CORBA::_tc_Identifier, 0U); - + ::CORBA::TypeCode_ptr const tc_CORBA_EnumMemberSeq_0 = &CORBA_EnumMemberSeq_0; - + } } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + #endif /* _TAO_TYPECODE_CORBA_EnumMemberSeq_GUARD */ static TAO::TypeCode::Alias<char const *, - CORBA::TypeCode_ptr const *, + ::CORBA::TypeCode_ptr const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_EnumMemberSeq ( - CORBA::tk_alias, + ::CORBA::tk_alias, "IDL:omg.org/CORBA/EnumMemberSeq:1.0", "EnumMemberSeq", &TAO::TypeCode::tc_CORBA_EnumMemberSeq_0); - + namespace CORBA { ::CORBA::TypeCode_ptr const _tc_EnumMemberSeq = @@ -3537,7 +3737,7 @@ namespace CORBA // TAO_IDL - Generated from -// be\be_visitor_interface/interface_cs.cpp:60 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_cs.cpp:60 // Traits specializations for CORBA::Container. @@ -3563,51 +3763,51 @@ TAO::Objref_Traits<CORBA::Container>::nil (void) return CORBA::Container::_nil (); } -CORBA::Boolean +::CORBA::Boolean TAO::Objref_Traits<CORBA::Container>::marshal ( - CORBA::Container_ptr p, + const CORBA::Container_ptr p, TAO_OutputCDR & cdr ) { - return CORBA::Object::marshal (p, cdr); + return ::CORBA::Object::marshal (p, cdr); } // Function pointer for collocation factory initialization. -TAO::Collocation_Proxy_Broker * +TAO::Collocation_Proxy_Broker * (*CORBA__TAO_Container_Proxy_Broker_Factory_function_pointer) ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ) = 0; // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 ::CORBA::Contained_ptr CORBA::Container::lookup ( const char * search_name ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_Container_Proxy_Broker_ == 0) { CORBA_Container_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::Contained>::ret_val _tao_retval; TAO::Arg_Traits< ::CORBA::ScopedName>::in_arg_val _tao_search_name (search_name); - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval, &_tao_search_name }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -3616,15 +3816,15 @@ TAO::Collocation_Proxy_Broker * 6, this->the_TAO_Container_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 ::CORBA::ContainedSeq * CORBA::Container::contents ( ::CORBA::DefinitionKind limit_type, @@ -3632,30 +3832,30 @@ TAO::Collocation_Proxy_Broker * ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_Container_Proxy_Broker_ == 0) { CORBA_Container_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::ContainedSeq>::ret_val _tao_retval; TAO::Arg_Traits< ::CORBA::DefinitionKind>::in_arg_val _tao_limit_type (limit_type); TAO::Arg_Traits< ::ACE_InputCDR::to_boolean>::in_arg_val _tao_exclude_inherited (exclude_inherited); - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval, &_tao_limit_type, &_tao_exclude_inherited }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -3664,15 +3864,15 @@ TAO::Collocation_Proxy_Broker * 8, this->the_TAO_Container_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 ::CORBA::ContainedSeq * CORBA::Container::lookup_name ( const char * search_name, @@ -3682,25 +3882,25 @@ TAO::Collocation_Proxy_Broker * ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_Container_Proxy_Broker_ == 0) { CORBA_Container_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::ContainedSeq>::ret_val _tao_retval; TAO::Arg_Traits< ::CORBA::Identifier>::in_arg_val _tao_search_name (search_name); TAO::Arg_Traits< ::CORBA::Long>::in_arg_val _tao_levels_to_search (levels_to_search); TAO::Arg_Traits< ::CORBA::DefinitionKind>::in_arg_val _tao_limit_type (limit_type); TAO::Arg_Traits< ::ACE_InputCDR::to_boolean>::in_arg_val _tao_exclude_inherited (exclude_inherited); - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval, @@ -3709,7 +3909,7 @@ TAO::Collocation_Proxy_Broker * &_tao_limit_type, &_tao_exclude_inherited }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -3718,41 +3918,41 @@ TAO::Collocation_Proxy_Broker * 11, this->the_TAO_Container_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_typecode/struct_typecode.cpp:87 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/struct_typecode.cpp:89 -static TAO::TypeCode::Struct_Field<char const *, CORBA::TypeCode_ptr const *> const _tao_fields_CORBA_Container_Description[] = +static TAO::TypeCode::Struct_Field<char const *, ::CORBA::TypeCode_ptr const *> const _tao_fields_CORBA_Container_Description[] = { { "contained_object", &CORBA::_tc_Contained }, { "kind", &CORBA::_tc_DefinitionKind }, { "value", &CORBA::_tc_any } - + }; static TAO::TypeCode::Struct<char const *, - CORBA::TypeCode_ptr const *, - TAO::TypeCode::Struct_Field<char const *, CORBA::TypeCode_ptr const *> const *, + ::CORBA::TypeCode_ptr const *, + TAO::TypeCode::Struct_Field<char const *, ::CORBA::TypeCode_ptr const *> const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_Container_Description ( - CORBA::tk_struct, + ::CORBA::tk_struct, "IDL:omg.org/CORBA/Container/Description:1.0", "Description", _tao_fields_CORBA_Container_Description, 3); - + ::CORBA::TypeCode_ptr const CORBA::Container::_tc_Description = &_tao_tc_CORBA_Container_Description; -// TAO_IDL - Generated from -// be\be_visitor_structure/structure_cs.cpp:66 +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/structure_cs.cpp:66 -void +void CORBA::Container::Description::_tao_any_destructor ( void *_tao_void_pointer ) @@ -3762,8 +3962,8 @@ CORBA::Container::Description::_tao_any_destructor ( delete _tao_tmp_pointer; } -// TAO_IDL - Generated from -// be\be_visitor_sequence/sequence_cs.cpp:65 +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/sequence_cs.cpp:65 #if !defined (_CORBA_CONTAINER_DESCRIPTIONSEQ_CS_) #define _CORBA_CONTAINER_DESCRIPTIONSEQ_CS_ @@ -3772,7 +3972,7 @@ CORBA::Container::DescriptionSeq::DescriptionSeq (void) {} CORBA::Container::DescriptionSeq::DescriptionSeq ( - CORBA::ULong max + ::CORBA::ULong max ) : TAO::unbounded_value_sequence< Description @@ -3781,10 +3981,10 @@ CORBA::Container::DescriptionSeq::DescriptionSeq ( {} CORBA::Container::DescriptionSeq::DescriptionSeq ( - CORBA::ULong max, - CORBA::ULong length, + ::CORBA::ULong max, + ::CORBA::ULong length, CORBA::Container::Description * buffer, - CORBA::Boolean release + ::CORBA::Boolean release ) : TAO::unbounded_value_sequence< Description @@ -3816,16 +4016,23 @@ void CORBA::Container::DescriptionSeq::_tao_any_destructor ( #endif /* end #if !defined */ // TAO_IDL - Generated from -// be\be_visitor_typecode/alias_typecode.cpp:50 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/alias_typecode.cpp:50 // TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_defn.cpp:942 #ifndef _TAO_TYPECODE_CORBA_Container_DescriptionSeq_GUARD #define _TAO_TYPECODE_CORBA_Container_DescriptionSeq_GUARD + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + namespace TAO { namespace TypeCode @@ -3833,33 +4040,40 @@ namespace TAO TAO::TypeCode::Sequence< ::CORBA::TypeCode_ptr const *, TAO::Null_RefCount_Policy> CORBA_Container_DescriptionSeq_0 ( - CORBA::tk_sequence, + ::CORBA::tk_sequence, &CORBA::Container::_tc_Description, 0U); - + ::CORBA::TypeCode_ptr const tc_CORBA_Container_DescriptionSeq_0 = &CORBA_Container_DescriptionSeq_0; - + } } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + #endif /* _TAO_TYPECODE_CORBA_Container_DescriptionSeq_GUARD */ static TAO::TypeCode::Alias<char const *, - CORBA::TypeCode_ptr const *, + ::CORBA::TypeCode_ptr const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_Container_DescriptionSeq ( - CORBA::tk_alias, + ::CORBA::tk_alias, "IDL:omg.org/CORBA/Container/DescriptionSeq:1.0", "DescriptionSeq", &TAO::TypeCode::tc_CORBA_Container_DescriptionSeq_0); - + ::CORBA::TypeCode_ptr const CORBA::Container::_tc_DescriptionSeq = &_tao_tc_CORBA_Container_DescriptionSeq; // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 ::CORBA::Container::DescriptionSeq * CORBA::Container::describe_contents ( ::CORBA::DefinitionKind limit_type, @@ -3868,24 +4082,24 @@ static TAO::TypeCode::Alias<char const *, ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_Container_Proxy_Broker_ == 0) { CORBA_Container_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::Container::DescriptionSeq>::ret_val _tao_retval; TAO::Arg_Traits< ::CORBA::DefinitionKind>::in_arg_val _tao_limit_type (limit_type); TAO::Arg_Traits< ::ACE_InputCDR::to_boolean>::in_arg_val _tao_exclude_inherited (exclude_inherited); TAO::Arg_Traits< ::CORBA::Long>::in_arg_val _tao_max_returned_objs (max_returned_objs); - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval, @@ -3893,7 +4107,7 @@ static TAO::TypeCode::Alias<char const *, &_tao_exclude_inherited, &_tao_max_returned_objs }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -3902,15 +4116,15 @@ static TAO::TypeCode::Alias<char const *, 17, this->the_TAO_Container_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 ::CORBA::ModuleDef_ptr CORBA::Container::create_module ( const char * id, @@ -3919,24 +4133,24 @@ static TAO::TypeCode::Alias<char const *, ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_Container_Proxy_Broker_ == 0) { CORBA_Container_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::ModuleDef>::ret_val _tao_retval; TAO::Arg_Traits< ::CORBA::RepositoryId>::in_arg_val _tao_id (id); TAO::Arg_Traits< ::CORBA::Identifier>::in_arg_val _tao_name (name); TAO::Arg_Traits< ::CORBA::VersionSpec>::in_arg_val _tao_version (version); - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval, @@ -3944,7 +4158,7 @@ static TAO::TypeCode::Alias<char const *, &_tao_name, &_tao_version }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -3953,15 +4167,15 @@ static TAO::TypeCode::Alias<char const *, 13, this->the_TAO_Container_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 ::CORBA::ConstantDef_ptr CORBA::Container::create_constant ( const char * id, @@ -3972,26 +4186,26 @@ static TAO::TypeCode::Alias<char const *, ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_Container_Proxy_Broker_ == 0) { CORBA_Container_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::ConstantDef>::ret_val _tao_retval; TAO::Arg_Traits< ::CORBA::RepositoryId>::in_arg_val _tao_id (id); TAO::Arg_Traits< ::CORBA::Identifier>::in_arg_val _tao_name (name); TAO::Arg_Traits< ::CORBA::VersionSpec>::in_arg_val _tao_version (version); TAO::Arg_Traits< ::CORBA::IDLType>::in_arg_val _tao_type (type); TAO::Arg_Traits< ::CORBA::Any>::in_arg_val _tao_value (value); - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval, @@ -4001,7 +4215,7 @@ static TAO::TypeCode::Alias<char const *, &_tao_type, &_tao_value }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -4010,15 +4224,15 @@ static TAO::TypeCode::Alias<char const *, 15, this->the_TAO_Container_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 ::CORBA::StructDef_ptr CORBA::Container::create_struct ( const char * id, @@ -4028,25 +4242,25 @@ static TAO::TypeCode::Alias<char const *, ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_Container_Proxy_Broker_ == 0) { CORBA_Container_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::StructDef>::ret_val _tao_retval; TAO::Arg_Traits< ::CORBA::RepositoryId>::in_arg_val _tao_id (id); TAO::Arg_Traits< ::CORBA::Identifier>::in_arg_val _tao_name (name); TAO::Arg_Traits< ::CORBA::VersionSpec>::in_arg_val _tao_version (version); TAO::Arg_Traits< ::CORBA::StructMemberSeq>::in_arg_val _tao_members (members); - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval, @@ -4055,7 +4269,7 @@ static TAO::TypeCode::Alias<char const *, &_tao_version, &_tao_members }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -4064,15 +4278,15 @@ static TAO::TypeCode::Alias<char const *, 13, this->the_TAO_Container_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 ::CORBA::UnionDef_ptr CORBA::Container::create_union ( const char * id, @@ -4083,26 +4297,26 @@ static TAO::TypeCode::Alias<char const *, ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_Container_Proxy_Broker_ == 0) { CORBA_Container_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::UnionDef>::ret_val _tao_retval; TAO::Arg_Traits< ::CORBA::RepositoryId>::in_arg_val _tao_id (id); TAO::Arg_Traits< ::CORBA::Identifier>::in_arg_val _tao_name (name); TAO::Arg_Traits< ::CORBA::VersionSpec>::in_arg_val _tao_version (version); TAO::Arg_Traits< ::CORBA::IDLType>::in_arg_val _tao_discriminator_type (discriminator_type); TAO::Arg_Traits< ::CORBA::UnionMemberSeq>::in_arg_val _tao_members (members); - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval, @@ -4112,7 +4326,7 @@ static TAO::TypeCode::Alias<char const *, &_tao_discriminator_type, &_tao_members }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -4121,15 +4335,15 @@ static TAO::TypeCode::Alias<char const *, 12, this->the_TAO_Container_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 ::CORBA::EnumDef_ptr CORBA::Container::create_enum ( const char * id, @@ -4139,25 +4353,25 @@ static TAO::TypeCode::Alias<char const *, ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_Container_Proxy_Broker_ == 0) { CORBA_Container_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::EnumDef>::ret_val _tao_retval; TAO::Arg_Traits< ::CORBA::RepositoryId>::in_arg_val _tao_id (id); TAO::Arg_Traits< ::CORBA::Identifier>::in_arg_val _tao_name (name); TAO::Arg_Traits< ::CORBA::VersionSpec>::in_arg_val _tao_version (version); TAO::Arg_Traits< ::CORBA::EnumMemberSeq>::in_arg_val _tao_members (members); - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval, @@ -4166,7 +4380,7 @@ static TAO::TypeCode::Alias<char const *, &_tao_version, &_tao_members }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -4175,15 +4389,15 @@ static TAO::TypeCode::Alias<char const *, 11, this->the_TAO_Container_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 ::CORBA::AliasDef_ptr CORBA::Container::create_alias ( const char * id, @@ -4193,25 +4407,25 @@ static TAO::TypeCode::Alias<char const *, ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_Container_Proxy_Broker_ == 0) { CORBA_Container_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::AliasDef>::ret_val _tao_retval; TAO::Arg_Traits< ::CORBA::RepositoryId>::in_arg_val _tao_id (id); TAO::Arg_Traits< ::CORBA::Identifier>::in_arg_val _tao_name (name); TAO::Arg_Traits< ::CORBA::VersionSpec>::in_arg_val _tao_version (version); TAO::Arg_Traits< ::CORBA::IDLType>::in_arg_val _tao_original_type (original_type); - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval, @@ -4220,7 +4434,7 @@ static TAO::TypeCode::Alias<char const *, &_tao_version, &_tao_original_type }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -4229,15 +4443,15 @@ static TAO::TypeCode::Alias<char const *, 12, this->the_TAO_Container_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 ::CORBA::InterfaceDef_ptr CORBA::Container::create_interface ( const char * id, @@ -4247,25 +4461,25 @@ static TAO::TypeCode::Alias<char const *, ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_Container_Proxy_Broker_ == 0) { CORBA_Container_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::InterfaceDef>::ret_val _tao_retval; TAO::Arg_Traits< ::CORBA::RepositoryId>::in_arg_val _tao_id (id); TAO::Arg_Traits< ::CORBA::Identifier>::in_arg_val _tao_name (name); TAO::Arg_Traits< ::CORBA::VersionSpec>::in_arg_val _tao_version (version); TAO::Arg_Traits< ::CORBA::InterfaceDefSeq>::in_arg_val _tao_base_interfaces (base_interfaces); - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval, @@ -4274,7 +4488,7 @@ static TAO::TypeCode::Alias<char const *, &_tao_version, &_tao_base_interfaces }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -4283,15 +4497,15 @@ static TAO::TypeCode::Alias<char const *, 16, this->the_TAO_Container_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 ::CORBA::ValueDef_ptr CORBA::Container::create_value ( const char * id, @@ -4307,19 +4521,19 @@ static TAO::TypeCode::Alias<char const *, ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_Container_Proxy_Broker_ == 0) { CORBA_Container_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::ValueDef>::ret_val _tao_retval; TAO::Arg_Traits< ::CORBA::RepositoryId>::in_arg_val _tao_id (id); TAO::Arg_Traits< ::CORBA::Identifier>::in_arg_val _tao_name (name); @@ -4331,7 +4545,7 @@ static TAO::TypeCode::Alias<char const *, TAO::Arg_Traits< ::CORBA::ValueDefSeq>::in_arg_val _tao_abstract_base_values (abstract_base_values); TAO::Arg_Traits< ::CORBA::InterfaceDefSeq>::in_arg_val _tao_supported_interfaces (supported_interfaces); TAO::Arg_Traits< ::CORBA::InitializerSeq>::in_arg_val _tao_initializers (initializers); - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval, @@ -4346,7 +4560,7 @@ static TAO::TypeCode::Alias<char const *, &_tao_supported_interfaces, &_tao_initializers }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -4355,15 +4569,15 @@ static TAO::TypeCode::Alias<char const *, 12, this->the_TAO_Container_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 ::CORBA::ValueBoxDef_ptr CORBA::Container::create_value_box ( const char * id, @@ -4373,25 +4587,25 @@ static TAO::TypeCode::Alias<char const *, ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_Container_Proxy_Broker_ == 0) { CORBA_Container_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::ValueBoxDef>::ret_val _tao_retval; TAO::Arg_Traits< ::CORBA::RepositoryId>::in_arg_val _tao_id (id); TAO::Arg_Traits< ::CORBA::Identifier>::in_arg_val _tao_name (name); TAO::Arg_Traits< ::CORBA::VersionSpec>::in_arg_val _tao_version (version); TAO::Arg_Traits< ::CORBA::IDLType>::in_arg_val _tao_original_type_def (original_type_def); - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval, @@ -4400,7 +4614,7 @@ static TAO::TypeCode::Alias<char const *, &_tao_version, &_tao_original_type_def }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -4409,15 +4623,15 @@ static TAO::TypeCode::Alias<char const *, 16, this->the_TAO_Container_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 ::CORBA::ExceptionDef_ptr CORBA::Container::create_exception ( const char * id, @@ -4427,25 +4641,25 @@ static TAO::TypeCode::Alias<char const *, ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_Container_Proxy_Broker_ == 0) { CORBA_Container_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::ExceptionDef>::ret_val _tao_retval; TAO::Arg_Traits< ::CORBA::RepositoryId>::in_arg_val _tao_id (id); TAO::Arg_Traits< ::CORBA::Identifier>::in_arg_val _tao_name (name); TAO::Arg_Traits< ::CORBA::VersionSpec>::in_arg_val _tao_version (version); TAO::Arg_Traits< ::CORBA::StructMemberSeq>::in_arg_val _tao_members (members); - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval, @@ -4454,7 +4668,7 @@ static TAO::TypeCode::Alias<char const *, &_tao_version, &_tao_members }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -4463,15 +4677,15 @@ static TAO::TypeCode::Alias<char const *, 16, this->the_TAO_Container_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 ::CORBA::NativeDef_ptr CORBA::Container::create_native ( const char * id, @@ -4480,24 +4694,24 @@ static TAO::TypeCode::Alias<char const *, ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_Container_Proxy_Broker_ == 0) { CORBA_Container_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::NativeDef>::ret_val _tao_retval; TAO::Arg_Traits< ::CORBA::RepositoryId>::in_arg_val _tao_id (id); TAO::Arg_Traits< ::CORBA::Identifier>::in_arg_val _tao_name (name); TAO::Arg_Traits< ::CORBA::VersionSpec>::in_arg_val _tao_version (version); - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval, @@ -4505,7 +4719,7 @@ static TAO::TypeCode::Alias<char const *, &_tao_name, &_tao_version }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -4514,15 +4728,15 @@ static TAO::TypeCode::Alias<char const *, 13, this->the_TAO_Container_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 ::CORBA::AbstractInterfaceDef_ptr CORBA::Container::create_abstract_interface ( const char * id, @@ -4532,25 +4746,25 @@ static TAO::TypeCode::Alias<char const *, ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_Container_Proxy_Broker_ == 0) { CORBA_Container_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::AbstractInterfaceDef>::ret_val _tao_retval; TAO::Arg_Traits< ::CORBA::RepositoryId>::in_arg_val _tao_id (id); TAO::Arg_Traits< ::CORBA::Identifier>::in_arg_val _tao_name (name); TAO::Arg_Traits< ::CORBA::VersionSpec>::in_arg_val _tao_version (version); TAO::Arg_Traits< ::CORBA::AbstractInterfaceDefSeq>::in_arg_val _tao_base_interfaces (base_interfaces); - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval, @@ -4559,7 +4773,7 @@ static TAO::TypeCode::Alias<char const *, &_tao_version, &_tao_base_interfaces }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -4568,15 +4782,15 @@ static TAO::TypeCode::Alias<char const *, 25, this->the_TAO_Container_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 ::CORBA::LocalInterfaceDef_ptr CORBA::Container::create_local_interface ( const char * id, @@ -4586,25 +4800,25 @@ static TAO::TypeCode::Alias<char const *, ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_Container_Proxy_Broker_ == 0) { CORBA_Container_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::LocalInterfaceDef>::ret_val _tao_retval; TAO::Arg_Traits< ::CORBA::RepositoryId>::in_arg_val _tao_id (id); TAO::Arg_Traits< ::CORBA::Identifier>::in_arg_val _tao_name (name); TAO::Arg_Traits< ::CORBA::VersionSpec>::in_arg_val _tao_version (version); TAO::Arg_Traits< ::CORBA::InterfaceDefSeq>::in_arg_val _tao_base_interfaces (base_interfaces); - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval, @@ -4613,7 +4827,7 @@ static TAO::TypeCode::Alias<char const *, &_tao_version, &_tao_base_interfaces }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -4622,15 +4836,15 @@ static TAO::TypeCode::Alias<char const *, 22, this->the_TAO_Container_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 ::CORBA::ExtValueDef_ptr CORBA::Container::create_ext_value ( const char * id, @@ -4646,19 +4860,19 @@ static TAO::TypeCode::Alias<char const *, ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_Container_Proxy_Broker_ == 0) { CORBA_Container_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::ExtValueDef>::ret_val _tao_retval; TAO::Arg_Traits< ::CORBA::RepositoryId>::in_arg_val _tao_id (id); TAO::Arg_Traits< ::CORBA::Identifier>::in_arg_val _tao_name (name); @@ -4670,7 +4884,7 @@ static TAO::TypeCode::Alias<char const *, TAO::Arg_Traits< ::CORBA::ValueDefSeq>::in_arg_val _tao_abstract_base_values (abstract_base_values); TAO::Arg_Traits< ::CORBA::InterfaceDefSeq>::in_arg_val _tao_supported_interfaces (supported_interfaces); TAO::Arg_Traits< ::CORBA::ExtInitializerSeq>::in_arg_val _tao_initializers (initializers); - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval, @@ -4685,7 +4899,7 @@ static TAO::TypeCode::Alias<char const *, &_tao_supported_interfaces, &_tao_initializers }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -4694,10 +4908,10 @@ static TAO::TypeCode::Alias<char const *, 16, this->the_TAO_Container_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } @@ -4715,14 +4929,14 @@ CORBA::Container::CORBA_Container_setup_collocation () this->the_TAO_Container_Proxy_Broker_ = ::CORBA__TAO_Container_Proxy_Broker_Factory_function_pointer (this); } - + this->CORBA_IRObject_setup_collocation (); } CORBA::Container::~Container (void) {} -void +void CORBA::Container::_tao_any_destructor (void *_tao_void_pointer) { Container *_tao_tmp_pointer = @@ -4732,7 +4946,7 @@ CORBA::Container::_tao_any_destructor (void *_tao_void_pointer) CORBA::Container_ptr CORBA::Container::_narrow ( - CORBA::Object_ptr _tao_objref + ::CORBA::Object_ptr _tao_objref ACE_ENV_ARG_DECL ) { @@ -4747,7 +4961,7 @@ CORBA::Container::_narrow ( CORBA::Container_ptr CORBA::Container::_unchecked_narrow ( - CORBA::Object_ptr _tao_objref + ::CORBA::Object_ptr _tao_objref ACE_ENV_ARG_DECL ) { @@ -4767,7 +4981,7 @@ CORBA::Container::_duplicate (Container_ptr obj) { obj->_add_ref (); } - + return obj; } @@ -4777,7 +4991,7 @@ CORBA::Container::_tao_release (Container_ptr obj) ::CORBA::release (obj); } -CORBA::Boolean +::CORBA::Boolean CORBA::Container::_is_a ( const char *value ACE_ENV_ARG_DECL @@ -4814,22 +5028,22 @@ const char* CORBA::Container::_interface_repository_id (void) const return "IDL:omg.org/CORBA/Container:1.0"; } -CORBA::Boolean +::CORBA::Boolean CORBA::Container::marshal (TAO_OutputCDR &cdr) { return (cdr << this); } // TAO_IDL - Generated from -// be\be_visitor_typecode/objref_typecode.cpp:76 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/objref_typecode.cpp:76 static TAO::TypeCode::Objref<char const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_Container ( - CORBA::tk_objref, + ::CORBA::tk_objref, "IDL:omg.org/CORBA/Container:1.0", "Container"); - + namespace CORBA { ::CORBA::TypeCode_ptr const _tc_Container = @@ -4839,7 +5053,7 @@ namespace CORBA // TAO_IDL - Generated from -// be\be_visitor_interface/interface_cs.cpp:60 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_cs.cpp:60 // Traits specializations for CORBA::IDLType. @@ -4865,48 +5079,48 @@ TAO::Objref_Traits<CORBA::IDLType>::nil (void) return CORBA::IDLType::_nil (); } -CORBA::Boolean +::CORBA::Boolean TAO::Objref_Traits<CORBA::IDLType>::marshal ( - CORBA::IDLType_ptr p, + const CORBA::IDLType_ptr p, TAO_OutputCDR & cdr ) { - return CORBA::Object::marshal (p, cdr); + return ::CORBA::Object::marshal (p, cdr); } // Function pointer for collocation factory initialization. -TAO::Collocation_Proxy_Broker * +TAO::Collocation_Proxy_Broker * (*CORBA__TAO_IDLType_Proxy_Broker_Factory_function_pointer) ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ) = 0; // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 -CORBA::TypeCode_ptr CORBA::IDLType::type ( +::CORBA::TypeCode_ptr CORBA::IDLType::type ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_IDLType_Proxy_Broker_ == 0) { CORBA_IDLType_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::TypeCode>::ret_val _tao_retval; - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -4915,10 +5129,10 @@ CORBA::TypeCode_ptr CORBA::IDLType::type ( 9, this->the_TAO_IDLType_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } @@ -4936,14 +5150,14 @@ CORBA::IDLType::CORBA_IDLType_setup_collocation () this->the_TAO_IDLType_Proxy_Broker_ = ::CORBA__TAO_IDLType_Proxy_Broker_Factory_function_pointer (this); } - + this->CORBA_IRObject_setup_collocation (); } CORBA::IDLType::~IDLType (void) {} -void +void CORBA::IDLType::_tao_any_destructor (void *_tao_void_pointer) { IDLType *_tao_tmp_pointer = @@ -4953,7 +5167,7 @@ CORBA::IDLType::_tao_any_destructor (void *_tao_void_pointer) CORBA::IDLType_ptr CORBA::IDLType::_narrow ( - CORBA::Object_ptr _tao_objref + ::CORBA::Object_ptr _tao_objref ACE_ENV_ARG_DECL ) { @@ -4968,7 +5182,7 @@ CORBA::IDLType::_narrow ( CORBA::IDLType_ptr CORBA::IDLType::_unchecked_narrow ( - CORBA::Object_ptr _tao_objref + ::CORBA::Object_ptr _tao_objref ACE_ENV_ARG_DECL ) { @@ -4988,7 +5202,7 @@ CORBA::IDLType::_duplicate (IDLType_ptr obj) { obj->_add_ref (); } - + return obj; } @@ -4998,7 +5212,7 @@ CORBA::IDLType::_tao_release (IDLType_ptr obj) ::CORBA::release (obj); } -CORBA::Boolean +::CORBA::Boolean CORBA::IDLType::_is_a ( const char *value ACE_ENV_ARG_DECL @@ -5035,22 +5249,22 @@ const char* CORBA::IDLType::_interface_repository_id (void) const return "IDL:omg.org/CORBA/IDLType:1.0"; } -CORBA::Boolean +::CORBA::Boolean CORBA::IDLType::marshal (TAO_OutputCDR &cdr) { return (cdr << this); } // TAO_IDL - Generated from -// be\be_visitor_typecode/objref_typecode.cpp:76 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/objref_typecode.cpp:76 static TAO::TypeCode::Objref<char const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_IDLType ( - CORBA::tk_objref, + ::CORBA::tk_objref, "IDL:omg.org/CORBA/IDLType:1.0", "IDLType"); - + namespace CORBA { ::CORBA::TypeCode_ptr const _tc_IDLType = @@ -5060,7 +5274,7 @@ namespace CORBA // TAO_IDL - Generated from -// be\be_visitor_interface/interface_cs.cpp:60 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_cs.cpp:60 // Traits specializations for CORBA::TypedefDef. @@ -5086,19 +5300,19 @@ TAO::Objref_Traits<CORBA::TypedefDef>::nil (void) return CORBA::TypedefDef::_nil (); } -CORBA::Boolean +::CORBA::Boolean TAO::Objref_Traits<CORBA::TypedefDef>::marshal ( - CORBA::TypedefDef_ptr p, + const CORBA::TypedefDef_ptr p, TAO_OutputCDR & cdr ) { - return CORBA::Object::marshal (p, cdr); + return ::CORBA::Object::marshal (p, cdr); } // Function pointer for collocation factory initialization. -TAO::Collocation_Proxy_Broker * +TAO::Collocation_Proxy_Broker * (*CORBA__TAO_TypedefDef_Proxy_Broker_Factory_function_pointer) ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ) = 0; CORBA::TypedefDef::TypedefDef (void) @@ -5115,7 +5329,7 @@ CORBA::TypedefDef::CORBA_TypedefDef_setup_collocation () this->the_TAO_TypedefDef_Proxy_Broker_ = ::CORBA__TAO_TypedefDef_Proxy_Broker_Factory_function_pointer (this); } - + this->CORBA_Contained_setup_collocation (); this->CORBA_IDLType_setup_collocation (); } @@ -5123,7 +5337,7 @@ CORBA::TypedefDef::CORBA_TypedefDef_setup_collocation () CORBA::TypedefDef::~TypedefDef (void) {} -void +void CORBA::TypedefDef::_tao_any_destructor (void *_tao_void_pointer) { TypedefDef *_tao_tmp_pointer = @@ -5133,7 +5347,7 @@ CORBA::TypedefDef::_tao_any_destructor (void *_tao_void_pointer) CORBA::TypedefDef_ptr CORBA::TypedefDef::_narrow ( - CORBA::Object_ptr _tao_objref + ::CORBA::Object_ptr _tao_objref ACE_ENV_ARG_DECL ) { @@ -5148,7 +5362,7 @@ CORBA::TypedefDef::_narrow ( CORBA::TypedefDef_ptr CORBA::TypedefDef::_unchecked_narrow ( - CORBA::Object_ptr _tao_objref + ::CORBA::Object_ptr _tao_objref ACE_ENV_ARG_DECL ) { @@ -5168,7 +5382,7 @@ CORBA::TypedefDef::_duplicate (TypedefDef_ptr obj) { obj->_add_ref (); } - + return obj; } @@ -5178,7 +5392,7 @@ CORBA::TypedefDef::_tao_release (TypedefDef_ptr obj) ::CORBA::release (obj); } -CORBA::Boolean +::CORBA::Boolean CORBA::TypedefDef::_is_a ( const char *value ACE_ENV_ARG_DECL @@ -5223,22 +5437,22 @@ const char* CORBA::TypedefDef::_interface_repository_id (void) const return "IDL:omg.org/CORBA/TypedefDef:1.0"; } -CORBA::Boolean +::CORBA::Boolean CORBA::TypedefDef::marshal (TAO_OutputCDR &cdr) { return (cdr << this); } // TAO_IDL - Generated from -// be\be_visitor_typecode/objref_typecode.cpp:76 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/objref_typecode.cpp:76 static TAO::TypeCode::Objref<char const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_TypedefDef ( - CORBA::tk_objref, + ::CORBA::tk_objref, "IDL:omg.org/CORBA/TypedefDef:1.0", "TypedefDef"); - + namespace CORBA { ::CORBA::TypeCode_ptr const _tc_TypedefDef = @@ -5248,28 +5462,28 @@ namespace CORBA // TAO_IDL - Generated from -// be\be_visitor_typecode/struct_typecode.cpp:87 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/struct_typecode.cpp:89 -static TAO::TypeCode::Struct_Field<char const *, CORBA::TypeCode_ptr const *> const _tao_fields_CORBA_TypeDescription[] = +static TAO::TypeCode::Struct_Field<char const *, ::CORBA::TypeCode_ptr const *> const _tao_fields_CORBA_TypeDescription[] = { { "name", &CORBA::_tc_Identifier }, { "id", &CORBA::_tc_RepositoryId }, { "defined_in", &CORBA::_tc_RepositoryId }, { "version", &CORBA::_tc_VersionSpec }, { "type", &CORBA::_tc_TypeCode } - + }; static TAO::TypeCode::Struct<char const *, - CORBA::TypeCode_ptr const *, - TAO::TypeCode::Struct_Field<char const *, CORBA::TypeCode_ptr const *> const *, + ::CORBA::TypeCode_ptr const *, + TAO::TypeCode::Struct_Field<char const *, ::CORBA::TypeCode_ptr const *> const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_TypeDescription ( - CORBA::tk_struct, + ::CORBA::tk_struct, "IDL:omg.org/CORBA/TypeDescription:1.0", "TypeDescription", _tao_fields_CORBA_TypeDescription, 5); - + namespace CORBA { ::CORBA::TypeCode_ptr const _tc_TypeDescription = @@ -5278,10 +5492,10 @@ namespace CORBA -// TAO_IDL - Generated from -// be\be_visitor_structure/structure_cs.cpp:66 +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/structure_cs.cpp:66 -void +void CORBA::TypeDescription::_tao_any_destructor ( void *_tao_void_pointer ) @@ -5292,10 +5506,17 @@ CORBA::TypeDescription::_tao_any_destructor ( } // TAO_IDL - Generated from -// be\be_visitor_enum/any_op_cs.cpp:52 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_enum/any_op_cs.cpp:52 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::DefinitionKind _tao_elem ) { @@ -5306,8 +5527,8 @@ void operator<<= ( ); } -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, CORBA::DefinitionKind &_tao_elem ) { @@ -5315,30 +5536,110 @@ CORBA::Boolean operator>>= ( TAO::Any_Basic_Impl_T<CORBA::DefinitionKind>::extract ( _tao_any, CORBA::_tc_DefinitionKind, - _tao_elem + _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + // TAO_IDL - Generated from -// be\be_visitor_interface/any_op_cs.cpp:50 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/any_op_cs.cpp:51 + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + namespace TAO { template<> - CORBA::Boolean + ::CORBA::Boolean Any_Impl_T<CORBA::IRObject>::to_object ( - CORBA::Object_ptr &_tao_elem + ::CORBA::Object_ptr &_tao_elem ) const { - _tao_elem = CORBA::Object::_duplicate (this->value_); + _tao_elem = ::CORBA::Object::_duplicate (this->value_); return true; } } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + + + // Copying insertion. + void + operator<<= ( + ::CORBA::Any &_tao_any, + IRObject_ptr _tao_elem + ) + { + IRObject_ptr _tao_objptr = + IRObject::_duplicate (_tao_elem); + _tao_any <<= &_tao_objptr; + } + + // Non-copying insertion. + void + operator<<= ( + ::CORBA::Any &_tao_any, + IRObject_ptr *_tao_elem + ) + { + TAO::Any_Impl_T<IRObject>::insert ( + _tao_any, + IRObject::_tao_any_destructor, + _tc_IRObject, + *_tao_elem + ); + } + + ::CORBA::Boolean + operator>>= ( + const ::CORBA::Any &_tao_any, + IRObject_ptr &_tao_elem + ) + { + return + TAO::Any_Impl_T<IRObject>::extract ( + _tao_any, + IRObject::_tao_any_destructor, + _tc_IRObject, + _tao_elem + ); + } +} + +#else + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::IRObject_ptr _tao_elem ) { @@ -5350,7 +5651,7 @@ operator<<= ( // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::IRObject_ptr *_tao_elem ) { @@ -5362,9 +5663,9 @@ operator<<= ( ); } -CORBA::Boolean +::CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, + const ::CORBA::Any &_tao_any, CORBA::IRObject_ptr &_tao_elem ) { @@ -5376,27 +5677,109 @@ operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#endif // TAO_IDL - Generated from -// be\be_visitor_interface/any_op_cs.cpp:50 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/any_op_cs.cpp:51 + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + namespace TAO { template<> - CORBA::Boolean + ::CORBA::Boolean Any_Impl_T<CORBA::Contained>::to_object ( - CORBA::Object_ptr &_tao_elem + ::CORBA::Object_ptr &_tao_elem ) const { - _tao_elem = CORBA::Object::_duplicate (this->value_); + _tao_elem = ::CORBA::Object::_duplicate (this->value_); return true; } } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + + + // Copying insertion. + void + operator<<= ( + ::CORBA::Any &_tao_any, + Contained_ptr _tao_elem + ) + { + Contained_ptr _tao_objptr = + Contained::_duplicate (_tao_elem); + _tao_any <<= &_tao_objptr; + } + + // Non-copying insertion. + void + operator<<= ( + ::CORBA::Any &_tao_any, + Contained_ptr *_tao_elem + ) + { + TAO::Any_Impl_T<Contained>::insert ( + _tao_any, + Contained::_tao_any_destructor, + _tc_Contained, + *_tao_elem + ); + } + + ::CORBA::Boolean + operator>>= ( + const ::CORBA::Any &_tao_any, + Contained_ptr &_tao_elem + ) + { + return + TAO::Any_Impl_T<Contained>::extract ( + _tao_any, + Contained::_tao_any_destructor, + _tc_Contained, + _tao_elem + ); + } +} + +#else + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::Contained_ptr _tao_elem ) { @@ -5408,7 +5791,7 @@ operator<<= ( // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::Contained_ptr *_tao_elem ) { @@ -5420,9 +5803,9 @@ operator<<= ( ); } -CORBA::Boolean +::CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, + const ::CORBA::Any &_tao_any, CORBA::Contained_ptr &_tao_elem ) { @@ -5434,27 +5817,46 @@ operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL -// TAO_IDL - Generated from -// be\be_visitor_structure/any_op_cs.cpp:54 + + + +#endif + +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/any_op_cs.cpp:54 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, const CORBA::Contained::Description &_tao_elem ) { - TAO::Any_Dual_Impl_T<CORBA::Contained::Description>::insert_copy ( - _tao_any, - CORBA::Contained::Description::_tao_any_destructor, - CORBA::Contained::_tc_Description, - _tao_elem - ); + if (0 == &_tao_elem) // Trying to de-reference NULL object + _tao_any <<= static_cast<CORBA::Contained::Description *>( 0 ); // Use non-copying insertion of a NULL + else + TAO::Any_Dual_Impl_T<CORBA::Contained::Description>::insert_copy ( + _tao_any, + CORBA::Contained::Description::_tao_any_destructor, + CORBA::Contained::_tc_Description, + _tao_elem + ); } // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::Contained::Description *_tao_elem ) { @@ -5467,8 +5869,8 @@ void operator<<= ( } // Extraction to non-const pointer (deprecated). -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, CORBA::Contained::Description *&_tao_elem ) { @@ -5479,8 +5881,8 @@ CORBA::Boolean operator>>= ( } // Extraction to const pointer. -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, const CORBA::Contained::Description *&_tao_elem ) { @@ -5492,28 +5894,45 @@ CORBA::Boolean operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL -// TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_cs.cpp:54 + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/any_op_cs.cpp:54 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, const CORBA::InterfaceDefSeq &_tao_elem ) { - TAO::Any_Dual_Impl_T<CORBA::InterfaceDefSeq>::insert_copy ( - _tao_any, - CORBA::InterfaceDefSeq::_tao_any_destructor, - TAO::TypeCode::tc_CORBA_InterfaceDefSeq_0, - _tao_elem - ); + if (0 == &_tao_elem) // Trying to de-reference NULL object + _tao_any <<= static_cast<CORBA::InterfaceDefSeq *>( 0 ); // Use non-copying insertion of a NULL + else + TAO::Any_Dual_Impl_T<CORBA::InterfaceDefSeq>::insert_copy ( + _tao_any, + CORBA::InterfaceDefSeq::_tao_any_destructor, + TAO::TypeCode::tc_CORBA_InterfaceDefSeq_0, + _tao_elem + ); } // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::InterfaceDefSeq *_tao_elem ) { @@ -5526,8 +5945,8 @@ void operator<<= ( } // Extraction to non-const pointer (deprecated). -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, CORBA::InterfaceDefSeq *&_tao_elem ) { @@ -5538,8 +5957,8 @@ CORBA::Boolean operator>>= ( } // Extraction to const pointer. -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, const CORBA::InterfaceDefSeq *&_tao_elem ) { @@ -5551,28 +5970,45 @@ CORBA::Boolean operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL -// TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_cs.cpp:54 + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/any_op_cs.cpp:54 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, const CORBA::ValueDefSeq &_tao_elem ) { - TAO::Any_Dual_Impl_T<CORBA::ValueDefSeq>::insert_copy ( - _tao_any, - CORBA::ValueDefSeq::_tao_any_destructor, - TAO::TypeCode::tc_CORBA_ValueDefSeq_0, - _tao_elem - ); + if (0 == &_tao_elem) // Trying to de-reference NULL object + _tao_any <<= static_cast<CORBA::ValueDefSeq *>( 0 ); // Use non-copying insertion of a NULL + else + TAO::Any_Dual_Impl_T<CORBA::ValueDefSeq>::insert_copy ( + _tao_any, + CORBA::ValueDefSeq::_tao_any_destructor, + TAO::TypeCode::tc_CORBA_ValueDefSeq_0, + _tao_elem + ); } // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::ValueDefSeq *_tao_elem ) { @@ -5585,8 +6021,8 @@ void operator<<= ( } // Extraction to non-const pointer (deprecated). -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, CORBA::ValueDefSeq *&_tao_elem ) { @@ -5597,8 +6033,8 @@ CORBA::Boolean operator>>= ( } // Extraction to const pointer. -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, const CORBA::ValueDefSeq *&_tao_elem ) { @@ -5610,28 +6046,45 @@ CORBA::Boolean operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/any_op_cs.cpp:54 -// TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_cs.cpp:54 + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, const CORBA::AbstractInterfaceDefSeq &_tao_elem ) { - TAO::Any_Dual_Impl_T<CORBA::AbstractInterfaceDefSeq>::insert_copy ( - _tao_any, - CORBA::AbstractInterfaceDefSeq::_tao_any_destructor, - TAO::TypeCode::tc_CORBA_AbstractInterfaceDefSeq_0, - _tao_elem - ); + if (0 == &_tao_elem) // Trying to de-reference NULL object + _tao_any <<= static_cast<CORBA::AbstractInterfaceDefSeq *>( 0 ); // Use non-copying insertion of a NULL + else + TAO::Any_Dual_Impl_T<CORBA::AbstractInterfaceDefSeq>::insert_copy ( + _tao_any, + CORBA::AbstractInterfaceDefSeq::_tao_any_destructor, + TAO::TypeCode::tc_CORBA_AbstractInterfaceDefSeq_0, + _tao_elem + ); } // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::AbstractInterfaceDefSeq *_tao_elem ) { @@ -5644,8 +6097,8 @@ void operator<<= ( } // Extraction to non-const pointer (deprecated). -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, CORBA::AbstractInterfaceDefSeq *&_tao_elem ) { @@ -5656,8 +6109,8 @@ CORBA::Boolean operator>>= ( } // Extraction to const pointer. -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, const CORBA::AbstractInterfaceDefSeq *&_tao_elem ) { @@ -5669,28 +6122,45 @@ CORBA::Boolean operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL -// TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_cs.cpp:54 + + + +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/any_op_cs.cpp:54 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, const CORBA::LocalInterfaceDefSeq &_tao_elem ) { - TAO::Any_Dual_Impl_T<CORBA::LocalInterfaceDefSeq>::insert_copy ( - _tao_any, - CORBA::LocalInterfaceDefSeq::_tao_any_destructor, - TAO::TypeCode::tc_CORBA_LocalInterfaceDefSeq_0, - _tao_elem - ); + if (0 == &_tao_elem) // Trying to de-reference NULL object + _tao_any <<= static_cast<CORBA::LocalInterfaceDefSeq *>( 0 ); // Use non-copying insertion of a NULL + else + TAO::Any_Dual_Impl_T<CORBA::LocalInterfaceDefSeq>::insert_copy ( + _tao_any, + CORBA::LocalInterfaceDefSeq::_tao_any_destructor, + TAO::TypeCode::tc_CORBA_LocalInterfaceDefSeq_0, + _tao_elem + ); } // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::LocalInterfaceDefSeq *_tao_elem ) { @@ -5703,8 +6173,8 @@ void operator<<= ( } // Extraction to non-const pointer (deprecated). -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, CORBA::LocalInterfaceDefSeq *&_tao_elem ) { @@ -5715,8 +6185,8 @@ CORBA::Boolean operator>>= ( } // Extraction to const pointer. -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, const CORBA::LocalInterfaceDefSeq *&_tao_elem ) { @@ -5728,28 +6198,45 @@ CORBA::Boolean operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/any_op_cs.cpp:54 -// TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_cs.cpp:54 + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, const CORBA::ExtInterfaceDefSeq &_tao_elem ) { - TAO::Any_Dual_Impl_T<CORBA::ExtInterfaceDefSeq>::insert_copy ( - _tao_any, - CORBA::ExtInterfaceDefSeq::_tao_any_destructor, - TAO::TypeCode::tc_CORBA_ExtInterfaceDefSeq_0, - _tao_elem - ); + if (0 == &_tao_elem) // Trying to de-reference NULL object + _tao_any <<= static_cast<CORBA::ExtInterfaceDefSeq *>( 0 ); // Use non-copying insertion of a NULL + else + TAO::Any_Dual_Impl_T<CORBA::ExtInterfaceDefSeq>::insert_copy ( + _tao_any, + CORBA::ExtInterfaceDefSeq::_tao_any_destructor, + TAO::TypeCode::tc_CORBA_ExtInterfaceDefSeq_0, + _tao_elem + ); } // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::ExtInterfaceDefSeq *_tao_elem ) { @@ -5762,8 +6249,8 @@ void operator<<= ( } // Extraction to non-const pointer (deprecated). -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, CORBA::ExtInterfaceDefSeq *&_tao_elem ) { @@ -5774,8 +6261,8 @@ CORBA::Boolean operator>>= ( } // Extraction to const pointer. -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, const CORBA::ExtInterfaceDefSeq *&_tao_elem ) { @@ -5787,28 +6274,45 @@ CORBA::Boolean operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/any_op_cs.cpp:54 + + + +TAO_END_VERSIONED_NAMESPACE_DECL -// TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_cs.cpp:54 + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, const CORBA::ExtValueDefSeq &_tao_elem ) { - TAO::Any_Dual_Impl_T<CORBA::ExtValueDefSeq>::insert_copy ( - _tao_any, - CORBA::ExtValueDefSeq::_tao_any_destructor, - TAO::TypeCode::tc_CORBA_ExtValueDefSeq_0, - _tao_elem - ); + if (0 == &_tao_elem) // Trying to de-reference NULL object + _tao_any <<= static_cast<CORBA::ExtValueDefSeq *>( 0 ); // Use non-copying insertion of a NULL + else + TAO::Any_Dual_Impl_T<CORBA::ExtValueDefSeq>::insert_copy ( + _tao_any, + CORBA::ExtValueDefSeq::_tao_any_destructor, + TAO::TypeCode::tc_CORBA_ExtValueDefSeq_0, + _tao_elem + ); } // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::ExtValueDefSeq *_tao_elem ) { @@ -5821,8 +6325,8 @@ void operator<<= ( } // Extraction to non-const pointer (deprecated). -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, CORBA::ExtValueDefSeq *&_tao_elem ) { @@ -5833,8 +6337,8 @@ CORBA::Boolean operator>>= ( } // Extraction to const pointer. -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, const CORBA::ExtValueDefSeq *&_tao_elem ) { @@ -5846,28 +6350,45 @@ CORBA::Boolean operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + -// TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_cs.cpp:54 + + +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/any_op_cs.cpp:54 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, const CORBA::ExtAbstractInterfaceDefSeq &_tao_elem ) { - TAO::Any_Dual_Impl_T<CORBA::ExtAbstractInterfaceDefSeq>::insert_copy ( - _tao_any, - CORBA::ExtAbstractInterfaceDefSeq::_tao_any_destructor, - TAO::TypeCode::tc_CORBA_ExtAbstractInterfaceDefSeq_0, - _tao_elem - ); + if (0 == &_tao_elem) // Trying to de-reference NULL object + _tao_any <<= static_cast<CORBA::ExtAbstractInterfaceDefSeq *>( 0 ); // Use non-copying insertion of a NULL + else + TAO::Any_Dual_Impl_T<CORBA::ExtAbstractInterfaceDefSeq>::insert_copy ( + _tao_any, + CORBA::ExtAbstractInterfaceDefSeq::_tao_any_destructor, + TAO::TypeCode::tc_CORBA_ExtAbstractInterfaceDefSeq_0, + _tao_elem + ); } // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::ExtAbstractInterfaceDefSeq *_tao_elem ) { @@ -5880,8 +6401,8 @@ void operator<<= ( } // Extraction to non-const pointer (deprecated). -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, CORBA::ExtAbstractInterfaceDefSeq *&_tao_elem ) { @@ -5892,8 +6413,8 @@ CORBA::Boolean operator>>= ( } // Extraction to const pointer. -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, const CORBA::ExtAbstractInterfaceDefSeq *&_tao_elem ) { @@ -5905,28 +6426,45 @@ CORBA::Boolean operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + -// TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_cs.cpp:54 + + +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/any_op_cs.cpp:54 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, const CORBA::ExtLocalInterfaceDefSeq &_tao_elem ) { - TAO::Any_Dual_Impl_T<CORBA::ExtLocalInterfaceDefSeq>::insert_copy ( - _tao_any, - CORBA::ExtLocalInterfaceDefSeq::_tao_any_destructor, - TAO::TypeCode::tc_CORBA_ExtLocalInterfaceDefSeq_0, - _tao_elem - ); + if (0 == &_tao_elem) // Trying to de-reference NULL object + _tao_any <<= static_cast<CORBA::ExtLocalInterfaceDefSeq *>( 0 ); // Use non-copying insertion of a NULL + else + TAO::Any_Dual_Impl_T<CORBA::ExtLocalInterfaceDefSeq>::insert_copy ( + _tao_any, + CORBA::ExtLocalInterfaceDefSeq::_tao_any_destructor, + TAO::TypeCode::tc_CORBA_ExtLocalInterfaceDefSeq_0, + _tao_elem + ); } // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::ExtLocalInterfaceDefSeq *_tao_elem ) { @@ -5939,8 +6477,8 @@ void operator<<= ( } // Extraction to non-const pointer (deprecated). -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, CORBA::ExtLocalInterfaceDefSeq *&_tao_elem ) { @@ -5951,8 +6489,8 @@ CORBA::Boolean operator>>= ( } // Extraction to const pointer. -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, const CORBA::ExtLocalInterfaceDefSeq *&_tao_elem ) { @@ -5964,28 +6502,45 @@ CORBA::Boolean operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL -// TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_cs.cpp:54 + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/any_op_cs.cpp:54 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, const CORBA::ContainedSeq &_tao_elem ) { - TAO::Any_Dual_Impl_T<CORBA::ContainedSeq>::insert_copy ( - _tao_any, - CORBA::ContainedSeq::_tao_any_destructor, - TAO::TypeCode::tc_CORBA_ContainedSeq_0, - _tao_elem - ); + if (0 == &_tao_elem) // Trying to de-reference NULL object + _tao_any <<= static_cast<CORBA::ContainedSeq *>( 0 ); // Use non-copying insertion of a NULL + else + TAO::Any_Dual_Impl_T<CORBA::ContainedSeq>::insert_copy ( + _tao_any, + CORBA::ContainedSeq::_tao_any_destructor, + TAO::TypeCode::tc_CORBA_ContainedSeq_0, + _tao_elem + ); } // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::ContainedSeq *_tao_elem ) { @@ -5998,8 +6553,8 @@ void operator<<= ( } // Extraction to non-const pointer (deprecated). -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, CORBA::ContainedSeq *&_tao_elem ) { @@ -6010,8 +6565,8 @@ CORBA::Boolean operator>>= ( } // Extraction to const pointer. -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, const CORBA::ContainedSeq *&_tao_elem ) { @@ -6023,27 +6578,44 @@ CORBA::Boolean operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL -// TAO_IDL - Generated from -// be\be_visitor_structure/any_op_cs.cpp:54 + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/any_op_cs.cpp:54 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, const CORBA::StructMember &_tao_elem ) { - TAO::Any_Dual_Impl_T<CORBA::StructMember>::insert_copy ( - _tao_any, - CORBA::StructMember::_tao_any_destructor, - CORBA::_tc_StructMember, - _tao_elem - ); + if (0 == &_tao_elem) // Trying to de-reference NULL object + _tao_any <<= static_cast<CORBA::StructMember *>( 0 ); // Use non-copying insertion of a NULL + else + TAO::Any_Dual_Impl_T<CORBA::StructMember>::insert_copy ( + _tao_any, + CORBA::StructMember::_tao_any_destructor, + CORBA::_tc_StructMember, + _tao_elem + ); } // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::StructMember *_tao_elem ) { @@ -6056,8 +6628,8 @@ void operator<<= ( } // Extraction to non-const pointer (deprecated). -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, CORBA::StructMember *&_tao_elem ) { @@ -6068,8 +6640,8 @@ CORBA::Boolean operator>>= ( } // Extraction to const pointer. -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, const CORBA::StructMember *&_tao_elem ) { @@ -6081,28 +6653,45 @@ CORBA::Boolean operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -// TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_cs.cpp:54 + +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/any_op_cs.cpp:54 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, const CORBA::StructMemberSeq &_tao_elem ) { - TAO::Any_Dual_Impl_T<CORBA::StructMemberSeq>::insert_copy ( - _tao_any, - CORBA::StructMemberSeq::_tao_any_destructor, - TAO::TypeCode::tc_CORBA_StructMemberSeq_0, - _tao_elem - ); + if (0 == &_tao_elem) // Trying to de-reference NULL object + _tao_any <<= static_cast<CORBA::StructMemberSeq *>( 0 ); // Use non-copying insertion of a NULL + else + TAO::Any_Dual_Impl_T<CORBA::StructMemberSeq>::insert_copy ( + _tao_any, + CORBA::StructMemberSeq::_tao_any_destructor, + TAO::TypeCode::tc_CORBA_StructMemberSeq_0, + _tao_elem + ); } // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::StructMemberSeq *_tao_elem ) { @@ -6115,8 +6704,8 @@ void operator<<= ( } // Extraction to non-const pointer (deprecated). -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, CORBA::StructMemberSeq *&_tao_elem ) { @@ -6127,8 +6716,8 @@ CORBA::Boolean operator>>= ( } // Extraction to const pointer. -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, const CORBA::StructMemberSeq *&_tao_elem ) { @@ -6140,27 +6729,44 @@ CORBA::Boolean operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -// TAO_IDL - Generated from -// be\be_visitor_structure/any_op_cs.cpp:54 + +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/any_op_cs.cpp:54 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, const CORBA::Initializer &_tao_elem ) { - TAO::Any_Dual_Impl_T<CORBA::Initializer>::insert_copy ( - _tao_any, - CORBA::Initializer::_tao_any_destructor, - CORBA::_tc_Initializer, - _tao_elem - ); + if (0 == &_tao_elem) // Trying to de-reference NULL object + _tao_any <<= static_cast<CORBA::Initializer *>( 0 ); // Use non-copying insertion of a NULL + else + TAO::Any_Dual_Impl_T<CORBA::Initializer>::insert_copy ( + _tao_any, + CORBA::Initializer::_tao_any_destructor, + CORBA::_tc_Initializer, + _tao_elem + ); } // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::Initializer *_tao_elem ) { @@ -6173,8 +6779,8 @@ void operator<<= ( } // Extraction to non-const pointer (deprecated). -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, CORBA::Initializer *&_tao_elem ) { @@ -6185,8 +6791,8 @@ CORBA::Boolean operator>>= ( } // Extraction to const pointer. -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, const CORBA::Initializer *&_tao_elem ) { @@ -6198,28 +6804,45 @@ CORBA::Boolean operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL -// TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_cs.cpp:54 + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/any_op_cs.cpp:54 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, const CORBA::InitializerSeq &_tao_elem ) { - TAO::Any_Dual_Impl_T<CORBA::InitializerSeq>::insert_copy ( - _tao_any, - CORBA::InitializerSeq::_tao_any_destructor, - TAO::TypeCode::tc_CORBA_InitializerSeq_0, - _tao_elem - ); + if (0 == &_tao_elem) // Trying to de-reference NULL object + _tao_any <<= static_cast<CORBA::InitializerSeq *>( 0 ); // Use non-copying insertion of a NULL + else + TAO::Any_Dual_Impl_T<CORBA::InitializerSeq>::insert_copy ( + _tao_any, + CORBA::InitializerSeq::_tao_any_destructor, + TAO::TypeCode::tc_CORBA_InitializerSeq_0, + _tao_elem + ); } // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::InitializerSeq *_tao_elem ) { @@ -6232,8 +6855,8 @@ void operator<<= ( } // Extraction to non-const pointer (deprecated). -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, CORBA::InitializerSeq *&_tao_elem ) { @@ -6244,8 +6867,8 @@ CORBA::Boolean operator>>= ( } // Extraction to const pointer. -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, const CORBA::InitializerSeq *&_tao_elem ) { @@ -6257,27 +6880,44 @@ CORBA::Boolean operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL -// TAO_IDL - Generated from -// be\be_visitor_structure/any_op_cs.cpp:54 + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/any_op_cs.cpp:54 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, const CORBA::ExceptionDescription &_tao_elem ) { - TAO::Any_Dual_Impl_T<CORBA::ExceptionDescription>::insert_copy ( - _tao_any, - CORBA::ExceptionDescription::_tao_any_destructor, - CORBA::_tc_ExceptionDescription, - _tao_elem - ); + if (0 == &_tao_elem) // Trying to de-reference NULL object + _tao_any <<= static_cast<CORBA::ExceptionDescription *>( 0 ); // Use non-copying insertion of a NULL + else + TAO::Any_Dual_Impl_T<CORBA::ExceptionDescription>::insert_copy ( + _tao_any, + CORBA::ExceptionDescription::_tao_any_destructor, + CORBA::_tc_ExceptionDescription, + _tao_elem + ); } // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::ExceptionDescription *_tao_elem ) { @@ -6290,8 +6930,8 @@ void operator<<= ( } // Extraction to non-const pointer (deprecated). -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, CORBA::ExceptionDescription *&_tao_elem ) { @@ -6302,8 +6942,8 @@ CORBA::Boolean operator>>= ( } // Extraction to const pointer. -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, const CORBA::ExceptionDescription *&_tao_elem ) { @@ -6315,28 +6955,45 @@ CORBA::Boolean operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL -// TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_cs.cpp:54 + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/any_op_cs.cpp:54 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, const CORBA::ExcDescriptionSeq &_tao_elem ) { - TAO::Any_Dual_Impl_T<CORBA::ExcDescriptionSeq>::insert_copy ( - _tao_any, - CORBA::ExcDescriptionSeq::_tao_any_destructor, - TAO::TypeCode::tc_CORBA_ExcDescriptionSeq_0, - _tao_elem - ); + if (0 == &_tao_elem) // Trying to de-reference NULL object + _tao_any <<= static_cast<CORBA::ExcDescriptionSeq *>( 0 ); // Use non-copying insertion of a NULL + else + TAO::Any_Dual_Impl_T<CORBA::ExcDescriptionSeq>::insert_copy ( + _tao_any, + CORBA::ExcDescriptionSeq::_tao_any_destructor, + TAO::TypeCode::tc_CORBA_ExcDescriptionSeq_0, + _tao_elem + ); } // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::ExcDescriptionSeq *_tao_elem ) { @@ -6349,8 +7006,8 @@ void operator<<= ( } // Extraction to non-const pointer (deprecated). -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, CORBA::ExcDescriptionSeq *&_tao_elem ) { @@ -6361,8 +7018,8 @@ CORBA::Boolean operator>>= ( } // Extraction to const pointer. -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, const CORBA::ExcDescriptionSeq *&_tao_elem ) { @@ -6374,27 +7031,44 @@ CORBA::Boolean operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL -// TAO_IDL - Generated from -// be\be_visitor_structure/any_op_cs.cpp:54 + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/any_op_cs.cpp:54 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, const CORBA::ExtInitializer &_tao_elem ) { - TAO::Any_Dual_Impl_T<CORBA::ExtInitializer>::insert_copy ( - _tao_any, - CORBA::ExtInitializer::_tao_any_destructor, - CORBA::_tc_ExtInitializer, - _tao_elem - ); + if (0 == &_tao_elem) // Trying to de-reference NULL object + _tao_any <<= static_cast<CORBA::ExtInitializer *>( 0 ); // Use non-copying insertion of a NULL + else + TAO::Any_Dual_Impl_T<CORBA::ExtInitializer>::insert_copy ( + _tao_any, + CORBA::ExtInitializer::_tao_any_destructor, + CORBA::_tc_ExtInitializer, + _tao_elem + ); } // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::ExtInitializer *_tao_elem ) { @@ -6407,8 +7081,8 @@ void operator<<= ( } // Extraction to non-const pointer (deprecated). -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, CORBA::ExtInitializer *&_tao_elem ) { @@ -6419,8 +7093,8 @@ CORBA::Boolean operator>>= ( } // Extraction to const pointer. -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, const CORBA::ExtInitializer *&_tao_elem ) { @@ -6432,28 +7106,45 @@ CORBA::Boolean operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL -// TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_cs.cpp:54 + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/any_op_cs.cpp:54 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, const CORBA::ExtInitializerSeq &_tao_elem ) { - TAO::Any_Dual_Impl_T<CORBA::ExtInitializerSeq>::insert_copy ( - _tao_any, - CORBA::ExtInitializerSeq::_tao_any_destructor, - TAO::TypeCode::tc_CORBA_ExtInitializerSeq_0, - _tao_elem - ); + if (0 == &_tao_elem) // Trying to de-reference NULL object + _tao_any <<= static_cast<CORBA::ExtInitializerSeq *>( 0 ); // Use non-copying insertion of a NULL + else + TAO::Any_Dual_Impl_T<CORBA::ExtInitializerSeq>::insert_copy ( + _tao_any, + CORBA::ExtInitializerSeq::_tao_any_destructor, + TAO::TypeCode::tc_CORBA_ExtInitializerSeq_0, + _tao_elem + ); } // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::ExtInitializerSeq *_tao_elem ) { @@ -6466,8 +7157,8 @@ void operator<<= ( } // Extraction to non-const pointer (deprecated). -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, CORBA::ExtInitializerSeq *&_tao_elem ) { @@ -6478,8 +7169,8 @@ CORBA::Boolean operator>>= ( } // Extraction to const pointer. -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, const CORBA::ExtInitializerSeq *&_tao_elem ) { @@ -6491,27 +7182,44 @@ CORBA::Boolean operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/any_op_cs.cpp:54 -// TAO_IDL - Generated from -// be\be_visitor_structure/any_op_cs.cpp:54 + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, const CORBA::UnionMember &_tao_elem ) { - TAO::Any_Dual_Impl_T<CORBA::UnionMember>::insert_copy ( - _tao_any, - CORBA::UnionMember::_tao_any_destructor, - CORBA::_tc_UnionMember, - _tao_elem - ); + if (0 == &_tao_elem) // Trying to de-reference NULL object + _tao_any <<= static_cast<CORBA::UnionMember *>( 0 ); // Use non-copying insertion of a NULL + else + TAO::Any_Dual_Impl_T<CORBA::UnionMember>::insert_copy ( + _tao_any, + CORBA::UnionMember::_tao_any_destructor, + CORBA::_tc_UnionMember, + _tao_elem + ); } // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::UnionMember *_tao_elem ) { @@ -6524,8 +7232,8 @@ void operator<<= ( } // Extraction to non-const pointer (deprecated). -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, CORBA::UnionMember *&_tao_elem ) { @@ -6536,8 +7244,8 @@ CORBA::Boolean operator>>= ( } // Extraction to const pointer. -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, const CORBA::UnionMember *&_tao_elem ) { @@ -6549,28 +7257,45 @@ CORBA::Boolean operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL -// TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_cs.cpp:54 + + + +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/any_op_cs.cpp:54 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, const CORBA::UnionMemberSeq &_tao_elem ) { - TAO::Any_Dual_Impl_T<CORBA::UnionMemberSeq>::insert_copy ( - _tao_any, - CORBA::UnionMemberSeq::_tao_any_destructor, - TAO::TypeCode::tc_CORBA_UnionMemberSeq_0, - _tao_elem - ); + if (0 == &_tao_elem) // Trying to de-reference NULL object + _tao_any <<= static_cast<CORBA::UnionMemberSeq *>( 0 ); // Use non-copying insertion of a NULL + else + TAO::Any_Dual_Impl_T<CORBA::UnionMemberSeq>::insert_copy ( + _tao_any, + CORBA::UnionMemberSeq::_tao_any_destructor, + TAO::TypeCode::tc_CORBA_UnionMemberSeq_0, + _tao_elem + ); } // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::UnionMemberSeq *_tao_elem ) { @@ -6583,8 +7308,8 @@ void operator<<= ( } // Extraction to non-const pointer (deprecated). -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, CORBA::UnionMemberSeq *&_tao_elem ) { @@ -6595,8 +7320,8 @@ CORBA::Boolean operator>>= ( } // Extraction to const pointer. -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, const CORBA::UnionMemberSeq *&_tao_elem ) { @@ -6608,28 +7333,45 @@ CORBA::Boolean operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/any_op_cs.cpp:54 -// TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_cs.cpp:54 + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, const CORBA::EnumMemberSeq &_tao_elem ) { - TAO::Any_Dual_Impl_T<CORBA::EnumMemberSeq>::insert_copy ( - _tao_any, - CORBA::EnumMemberSeq::_tao_any_destructor, - TAO::TypeCode::tc_CORBA_EnumMemberSeq_0, - _tao_elem - ); + if (0 == &_tao_elem) // Trying to de-reference NULL object + _tao_any <<= static_cast<CORBA::EnumMemberSeq *>( 0 ); // Use non-copying insertion of a NULL + else + TAO::Any_Dual_Impl_T<CORBA::EnumMemberSeq>::insert_copy ( + _tao_any, + CORBA::EnumMemberSeq::_tao_any_destructor, + TAO::TypeCode::tc_CORBA_EnumMemberSeq_0, + _tao_elem + ); } // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::EnumMemberSeq *_tao_elem ) { @@ -6642,8 +7384,8 @@ void operator<<= ( } // Extraction to non-const pointer (deprecated). -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, CORBA::EnumMemberSeq *&_tao_elem ) { @@ -6654,8 +7396,8 @@ CORBA::Boolean operator>>= ( } // Extraction to const pointer. -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, const CORBA::EnumMemberSeq *&_tao_elem ) { @@ -6667,27 +7409,107 @@ CORBA::Boolean operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + // TAO_IDL - Generated from -// be\be_visitor_interface/any_op_cs.cpp:50 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/any_op_cs.cpp:51 + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + namespace TAO { template<> - CORBA::Boolean + ::CORBA::Boolean Any_Impl_T<CORBA::Container>::to_object ( - CORBA::Object_ptr &_tao_elem + ::CORBA::Object_ptr &_tao_elem ) const { - _tao_elem = CORBA::Object::_duplicate (this->value_); + _tao_elem = ::CORBA::Object::_duplicate (this->value_); return true; } } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + + + // Copying insertion. + void + operator<<= ( + ::CORBA::Any &_tao_any, + Container_ptr _tao_elem + ) + { + Container_ptr _tao_objptr = + Container::_duplicate (_tao_elem); + _tao_any <<= &_tao_objptr; + } + + // Non-copying insertion. + void + operator<<= ( + ::CORBA::Any &_tao_any, + Container_ptr *_tao_elem + ) + { + TAO::Any_Impl_T<Container>::insert ( + _tao_any, + Container::_tao_any_destructor, + _tc_Container, + *_tao_elem + ); + } + + ::CORBA::Boolean + operator>>= ( + const ::CORBA::Any &_tao_any, + Container_ptr &_tao_elem + ) + { + return + TAO::Any_Impl_T<Container>::extract ( + _tao_any, + Container::_tao_any_destructor, + _tc_Container, + _tao_elem + ); + } +} + +#else + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::Container_ptr _tao_elem ) { @@ -6699,7 +7521,7 @@ operator<<= ( // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::Container_ptr *_tao_elem ) { @@ -6711,9 +7533,9 @@ operator<<= ( ); } -CORBA::Boolean +::CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, + const ::CORBA::Any &_tao_any, CORBA::Container_ptr &_tao_elem ) { @@ -6725,27 +7547,46 @@ operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#endif + +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/any_op_cs.cpp:54 + -// TAO_IDL - Generated from -// be\be_visitor_structure/any_op_cs.cpp:54 + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, const CORBA::Container::Description &_tao_elem ) { - TAO::Any_Dual_Impl_T<CORBA::Container::Description>::insert_copy ( - _tao_any, - CORBA::Container::Description::_tao_any_destructor, - CORBA::Container::_tc_Description, - _tao_elem - ); + if (0 == &_tao_elem) // Trying to de-reference NULL object + _tao_any <<= static_cast<CORBA::Container::Description *>( 0 ); // Use non-copying insertion of a NULL + else + TAO::Any_Dual_Impl_T<CORBA::Container::Description>::insert_copy ( + _tao_any, + CORBA::Container::Description::_tao_any_destructor, + CORBA::Container::_tc_Description, + _tao_elem + ); } // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::Container::Description *_tao_elem ) { @@ -6758,8 +7599,8 @@ void operator<<= ( } // Extraction to non-const pointer (deprecated). -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, CORBA::Container::Description *&_tao_elem ) { @@ -6770,8 +7611,8 @@ CORBA::Boolean operator>>= ( } // Extraction to const pointer. -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, const CORBA::Container::Description *&_tao_elem ) { @@ -6783,28 +7624,45 @@ CORBA::Boolean operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL -// TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_cs.cpp:54 + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/any_op_cs.cpp:54 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, const CORBA::Container::DescriptionSeq &_tao_elem ) { - TAO::Any_Dual_Impl_T<CORBA::Container::DescriptionSeq>::insert_copy ( - _tao_any, - CORBA::Container::DescriptionSeq::_tao_any_destructor, - TAO::TypeCode::tc_CORBA_Container_DescriptionSeq_0, - _tao_elem - ); + if (0 == &_tao_elem) // Trying to de-reference NULL object + _tao_any <<= static_cast<CORBA::Container::DescriptionSeq *>( 0 ); // Use non-copying insertion of a NULL + else + TAO::Any_Dual_Impl_T<CORBA::Container::DescriptionSeq>::insert_copy ( + _tao_any, + CORBA::Container::DescriptionSeq::_tao_any_destructor, + TAO::TypeCode::tc_CORBA_Container_DescriptionSeq_0, + _tao_elem + ); } // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::Container::DescriptionSeq *_tao_elem ) { @@ -6817,8 +7675,8 @@ void operator<<= ( } // Extraction to non-const pointer (deprecated). -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, CORBA::Container::DescriptionSeq *&_tao_elem ) { @@ -6829,8 +7687,8 @@ CORBA::Boolean operator>>= ( } // Extraction to const pointer. -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, const CORBA::Container::DescriptionSeq *&_tao_elem ) { @@ -6842,27 +7700,107 @@ CORBA::Boolean operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + // TAO_IDL - Generated from -// be\be_visitor_interface/any_op_cs.cpp:50 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/any_op_cs.cpp:51 + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + namespace TAO { template<> - CORBA::Boolean + ::CORBA::Boolean Any_Impl_T<CORBA::IDLType>::to_object ( - CORBA::Object_ptr &_tao_elem + ::CORBA::Object_ptr &_tao_elem ) const { - _tao_elem = CORBA::Object::_duplicate (this->value_); + _tao_elem = ::CORBA::Object::_duplicate (this->value_); return true; } } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + + + // Copying insertion. + void + operator<<= ( + ::CORBA::Any &_tao_any, + IDLType_ptr _tao_elem + ) + { + IDLType_ptr _tao_objptr = + IDLType::_duplicate (_tao_elem); + _tao_any <<= &_tao_objptr; + } + + // Non-copying insertion. + void + operator<<= ( + ::CORBA::Any &_tao_any, + IDLType_ptr *_tao_elem + ) + { + TAO::Any_Impl_T<IDLType>::insert ( + _tao_any, + IDLType::_tao_any_destructor, + _tc_IDLType, + *_tao_elem + ); + } + + ::CORBA::Boolean + operator>>= ( + const ::CORBA::Any &_tao_any, + IDLType_ptr &_tao_elem + ) + { + return + TAO::Any_Impl_T<IDLType>::extract ( + _tao_any, + IDLType::_tao_any_destructor, + _tc_IDLType, + _tao_elem + ); + } +} + +#else + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::IDLType_ptr _tao_elem ) { @@ -6874,7 +7812,7 @@ operator<<= ( // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::IDLType_ptr *_tao_elem ) { @@ -6886,9 +7824,9 @@ operator<<= ( ); } -CORBA::Boolean +::CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, + const ::CORBA::Any &_tao_any, CORBA::IDLType_ptr &_tao_elem ) { @@ -6900,27 +7838,109 @@ operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#endif // TAO_IDL - Generated from -// be\be_visitor_interface/any_op_cs.cpp:50 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/any_op_cs.cpp:51 + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + namespace TAO { template<> - CORBA::Boolean + ::CORBA::Boolean Any_Impl_T<CORBA::TypedefDef>::to_object ( - CORBA::Object_ptr &_tao_elem + ::CORBA::Object_ptr &_tao_elem ) const { - _tao_elem = CORBA::Object::_duplicate (this->value_); + _tao_elem = ::CORBA::Object::_duplicate (this->value_); return true; } } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + + + // Copying insertion. + void + operator<<= ( + ::CORBA::Any &_tao_any, + TypedefDef_ptr _tao_elem + ) + { + TypedefDef_ptr _tao_objptr = + TypedefDef::_duplicate (_tao_elem); + _tao_any <<= &_tao_objptr; + } + + // Non-copying insertion. + void + operator<<= ( + ::CORBA::Any &_tao_any, + TypedefDef_ptr *_tao_elem + ) + { + TAO::Any_Impl_T<TypedefDef>::insert ( + _tao_any, + TypedefDef::_tao_any_destructor, + _tc_TypedefDef, + *_tao_elem + ); + } + + ::CORBA::Boolean + operator>>= ( + const ::CORBA::Any &_tao_any, + TypedefDef_ptr &_tao_elem + ) + { + return + TAO::Any_Impl_T<TypedefDef>::extract ( + _tao_any, + TypedefDef::_tao_any_destructor, + _tc_TypedefDef, + _tao_elem + ); + } +} + +#else + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::TypedefDef_ptr _tao_elem ) { @@ -6932,7 +7952,7 @@ operator<<= ( // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::TypedefDef_ptr *_tao_elem ) { @@ -6944,9 +7964,9 @@ operator<<= ( ); } -CORBA::Boolean +::CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, + const ::CORBA::Any &_tao_any, CORBA::TypedefDef_ptr &_tao_elem ) { @@ -6958,27 +7978,46 @@ operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL -// TAO_IDL - Generated from -// be\be_visitor_structure/any_op_cs.cpp:54 + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#endif + +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/any_op_cs.cpp:54 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, const CORBA::TypeDescription &_tao_elem ) { - TAO::Any_Dual_Impl_T<CORBA::TypeDescription>::insert_copy ( - _tao_any, - CORBA::TypeDescription::_tao_any_destructor, - CORBA::_tc_TypeDescription, - _tao_elem - ); + if (0 == &_tao_elem) // Trying to de-reference NULL object + _tao_any <<= static_cast<CORBA::TypeDescription *>( 0 ); // Use non-copying insertion of a NULL + else + TAO::Any_Dual_Impl_T<CORBA::TypeDescription>::insert_copy ( + _tao_any, + CORBA::TypeDescription::_tao_any_destructor, + CORBA::_tc_TypeDescription, + _tao_elem + ); } // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::TypeDescription *_tao_elem ) { @@ -6991,8 +8030,8 @@ void operator<<= ( } // Extraction to non-const pointer (deprecated). -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, CORBA::TypeDescription *&_tao_elem ) { @@ -7003,8 +8042,8 @@ CORBA::Boolean operator>>= ( } // Extraction to const pointer. -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, const CORBA::TypeDescription *&_tao_elem ) { @@ -7016,68 +8055,110 @@ CORBA::Boolean operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + // TAO_IDL - Generated from -// be\be_visitor_enum/cdr_op_cs.cpp:51 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_enum/cdr_op_cs.cpp:51 + + -CORBA::Boolean operator<< (TAO_OutputCDR & strm, CORBA::DefinitionKind _tao_enumerator) +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +::CORBA::Boolean operator<< (TAO_OutputCDR & strm, CORBA::DefinitionKind _tao_enumerator) { - return strm << static_cast<CORBA::ULong> (_tao_enumerator); + return strm << static_cast< ::CORBA::ULong> (_tao_enumerator); } -CORBA::Boolean operator>> (TAO_InputCDR & strm, CORBA::DefinitionKind & _tao_enumerator) +::CORBA::Boolean operator>> (TAO_InputCDR & strm, CORBA::DefinitionKind & _tao_enumerator) { - CORBA::ULong _tao_temp = 0; - CORBA::Boolean const _tao_success = strm >> _tao_temp; - + ::CORBA::ULong _tao_temp = 0; + ::CORBA::Boolean const _tao_success = strm >> _tao_temp; + if (_tao_success) { _tao_enumerator = static_cast<CORBA::DefinitionKind> (_tao_temp); } - + return _tao_success; } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + // TAO_IDL - Generated from -// be\be_visitor_interface/cdr_op_cs.cpp:63 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/cdr_op_cs.cpp:63 + -CORBA::Boolean operator<< ( +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::IRObject_ptr _tao_objref ) { - CORBA::Object_ptr _tao_corba_obj = _tao_objref; + ::CORBA::Object_ptr _tao_corba_obj = _tao_objref; return (strm << _tao_corba_obj); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::IRObject_ptr &_tao_objref ) { - CORBA::Object_var obj; - + ::CORBA::Object_var obj; + if (!(strm >> obj.inout ())) { return false; } - + typedef ::CORBA::IRObject RHS_SCOPED_NAME; - + // Narrow to the right type. _tao_objref = TAO::Narrow_Utils<RHS_SCOPED_NAME>::unchecked_narrow ( obj.in (), CORBA__TAO_IRObject_Proxy_Broker_Factory_function_pointer ); - - return 1; + + return true; } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + // TAO_IDL - Generated from -// be\be_visitor_structure/cdr_op_cs.cpp:61 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/cdr_op_cs.cpp:61 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + -CORBA::Boolean operator<< ( +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::Contained::Description &_tao_aggregate ) @@ -7087,7 +8168,7 @@ CORBA::Boolean operator<< ( (strm << _tao_aggregate.value); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::Contained::Description &_tao_aggregate ) @@ -7096,50 +8177,76 @@ CORBA::Boolean operator>> ( (strm >> _tao_aggregate.kind) && (strm >> _tao_aggregate.value); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + // TAO_IDL - Generated from -// be\be_visitor_interface/cdr_op_cs.cpp:63 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/cdr_op_cs.cpp:63 + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL -CORBA::Boolean operator<< ( +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::Contained_ptr _tao_objref ) { - CORBA::Object_ptr _tao_corba_obj = _tao_objref; + ::CORBA::Object_ptr _tao_corba_obj = _tao_objref; return (strm << _tao_corba_obj); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::Contained_ptr &_tao_objref ) { - CORBA::Object_var obj; - + ::CORBA::Object_var obj; + if (!(strm >> obj.inout ())) { return false; } - + typedef ::CORBA::Contained RHS_SCOPED_NAME; - + // Narrow to the right type. _tao_objref = TAO::Narrow_Utils<RHS_SCOPED_NAME>::unchecked_narrow ( obj.in (), CORBA__TAO_Contained_Proxy_Broker_Factory_function_pointer ); - - return 1; + + return true; } -// TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_cs.cpp:96 +TAO_END_VERSIONED_NAMESPACE_DECL + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/cdr_op_cs.cpp:96 #if !defined _TAO_CDR_OP_CORBA_InterfaceDefSeq_CPP_ #define _TAO_CDR_OP_CORBA_InterfaceDefSeq_CPP_ -CORBA::Boolean operator<< ( + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::InterfaceDefSeq &_tao_sequence ) @@ -7147,7 +8254,7 @@ CORBA::Boolean operator<< ( return TAO::marshal_sequence(strm, _tao_sequence); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::InterfaceDefSeq &_tao_sequence ) @@ -7155,15 +8262,26 @@ CORBA::Boolean operator>> ( return TAO::demarshal_sequence(strm, _tao_sequence); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + #endif /* _TAO_CDR_OP_CORBA_InterfaceDefSeq_CPP_ */ // TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_cs.cpp:96 - +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/cdr_op_cs.cpp:96 #if !defined _TAO_CDR_OP_CORBA_ValueDefSeq_CPP_ #define _TAO_CDR_OP_CORBA_ValueDefSeq_CPP_ -CORBA::Boolean operator<< ( + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::ValueDefSeq &_tao_sequence ) @@ -7171,7 +8289,7 @@ CORBA::Boolean operator<< ( return TAO::marshal_sequence(strm, _tao_sequence); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::ValueDefSeq &_tao_sequence ) @@ -7179,15 +8297,26 @@ CORBA::Boolean operator>> ( return TAO::demarshal_sequence(strm, _tao_sequence); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + #endif /* _TAO_CDR_OP_CORBA_ValueDefSeq_CPP_ */ // TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_cs.cpp:96 - +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/cdr_op_cs.cpp:96 #if !defined _TAO_CDR_OP_CORBA_AbstractInterfaceDefSeq_CPP_ #define _TAO_CDR_OP_CORBA_AbstractInterfaceDefSeq_CPP_ -CORBA::Boolean operator<< ( + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::AbstractInterfaceDefSeq &_tao_sequence ) @@ -7195,7 +8324,7 @@ CORBA::Boolean operator<< ( return TAO::marshal_sequence(strm, _tao_sequence); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::AbstractInterfaceDefSeq &_tao_sequence ) @@ -7203,15 +8332,26 @@ CORBA::Boolean operator>> ( return TAO::demarshal_sequence(strm, _tao_sequence); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + #endif /* _TAO_CDR_OP_CORBA_AbstractInterfaceDefSeq_CPP_ */ // TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_cs.cpp:96 - +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/cdr_op_cs.cpp:96 #if !defined _TAO_CDR_OP_CORBA_LocalInterfaceDefSeq_CPP_ #define _TAO_CDR_OP_CORBA_LocalInterfaceDefSeq_CPP_ -CORBA::Boolean operator<< ( + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::LocalInterfaceDefSeq &_tao_sequence ) @@ -7219,7 +8359,7 @@ CORBA::Boolean operator<< ( return TAO::marshal_sequence(strm, _tao_sequence); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::LocalInterfaceDefSeq &_tao_sequence ) @@ -7227,15 +8367,26 @@ CORBA::Boolean operator>> ( return TAO::demarshal_sequence(strm, _tao_sequence); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + #endif /* _TAO_CDR_OP_CORBA_LocalInterfaceDefSeq_CPP_ */ // TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_cs.cpp:96 - +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/cdr_op_cs.cpp:96 #if !defined _TAO_CDR_OP_CORBA_ExtInterfaceDefSeq_CPP_ #define _TAO_CDR_OP_CORBA_ExtInterfaceDefSeq_CPP_ -CORBA::Boolean operator<< ( + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::ExtInterfaceDefSeq &_tao_sequence ) @@ -7243,7 +8394,7 @@ CORBA::Boolean operator<< ( return TAO::marshal_sequence(strm, _tao_sequence); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::ExtInterfaceDefSeq &_tao_sequence ) @@ -7251,15 +8402,26 @@ CORBA::Boolean operator>> ( return TAO::demarshal_sequence(strm, _tao_sequence); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + #endif /* _TAO_CDR_OP_CORBA_ExtInterfaceDefSeq_CPP_ */ // TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_cs.cpp:96 - +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/cdr_op_cs.cpp:96 #if !defined _TAO_CDR_OP_CORBA_ExtValueDefSeq_CPP_ #define _TAO_CDR_OP_CORBA_ExtValueDefSeq_CPP_ -CORBA::Boolean operator<< ( + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::ExtValueDefSeq &_tao_sequence ) @@ -7267,7 +8429,7 @@ CORBA::Boolean operator<< ( return TAO::marshal_sequence(strm, _tao_sequence); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::ExtValueDefSeq &_tao_sequence ) @@ -7275,15 +8437,26 @@ CORBA::Boolean operator>> ( return TAO::demarshal_sequence(strm, _tao_sequence); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + #endif /* _TAO_CDR_OP_CORBA_ExtValueDefSeq_CPP_ */ // TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_cs.cpp:96 - +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/cdr_op_cs.cpp:96 #if !defined _TAO_CDR_OP_CORBA_ExtAbstractInterfaceDefSeq_CPP_ #define _TAO_CDR_OP_CORBA_ExtAbstractInterfaceDefSeq_CPP_ -CORBA::Boolean operator<< ( + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::ExtAbstractInterfaceDefSeq &_tao_sequence ) @@ -7291,7 +8464,7 @@ CORBA::Boolean operator<< ( return TAO::marshal_sequence(strm, _tao_sequence); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::ExtAbstractInterfaceDefSeq &_tao_sequence ) @@ -7299,15 +8472,26 @@ CORBA::Boolean operator>> ( return TAO::demarshal_sequence(strm, _tao_sequence); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + #endif /* _TAO_CDR_OP_CORBA_ExtAbstractInterfaceDefSeq_CPP_ */ // TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_cs.cpp:96 - +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/cdr_op_cs.cpp:96 #if !defined _TAO_CDR_OP_CORBA_ExtLocalInterfaceDefSeq_CPP_ #define _TAO_CDR_OP_CORBA_ExtLocalInterfaceDefSeq_CPP_ -CORBA::Boolean operator<< ( + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::ExtLocalInterfaceDefSeq &_tao_sequence ) @@ -7315,7 +8499,7 @@ CORBA::Boolean operator<< ( return TAO::marshal_sequence(strm, _tao_sequence); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::ExtLocalInterfaceDefSeq &_tao_sequence ) @@ -7323,15 +8507,26 @@ CORBA::Boolean operator>> ( return TAO::demarshal_sequence(strm, _tao_sequence); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + #endif /* _TAO_CDR_OP_CORBA_ExtLocalInterfaceDefSeq_CPP_ */ // TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_cs.cpp:96 - +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/cdr_op_cs.cpp:96 #if !defined _TAO_CDR_OP_CORBA_ContainedSeq_CPP_ #define _TAO_CDR_OP_CORBA_ContainedSeq_CPP_ -CORBA::Boolean operator<< ( + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::ContainedSeq &_tao_sequence ) @@ -7339,7 +8534,7 @@ CORBA::Boolean operator<< ( return TAO::marshal_sequence(strm, _tao_sequence); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::ContainedSeq &_tao_sequence ) @@ -7347,12 +8542,25 @@ CORBA::Boolean operator>> ( return TAO::demarshal_sequence(strm, _tao_sequence); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + #endif /* _TAO_CDR_OP_CORBA_ContainedSeq_CPP_ */ // TAO_IDL - Generated from -// be\be_visitor_structure/cdr_op_cs.cpp:61 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/cdr_op_cs.cpp:61 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL -CORBA::Boolean operator<< ( +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::StructMember &_tao_aggregate ) @@ -7360,13 +8568,13 @@ CORBA::Boolean operator<< ( return (strm << _tao_aggregate.name.in ()) && (strm << _tao_aggregate.type.in ()) && - CORBA::Object::marshal ( + ::CORBA::Object::marshal ( _tao_aggregate.type_def.in (), strm ); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::StructMember &_tao_aggregate ) @@ -7376,14 +8584,26 @@ CORBA::Boolean operator>> ( (strm >> _tao_aggregate.type.out ()) && (strm >> _tao_aggregate.type_def.out ()); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -// TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_cs.cpp:96 +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/cdr_op_cs.cpp:96 #if !defined _TAO_CDR_OP_CORBA_StructMemberSeq_CPP_ #define _TAO_CDR_OP_CORBA_StructMemberSeq_CPP_ -CORBA::Boolean operator<< ( + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::StructMemberSeq &_tao_sequence ) @@ -7391,7 +8611,7 @@ CORBA::Boolean operator<< ( return TAO::marshal_sequence(strm, _tao_sequence); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::StructMemberSeq &_tao_sequence ) @@ -7399,12 +8619,25 @@ CORBA::Boolean operator>> ( return TAO::demarshal_sequence(strm, _tao_sequence); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + #endif /* _TAO_CDR_OP_CORBA_StructMemberSeq_CPP_ */ // TAO_IDL - Generated from -// be\be_visitor_structure/cdr_op_cs.cpp:61 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/cdr_op_cs.cpp:61 + + -CORBA::Boolean operator<< ( +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::Initializer &_tao_aggregate ) @@ -7414,7 +8647,7 @@ CORBA::Boolean operator<< ( (strm << _tao_aggregate.name.in ()); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::Initializer &_tao_aggregate ) @@ -7423,14 +8656,26 @@ CORBA::Boolean operator>> ( (strm >> _tao_aggregate.members) && (strm >> _tao_aggregate.name.out ()); } +TAO_END_VERSIONED_NAMESPACE_DECL -// TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_cs.cpp:96 +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/cdr_op_cs.cpp:96 #if !defined _TAO_CDR_OP_CORBA_InitializerSeq_CPP_ #define _TAO_CDR_OP_CORBA_InitializerSeq_CPP_ -CORBA::Boolean operator<< ( + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::InitializerSeq &_tao_sequence ) @@ -7438,7 +8683,7 @@ CORBA::Boolean operator<< ( return TAO::marshal_sequence(strm, _tao_sequence); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::InitializerSeq &_tao_sequence ) @@ -7446,12 +8691,25 @@ CORBA::Boolean operator>> ( return TAO::demarshal_sequence(strm, _tao_sequence); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + #endif /* _TAO_CDR_OP_CORBA_InitializerSeq_CPP_ */ // TAO_IDL - Generated from -// be\be_visitor_structure/cdr_op_cs.cpp:61 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/cdr_op_cs.cpp:61 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + -CORBA::Boolean operator<< ( +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::ExceptionDescription &_tao_aggregate ) @@ -7464,7 +8722,7 @@ CORBA::Boolean operator<< ( (strm << _tao_aggregate.type.in ()); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::ExceptionDescription &_tao_aggregate ) @@ -7476,14 +8734,26 @@ CORBA::Boolean operator>> ( (strm >> _tao_aggregate.version.out ()) && (strm >> _tao_aggregate.type.out ()); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL -// TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_cs.cpp:96 + + +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/cdr_op_cs.cpp:96 #if !defined _TAO_CDR_OP_CORBA_ExcDescriptionSeq_CPP_ #define _TAO_CDR_OP_CORBA_ExcDescriptionSeq_CPP_ -CORBA::Boolean operator<< ( + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::ExcDescriptionSeq &_tao_sequence ) @@ -7491,7 +8761,7 @@ CORBA::Boolean operator<< ( return TAO::marshal_sequence(strm, _tao_sequence); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::ExcDescriptionSeq &_tao_sequence ) @@ -7499,12 +8769,25 @@ CORBA::Boolean operator>> ( return TAO::demarshal_sequence(strm, _tao_sequence); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + #endif /* _TAO_CDR_OP_CORBA_ExcDescriptionSeq_CPP_ */ // TAO_IDL - Generated from -// be\be_visitor_structure/cdr_op_cs.cpp:61 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/cdr_op_cs.cpp:61 -CORBA::Boolean operator<< ( + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::ExtInitializer &_tao_aggregate ) @@ -7515,7 +8798,7 @@ CORBA::Boolean operator<< ( (strm << _tao_aggregate.name.in ()); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::ExtInitializer &_tao_aggregate ) @@ -7525,14 +8808,26 @@ CORBA::Boolean operator>> ( (strm >> _tao_aggregate.exceptions) && (strm >> _tao_aggregate.name.out ()); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL -// TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_cs.cpp:96 + + +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/cdr_op_cs.cpp:96 #if !defined _TAO_CDR_OP_CORBA_ExtInitializerSeq_CPP_ #define _TAO_CDR_OP_CORBA_ExtInitializerSeq_CPP_ -CORBA::Boolean operator<< ( + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::ExtInitializerSeq &_tao_sequence ) @@ -7540,7 +8835,7 @@ CORBA::Boolean operator<< ( return TAO::marshal_sequence(strm, _tao_sequence); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::ExtInitializerSeq &_tao_sequence ) @@ -7548,12 +8843,25 @@ CORBA::Boolean operator>> ( return TAO::demarshal_sequence(strm, _tao_sequence); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + #endif /* _TAO_CDR_OP_CORBA_ExtInitializerSeq_CPP_ */ // TAO_IDL - Generated from -// be\be_visitor_structure/cdr_op_cs.cpp:61 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/cdr_op_cs.cpp:61 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL -CORBA::Boolean operator<< ( +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::UnionMember &_tao_aggregate ) @@ -7562,13 +8870,13 @@ CORBA::Boolean operator<< ( (strm << _tao_aggregate.name.in ()) && (strm << _tao_aggregate.label) && (strm << _tao_aggregate.type.in ()) && - CORBA::Object::marshal ( + ::CORBA::Object::marshal ( _tao_aggregate.type_def.in (), strm ); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::UnionMember &_tao_aggregate ) @@ -7579,14 +8887,26 @@ CORBA::Boolean operator>> ( (strm >> _tao_aggregate.type.out ()) && (strm >> _tao_aggregate.type_def.out ()); } +TAO_END_VERSIONED_NAMESPACE_DECL -// TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_cs.cpp:96 +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/cdr_op_cs.cpp:96 #if !defined _TAO_CDR_OP_CORBA_UnionMemberSeq_CPP_ #define _TAO_CDR_OP_CORBA_UnionMemberSeq_CPP_ -CORBA::Boolean operator<< ( + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::UnionMemberSeq &_tao_sequence ) @@ -7594,7 +8914,7 @@ CORBA::Boolean operator<< ( return TAO::marshal_sequence(strm, _tao_sequence); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::UnionMemberSeq &_tao_sequence ) @@ -7602,15 +8922,26 @@ CORBA::Boolean operator>> ( return TAO::demarshal_sequence(strm, _tao_sequence); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + #endif /* _TAO_CDR_OP_CORBA_UnionMemberSeq_CPP_ */ // TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_cs.cpp:96 - +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/cdr_op_cs.cpp:96 #if !defined _TAO_CDR_OP_CORBA_EnumMemberSeq_CPP_ #define _TAO_CDR_OP_CORBA_EnumMemberSeq_CPP_ -CORBA::Boolean operator<< ( + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::EnumMemberSeq &_tao_sequence ) @@ -7618,7 +8949,7 @@ CORBA::Boolean operator<< ( return TAO::marshal_sequence(strm, _tao_sequence); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::EnumMemberSeq &_tao_sequence ) @@ -7626,18 +8957,31 @@ CORBA::Boolean operator>> ( return TAO::demarshal_sequence(strm, _tao_sequence); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + #endif /* _TAO_CDR_OP_CORBA_EnumMemberSeq_CPP_ */ // TAO_IDL - Generated from -// be\be_visitor_structure/cdr_op_cs.cpp:61 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/cdr_op_cs.cpp:61 + -CORBA::Boolean operator<< ( + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::Container::Description &_tao_aggregate ) { return - CORBA::Object::marshal ( + ::CORBA::Object::marshal ( _tao_aggregate.contained_object.in (), strm ) && @@ -7645,7 +8989,7 @@ CORBA::Boolean operator<< ( (strm << _tao_aggregate.value); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::Container::Description &_tao_aggregate ) @@ -7655,14 +8999,26 @@ CORBA::Boolean operator>> ( (strm >> _tao_aggregate.kind) && (strm >> _tao_aggregate.value); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL -// TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_cs.cpp:96 + + +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/cdr_op_cs.cpp:96 #if !defined _TAO_CDR_OP_CORBA_Container_DescriptionSeq_CPP_ #define _TAO_CDR_OP_CORBA_Container_DescriptionSeq_CPP_ -CORBA::Boolean operator<< ( + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::Container::DescriptionSeq &_tao_sequence ) @@ -7670,7 +9026,7 @@ CORBA::Boolean operator<< ( return TAO::marshal_sequence(strm, _tao_sequence); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::Container::DescriptionSeq &_tao_sequence ) @@ -7678,120 +9034,175 @@ CORBA::Boolean operator>> ( return TAO::demarshal_sequence(strm, _tao_sequence); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + #endif /* _TAO_CDR_OP_CORBA_Container_DescriptionSeq_CPP_ */ // TAO_IDL - Generated from -// be\be_visitor_interface/cdr_op_cs.cpp:63 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/cdr_op_cs.cpp:63 + + +TAO_END_VERSIONED_NAMESPACE_DECL + -CORBA::Boolean operator<< ( +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::Container_ptr _tao_objref ) { - CORBA::Object_ptr _tao_corba_obj = _tao_objref; + ::CORBA::Object_ptr _tao_corba_obj = _tao_objref; return (strm << _tao_corba_obj); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::Container_ptr &_tao_objref ) { - CORBA::Object_var obj; - + ::CORBA::Object_var obj; + if (!(strm >> obj.inout ())) { return false; } - + typedef ::CORBA::Container RHS_SCOPED_NAME; - + // Narrow to the right type. _tao_objref = TAO::Narrow_Utils<RHS_SCOPED_NAME>::unchecked_narrow ( obj.in (), CORBA__TAO_Container_Proxy_Broker_Factory_function_pointer ); - - return 1; + + return true; } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + // TAO_IDL - Generated from -// be\be_visitor_interface/cdr_op_cs.cpp:63 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/cdr_op_cs.cpp:63 + -CORBA::Boolean operator<< ( +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::IDLType_ptr _tao_objref ) { - CORBA::Object_ptr _tao_corba_obj = _tao_objref; + ::CORBA::Object_ptr _tao_corba_obj = _tao_objref; return (strm << _tao_corba_obj); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::IDLType_ptr &_tao_objref ) { - CORBA::Object_var obj; - + ::CORBA::Object_var obj; + if (!(strm >> obj.inout ())) { return false; } - + typedef ::CORBA::IDLType RHS_SCOPED_NAME; - + // Narrow to the right type. _tao_objref = TAO::Narrow_Utils<RHS_SCOPED_NAME>::unchecked_narrow ( obj.in (), CORBA__TAO_IDLType_Proxy_Broker_Factory_function_pointer ); - - return 1; + + return true; } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + // TAO_IDL - Generated from -// be\be_visitor_interface/cdr_op_cs.cpp:63 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/cdr_op_cs.cpp:63 + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL -CORBA::Boolean operator<< ( +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::TypedefDef_ptr _tao_objref ) { - CORBA::Object_ptr _tao_corba_obj = _tao_objref; + ::CORBA::Object_ptr _tao_corba_obj = _tao_objref; return (strm << _tao_corba_obj); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::TypedefDef_ptr &_tao_objref ) { - CORBA::Object_var obj; - + ::CORBA::Object_var obj; + if (!(strm >> obj.inout ())) { return false; } - + typedef ::CORBA::TypedefDef RHS_SCOPED_NAME; - + // Narrow to the right type. _tao_objref = TAO::Narrow_Utils<RHS_SCOPED_NAME>::unchecked_narrow ( obj.in (), CORBA__TAO_TypedefDef_Proxy_Broker_Factory_function_pointer ); - - return 1; + + return true; } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + // TAO_IDL - Generated from -// be\be_visitor_structure/cdr_op_cs.cpp:61 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/cdr_op_cs.cpp:61 + + -CORBA::Boolean operator<< ( +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::TypeDescription &_tao_aggregate ) @@ -7804,7 +9215,7 @@ CORBA::Boolean operator<< ( (strm << _tao_aggregate.type.in ()); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::TypeDescription &_tao_aggregate ) @@ -7816,5 +9227,15 @@ CORBA::Boolean operator>> ( (strm >> _tao_aggregate.version.out ()) && (strm >> _tao_aggregate.type.out ()); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + TAO_END_VERSIONED_NAMESPACE_DECL + + diff --git a/TAO/tao/IFR_Client/IFR_BaseC.h b/TAO/tao/IFR_Client/IFR_BaseC.h index b8afb930ab7..194baf6b3b1 100644 --- a/TAO/tao/IFR_Client/IFR_BaseC.h +++ b/TAO/tao/IFR_Client/IFR_BaseC.h @@ -26,10 +26,10 @@ // http://www.cs.wustl.edu/~schmidt/TAO.html // TAO_IDL - Generated from -// be\be_codegen.cpp:154 +// .\be\be_codegen.cpp:154 -#ifndef _TAO_IDL_ORIG_IFR_BASEC_H_ -#define _TAO_IDL_ORIG_IFR_BASEC_H_ +#ifndef _TAO_IDL_IFR_BASEC_H_ +#define _TAO_IDL_IFR_BASEC_H_ #include /**/ "ace/pre.h" @@ -40,20 +40,24 @@ # pragma once #endif /* ACE_LACKS_PRAGMA_ONCE */ -#include "tao/IFR_Client/ifr_client_export.h" -#include "tao/AnyTypeCode/TypeCode.h" -#include "tao/AnyTypeCode/TypeCode_Constants.h" -#include "tao/AnyTypeCode/Any.h" -#include "tao/AnyTypeCode/TypeCode.h" +#include "ifr_client_export.h" +#include "tao/AnyTypeCode/AnyTypeCode_methods.h" #include "tao/ORB.h" #include "tao/SystemException.h" #include "tao/Environment.h" #include "tao/Object.h" +#include "tao/AnyTypeCode/TypeCode.h" +#include "tao/AnyTypeCode/TypeCode_Constants.h" +#include "tao/AnyTypeCode/Any.h" +#include "tao/String_Manager_T.h" +#include "tao/AnyTypeCode/orb_typesA.h" +#include "tao/AnyTypeCode/Typecode_typesA.h" #include "tao/Sequence_T.h" #include "tao/Objref_VarOut_T.h" #include "tao/Seq_Var_T.h" #include "tao/Seq_Out_T.h" #include "tao/VarOut_T.h" +#include "tao/Versioned_Namespace.h" #include "tao/orb_typesC.h" #include "tao/Typecode_typesC.h" @@ -63,47 +67,54 @@ #endif #define TAO_EXPORT_MACRO TAO_IFR_Client_Export -#if defined(_MSC_VER) -#pragma warning(push) -#pragma warning(disable:4250) -#endif /* _MSC_VER */ +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_root/root_ch.cpp:62 + +TAO_END_VERSIONED_NAMESPACE_DECL -#if defined (__BORLANDC__) -#pragma option push -w-rvl -w-rch -w-ccc -w-inl -#endif /* __BORLANDC__ */ TAO_BEGIN_VERSIONED_NAMESPACE_DECL -// TAO_IDL - Generated from -// be\be_visitor_root/root_ch.cpp:62 + namespace TAO { class Collocation_Proxy_Broker; template<typename T> class Narrow_Utils; } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + // TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:48 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_module/module_ch.cpp:49 namespace CORBA { - + // TAO_IDL - Generated from - // be\be_visitor_typedef/typedef_ch.cpp:413 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typedef/typedef_ch.cpp:419 + typedef char * ScopedName; - typedef CORBA::String_var ScopedName_var; - typedef CORBA::String_out ScopedName_out; - + typedef ::CORBA::String_var ScopedName_var; + typedef ::CORBA::String_out ScopedName_out; + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_ScopedName; - + // TAO_IDL - Generated from - // be\be_visitor_enum/enum_ch.cpp:57 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_enum/enum_ch.cpp:57 + enum DefinitionKind { dk_none, @@ -143,29 +154,29 @@ namespace CORBA dk_Uses, dk_Event }; - + typedef DefinitionKind &DefinitionKind_out; - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_DefinitionKind; - + // TAO_IDL - Generated from - // be\be_interface.cpp:598 + // .\be\be_interface.cpp:640 #if !defined (_CORBA_IROBJECT__VAR_OUT_CH_) #define _CORBA_IROBJECT__VAR_OUT_CH_ - + class IRObject; typedef IRObject *IRObject_ptr; - + typedef TAO_Objref_Var_T< IRObject > IRObject_var; - + typedef TAO_Objref_Out_T< IRObject @@ -173,141 +184,142 @@ namespace CORBA IRObject_out; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_interface/interface_ch.cpp:54 + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ch.cpp:54 #if !defined (_CORBA_IROBJECT_CH_) #define _CORBA_IROBJECT_CH_ - + class TAO_IFR_Client_Export IRObject - : public virtual CORBA::Object + : public virtual ::CORBA::Object { public: friend class TAO::Narrow_Utils<IRObject>; typedef IRObject_ptr _ptr_type; typedef IRObject_var _var_type; - + typedef IRObject_out _out_type; + // The static operations. static IRObject_ptr _duplicate (IRObject_ptr obj); - + static void _tao_release (IRObject_ptr obj); - + static IRObject_ptr _narrow ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static IRObject_ptr _unchecked_narrow ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static IRObject_ptr _nil (void) { return static_cast<IRObject_ptr> (0); } - + static void _tao_any_destructor (void *); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual ::CORBA::DefinitionKind def_kind ( ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual void destroy ( ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_interface/interface_ch.cpp:210 - - virtual CORBA::Boolean _is_a ( + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ch.cpp:212 + + virtual ::CORBA::Boolean _is_a ( const char *type_id ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + virtual const char* _interface_repository_id (void) const; - virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr); + virtual ::CORBA::Boolean marshal (TAO_OutputCDR &cdr); private: TAO::Collocation_Proxy_Broker *the_TAO_IRObject_Proxy_Broker_; - + protected: // Concrete interface only. IRObject (void); - + // These methods travese the inheritance tree and set the // parents piece of the given class in the right mode. virtual void CORBA_IRObject_setup_collocation (void); - + // Concrete non-local interface only. IRObject ( IOP::IOR *ior, TAO_ORB_Core *orb_core = 0 ); - + // Non-local interface only. IRObject ( TAO_Stub *objref, - CORBA::Boolean _tao_collocated = 0, + ::CORBA::Boolean _tao_collocated = 0, TAO_Abstract_ServantBase *servant = 0, TAO_ORB_Core *orb_core = 0 ); - + virtual ~IRObject (void); - + private: // Private and unimplemented for concrete interfaces. IRObject (const IRObject &); - + void operator= (const IRObject &); }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_IRObject; - + // TAO_IDL - Generated from - // be\be_visitor_typedef/typedef_ch.cpp:413 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typedef/typedef_ch.cpp:419 + typedef char * VersionSpec; - typedef CORBA::String_var VersionSpec_var; - typedef CORBA::String_out VersionSpec_out; - + typedef ::CORBA::String_var VersionSpec_var; + typedef ::CORBA::String_out VersionSpec_out; + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_VersionSpec; - + // TAO_IDL - Generated from - // be\be_interface.cpp:598 + // .\be\be_interface.cpp:640 #if !defined (_CORBA_CONTAINED__VAR_OUT_CH_) #define _CORBA_CONTAINED__VAR_OUT_CH_ - + class Contained; typedef Contained *Contained_ptr; - + typedef TAO_Objref_Var_T< Contained > Contained_var; - + typedef TAO_Objref_Out_T< Contained @@ -315,22 +327,22 @@ namespace CORBA Contained_out; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_interface.cpp:598 + // .\be\be_interface.cpp:640 #if !defined (_CORBA_REPOSITORY__VAR_OUT_CH_) #define _CORBA_REPOSITORY__VAR_OUT_CH_ - + class Repository; typedef Repository *Repository_ptr; - + typedef TAO_Objref_Var_T< Repository > Repository_var; - + typedef TAO_Objref_Out_T< Repository @@ -338,22 +350,22 @@ namespace CORBA Repository_out; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_interface.cpp:598 + // .\be\be_interface.cpp:640 #if !defined (_CORBA_CONTAINER__VAR_OUT_CH_) #define _CORBA_CONTAINER__VAR_OUT_CH_ - + class Container; typedef Container *Container_ptr; - + typedef TAO_Objref_Var_T< Container > Container_var; - + typedef TAO_Objref_Out_T< Container @@ -361,13 +373,13 @@ namespace CORBA Container_out; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_interface/interface_ch.cpp:54 + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ch.cpp:54 #if !defined (_CORBA_CONTAINED_CH_) #define _CORBA_CONTAINED_CH_ - + class TAO_IFR_Client_Export Contained : public virtual ::CORBA::IRObject { @@ -375,170 +387,172 @@ namespace CORBA friend class TAO::Narrow_Utils<Contained>; typedef Contained_ptr _ptr_type; typedef Contained_var _var_type; - + typedef Contained_out _out_type; + // The static operations. static Contained_ptr _duplicate (Contained_ptr obj); - + static void _tao_release (Contained_ptr obj); - + static Contained_ptr _narrow ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static Contained_ptr _unchecked_narrow ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static Contained_ptr _nil (void) { return static_cast<Contained_ptr> (0); } - + static void _tao_any_destructor (void *); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual char * id ( ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual void id ( const char * id ACE_ENV_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual char * name ( ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual void name ( const char * name ACE_ENV_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual char * version ( ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual void version ( const char * version ACE_ENV_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual ::CORBA::Container_ptr defined_in ( ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual char * absolute_name ( ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual ::CORBA::Repository_ptr containing_repository ( ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_type.cpp:258 - + // .\be\be_type.cpp:258 + struct Description; - + typedef TAO_Var_Var_T< Description > Description_var; - + typedef TAO_Out_T< Description, Description_var > Description_out; - + // TAO_IDL - Generated from - // be\be_visitor_structure/structure_ch.cpp:57 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/structure_ch.cpp:57 + struct TAO_IFR_Client_Export Description { typedef Description_var _var_type; - + typedef Description_out _out_type; + static void _tao_any_destructor (void *); - ::CORBA::DefinitionKind kind; - CORBA::Any value; + CORBA::DefinitionKind kind; + ::CORBA::Any value; }; - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + static ::CORBA::TypeCode_ptr const _tc_Description; - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual ::CORBA::Contained::Description * describe ( ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual void move ( ::CORBA::Container_ptr new_container, const char * new_name, @@ -546,75 +560,75 @@ namespace CORBA ACE_ENV_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_interface/interface_ch.cpp:210 - - virtual CORBA::Boolean _is_a ( + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ch.cpp:212 + + virtual ::CORBA::Boolean _is_a ( const char *type_id ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + virtual const char* _interface_repository_id (void) const; - virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr); + virtual ::CORBA::Boolean marshal (TAO_OutputCDR &cdr); private: TAO::Collocation_Proxy_Broker *the_TAO_Contained_Proxy_Broker_; - + protected: // Concrete interface only. Contained (void); - + // These methods travese the inheritance tree and set the // parents piece of the given class in the right mode. virtual void CORBA_Contained_setup_collocation (void); - + // Concrete non-local interface only. Contained ( IOP::IOR *ior, TAO_ORB_Core *orb_core = 0 ); - + // Non-local interface only. Contained ( TAO_Stub *objref, - CORBA::Boolean _tao_collocated = 0, + ::CORBA::Boolean _tao_collocated = 0, TAO_Abstract_ServantBase *servant = 0, TAO_ORB_Core *orb_core = 0 ); - + virtual ~Contained (void); - + private: // Private and unimplemented for concrete interfaces. Contained (const Contained &); - + void operator= (const Contained &); }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_Contained; - + // TAO_IDL - Generated from - // be\be_interface.cpp:598 + // .\be\be_interface.cpp:640 #if !defined (_CORBA_MODULEDEF__VAR_OUT_CH_) #define _CORBA_MODULEDEF__VAR_OUT_CH_ - + class ModuleDef; typedef ModuleDef *ModuleDef_ptr; - + typedef TAO_Objref_Var_T< ModuleDef > ModuleDef_var; - + typedef TAO_Objref_Out_T< ModuleDef @@ -622,22 +636,22 @@ namespace CORBA ModuleDef_out; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_interface.cpp:598 + // .\be\be_interface.cpp:640 #if !defined (_CORBA_CONSTANTDEF__VAR_OUT_CH_) #define _CORBA_CONSTANTDEF__VAR_OUT_CH_ - + class ConstantDef; typedef ConstantDef *ConstantDef_ptr; - + typedef TAO_Objref_Var_T< ConstantDef > ConstantDef_var; - + typedef TAO_Objref_Out_T< ConstantDef @@ -645,22 +659,22 @@ namespace CORBA ConstantDef_out; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_interface.cpp:598 + // .\be\be_interface.cpp:640 #if !defined (_CORBA_IDLTYPE__VAR_OUT_CH_) #define _CORBA_IDLTYPE__VAR_OUT_CH_ - + class IDLType; typedef IDLType *IDLType_ptr; - + typedef TAO_Objref_Var_T< IDLType > IDLType_var; - + typedef TAO_Objref_Out_T< IDLType @@ -668,22 +682,22 @@ namespace CORBA IDLType_out; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_interface.cpp:598 + // .\be\be_interface.cpp:640 #if !defined (_CORBA_STRUCTDEF__VAR_OUT_CH_) #define _CORBA_STRUCTDEF__VAR_OUT_CH_ - + class StructDef; typedef StructDef *StructDef_ptr; - + typedef TAO_Objref_Var_T< StructDef > StructDef_var; - + typedef TAO_Objref_Out_T< StructDef @@ -691,22 +705,22 @@ namespace CORBA StructDef_out; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_interface.cpp:598 + // .\be\be_interface.cpp:640 #if !defined (_CORBA_UNIONDEF__VAR_OUT_CH_) #define _CORBA_UNIONDEF__VAR_OUT_CH_ - + class UnionDef; typedef UnionDef *UnionDef_ptr; - + typedef TAO_Objref_Var_T< UnionDef > UnionDef_var; - + typedef TAO_Objref_Out_T< UnionDef @@ -714,22 +728,22 @@ namespace CORBA UnionDef_out; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_interface.cpp:598 + // .\be\be_interface.cpp:640 #if !defined (_CORBA_ENUMDEF__VAR_OUT_CH_) #define _CORBA_ENUMDEF__VAR_OUT_CH_ - + class EnumDef; typedef EnumDef *EnumDef_ptr; - + typedef TAO_Objref_Var_T< EnumDef > EnumDef_var; - + typedef TAO_Objref_Out_T< EnumDef @@ -737,22 +751,22 @@ namespace CORBA EnumDef_out; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_interface.cpp:598 + // .\be\be_interface.cpp:640 #if !defined (_CORBA_ALIASDEF__VAR_OUT_CH_) #define _CORBA_ALIASDEF__VAR_OUT_CH_ - + class AliasDef; typedef AliasDef *AliasDef_ptr; - + typedef TAO_Objref_Var_T< AliasDef > AliasDef_var; - + typedef TAO_Objref_Out_T< AliasDef @@ -760,22 +774,22 @@ namespace CORBA AliasDef_out; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_interface.cpp:598 + // .\be\be_interface.cpp:640 #if !defined (_CORBA_INTERFACEDEF__VAR_OUT_CH_) #define _CORBA_INTERFACEDEF__VAR_OUT_CH_ - + class InterfaceDef; typedef InterfaceDef *InterfaceDef_ptr; - + typedef TAO_Objref_Var_T< InterfaceDef > InterfaceDef_var; - + typedef TAO_Objref_Out_T< InterfaceDef @@ -783,27 +797,27 @@ namespace CORBA InterfaceDef_out; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_sequence/sequence_ch.cpp:101 + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/sequence_ch.cpp:101 #if !defined (_CORBA_INTERFACEDEFSEQ_CH_) #define _CORBA_INTERFACEDEFSEQ_CH_ - + class InterfaceDefSeq; - + typedef TAO_VarSeq_Var_T< InterfaceDefSeq > InterfaceDefSeq_var; - + typedef TAO_Seq_Out_T< InterfaceDefSeq > InterfaceDefSeq_out; - + class TAO_IFR_Client_Export InterfaceDefSeq : public TAO::unbounded_object_reference_sequence< @@ -813,43 +827,46 @@ namespace CORBA { public: InterfaceDefSeq (void); - InterfaceDefSeq (CORBA::ULong max); + InterfaceDefSeq ( ::CORBA::ULong max); InterfaceDefSeq ( - CORBA::ULong max, - CORBA::ULong length, - InterfaceDef_ptr* buffer, - CORBA::Boolean release = false + ::CORBA::ULong max, + ::CORBA::ULong length, + InterfaceDef_ptr* buffer, + ::CORBA::Boolean release = false ); InterfaceDefSeq (const InterfaceDefSeq &); ~InterfaceDefSeq (void); - + static void _tao_any_destructor (void *); - + typedef InterfaceDefSeq_var _var_type; + typedef InterfaceDefSeq_out _out_type; + + }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_InterfaceDefSeq; - + // TAO_IDL - Generated from - // be\be_interface.cpp:598 + // .\be\be_interface.cpp:640 #if !defined (_CORBA_EXCEPTIONDEF__VAR_OUT_CH_) #define _CORBA_EXCEPTIONDEF__VAR_OUT_CH_ - + class ExceptionDef; typedef ExceptionDef *ExceptionDef_ptr; - + typedef TAO_Objref_Var_T< ExceptionDef > ExceptionDef_var; - + typedef TAO_Objref_Out_T< ExceptionDef @@ -857,22 +874,22 @@ namespace CORBA ExceptionDef_out; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_interface.cpp:598 + // .\be\be_interface.cpp:640 #if !defined (_CORBA_NATIVEDEF__VAR_OUT_CH_) #define _CORBA_NATIVEDEF__VAR_OUT_CH_ - + class NativeDef; typedef NativeDef *NativeDef_ptr; - + typedef TAO_Objref_Var_T< NativeDef > NativeDef_var; - + typedef TAO_Objref_Out_T< NativeDef @@ -880,22 +897,22 @@ namespace CORBA NativeDef_out; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_interface.cpp:598 + // .\be\be_interface.cpp:640 #if !defined (_CORBA_VALUEDEF__VAR_OUT_CH_) #define _CORBA_VALUEDEF__VAR_OUT_CH_ - + class ValueDef; typedef ValueDef *ValueDef_ptr; - + typedef TAO_Objref_Var_T< ValueDef > ValueDef_var; - + typedef TAO_Objref_Out_T< ValueDef @@ -903,27 +920,27 @@ namespace CORBA ValueDef_out; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_sequence/sequence_ch.cpp:101 + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/sequence_ch.cpp:101 #if !defined (_CORBA_VALUEDEFSEQ_CH_) #define _CORBA_VALUEDEFSEQ_CH_ - + class ValueDefSeq; - + typedef TAO_VarSeq_Var_T< ValueDefSeq > ValueDefSeq_var; - + typedef TAO_Seq_Out_T< ValueDefSeq > ValueDefSeq_out; - + class TAO_IFR_Client_Export ValueDefSeq : public TAO::unbounded_object_reference_sequence< @@ -933,43 +950,46 @@ namespace CORBA { public: ValueDefSeq (void); - ValueDefSeq (CORBA::ULong max); + ValueDefSeq ( ::CORBA::ULong max); ValueDefSeq ( - CORBA::ULong max, - CORBA::ULong length, - ValueDef_ptr* buffer, - CORBA::Boolean release = false + ::CORBA::ULong max, + ::CORBA::ULong length, + ValueDef_ptr* buffer, + ::CORBA::Boolean release = false ); ValueDefSeq (const ValueDefSeq &); ~ValueDefSeq (void); - + static void _tao_any_destructor (void *); - + typedef ValueDefSeq_var _var_type; + typedef ValueDefSeq_out _out_type; + + }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_ValueDefSeq; - + // TAO_IDL - Generated from - // be\be_interface.cpp:598 + // .\be\be_interface.cpp:640 #if !defined (_CORBA_VALUEBOXDEF__VAR_OUT_CH_) #define _CORBA_VALUEBOXDEF__VAR_OUT_CH_ - + class ValueBoxDef; typedef ValueBoxDef *ValueBoxDef_ptr; - + typedef TAO_Objref_Var_T< ValueBoxDef > ValueBoxDef_var; - + typedef TAO_Objref_Out_T< ValueBoxDef @@ -977,22 +997,22 @@ namespace CORBA ValueBoxDef_out; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_interface.cpp:598 + // .\be\be_interface.cpp:640 #if !defined (_CORBA_ABSTRACTINTERFACEDEF__VAR_OUT_CH_) #define _CORBA_ABSTRACTINTERFACEDEF__VAR_OUT_CH_ - + class AbstractInterfaceDef; typedef AbstractInterfaceDef *AbstractInterfaceDef_ptr; - + typedef TAO_Objref_Var_T< AbstractInterfaceDef > AbstractInterfaceDef_var; - + typedef TAO_Objref_Out_T< AbstractInterfaceDef @@ -1000,27 +1020,27 @@ namespace CORBA AbstractInterfaceDef_out; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_sequence/sequence_ch.cpp:101 + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/sequence_ch.cpp:101 #if !defined (_CORBA_ABSTRACTINTERFACEDEFSEQ_CH_) #define _CORBA_ABSTRACTINTERFACEDEFSEQ_CH_ - + class AbstractInterfaceDefSeq; - + typedef TAO_VarSeq_Var_T< AbstractInterfaceDefSeq > AbstractInterfaceDefSeq_var; - + typedef TAO_Seq_Out_T< AbstractInterfaceDefSeq > AbstractInterfaceDefSeq_out; - + class TAO_IFR_Client_Export AbstractInterfaceDefSeq : public TAO::unbounded_object_reference_sequence< @@ -1030,43 +1050,46 @@ namespace CORBA { public: AbstractInterfaceDefSeq (void); - AbstractInterfaceDefSeq (CORBA::ULong max); + AbstractInterfaceDefSeq ( ::CORBA::ULong max); AbstractInterfaceDefSeq ( - CORBA::ULong max, - CORBA::ULong length, - AbstractInterfaceDef_ptr* buffer, - CORBA::Boolean release = false + ::CORBA::ULong max, + ::CORBA::ULong length, + AbstractInterfaceDef_ptr* buffer, + ::CORBA::Boolean release = false ); AbstractInterfaceDefSeq (const AbstractInterfaceDefSeq &); ~AbstractInterfaceDefSeq (void); - + static void _tao_any_destructor (void *); - + typedef AbstractInterfaceDefSeq_var _var_type; + typedef AbstractInterfaceDefSeq_out _out_type; + + }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_AbstractInterfaceDefSeq; - + // TAO_IDL - Generated from - // be\be_interface.cpp:598 + // .\be\be_interface.cpp:640 #if !defined (_CORBA_LOCALINTERFACEDEF__VAR_OUT_CH_) #define _CORBA_LOCALINTERFACEDEF__VAR_OUT_CH_ - + class LocalInterfaceDef; typedef LocalInterfaceDef *LocalInterfaceDef_ptr; - + typedef TAO_Objref_Var_T< LocalInterfaceDef > LocalInterfaceDef_var; - + typedef TAO_Objref_Out_T< LocalInterfaceDef @@ -1074,27 +1097,27 @@ namespace CORBA LocalInterfaceDef_out; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_sequence/sequence_ch.cpp:101 + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/sequence_ch.cpp:101 #if !defined (_CORBA_LOCALINTERFACEDEFSEQ_CH_) #define _CORBA_LOCALINTERFACEDEFSEQ_CH_ - + class LocalInterfaceDefSeq; - + typedef TAO_VarSeq_Var_T< LocalInterfaceDefSeq > LocalInterfaceDefSeq_var; - + typedef TAO_Seq_Out_T< LocalInterfaceDefSeq > LocalInterfaceDefSeq_out; - + class TAO_IFR_Client_Export LocalInterfaceDefSeq : public TAO::unbounded_object_reference_sequence< @@ -1104,43 +1127,46 @@ namespace CORBA { public: LocalInterfaceDefSeq (void); - LocalInterfaceDefSeq (CORBA::ULong max); + LocalInterfaceDefSeq ( ::CORBA::ULong max); LocalInterfaceDefSeq ( - CORBA::ULong max, - CORBA::ULong length, - LocalInterfaceDef_ptr* buffer, - CORBA::Boolean release = false + ::CORBA::ULong max, + ::CORBA::ULong length, + LocalInterfaceDef_ptr* buffer, + ::CORBA::Boolean release = false ); LocalInterfaceDefSeq (const LocalInterfaceDefSeq &); ~LocalInterfaceDefSeq (void); - + static void _tao_any_destructor (void *); - + typedef LocalInterfaceDefSeq_var _var_type; + typedef LocalInterfaceDefSeq_out _out_type; + + }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_LocalInterfaceDefSeq; - + // TAO_IDL - Generated from - // be\be_interface.cpp:598 + // .\be\be_interface.cpp:640 #if !defined (_CORBA_EXTINTERFACEDEF__VAR_OUT_CH_) #define _CORBA_EXTINTERFACEDEF__VAR_OUT_CH_ - + class ExtInterfaceDef; typedef ExtInterfaceDef *ExtInterfaceDef_ptr; - + typedef TAO_Objref_Var_T< ExtInterfaceDef > ExtInterfaceDef_var; - + typedef TAO_Objref_Out_T< ExtInterfaceDef @@ -1148,27 +1174,27 @@ namespace CORBA ExtInterfaceDef_out; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_sequence/sequence_ch.cpp:101 + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/sequence_ch.cpp:101 #if !defined (_CORBA_EXTINTERFACEDEFSEQ_CH_) #define _CORBA_EXTINTERFACEDEFSEQ_CH_ - + class ExtInterfaceDefSeq; - + typedef TAO_VarSeq_Var_T< ExtInterfaceDefSeq > ExtInterfaceDefSeq_var; - + typedef TAO_Seq_Out_T< ExtInterfaceDefSeq > ExtInterfaceDefSeq_out; - + class TAO_IFR_Client_Export ExtInterfaceDefSeq : public TAO::unbounded_object_reference_sequence< @@ -1178,43 +1204,46 @@ namespace CORBA { public: ExtInterfaceDefSeq (void); - ExtInterfaceDefSeq (CORBA::ULong max); + ExtInterfaceDefSeq ( ::CORBA::ULong max); ExtInterfaceDefSeq ( - CORBA::ULong max, - CORBA::ULong length, - ExtInterfaceDef_ptr* buffer, - CORBA::Boolean release = false + ::CORBA::ULong max, + ::CORBA::ULong length, + ExtInterfaceDef_ptr* buffer, + ::CORBA::Boolean release = false ); ExtInterfaceDefSeq (const ExtInterfaceDefSeq &); ~ExtInterfaceDefSeq (void); - + static void _tao_any_destructor (void *); - + typedef ExtInterfaceDefSeq_var _var_type; + typedef ExtInterfaceDefSeq_out _out_type; + + }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_ExtInterfaceDefSeq; - + // TAO_IDL - Generated from - // be\be_interface.cpp:598 + // .\be\be_interface.cpp:640 #if !defined (_CORBA_EXTVALUEDEF__VAR_OUT_CH_) #define _CORBA_EXTVALUEDEF__VAR_OUT_CH_ - + class ExtValueDef; typedef ExtValueDef *ExtValueDef_ptr; - + typedef TAO_Objref_Var_T< ExtValueDef > ExtValueDef_var; - + typedef TAO_Objref_Out_T< ExtValueDef @@ -1222,27 +1251,27 @@ namespace CORBA ExtValueDef_out; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_sequence/sequence_ch.cpp:101 + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/sequence_ch.cpp:101 #if !defined (_CORBA_EXTVALUEDEFSEQ_CH_) #define _CORBA_EXTVALUEDEFSEQ_CH_ - + class ExtValueDefSeq; - + typedef TAO_VarSeq_Var_T< ExtValueDefSeq > ExtValueDefSeq_var; - + typedef TAO_Seq_Out_T< ExtValueDefSeq > ExtValueDefSeq_out; - + class TAO_IFR_Client_Export ExtValueDefSeq : public TAO::unbounded_object_reference_sequence< @@ -1252,43 +1281,46 @@ namespace CORBA { public: ExtValueDefSeq (void); - ExtValueDefSeq (CORBA::ULong max); + ExtValueDefSeq ( ::CORBA::ULong max); ExtValueDefSeq ( - CORBA::ULong max, - CORBA::ULong length, - ExtValueDef_ptr* buffer, - CORBA::Boolean release = false + ::CORBA::ULong max, + ::CORBA::ULong length, + ExtValueDef_ptr* buffer, + ::CORBA::Boolean release = false ); ExtValueDefSeq (const ExtValueDefSeq &); ~ExtValueDefSeq (void); - + static void _tao_any_destructor (void *); - + typedef ExtValueDefSeq_var _var_type; + typedef ExtValueDefSeq_out _out_type; + + }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_ExtValueDefSeq; - + // TAO_IDL - Generated from - // be\be_interface.cpp:598 + // .\be\be_interface.cpp:640 #if !defined (_CORBA_EXTABSTRACTINTERFACEDEF__VAR_OUT_CH_) #define _CORBA_EXTABSTRACTINTERFACEDEF__VAR_OUT_CH_ - + class ExtAbstractInterfaceDef; typedef ExtAbstractInterfaceDef *ExtAbstractInterfaceDef_ptr; - + typedef TAO_Objref_Var_T< ExtAbstractInterfaceDef > ExtAbstractInterfaceDef_var; - + typedef TAO_Objref_Out_T< ExtAbstractInterfaceDef @@ -1296,27 +1328,27 @@ namespace CORBA ExtAbstractInterfaceDef_out; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_sequence/sequence_ch.cpp:101 + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/sequence_ch.cpp:101 #if !defined (_CORBA_EXTABSTRACTINTERFACEDEFSEQ_CH_) #define _CORBA_EXTABSTRACTINTERFACEDEFSEQ_CH_ - + class ExtAbstractInterfaceDefSeq; - + typedef TAO_VarSeq_Var_T< ExtAbstractInterfaceDefSeq > ExtAbstractInterfaceDefSeq_var; - + typedef TAO_Seq_Out_T< ExtAbstractInterfaceDefSeq > ExtAbstractInterfaceDefSeq_out; - + class TAO_IFR_Client_Export ExtAbstractInterfaceDefSeq : public TAO::unbounded_object_reference_sequence< @@ -1326,43 +1358,46 @@ namespace CORBA { public: ExtAbstractInterfaceDefSeq (void); - ExtAbstractInterfaceDefSeq (CORBA::ULong max); + ExtAbstractInterfaceDefSeq ( ::CORBA::ULong max); ExtAbstractInterfaceDefSeq ( - CORBA::ULong max, - CORBA::ULong length, - ExtAbstractInterfaceDef_ptr* buffer, - CORBA::Boolean release = false + ::CORBA::ULong max, + ::CORBA::ULong length, + ExtAbstractInterfaceDef_ptr* buffer, + ::CORBA::Boolean release = false ); ExtAbstractInterfaceDefSeq (const ExtAbstractInterfaceDefSeq &); ~ExtAbstractInterfaceDefSeq (void); - + static void _tao_any_destructor (void *); - + typedef ExtAbstractInterfaceDefSeq_var _var_type; + typedef ExtAbstractInterfaceDefSeq_out _out_type; + + }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_ExtAbstractInterfaceDefSeq; - + // TAO_IDL - Generated from - // be\be_interface.cpp:598 + // .\be\be_interface.cpp:640 #if !defined (_CORBA_EXTLOCALINTERFACEDEF__VAR_OUT_CH_) #define _CORBA_EXTLOCALINTERFACEDEF__VAR_OUT_CH_ - + class ExtLocalInterfaceDef; typedef ExtLocalInterfaceDef *ExtLocalInterfaceDef_ptr; - + typedef TAO_Objref_Var_T< ExtLocalInterfaceDef > ExtLocalInterfaceDef_var; - + typedef TAO_Objref_Out_T< ExtLocalInterfaceDef @@ -1370,27 +1405,27 @@ namespace CORBA ExtLocalInterfaceDef_out; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_sequence/sequence_ch.cpp:101 + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/sequence_ch.cpp:101 #if !defined (_CORBA_EXTLOCALINTERFACEDEFSEQ_CH_) #define _CORBA_EXTLOCALINTERFACEDEFSEQ_CH_ - + class ExtLocalInterfaceDefSeq; - + typedef TAO_VarSeq_Var_T< ExtLocalInterfaceDefSeq > ExtLocalInterfaceDefSeq_var; - + typedef TAO_Seq_Out_T< ExtLocalInterfaceDefSeq > ExtLocalInterfaceDefSeq_out; - + class TAO_IFR_Client_Export ExtLocalInterfaceDefSeq : public TAO::unbounded_object_reference_sequence< @@ -1400,48 +1435,51 @@ namespace CORBA { public: ExtLocalInterfaceDefSeq (void); - ExtLocalInterfaceDefSeq (CORBA::ULong max); + ExtLocalInterfaceDefSeq ( ::CORBA::ULong max); ExtLocalInterfaceDefSeq ( - CORBA::ULong max, - CORBA::ULong length, - ExtLocalInterfaceDef_ptr* buffer, - CORBA::Boolean release = false + ::CORBA::ULong max, + ::CORBA::ULong length, + ExtLocalInterfaceDef_ptr* buffer, + ::CORBA::Boolean release = false ); ExtLocalInterfaceDefSeq (const ExtLocalInterfaceDefSeq &); ~ExtLocalInterfaceDefSeq (void); - + static void _tao_any_destructor (void *); - + typedef ExtLocalInterfaceDefSeq_var _var_type; + typedef ExtLocalInterfaceDefSeq_out _out_type; + + }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_ExtLocalInterfaceDefSeq; - + // TAO_IDL - Generated from - // be\be_visitor_sequence/sequence_ch.cpp:101 + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/sequence_ch.cpp:101 #if !defined (_CORBA_CONTAINEDSEQ_CH_) #define _CORBA_CONTAINEDSEQ_CH_ - + class ContainedSeq; - + typedef TAO_VarSeq_Var_T< ContainedSeq > ContainedSeq_var; - + typedef TAO_Seq_Out_T< ContainedSeq > ContainedSeq_out; - + class TAO_IFR_Client_Export ContainedSeq : public TAO::unbounded_object_reference_sequence< @@ -1451,84 +1489,88 @@ namespace CORBA { public: ContainedSeq (void); - ContainedSeq (CORBA::ULong max); + ContainedSeq ( ::CORBA::ULong max); ContainedSeq ( - CORBA::ULong max, - CORBA::ULong length, - Contained_ptr* buffer, - CORBA::Boolean release = false + ::CORBA::ULong max, + ::CORBA::ULong length, + Contained_ptr* buffer, + ::CORBA::Boolean release = false ); ContainedSeq (const ContainedSeq &); ~ContainedSeq (void); - + static void _tao_any_destructor (void *); - + typedef ContainedSeq_var _var_type; + typedef ContainedSeq_out _out_type; + + }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_ContainedSeq; - + // TAO_IDL - Generated from - // be\be_type.cpp:258 - + // .\be\be_type.cpp:258 + struct StructMember; - + typedef TAO_Var_Var_T< StructMember > StructMember_var; - + typedef TAO_Out_T< StructMember, StructMember_var > StructMember_out; - + // TAO_IDL - Generated from - // be\be_visitor_structure/structure_ch.cpp:57 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/structure_ch.cpp:57 + struct TAO_IFR_Client_Export StructMember { typedef StructMember_var _var_type; - + typedef StructMember_out _out_type; + static void _tao_any_destructor (void *); TAO::String_Manager name; - CORBA::TypeCode_var type; + ::CORBA::TypeCode_var type; CORBA::IDLType_var type_def; }; - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_StructMember; - + // TAO_IDL - Generated from - // be\be_visitor_sequence/sequence_ch.cpp:101 + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/sequence_ch.cpp:101 #if !defined (_CORBA_STRUCTMEMBERSEQ_CH_) #define _CORBA_STRUCTMEMBERSEQ_CH_ - + class StructMemberSeq; - + typedef TAO_VarSeq_Var_T< StructMemberSeq > StructMemberSeq_var; - + typedef TAO_Seq_Out_T< StructMemberSeq > StructMemberSeq_out; - + class TAO_IFR_Client_Export StructMemberSeq : public TAO::unbounded_value_sequence< @@ -1537,83 +1579,87 @@ namespace CORBA { public: StructMemberSeq (void); - StructMemberSeq (CORBA::ULong max); + StructMemberSeq ( ::CORBA::ULong max); StructMemberSeq ( - CORBA::ULong max, - CORBA::ULong length, - StructMember* buffer, - CORBA::Boolean release = false + ::CORBA::ULong max, + ::CORBA::ULong length, + StructMember* buffer, + ::CORBA::Boolean release = false ); StructMemberSeq (const StructMemberSeq &); ~StructMemberSeq (void); - + static void _tao_any_destructor (void *); - + typedef StructMemberSeq_var _var_type; + typedef StructMemberSeq_out _out_type; + + }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_StructMemberSeq; - + // TAO_IDL - Generated from - // be\be_type.cpp:258 - + // .\be\be_type.cpp:258 + struct Initializer; - + typedef TAO_Var_Var_T< Initializer > Initializer_var; - + typedef TAO_Out_T< Initializer, Initializer_var > Initializer_out; - + // TAO_IDL - Generated from - // be\be_visitor_structure/structure_ch.cpp:57 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/structure_ch.cpp:57 + struct TAO_IFR_Client_Export Initializer { typedef Initializer_var _var_type; - + typedef Initializer_out _out_type; + static void _tao_any_destructor (void *); CORBA::StructMemberSeq members; TAO::String_Manager name; }; - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_Initializer; - + // TAO_IDL - Generated from - // be\be_visitor_sequence/sequence_ch.cpp:101 + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/sequence_ch.cpp:101 #if !defined (_CORBA_INITIALIZERSEQ_CH_) #define _CORBA_INITIALIZERSEQ_CH_ - + class InitializerSeq; - + typedef TAO_VarSeq_Var_T< InitializerSeq > InitializerSeq_var; - + typedef TAO_Seq_Out_T< InitializerSeq > InitializerSeq_out; - + class TAO_IFR_Client_Export InitializerSeq : public TAO::unbounded_value_sequence< @@ -1622,86 +1668,90 @@ namespace CORBA { public: InitializerSeq (void); - InitializerSeq (CORBA::ULong max); + InitializerSeq ( ::CORBA::ULong max); InitializerSeq ( - CORBA::ULong max, - CORBA::ULong length, - Initializer* buffer, - CORBA::Boolean release = false + ::CORBA::ULong max, + ::CORBA::ULong length, + Initializer* buffer, + ::CORBA::Boolean release = false ); InitializerSeq (const InitializerSeq &); ~InitializerSeq (void); - + static void _tao_any_destructor (void *); - + typedef InitializerSeq_var _var_type; + typedef InitializerSeq_out _out_type; + + }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_InitializerSeq; - + // TAO_IDL - Generated from - // be\be_type.cpp:258 - + // .\be\be_type.cpp:258 + struct ExceptionDescription; - + typedef TAO_Var_Var_T< ExceptionDescription > ExceptionDescription_var; - + typedef TAO_Out_T< ExceptionDescription, ExceptionDescription_var > ExceptionDescription_out; - + // TAO_IDL - Generated from - // be\be_visitor_structure/structure_ch.cpp:57 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/structure_ch.cpp:57 + struct TAO_IFR_Client_Export ExceptionDescription { typedef ExceptionDescription_var _var_type; - + typedef ExceptionDescription_out _out_type; + static void _tao_any_destructor (void *); TAO::String_Manager name; TAO::String_Manager id; TAO::String_Manager defined_in; TAO::String_Manager version; - CORBA::TypeCode_var type; + ::CORBA::TypeCode_var type; }; - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_ExceptionDescription; - + // TAO_IDL - Generated from - // be\be_visitor_sequence/sequence_ch.cpp:101 + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/sequence_ch.cpp:101 #if !defined (_CORBA_EXCDESCRIPTIONSEQ_CH_) #define _CORBA_EXCDESCRIPTIONSEQ_CH_ - + class ExcDescriptionSeq; - + typedef TAO_VarSeq_Var_T< ExcDescriptionSeq > ExcDescriptionSeq_var; - + typedef TAO_Seq_Out_T< ExcDescriptionSeq > ExcDescriptionSeq_out; - + class TAO_IFR_Client_Export ExcDescriptionSeq : public TAO::unbounded_value_sequence< @@ -1710,84 +1760,88 @@ namespace CORBA { public: ExcDescriptionSeq (void); - ExcDescriptionSeq (CORBA::ULong max); + ExcDescriptionSeq ( ::CORBA::ULong max); ExcDescriptionSeq ( - CORBA::ULong max, - CORBA::ULong length, - ExceptionDescription* buffer, - CORBA::Boolean release = false + ::CORBA::ULong max, + ::CORBA::ULong length, + ExceptionDescription* buffer, + ::CORBA::Boolean release = false ); ExcDescriptionSeq (const ExcDescriptionSeq &); ~ExcDescriptionSeq (void); - + static void _tao_any_destructor (void *); - + typedef ExcDescriptionSeq_var _var_type; + typedef ExcDescriptionSeq_out _out_type; + + }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_ExcDescriptionSeq; - + // TAO_IDL - Generated from - // be\be_type.cpp:258 - + // .\be\be_type.cpp:258 + struct ExtInitializer; - + typedef TAO_Var_Var_T< ExtInitializer > ExtInitializer_var; - + typedef TAO_Out_T< ExtInitializer, ExtInitializer_var > ExtInitializer_out; - + // TAO_IDL - Generated from - // be\be_visitor_structure/structure_ch.cpp:57 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/structure_ch.cpp:57 + struct TAO_IFR_Client_Export ExtInitializer { typedef ExtInitializer_var _var_type; - + typedef ExtInitializer_out _out_type; + static void _tao_any_destructor (void *); CORBA::StructMemberSeq members; CORBA::ExcDescriptionSeq exceptions; TAO::String_Manager name; }; - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_ExtInitializer; - + // TAO_IDL - Generated from - // be\be_visitor_sequence/sequence_ch.cpp:101 + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/sequence_ch.cpp:101 #if !defined (_CORBA_EXTINITIALIZERSEQ_CH_) #define _CORBA_EXTINITIALIZERSEQ_CH_ - + class ExtInitializerSeq; - + typedef TAO_VarSeq_Var_T< ExtInitializerSeq > ExtInitializerSeq_var; - + typedef TAO_Seq_Out_T< ExtInitializerSeq > ExtInitializerSeq_out; - + class TAO_IFR_Client_Export ExtInitializerSeq : public TAO::unbounded_value_sequence< @@ -1796,85 +1850,89 @@ namespace CORBA { public: ExtInitializerSeq (void); - ExtInitializerSeq (CORBA::ULong max); + ExtInitializerSeq ( ::CORBA::ULong max); ExtInitializerSeq ( - CORBA::ULong max, - CORBA::ULong length, - ExtInitializer* buffer, - CORBA::Boolean release = false + ::CORBA::ULong max, + ::CORBA::ULong length, + ExtInitializer* buffer, + ::CORBA::Boolean release = false ); ExtInitializerSeq (const ExtInitializerSeq &); ~ExtInitializerSeq (void); - + static void _tao_any_destructor (void *); - + typedef ExtInitializerSeq_var _var_type; + typedef ExtInitializerSeq_out _out_type; + + }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_ExtInitializerSeq; - + // TAO_IDL - Generated from - // be\be_type.cpp:258 - + // .\be\be_type.cpp:258 + struct UnionMember; - + typedef TAO_Var_Var_T< UnionMember > UnionMember_var; - + typedef TAO_Out_T< UnionMember, UnionMember_var > UnionMember_out; - + // TAO_IDL - Generated from - // be\be_visitor_structure/structure_ch.cpp:57 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/structure_ch.cpp:57 + struct TAO_IFR_Client_Export UnionMember { typedef UnionMember_var _var_type; - + typedef UnionMember_out _out_type; + static void _tao_any_destructor (void *); TAO::String_Manager name; - CORBA::Any label; - CORBA::TypeCode_var type; + ::CORBA::Any label; + ::CORBA::TypeCode_var type; CORBA::IDLType_var type_def; }; - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_UnionMember; - + // TAO_IDL - Generated from - // be\be_visitor_sequence/sequence_ch.cpp:101 + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/sequence_ch.cpp:101 #if !defined (_CORBA_UNIONMEMBERSEQ_CH_) #define _CORBA_UNIONMEMBERSEQ_CH_ - + class UnionMemberSeq; - + typedef TAO_VarSeq_Var_T< UnionMemberSeq > UnionMemberSeq_var; - + typedef TAO_Seq_Out_T< UnionMemberSeq > UnionMemberSeq_out; - + class TAO_IFR_Client_Export UnionMemberSeq : public TAO::unbounded_value_sequence< @@ -1883,82 +1941,88 @@ namespace CORBA { public: UnionMemberSeq (void); - UnionMemberSeq (CORBA::ULong max); + UnionMemberSeq ( ::CORBA::ULong max); UnionMemberSeq ( - CORBA::ULong max, - CORBA::ULong length, - UnionMember* buffer, - CORBA::Boolean release = false + ::CORBA::ULong max, + ::CORBA::ULong length, + UnionMember* buffer, + ::CORBA::Boolean release = false ); UnionMemberSeq (const UnionMemberSeq &); ~UnionMemberSeq (void); - + static void _tao_any_destructor (void *); - + typedef UnionMemberSeq_var _var_type; + typedef UnionMemberSeq_out _out_type; + + }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_UnionMemberSeq; - + // TAO_IDL - Generated from - // be\be_visitor_sequence/sequence_ch.cpp:101 + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/sequence_ch.cpp:101 #if !defined (_CORBA_ENUMMEMBERSEQ_CH_) #define _CORBA_ENUMMEMBERSEQ_CH_ - + class EnumMemberSeq; - + typedef TAO_VarSeq_Var_T< EnumMemberSeq > EnumMemberSeq_var; - + typedef TAO_Seq_Out_T< EnumMemberSeq > EnumMemberSeq_out; - + class TAO_IFR_Client_Export EnumMemberSeq : public TAO::unbounded_string_sequence { public: EnumMemberSeq (void); - EnumMemberSeq (CORBA::ULong max); + EnumMemberSeq ( ::CORBA::ULong max); EnumMemberSeq ( - CORBA::ULong max, - CORBA::ULong length, - char ** buffer, - CORBA::Boolean release = false + ::CORBA::ULong max, + ::CORBA::ULong length, + char ** buffer, + ::CORBA::Boolean release = false ); EnumMemberSeq (const EnumMemberSeq &); ~EnumMemberSeq (void); - + static void _tao_any_destructor (void *); - + typedef EnumMemberSeq_var _var_type; + typedef EnumMemberSeq_out _out_type; + + }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_EnumMemberSeq; - + // TAO_IDL - Generated from - // be\be_visitor_interface/interface_ch.cpp:54 + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ch.cpp:54 #if !defined (_CORBA_CONTAINER_CH_) #define _CORBA_CONTAINER_CH_ - + class TAO_IFR_Client_Export Container : public virtual ::CORBA::IRObject { @@ -1966,55 +2030,56 @@ namespace CORBA friend class TAO::Narrow_Utils<Container>; typedef Container_ptr _ptr_type; typedef Container_var _var_type; - + typedef Container_out _out_type; + // The static operations. static Container_ptr _duplicate (Container_ptr obj); - + static void _tao_release (Container_ptr obj); - + static Container_ptr _narrow ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static Container_ptr _unchecked_narrow ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static Container_ptr _nil (void) { return static_cast<Container_ptr> (0); } - + static void _tao_any_destructor (void *); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual ::CORBA::Contained_ptr lookup ( const char * search_name ACE_ENV_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual ::CORBA::ContainedSeq * contents ( ::CORBA::DefinitionKind limit_type, ::CORBA::Boolean exclude_inherited ACE_ENV_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual ::CORBA::ContainedSeq * lookup_name ( const char * search_name, ::CORBA::Long levels_to_search, @@ -2023,65 +2088,66 @@ namespace CORBA ACE_ENV_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_type.cpp:258 - + // .\be\be_type.cpp:258 + struct Description; - + typedef TAO_Var_Var_T< Description > Description_var; - + typedef TAO_Out_T< Description, Description_var > Description_out; - + // TAO_IDL - Generated from - // be\be_visitor_structure/structure_ch.cpp:57 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/structure_ch.cpp:57 + struct TAO_IFR_Client_Export Description { typedef Description_var _var_type; - + typedef Description_out _out_type; + static void _tao_any_destructor (void *); - ::CORBA::Contained_var contained_object; - ::CORBA::DefinitionKind kind; - CORBA::Any value; + CORBA::Contained_var contained_object; + CORBA::DefinitionKind kind; + ::CORBA::Any value; }; - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + static ::CORBA::TypeCode_ptr const _tc_Description; - + // TAO_IDL - Generated from - // be\be_visitor_sequence/sequence_ch.cpp:101 + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/sequence_ch.cpp:101 #if !defined (_CORBA_CONTAINER_DESCRIPTIONSEQ_CH_) #define _CORBA_CONTAINER_DESCRIPTIONSEQ_CH_ - + class DescriptionSeq; - + typedef TAO_VarSeq_Var_T< DescriptionSeq > DescriptionSeq_var; - + typedef TAO_Seq_Out_T< DescriptionSeq > DescriptionSeq_out; - + class TAO_IFR_Client_Export DescriptionSeq : public TAO::unbounded_value_sequence< @@ -2090,31 +2156,34 @@ namespace CORBA { public: DescriptionSeq (void); - DescriptionSeq (CORBA::ULong max); + DescriptionSeq ( ::CORBA::ULong max); DescriptionSeq ( - CORBA::ULong max, - CORBA::ULong length, - Description* buffer, - CORBA::Boolean release = false + ::CORBA::ULong max, + ::CORBA::ULong length, + Description* buffer, + ::CORBA::Boolean release = false ); DescriptionSeq (const DescriptionSeq &); ~DescriptionSeq (void); - + static void _tao_any_destructor (void *); - + typedef DescriptionSeq_var _var_type; + typedef DescriptionSeq_out _out_type; + + }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + static ::CORBA::TypeCode_ptr const _tc_DescriptionSeq; - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual ::CORBA::Container::DescriptionSeq * describe_contents ( ::CORBA::DefinitionKind limit_type, ::CORBA::Boolean exclude_inherited, @@ -2122,12 +2191,12 @@ namespace CORBA ACE_ENV_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual ::CORBA::ModuleDef_ptr create_module ( const char * id, const char * name, @@ -2135,12 +2204,12 @@ namespace CORBA ACE_ENV_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual ::CORBA::ConstantDef_ptr create_constant ( const char * id, const char * name, @@ -2150,12 +2219,12 @@ namespace CORBA ACE_ENV_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual ::CORBA::StructDef_ptr create_struct ( const char * id, const char * name, @@ -2164,12 +2233,12 @@ namespace CORBA ACE_ENV_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual ::CORBA::UnionDef_ptr create_union ( const char * id, const char * name, @@ -2179,12 +2248,12 @@ namespace CORBA ACE_ENV_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual ::CORBA::EnumDef_ptr create_enum ( const char * id, const char * name, @@ -2193,12 +2262,12 @@ namespace CORBA ACE_ENV_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual ::CORBA::AliasDef_ptr create_alias ( const char * id, const char * name, @@ -2207,12 +2276,12 @@ namespace CORBA ACE_ENV_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual ::CORBA::InterfaceDef_ptr create_interface ( const char * id, const char * name, @@ -2221,12 +2290,12 @@ namespace CORBA ACE_ENV_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual ::CORBA::ValueDef_ptr create_value ( const char * id, const char * name, @@ -2241,12 +2310,12 @@ namespace CORBA ACE_ENV_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual ::CORBA::ValueBoxDef_ptr create_value_box ( const char * id, const char * name, @@ -2255,12 +2324,12 @@ namespace CORBA ACE_ENV_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual ::CORBA::ExceptionDef_ptr create_exception ( const char * id, const char * name, @@ -2269,12 +2338,12 @@ namespace CORBA ACE_ENV_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual ::CORBA::NativeDef_ptr create_native ( const char * id, const char * name, @@ -2282,12 +2351,12 @@ namespace CORBA ACE_ENV_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual ::CORBA::AbstractInterfaceDef_ptr create_abstract_interface ( const char * id, const char * name, @@ -2296,12 +2365,12 @@ namespace CORBA ACE_ENV_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual ::CORBA::LocalInterfaceDef_ptr create_local_interface ( const char * id, const char * name, @@ -2310,12 +2379,12 @@ namespace CORBA ACE_ENV_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual ::CORBA::ExtValueDef_ptr create_ext_value ( const char * id, const char * name, @@ -2330,66 +2399,66 @@ namespace CORBA ACE_ENV_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_interface/interface_ch.cpp:210 - - virtual CORBA::Boolean _is_a ( + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ch.cpp:212 + + virtual ::CORBA::Boolean _is_a ( const char *type_id ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + virtual const char* _interface_repository_id (void) const; - virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr); + virtual ::CORBA::Boolean marshal (TAO_OutputCDR &cdr); private: TAO::Collocation_Proxy_Broker *the_TAO_Container_Proxy_Broker_; - + protected: // Concrete interface only. Container (void); - + // These methods travese the inheritance tree and set the // parents piece of the given class in the right mode. virtual void CORBA_Container_setup_collocation (void); - + // Concrete non-local interface only. Container ( IOP::IOR *ior, TAO_ORB_Core *orb_core = 0 ); - + // Non-local interface only. Container ( TAO_Stub *objref, - CORBA::Boolean _tao_collocated = 0, + ::CORBA::Boolean _tao_collocated = 0, TAO_Abstract_ServantBase *servant = 0, TAO_ORB_Core *orb_core = 0 ); - + virtual ~Container (void); - + private: // Private and unimplemented for concrete interfaces. Container (const Container &); - + void operator= (const Container &); }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_Container; - + // TAO_IDL - Generated from - // be\be_visitor_interface/interface_ch.cpp:54 + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ch.cpp:54 #if !defined (_CORBA_IDLTYPE_CH_) #define _CORBA_IDLTYPE_CH_ - + class TAO_IFR_Client_Export IDLType : public virtual ::CORBA::IRObject { @@ -2397,105 +2466,106 @@ namespace CORBA friend class TAO::Narrow_Utils<IDLType>; typedef IDLType_ptr _ptr_type; typedef IDLType_var _var_type; - + typedef IDLType_out _out_type; + // The static operations. static IDLType_ptr _duplicate (IDLType_ptr obj); - + static void _tao_release (IDLType_ptr obj); - + static IDLType_ptr _narrow ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static IDLType_ptr _unchecked_narrow ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static IDLType_ptr _nil (void) { return static_cast<IDLType_ptr> (0); } - + static void _tao_any_destructor (void *); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - - virtual CORBA::TypeCode_ptr type ( + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + + virtual ::CORBA::TypeCode_ptr type ( ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_interface/interface_ch.cpp:210 - - virtual CORBA::Boolean _is_a ( + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ch.cpp:212 + + virtual ::CORBA::Boolean _is_a ( const char *type_id ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + virtual const char* _interface_repository_id (void) const; - virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr); + virtual ::CORBA::Boolean marshal (TAO_OutputCDR &cdr); private: TAO::Collocation_Proxy_Broker *the_TAO_IDLType_Proxy_Broker_; - + protected: // Concrete interface only. IDLType (void); - + // These methods travese the inheritance tree and set the // parents piece of the given class in the right mode. virtual void CORBA_IDLType_setup_collocation (void); - + // Concrete non-local interface only. IDLType ( IOP::IOR *ior, TAO_ORB_Core *orb_core = 0 ); - + // Non-local interface only. IDLType ( TAO_Stub *objref, - CORBA::Boolean _tao_collocated = 0, + ::CORBA::Boolean _tao_collocated = 0, TAO_Abstract_ServantBase *servant = 0, TAO_ORB_Core *orb_core = 0 ); - + virtual ~IDLType (void); - + private: // Private and unimplemented for concrete interfaces. IDLType (const IDLType &); - + void operator= (const IDLType &); }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_IDLType; - + // TAO_IDL - Generated from - // be\be_interface.cpp:598 + // .\be\be_interface.cpp:640 #if !defined (_CORBA_TYPEDEFDEF__VAR_OUT_CH_) #define _CORBA_TYPEDEFDEF__VAR_OUT_CH_ - + class TypedefDef; typedef TypedefDef *TypedefDef_ptr; - + typedef TAO_Objref_Var_T< TypedefDef > TypedefDef_var; - + typedef TAO_Objref_Out_T< TypedefDef @@ -2503,13 +2573,13 @@ namespace CORBA TypedefDef_out; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_interface/interface_ch.cpp:54 + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ch.cpp:54 #if !defined (_CORBA_TYPEDEFDEF_CH_) #define _CORBA_TYPEDEFDEF_CH_ - + class TAO_IFR_Client_Export TypedefDef : public virtual ::CORBA::Contained, public virtual ::CORBA::IDLType @@ -2518,160 +2588,168 @@ namespace CORBA friend class TAO::Narrow_Utils<TypedefDef>; typedef TypedefDef_ptr _ptr_type; typedef TypedefDef_var _var_type; - + typedef TypedefDef_out _out_type; + // The static operations. static TypedefDef_ptr _duplicate (TypedefDef_ptr obj); - + static void _tao_release (TypedefDef_ptr obj); - + static TypedefDef_ptr _narrow ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static TypedefDef_ptr _unchecked_narrow ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static TypedefDef_ptr _nil (void) { return static_cast<TypedefDef_ptr> (0); } - + static void _tao_any_destructor (void *); - + // TAO_IDL - Generated from - // be\be_visitor_interface/interface_ch.cpp:210 - - virtual CORBA::Boolean _is_a ( + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ch.cpp:212 + + virtual ::CORBA::Boolean _is_a ( const char *type_id ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + virtual const char* _interface_repository_id (void) const; - virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr); + virtual ::CORBA::Boolean marshal (TAO_OutputCDR &cdr); private: TAO::Collocation_Proxy_Broker *the_TAO_TypedefDef_Proxy_Broker_; - + protected: // Concrete interface only. TypedefDef (void); - + // These methods travese the inheritance tree and set the // parents piece of the given class in the right mode. virtual void CORBA_TypedefDef_setup_collocation (void); - + // Concrete non-local interface only. TypedefDef ( IOP::IOR *ior, TAO_ORB_Core *orb_core = 0 ); - + // Non-local interface only. TypedefDef ( TAO_Stub *objref, - CORBA::Boolean _tao_collocated = 0, + ::CORBA::Boolean _tao_collocated = 0, TAO_Abstract_ServantBase *servant = 0, TAO_ORB_Core *orb_core = 0 ); - + virtual ~TypedefDef (void); - + private: // Private and unimplemented for concrete interfaces. TypedefDef (const TypedefDef &); - + void operator= (const TypedefDef &); }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_TypedefDef; - + // TAO_IDL - Generated from - // be\be_type.cpp:258 - + // .\be\be_type.cpp:258 + struct TypeDescription; - + typedef TAO_Var_Var_T< TypeDescription > TypeDescription_var; - + typedef TAO_Out_T< TypeDescription, TypeDescription_var > TypeDescription_out; - + // TAO_IDL - Generated from - // be\be_visitor_structure/structure_ch.cpp:57 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/structure_ch.cpp:57 + struct TAO_IFR_Client_Export TypeDescription { typedef TypeDescription_var _var_type; - + typedef TypeDescription_out _out_type; + static void _tao_any_destructor (void *); TAO::String_Manager name; TAO::String_Manager id; TAO::String_Manager defined_in; TAO::String_Manager version; - CORBA::TypeCode_var type; + ::CORBA::TypeCode_var type; }; - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_TypeDescription; // TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:66 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_module/module_ch.cpp:78 } // module CORBA // Proxy Broker Factory function pointer declarations. // TAO_IDL - Generated from -// be\be_visitor_root/root.cpp:139 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_root/root.cpp:139 extern TAO_IFR_Client_Export TAO::Collocation_Proxy_Broker * (*CORBA__TAO_IRObject_Proxy_Broker_Factory_function_pointer) ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ); extern TAO_IFR_Client_Export TAO::Collocation_Proxy_Broker * (*CORBA__TAO_Contained_Proxy_Broker_Factory_function_pointer) ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ); extern TAO_IFR_Client_Export TAO::Collocation_Proxy_Broker * (*CORBA__TAO_Container_Proxy_Broker_Factory_function_pointer) ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ); extern TAO_IFR_Client_Export TAO::Collocation_Proxy_Broker * (*CORBA__TAO_IDLType_Proxy_Broker_Factory_function_pointer) ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ); extern TAO_IFR_Client_Export TAO::Collocation_Proxy_Broker * (*CORBA__TAO_TypedefDef_Proxy_Broker_Factory_function_pointer) ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ); // TAO_IDL - Generated from -// be\be_visitor_traits.cpp:61 +// .\be\be_visitor_traits.cpp:64 + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL // Traits specializations. namespace TAO @@ -2679,7 +2757,7 @@ namespace TAO #if !defined (_CORBA_IROBJECT__TRAITS_) #define _CORBA_IROBJECT__TRAITS_ - + template<> struct TAO_IFR_Client_Export Objref_Traits< ::CORBA::IRObject> { @@ -2690,8 +2768,8 @@ namespace TAO ::CORBA::IRObject_ptr ); static ::CORBA::IRObject_ptr nil (void); - static CORBA::Boolean marshal ( - ::CORBA::IRObject_ptr p, + static ::CORBA::Boolean marshal ( + const ::CORBA::IRObject_ptr p, TAO_OutputCDR & cdr ); }; @@ -2700,7 +2778,7 @@ namespace TAO #if !defined (_CORBA_REPOSITORY__TRAITS_) #define _CORBA_REPOSITORY__TRAITS_ - + template<> struct TAO_IFR_Client_Export Objref_Traits< ::CORBA::Repository> { @@ -2711,8 +2789,8 @@ namespace TAO ::CORBA::Repository_ptr ); static ::CORBA::Repository_ptr nil (void); - static CORBA::Boolean marshal ( - ::CORBA::Repository_ptr p, + static ::CORBA::Boolean marshal ( + const ::CORBA::Repository_ptr p, TAO_OutputCDR & cdr ); }; @@ -2721,7 +2799,7 @@ namespace TAO #if !defined (_CORBA_CONTAINED__TRAITS_) #define _CORBA_CONTAINED__TRAITS_ - + template<> struct TAO_IFR_Client_Export Objref_Traits< ::CORBA::Contained> { @@ -2732,8 +2810,8 @@ namespace TAO ::CORBA::Contained_ptr ); static ::CORBA::Contained_ptr nil (void); - static CORBA::Boolean marshal ( - ::CORBA::Contained_ptr p, + static ::CORBA::Boolean marshal ( + const ::CORBA::Contained_ptr p, TAO_OutputCDR & cdr ); }; @@ -2742,7 +2820,7 @@ namespace TAO #if !defined (_CORBA_MODULEDEF__TRAITS_) #define _CORBA_MODULEDEF__TRAITS_ - + template<> struct TAO_IFR_Client_Export Objref_Traits< ::CORBA::ModuleDef> { @@ -2753,8 +2831,8 @@ namespace TAO ::CORBA::ModuleDef_ptr ); static ::CORBA::ModuleDef_ptr nil (void); - static CORBA::Boolean marshal ( - ::CORBA::ModuleDef_ptr p, + static ::CORBA::Boolean marshal ( + const ::CORBA::ModuleDef_ptr p, TAO_OutputCDR & cdr ); }; @@ -2763,7 +2841,7 @@ namespace TAO #if !defined (_CORBA_CONSTANTDEF__TRAITS_) #define _CORBA_CONSTANTDEF__TRAITS_ - + template<> struct TAO_IFR_Client_Export Objref_Traits< ::CORBA::ConstantDef> { @@ -2774,8 +2852,8 @@ namespace TAO ::CORBA::ConstantDef_ptr ); static ::CORBA::ConstantDef_ptr nil (void); - static CORBA::Boolean marshal ( - ::CORBA::ConstantDef_ptr p, + static ::CORBA::Boolean marshal ( + const ::CORBA::ConstantDef_ptr p, TAO_OutputCDR & cdr ); }; @@ -2784,7 +2862,7 @@ namespace TAO #if !defined (_CORBA_STRUCTDEF__TRAITS_) #define _CORBA_STRUCTDEF__TRAITS_ - + template<> struct TAO_IFR_Client_Export Objref_Traits< ::CORBA::StructDef> { @@ -2795,8 +2873,8 @@ namespace TAO ::CORBA::StructDef_ptr ); static ::CORBA::StructDef_ptr nil (void); - static CORBA::Boolean marshal ( - ::CORBA::StructDef_ptr p, + static ::CORBA::Boolean marshal ( + const ::CORBA::StructDef_ptr p, TAO_OutputCDR & cdr ); }; @@ -2805,7 +2883,7 @@ namespace TAO #if !defined (_CORBA_UNIONDEF__TRAITS_) #define _CORBA_UNIONDEF__TRAITS_ - + template<> struct TAO_IFR_Client_Export Objref_Traits< ::CORBA::UnionDef> { @@ -2816,8 +2894,8 @@ namespace TAO ::CORBA::UnionDef_ptr ); static ::CORBA::UnionDef_ptr nil (void); - static CORBA::Boolean marshal ( - ::CORBA::UnionDef_ptr p, + static ::CORBA::Boolean marshal ( + const ::CORBA::UnionDef_ptr p, TAO_OutputCDR & cdr ); }; @@ -2826,7 +2904,7 @@ namespace TAO #if !defined (_CORBA_ENUMDEF__TRAITS_) #define _CORBA_ENUMDEF__TRAITS_ - + template<> struct TAO_IFR_Client_Export Objref_Traits< ::CORBA::EnumDef> { @@ -2837,8 +2915,8 @@ namespace TAO ::CORBA::EnumDef_ptr ); static ::CORBA::EnumDef_ptr nil (void); - static CORBA::Boolean marshal ( - ::CORBA::EnumDef_ptr p, + static ::CORBA::Boolean marshal ( + const ::CORBA::EnumDef_ptr p, TAO_OutputCDR & cdr ); }; @@ -2847,7 +2925,7 @@ namespace TAO #if !defined (_CORBA_ALIASDEF__TRAITS_) #define _CORBA_ALIASDEF__TRAITS_ - + template<> struct TAO_IFR_Client_Export Objref_Traits< ::CORBA::AliasDef> { @@ -2858,8 +2936,8 @@ namespace TAO ::CORBA::AliasDef_ptr ); static ::CORBA::AliasDef_ptr nil (void); - static CORBA::Boolean marshal ( - ::CORBA::AliasDef_ptr p, + static ::CORBA::Boolean marshal ( + const ::CORBA::AliasDef_ptr p, TAO_OutputCDR & cdr ); }; @@ -2868,7 +2946,7 @@ namespace TAO #if !defined (_CORBA_INTERFACEDEF__TRAITS_) #define _CORBA_INTERFACEDEF__TRAITS_ - + template<> struct TAO_IFR_Client_Export Objref_Traits< ::CORBA::InterfaceDef> { @@ -2879,8 +2957,8 @@ namespace TAO ::CORBA::InterfaceDef_ptr ); static ::CORBA::InterfaceDef_ptr nil (void); - static CORBA::Boolean marshal ( - ::CORBA::InterfaceDef_ptr p, + static ::CORBA::Boolean marshal ( + const ::CORBA::InterfaceDef_ptr p, TAO_OutputCDR & cdr ); }; @@ -2889,7 +2967,7 @@ namespace TAO #if !defined (_CORBA_EXCEPTIONDEF__TRAITS_) #define _CORBA_EXCEPTIONDEF__TRAITS_ - + template<> struct TAO_IFR_Client_Export Objref_Traits< ::CORBA::ExceptionDef> { @@ -2900,8 +2978,8 @@ namespace TAO ::CORBA::ExceptionDef_ptr ); static ::CORBA::ExceptionDef_ptr nil (void); - static CORBA::Boolean marshal ( - ::CORBA::ExceptionDef_ptr p, + static ::CORBA::Boolean marshal ( + const ::CORBA::ExceptionDef_ptr p, TAO_OutputCDR & cdr ); }; @@ -2910,7 +2988,7 @@ namespace TAO #if !defined (_CORBA_NATIVEDEF__TRAITS_) #define _CORBA_NATIVEDEF__TRAITS_ - + template<> struct TAO_IFR_Client_Export Objref_Traits< ::CORBA::NativeDef> { @@ -2921,8 +2999,8 @@ namespace TAO ::CORBA::NativeDef_ptr ); static ::CORBA::NativeDef_ptr nil (void); - static CORBA::Boolean marshal ( - ::CORBA::NativeDef_ptr p, + static ::CORBA::Boolean marshal ( + const ::CORBA::NativeDef_ptr p, TAO_OutputCDR & cdr ); }; @@ -2931,7 +3009,7 @@ namespace TAO #if !defined (_CORBA_VALUEDEF__TRAITS_) #define _CORBA_VALUEDEF__TRAITS_ - + template<> struct TAO_IFR_Client_Export Objref_Traits< ::CORBA::ValueDef> { @@ -2942,8 +3020,8 @@ namespace TAO ::CORBA::ValueDef_ptr ); static ::CORBA::ValueDef_ptr nil (void); - static CORBA::Boolean marshal ( - ::CORBA::ValueDef_ptr p, + static ::CORBA::Boolean marshal ( + const ::CORBA::ValueDef_ptr p, TAO_OutputCDR & cdr ); }; @@ -2952,7 +3030,7 @@ namespace TAO #if !defined (_CORBA_VALUEBOXDEF__TRAITS_) #define _CORBA_VALUEBOXDEF__TRAITS_ - + template<> struct TAO_IFR_Client_Export Objref_Traits< ::CORBA::ValueBoxDef> { @@ -2963,8 +3041,8 @@ namespace TAO ::CORBA::ValueBoxDef_ptr ); static ::CORBA::ValueBoxDef_ptr nil (void); - static CORBA::Boolean marshal ( - ::CORBA::ValueBoxDef_ptr p, + static ::CORBA::Boolean marshal ( + const ::CORBA::ValueBoxDef_ptr p, TAO_OutputCDR & cdr ); }; @@ -2973,7 +3051,7 @@ namespace TAO #if !defined (_CORBA_ABSTRACTINTERFACEDEF__TRAITS_) #define _CORBA_ABSTRACTINTERFACEDEF__TRAITS_ - + template<> struct TAO_IFR_Client_Export Objref_Traits< ::CORBA::AbstractInterfaceDef> { @@ -2984,8 +3062,8 @@ namespace TAO ::CORBA::AbstractInterfaceDef_ptr ); static ::CORBA::AbstractInterfaceDef_ptr nil (void); - static CORBA::Boolean marshal ( - ::CORBA::AbstractInterfaceDef_ptr p, + static ::CORBA::Boolean marshal ( + const ::CORBA::AbstractInterfaceDef_ptr p, TAO_OutputCDR & cdr ); }; @@ -2994,7 +3072,7 @@ namespace TAO #if !defined (_CORBA_LOCALINTERFACEDEF__TRAITS_) #define _CORBA_LOCALINTERFACEDEF__TRAITS_ - + template<> struct TAO_IFR_Client_Export Objref_Traits< ::CORBA::LocalInterfaceDef> { @@ -3005,8 +3083,8 @@ namespace TAO ::CORBA::LocalInterfaceDef_ptr ); static ::CORBA::LocalInterfaceDef_ptr nil (void); - static CORBA::Boolean marshal ( - ::CORBA::LocalInterfaceDef_ptr p, + static ::CORBA::Boolean marshal ( + const ::CORBA::LocalInterfaceDef_ptr p, TAO_OutputCDR & cdr ); }; @@ -3015,7 +3093,7 @@ namespace TAO #if !defined (_CORBA_EXTINTERFACEDEF__TRAITS_) #define _CORBA_EXTINTERFACEDEF__TRAITS_ - + template<> struct TAO_IFR_Client_Export Objref_Traits< ::CORBA::ExtInterfaceDef> { @@ -3026,8 +3104,8 @@ namespace TAO ::CORBA::ExtInterfaceDef_ptr ); static ::CORBA::ExtInterfaceDef_ptr nil (void); - static CORBA::Boolean marshal ( - ::CORBA::ExtInterfaceDef_ptr p, + static ::CORBA::Boolean marshal ( + const ::CORBA::ExtInterfaceDef_ptr p, TAO_OutputCDR & cdr ); }; @@ -3036,7 +3114,7 @@ namespace TAO #if !defined (_CORBA_EXTVALUEDEF__TRAITS_) #define _CORBA_EXTVALUEDEF__TRAITS_ - + template<> struct TAO_IFR_Client_Export Objref_Traits< ::CORBA::ExtValueDef> { @@ -3047,8 +3125,8 @@ namespace TAO ::CORBA::ExtValueDef_ptr ); static ::CORBA::ExtValueDef_ptr nil (void); - static CORBA::Boolean marshal ( - ::CORBA::ExtValueDef_ptr p, + static ::CORBA::Boolean marshal ( + const ::CORBA::ExtValueDef_ptr p, TAO_OutputCDR & cdr ); }; @@ -3057,7 +3135,7 @@ namespace TAO #if !defined (_CORBA_EXTABSTRACTINTERFACEDEF__TRAITS_) #define _CORBA_EXTABSTRACTINTERFACEDEF__TRAITS_ - + template<> struct TAO_IFR_Client_Export Objref_Traits< ::CORBA::ExtAbstractInterfaceDef> { @@ -3068,8 +3146,8 @@ namespace TAO ::CORBA::ExtAbstractInterfaceDef_ptr ); static ::CORBA::ExtAbstractInterfaceDef_ptr nil (void); - static CORBA::Boolean marshal ( - ::CORBA::ExtAbstractInterfaceDef_ptr p, + static ::CORBA::Boolean marshal ( + const ::CORBA::ExtAbstractInterfaceDef_ptr p, TAO_OutputCDR & cdr ); }; @@ -3078,7 +3156,7 @@ namespace TAO #if !defined (_CORBA_EXTLOCALINTERFACEDEF__TRAITS_) #define _CORBA_EXTLOCALINTERFACEDEF__TRAITS_ - + template<> struct TAO_IFR_Client_Export Objref_Traits< ::CORBA::ExtLocalInterfaceDef> { @@ -3089,8 +3167,8 @@ namespace TAO ::CORBA::ExtLocalInterfaceDef_ptr ); static ::CORBA::ExtLocalInterfaceDef_ptr nil (void); - static CORBA::Boolean marshal ( - ::CORBA::ExtLocalInterfaceDef_ptr p, + static ::CORBA::Boolean marshal ( + const ::CORBA::ExtLocalInterfaceDef_ptr p, TAO_OutputCDR & cdr ); }; @@ -3099,7 +3177,7 @@ namespace TAO #if !defined (_CORBA_CONTAINER__TRAITS_) #define _CORBA_CONTAINER__TRAITS_ - + template<> struct TAO_IFR_Client_Export Objref_Traits< ::CORBA::Container> { @@ -3110,8 +3188,8 @@ namespace TAO ::CORBA::Container_ptr ); static ::CORBA::Container_ptr nil (void); - static CORBA::Boolean marshal ( - ::CORBA::Container_ptr p, + static ::CORBA::Boolean marshal ( + const ::CORBA::Container_ptr p, TAO_OutputCDR & cdr ); }; @@ -3120,7 +3198,7 @@ namespace TAO #if !defined (_CORBA_IDLTYPE__TRAITS_) #define _CORBA_IDLTYPE__TRAITS_ - + template<> struct TAO_IFR_Client_Export Objref_Traits< ::CORBA::IDLType> { @@ -3131,8 +3209,8 @@ namespace TAO ::CORBA::IDLType_ptr ); static ::CORBA::IDLType_ptr nil (void); - static CORBA::Boolean marshal ( - ::CORBA::IDLType_ptr p, + static ::CORBA::Boolean marshal ( + const ::CORBA::IDLType_ptr p, TAO_OutputCDR & cdr ); }; @@ -3141,7 +3219,7 @@ namespace TAO #if !defined (_CORBA_TYPEDEFDEF__TRAITS_) #define _CORBA_TYPEDEFDEF__TRAITS_ - + template<> struct TAO_IFR_Client_Export Objref_Traits< ::CORBA::TypedefDef> { @@ -3152,873 +3230,2562 @@ namespace TAO ::CORBA::TypedefDef_ptr ); static ::CORBA::TypedefDef_ptr nil (void); - static CORBA::Boolean marshal ( - ::CORBA::TypedefDef_ptr p, + static ::CORBA::Boolean marshal ( + const ::CORBA::TypedefDef_ptr p, TAO_OutputCDR & cdr ); }; #endif /* end #if !defined */ } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + // TAO_IDL - Generated from -// be\be_visitor_enum/any_op_ch.cpp:52 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_enum/any_op_ch.cpp:52 + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::DefinitionKind); +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::DefinitionKind &); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::DefinitionKind); -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::DefinitionKind &); // TAO_IDL - Generated from -// be\be_visitor_interface/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/any_op_ch.cpp:54 + + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, IRObject_ptr); // copying + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, IRObject_ptr *); // non-copying + TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, IRObject_ptr &); +} -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::IRObject_ptr); // copying -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::IRObject_ptr *); // non-copying -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::IRObject_ptr &); +#else + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::IRObject_ptr); // copying +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::IRObject_ptr *); // non-copying +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::IRObject_ptr &); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#endif // TAO_IDL - Generated from -// be\be_visitor_interface_fwd/any_op_ch.cpp:63 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface_fwd/any_op_ch.cpp:64 -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::Repository_ptr); // copying -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::Repository_ptr *); // non-copying -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::Repository *&); + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, Repository_ptr); // copying + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, Repository_ptr *); // non-copying + TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, Repository *&); +} + +#else + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::Repository_ptr); // copying +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::Repository_ptr *); // non-copying +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::Repository *&); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#endif // TAO_IDL - Generated from -// be\be_visitor_interface/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/any_op_ch.cpp:54 + + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, Contained_ptr); // copying + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, Contained_ptr *); // non-copying + TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, Contained_ptr &); +} + +#else + -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::Contained_ptr); // copying -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::Contained_ptr *); // non-copying -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::Contained_ptr &); + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::Contained_ptr); // copying +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::Contained_ptr *); // non-copying +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::Contained_ptr &); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#endif // TAO_IDL - Generated from -// be\be_visitor_structure/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/any_op_ch.cpp:53 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, const CORBA::Contained::Description &); // copying version +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::Contained::Description*); // noncopying version +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::Contained::Description *&); // deprecated +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, const CORBA::Contained::Description *&); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, const CORBA::Contained::Description &); // copying version -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::Contained::Description*); // noncopying version -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::Contained::Description *&); // deprecated -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, const CORBA::Contained::Description *&); // TAO_IDL - Generated from -// be\be_visitor_interface_fwd/any_op_ch.cpp:63 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface_fwd/any_op_ch.cpp:64 + + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, ModuleDef_ptr); // copying + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, ModuleDef_ptr *); // non-copying + TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, ModuleDef *&); +} + +#else + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::ModuleDef_ptr); // copying +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::ModuleDef_ptr *); // non-copying +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::ModuleDef *&); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ModuleDef_ptr); // copying -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ModuleDef_ptr *); // non-copying -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::ModuleDef *&); + + + +#endif // TAO_IDL - Generated from -// be\be_visitor_interface_fwd/any_op_ch.cpp:63 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface_fwd/any_op_ch.cpp:64 + -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ConstantDef_ptr); // copying -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ConstantDef_ptr *); // non-copying -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::ConstantDef *&); + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, ConstantDef_ptr); // copying + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, ConstantDef_ptr *); // non-copying + TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, ConstantDef *&); +} + +#else + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::ConstantDef_ptr); // copying +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::ConstantDef_ptr *); // non-copying +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::ConstantDef *&); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#endif // TAO_IDL - Generated from -// be\be_visitor_interface_fwd/any_op_ch.cpp:63 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface_fwd/any_op_ch.cpp:64 + + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, StructDef_ptr); // copying + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, StructDef_ptr *); // non-copying + TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, StructDef *&); +} + +#else + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::StructDef_ptr); // copying +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::StructDef_ptr *); // non-copying +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::StructDef *&); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::StructDef_ptr); // copying -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::StructDef_ptr *); // non-copying -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::StructDef *&); + +#endif // TAO_IDL - Generated from -// be\be_visitor_interface_fwd/any_op_ch.cpp:63 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface_fwd/any_op_ch.cpp:64 + + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, UnionDef_ptr); // copying + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, UnionDef_ptr *); // non-copying + TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, UnionDef *&); +} + +#else + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::UnionDef_ptr); // copying +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::UnionDef_ptr *); // non-copying +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::UnionDef *&); +TAO_END_VERSIONED_NAMESPACE_DECL -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::UnionDef_ptr); // copying -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::UnionDef_ptr *); // non-copying -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::UnionDef *&); + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#endif // TAO_IDL - Generated from -// be\be_visitor_interface_fwd/any_op_ch.cpp:63 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface_fwd/any_op_ch.cpp:64 + + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, EnumDef_ptr); // copying + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, EnumDef_ptr *); // non-copying + TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, EnumDef *&); +} + +#else + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::EnumDef_ptr); // copying +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::EnumDef_ptr *); // non-copying +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::EnumDef *&); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::EnumDef_ptr); // copying -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::EnumDef_ptr *); // non-copying -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::EnumDef *&); +#endif // TAO_IDL - Generated from -// be\be_visitor_interface_fwd/any_op_ch.cpp:63 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface_fwd/any_op_ch.cpp:64 + + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, AliasDef_ptr); // copying + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, AliasDef_ptr *); // non-copying + TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, AliasDef *&); +} + +#else -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::AliasDef_ptr); // copying -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::AliasDef_ptr *); // non-copying -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::AliasDef *&); + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::AliasDef_ptr); // copying +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::AliasDef_ptr *); // non-copying +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::AliasDef *&); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#endif // TAO_IDL - Generated from -// be\be_visitor_interface_fwd/any_op_ch.cpp:63 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface_fwd/any_op_ch.cpp:64 + + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, InterfaceDef_ptr); // copying + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, InterfaceDef_ptr *); // non-copying + TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, InterfaceDef *&); +} + +#else -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::InterfaceDef_ptr); // copying -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::InterfaceDef_ptr *); // non-copying -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::InterfaceDef *&); + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::InterfaceDef_ptr); // copying +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::InterfaceDef_ptr *); // non-copying +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::InterfaceDef *&); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#endif // TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/any_op_ch.cpp:53 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, const CORBA::InterfaceDefSeq &); // copying version +TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, CORBA::InterfaceDefSeq*); // noncopying version +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::InterfaceDefSeq *&); // deprecated +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, const CORBA::InterfaceDefSeq *&); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, const CORBA::InterfaceDefSeq &); // copying version -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::InterfaceDefSeq*); // noncopying version -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::InterfaceDefSeq *&); // deprecated -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, const CORBA::InterfaceDefSeq *&); // TAO_IDL - Generated from -// be\be_visitor_interface_fwd/any_op_ch.cpp:63 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface_fwd/any_op_ch.cpp:64 -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ExceptionDef_ptr); // copying -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ExceptionDef_ptr *); // non-copying -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::ExceptionDef *&); + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, ExceptionDef_ptr); // copying + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, ExceptionDef_ptr *); // non-copying + TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, ExceptionDef *&); +} + +#else + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::ExceptionDef_ptr); // copying +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::ExceptionDef_ptr *); // non-copying +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::ExceptionDef *&); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#endif // TAO_IDL - Generated from -// be\be_visitor_interface_fwd/any_op_ch.cpp:63 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface_fwd/any_op_ch.cpp:64 + + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, NativeDef_ptr); // copying + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, NativeDef_ptr *); // non-copying + TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, NativeDef *&); +} + +#else + -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::NativeDef_ptr); // copying -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::NativeDef_ptr *); // non-copying -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::NativeDef *&); + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::NativeDef_ptr); // copying +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::NativeDef_ptr *); // non-copying +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::NativeDef *&); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#endif // TAO_IDL - Generated from -// be\be_visitor_interface_fwd/any_op_ch.cpp:63 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface_fwd/any_op_ch.cpp:64 + + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, ValueDef_ptr); // copying + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, ValueDef_ptr *); // non-copying + TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, ValueDef *&); +} + +#else + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::ValueDef_ptr); // copying +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::ValueDef_ptr *); // non-copying +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::ValueDef *&); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ValueDef_ptr); // copying -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ValueDef_ptr *); // non-copying -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::ValueDef *&); + +#endif // TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/any_op_ch.cpp:53 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, const CORBA::ValueDefSeq &); // copying version +TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, CORBA::ValueDefSeq*); // noncopying version +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::ValueDefSeq *&); // deprecated +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, const CORBA::ValueDefSeq *&); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, const CORBA::ValueDefSeq &); // copying version -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ValueDefSeq*); // noncopying version -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::ValueDefSeq *&); // deprecated -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, const CORBA::ValueDefSeq *&); // TAO_IDL - Generated from -// be\be_visitor_interface_fwd/any_op_ch.cpp:63 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface_fwd/any_op_ch.cpp:64 + + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, ValueBoxDef_ptr); // copying + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, ValueBoxDef_ptr *); // non-copying + TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, ValueBoxDef *&); +} + +#else + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::ValueBoxDef_ptr); // copying +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::ValueBoxDef_ptr *); // non-copying +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::ValueBoxDef *&); +TAO_END_VERSIONED_NAMESPACE_DECL -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ValueBoxDef_ptr); // copying -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ValueBoxDef_ptr *); // non-copying -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::ValueBoxDef *&); + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#endif // TAO_IDL - Generated from -// be\be_visitor_interface_fwd/any_op_ch.cpp:63 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface_fwd/any_op_ch.cpp:64 + + -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::AbstractInterfaceDef_ptr); // copying -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::AbstractInterfaceDef_ptr *); // non-copying -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::AbstractInterfaceDef *&); +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, AbstractInterfaceDef_ptr); // copying + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, AbstractInterfaceDef_ptr *); // non-copying + TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, AbstractInterfaceDef *&); +} + +#else + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::AbstractInterfaceDef_ptr); // copying +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::AbstractInterfaceDef_ptr *); // non-copying +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::AbstractInterfaceDef *&); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#endif // TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/any_op_ch.cpp:53 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, const CORBA::AbstractInterfaceDefSeq &); // copying version +TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, CORBA::AbstractInterfaceDefSeq*); // noncopying version +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::AbstractInterfaceDefSeq *&); // deprecated +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, const CORBA::AbstractInterfaceDefSeq *&); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, const CORBA::AbstractInterfaceDefSeq &); // copying version -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::AbstractInterfaceDefSeq*); // noncopying version -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::AbstractInterfaceDefSeq *&); // deprecated -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, const CORBA::AbstractInterfaceDefSeq *&); // TAO_IDL - Generated from -// be\be_visitor_interface_fwd/any_op_ch.cpp:63 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface_fwd/any_op_ch.cpp:64 + + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, LocalInterfaceDef_ptr); // copying + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, LocalInterfaceDef_ptr *); // non-copying + TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, LocalInterfaceDef *&); +} + +#else + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::LocalInterfaceDef_ptr); // copying +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::LocalInterfaceDef_ptr *); // non-copying +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::LocalInterfaceDef *&); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::LocalInterfaceDef_ptr); // copying -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::LocalInterfaceDef_ptr *); // non-copying -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::LocalInterfaceDef *&); + + +#endif // TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/any_op_ch.cpp:53 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, const CORBA::LocalInterfaceDefSeq &); // copying version +TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, CORBA::LocalInterfaceDefSeq*); // noncopying version +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::LocalInterfaceDefSeq *&); // deprecated +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, const CORBA::LocalInterfaceDefSeq *&); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, const CORBA::LocalInterfaceDefSeq &); // copying version -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::LocalInterfaceDefSeq*); // noncopying version -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::LocalInterfaceDefSeq *&); // deprecated -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, const CORBA::LocalInterfaceDefSeq *&); // TAO_IDL - Generated from -// be\be_visitor_interface_fwd/any_op_ch.cpp:63 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface_fwd/any_op_ch.cpp:64 + + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, ExtInterfaceDef_ptr); // copying + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, ExtInterfaceDef_ptr *); // non-copying + TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, ExtInterfaceDef *&); +} + +#else + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::ExtInterfaceDef_ptr); // copying +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::ExtInterfaceDef_ptr *); // non-copying +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::ExtInterfaceDef *&); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ExtInterfaceDef_ptr); // copying -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ExtInterfaceDef_ptr *); // non-copying -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::ExtInterfaceDef *&); + + +#endif // TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/any_op_ch.cpp:53 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, const CORBA::ExtInterfaceDefSeq &); // copying version +TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, CORBA::ExtInterfaceDefSeq*); // noncopying version +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::ExtInterfaceDefSeq *&); // deprecated +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, const CORBA::ExtInterfaceDefSeq *&); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, const CORBA::ExtInterfaceDefSeq &); // copying version -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ExtInterfaceDefSeq*); // noncopying version -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::ExtInterfaceDefSeq *&); // deprecated -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, const CORBA::ExtInterfaceDefSeq *&); // TAO_IDL - Generated from -// be\be_visitor_interface_fwd/any_op_ch.cpp:63 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface_fwd/any_op_ch.cpp:64 + + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, ExtValueDef_ptr); // copying + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, ExtValueDef_ptr *); // non-copying + TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, ExtValueDef *&); +} + +#else + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::ExtValueDef_ptr); // copying +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::ExtValueDef_ptr *); // non-copying +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::ExtValueDef *&); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ExtValueDef_ptr); // copying -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ExtValueDef_ptr *); // non-copying -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::ExtValueDef *&); + + + +#endif // TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/any_op_ch.cpp:53 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, const CORBA::ExtValueDefSeq &); // copying version +TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, CORBA::ExtValueDefSeq*); // noncopying version +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::ExtValueDefSeq *&); // deprecated +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, const CORBA::ExtValueDefSeq *&); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, const CORBA::ExtValueDefSeq &); // copying version -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ExtValueDefSeq*); // noncopying version -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::ExtValueDefSeq *&); // deprecated -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, const CORBA::ExtValueDefSeq *&); // TAO_IDL - Generated from -// be\be_visitor_interface_fwd/any_op_ch.cpp:63 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface_fwd/any_op_ch.cpp:64 + + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, ExtAbstractInterfaceDef_ptr); // copying + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, ExtAbstractInterfaceDef_ptr *); // non-copying + TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, ExtAbstractInterfaceDef *&); +} -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ExtAbstractInterfaceDef_ptr); // copying -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ExtAbstractInterfaceDef_ptr *); // non-copying -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::ExtAbstractInterfaceDef *&); +#else + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::ExtAbstractInterfaceDef_ptr); // copying +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::ExtAbstractInterfaceDef_ptr *); // non-copying +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::ExtAbstractInterfaceDef *&); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#endif // TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/any_op_ch.cpp:53 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, const CORBA::ExtAbstractInterfaceDefSeq &); // copying version +TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, CORBA::ExtAbstractInterfaceDefSeq*); // noncopying version +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::ExtAbstractInterfaceDefSeq *&); // deprecated +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, const CORBA::ExtAbstractInterfaceDefSeq *&); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, const CORBA::ExtAbstractInterfaceDefSeq &); // copying version -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ExtAbstractInterfaceDefSeq*); // noncopying version -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::ExtAbstractInterfaceDefSeq *&); // deprecated -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, const CORBA::ExtAbstractInterfaceDefSeq *&); // TAO_IDL - Generated from -// be\be_visitor_interface_fwd/any_op_ch.cpp:63 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface_fwd/any_op_ch.cpp:64 + + -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ExtLocalInterfaceDef_ptr); // copying -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ExtLocalInterfaceDef_ptr *); // non-copying -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::ExtLocalInterfaceDef *&); +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, ExtLocalInterfaceDef_ptr); // copying + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, ExtLocalInterfaceDef_ptr *); // non-copying + TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, ExtLocalInterfaceDef *&); +} + +#else + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::ExtLocalInterfaceDef_ptr); // copying +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::ExtLocalInterfaceDef_ptr *); // non-copying +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::ExtLocalInterfaceDef *&); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#endif // TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/any_op_ch.cpp:53 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, const CORBA::ExtLocalInterfaceDefSeq &); // copying version +TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, CORBA::ExtLocalInterfaceDefSeq*); // noncopying version +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::ExtLocalInterfaceDefSeq *&); // deprecated +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, const CORBA::ExtLocalInterfaceDefSeq *&); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, const CORBA::ExtLocalInterfaceDefSeq &); // copying version -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ExtLocalInterfaceDefSeq*); // noncopying version -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::ExtLocalInterfaceDefSeq *&); // deprecated -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, const CORBA::ExtLocalInterfaceDefSeq *&); // TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/any_op_ch.cpp:53 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, const CORBA::ContainedSeq &); // copying version +TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, CORBA::ContainedSeq*); // noncopying version +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::ContainedSeq *&); // deprecated +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, const CORBA::ContainedSeq *&); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, const CORBA::ContainedSeq &); // copying version -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ContainedSeq*); // noncopying version -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::ContainedSeq *&); // deprecated -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, const CORBA::ContainedSeq *&); // TAO_IDL - Generated from -// be\be_visitor_structure/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/any_op_ch.cpp:53 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, const CORBA::StructMember &); // copying version +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::StructMember*); // noncopying version +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::StructMember *&); // deprecated +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, const CORBA::StructMember *&); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, const CORBA::StructMember &); // copying version -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::StructMember*); // noncopying version -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::StructMember *&); // deprecated -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, const CORBA::StructMember *&); // TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/any_op_ch.cpp:53 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, const CORBA::StructMemberSeq &); // copying version +TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, CORBA::StructMemberSeq*); // noncopying version +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::StructMemberSeq *&); // deprecated +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, const CORBA::StructMemberSeq *&); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, const CORBA::StructMemberSeq &); // copying version -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::StructMemberSeq*); // noncopying version -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::StructMemberSeq *&); // deprecated -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, const CORBA::StructMemberSeq *&); // TAO_IDL - Generated from -// be\be_visitor_structure/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/any_op_ch.cpp:53 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, const CORBA::Initializer &); // copying version +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::Initializer*); // noncopying version +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::Initializer *&); // deprecated +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, const CORBA::Initializer *&); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, const CORBA::Initializer &); // copying version -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::Initializer*); // noncopying version -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::Initializer *&); // deprecated -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, const CORBA::Initializer *&); // TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/any_op_ch.cpp:53 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, const CORBA::InitializerSeq &); // copying version +TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, CORBA::InitializerSeq*); // noncopying version +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::InitializerSeq *&); // deprecated +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, const CORBA::InitializerSeq *&); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, const CORBA::InitializerSeq &); // copying version -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::InitializerSeq*); // noncopying version -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::InitializerSeq *&); // deprecated -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, const CORBA::InitializerSeq *&); // TAO_IDL - Generated from -// be\be_visitor_structure/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/any_op_ch.cpp:53 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, const CORBA::ExceptionDescription &); // copying version +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::ExceptionDescription*); // noncopying version +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::ExceptionDescription *&); // deprecated +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, const CORBA::ExceptionDescription *&); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, const CORBA::ExceptionDescription &); // copying version -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ExceptionDescription*); // noncopying version -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::ExceptionDescription *&); // deprecated -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, const CORBA::ExceptionDescription *&); // TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/any_op_ch.cpp:53 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, const CORBA::ExcDescriptionSeq &); // copying version +TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, CORBA::ExcDescriptionSeq*); // noncopying version +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::ExcDescriptionSeq *&); // deprecated +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, const CORBA::ExcDescriptionSeq *&); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, const CORBA::ExcDescriptionSeq &); // copying version -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ExcDescriptionSeq*); // noncopying version -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::ExcDescriptionSeq *&); // deprecated -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, const CORBA::ExcDescriptionSeq *&); // TAO_IDL - Generated from -// be\be_visitor_structure/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/any_op_ch.cpp:53 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, const CORBA::ExtInitializer &); // copying version +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::ExtInitializer*); // noncopying version +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::ExtInitializer *&); // deprecated +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, const CORBA::ExtInitializer *&); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, const CORBA::ExtInitializer &); // copying version -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ExtInitializer*); // noncopying version -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::ExtInitializer *&); // deprecated -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, const CORBA::ExtInitializer *&); // TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/any_op_ch.cpp:53 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, const CORBA::ExtInitializerSeq &); // copying version +TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, CORBA::ExtInitializerSeq*); // noncopying version +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::ExtInitializerSeq *&); // deprecated +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, const CORBA::ExtInitializerSeq *&); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, const CORBA::ExtInitializerSeq &); // copying version -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ExtInitializerSeq*); // noncopying version -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::ExtInitializerSeq *&); // deprecated -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, const CORBA::ExtInitializerSeq *&); // TAO_IDL - Generated from -// be\be_visitor_structure/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/any_op_ch.cpp:53 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, const CORBA::UnionMember &); // copying version +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::UnionMember*); // noncopying version +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::UnionMember *&); // deprecated +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, const CORBA::UnionMember *&); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, const CORBA::UnionMember &); // copying version -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::UnionMember*); // noncopying version -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::UnionMember *&); // deprecated -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, const CORBA::UnionMember *&); // TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/any_op_ch.cpp:53 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, const CORBA::UnionMemberSeq &); // copying version +TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, CORBA::UnionMemberSeq*); // noncopying version +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::UnionMemberSeq *&); // deprecated +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, const CORBA::UnionMemberSeq *&); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, const CORBA::UnionMemberSeq &); // copying version -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::UnionMemberSeq*); // noncopying version -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::UnionMemberSeq *&); // deprecated -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, const CORBA::UnionMemberSeq *&); // TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/any_op_ch.cpp:53 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, const CORBA::EnumMemberSeq &); // copying version +TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, CORBA::EnumMemberSeq*); // noncopying version +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::EnumMemberSeq *&); // deprecated +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, const CORBA::EnumMemberSeq *&); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, const CORBA::EnumMemberSeq &); // copying version -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::EnumMemberSeq*); // noncopying version -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::EnumMemberSeq *&); // deprecated -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, const CORBA::EnumMemberSeq *&); // TAO_IDL - Generated from -// be\be_visitor_interface/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/any_op_ch.cpp:54 + + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, Container_ptr); // copying + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, Container_ptr *); // non-copying + TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, Container_ptr &); +} + +#else + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::Container_ptr); // copying +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::Container_ptr *); // non-copying +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::Container_ptr &); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::Container_ptr); // copying -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::Container_ptr *); // non-copying -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::Container_ptr &); + + + +#endif // TAO_IDL - Generated from -// be\be_visitor_structure/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/any_op_ch.cpp:53 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, const CORBA::Container::Description &); // copying version +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::Container::Description*); // noncopying version +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::Container::Description *&); // deprecated +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, const CORBA::Container::Description *&); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, const CORBA::Container::Description &); // copying version -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::Container::Description*); // noncopying version -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::Container::Description *&); // deprecated -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, const CORBA::Container::Description *&); // TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/any_op_ch.cpp:53 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, const CORBA::Container::DescriptionSeq &); // copying version +TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, CORBA::Container::DescriptionSeq*); // noncopying version +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::Container::DescriptionSeq *&); // deprecated +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, const CORBA::Container::DescriptionSeq *&); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, const CORBA::Container::DescriptionSeq &); // copying version -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::Container::DescriptionSeq*); // noncopying version -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::Container::DescriptionSeq *&); // deprecated -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, const CORBA::Container::DescriptionSeq *&); // TAO_IDL - Generated from -// be\be_visitor_interface/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/any_op_ch.cpp:54 + + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, IDLType_ptr); // copying + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, IDLType_ptr *); // non-copying + TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, IDLType_ptr &); +} + +#else + -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::IDLType_ptr); // copying -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::IDLType_ptr *); // non-copying -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::IDLType_ptr &); + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::IDLType_ptr); // copying +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::IDLType_ptr *); // non-copying +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::IDLType_ptr &); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#endif // TAO_IDL - Generated from -// be\be_visitor_interface/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/any_op_ch.cpp:54 + + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, TypedefDef_ptr); // copying + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, TypedefDef_ptr *); // non-copying + TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, TypedefDef_ptr &); +} + +#else + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::TypedefDef_ptr); // copying +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::TypedefDef_ptr *); // non-copying +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::TypedefDef_ptr &); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::TypedefDef_ptr); // copying -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::TypedefDef_ptr *); // non-copying -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::TypedefDef_ptr &); + + +#endif // TAO_IDL - Generated from -// be\be_visitor_structure/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/any_op_ch.cpp:53 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, const CORBA::TypeDescription &); // copying version +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::TypeDescription*); // noncopying version +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::TypeDescription *&); // deprecated +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, const CORBA::TypeDescription *&); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, const CORBA::TypeDescription &); // copying version -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::TypeDescription*); // noncopying version -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::TypeDescription *&); // deprecated -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, const CORBA::TypeDescription *&); // TAO_IDL - Generated from -// be\be_visitor_enum/cdr_op_ch.cpp:50 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_enum/cdr_op_ch.cpp:50 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< (TAO_OutputCDR &, CORBA::DefinitionKind); +TAO_IFR_Client_Export ::CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::DefinitionKind &); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export CORBA::Boolean operator<< (TAO_OutputCDR &, CORBA::DefinitionKind); -TAO_IFR_Client_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::DefinitionKind &); // TAO_IDL - Generated from -// be\be_visitor_interface/cdr_op_ch.cpp:55 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/cdr_op_ch.cpp:55 + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::IRObject_ptr ); +TAO_IFR_Client_Export ::CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::IRObject_ptr &); + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::IRObject_ptr ); -TAO_IFR_Client_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::IRObject_ptr &); // TAO_IDL - Generated from -// be\be_visitor_interface_fwd/cdr_op_ch.cpp:66 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface_fwd/cdr_op_ch.cpp:66 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::Repository_ptr ); +TAO_IFR_Client_Export ::CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::Repository_ptr &); + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + -TAO_IFR_Client_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::Repository_ptr ); -TAO_IFR_Client_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::Repository_ptr &); // TAO_IDL - Generated from -// be\be_visitor_interface/cdr_op_ch.cpp:55 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/cdr_op_ch.cpp:55 + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::Contained_ptr ); +TAO_IFR_Client_Export ::CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::Contained_ptr &); + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::Contained_ptr ); -TAO_IFR_Client_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::Contained_ptr &); // TAO_IDL - Generated from -// be\be_visitor_structure/cdr_op_ch.cpp:54 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/cdr_op_ch.cpp:54 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::Contained::Description &); +TAO_IFR_Client_Export ::CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::Contained::Description &); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::Contained::Description &); -TAO_IFR_Client_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::Contained::Description &); // TAO_IDL - Generated from -// be\be_visitor_interface_fwd/cdr_op_ch.cpp:66 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface_fwd/cdr_op_ch.cpp:66 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ModuleDef_ptr ); +TAO_IFR_Client_Export ::CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ModuleDef_ptr &); + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + -TAO_IFR_Client_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ModuleDef_ptr ); -TAO_IFR_Client_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ModuleDef_ptr &); // TAO_IDL - Generated from -// be\be_visitor_interface_fwd/cdr_op_ch.cpp:66 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface_fwd/cdr_op_ch.cpp:66 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ConstantDef_ptr ); +TAO_IFR_Client_Export ::CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ConstantDef_ptr &); + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + -TAO_IFR_Client_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ConstantDef_ptr ); -TAO_IFR_Client_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ConstantDef_ptr &); // TAO_IDL - Generated from -// be\be_visitor_interface_fwd/cdr_op_ch.cpp:66 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface_fwd/cdr_op_ch.cpp:66 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::StructDef_ptr ); +TAO_IFR_Client_Export ::CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::StructDef_ptr &); + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + -TAO_IFR_Client_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::StructDef_ptr ); -TAO_IFR_Client_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::StructDef_ptr &); // TAO_IDL - Generated from -// be\be_visitor_interface_fwd/cdr_op_ch.cpp:66 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface_fwd/cdr_op_ch.cpp:66 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::UnionDef_ptr ); +TAO_IFR_Client_Export ::CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::UnionDef_ptr &); + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + -TAO_IFR_Client_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::UnionDef_ptr ); -TAO_IFR_Client_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::UnionDef_ptr &); // TAO_IDL - Generated from -// be\be_visitor_interface_fwd/cdr_op_ch.cpp:66 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface_fwd/cdr_op_ch.cpp:66 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::EnumDef_ptr ); +TAO_IFR_Client_Export ::CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::EnumDef_ptr &); + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + -TAO_IFR_Client_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::EnumDef_ptr ); -TAO_IFR_Client_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::EnumDef_ptr &); // TAO_IDL - Generated from -// be\be_visitor_interface_fwd/cdr_op_ch.cpp:66 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface_fwd/cdr_op_ch.cpp:66 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::AliasDef_ptr ); +TAO_IFR_Client_Export ::CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::AliasDef_ptr &); + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + -TAO_IFR_Client_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::AliasDef_ptr ); -TAO_IFR_Client_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::AliasDef_ptr &); // TAO_IDL - Generated from -// be\be_visitor_interface_fwd/cdr_op_ch.cpp:66 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface_fwd/cdr_op_ch.cpp:66 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::InterfaceDef_ptr ); +TAO_IFR_Client_Export ::CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::InterfaceDef_ptr &); + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + -TAO_IFR_Client_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::InterfaceDef_ptr ); -TAO_IFR_Client_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::InterfaceDef_ptr &); // TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_ch.cpp:71 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/cdr_op_ch.cpp:71 #if !defined _TAO_CDR_OP_CORBA_InterfaceDefSeq_H_ #define _TAO_CDR_OP_CORBA_InterfaceDefSeq_H_ -TAO_IFR_Client_Export CORBA::Boolean operator<< ( +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< ( TAO_OutputCDR &, const CORBA::InterfaceDefSeq & ); -TAO_IFR_Client_Export CORBA::Boolean operator>> ( +TAO_IFR_Client_Export ::CORBA::Boolean operator>> ( TAO_InputCDR &, CORBA::InterfaceDefSeq & ); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + #endif /* _TAO_CDR_OP_CORBA_InterfaceDefSeq_H_ */ // TAO_IDL - Generated from -// be\be_visitor_interface_fwd/cdr_op_ch.cpp:66 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface_fwd/cdr_op_ch.cpp:66 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ExceptionDef_ptr ); +TAO_IFR_Client_Export ::CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ExceptionDef_ptr &); + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + -TAO_IFR_Client_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ExceptionDef_ptr ); -TAO_IFR_Client_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ExceptionDef_ptr &); // TAO_IDL - Generated from -// be\be_visitor_interface_fwd/cdr_op_ch.cpp:66 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface_fwd/cdr_op_ch.cpp:66 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::NativeDef_ptr ); +TAO_IFR_Client_Export ::CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::NativeDef_ptr &); + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + -TAO_IFR_Client_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::NativeDef_ptr ); -TAO_IFR_Client_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::NativeDef_ptr &); // TAO_IDL - Generated from -// be\be_visitor_interface_fwd/cdr_op_ch.cpp:66 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface_fwd/cdr_op_ch.cpp:66 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ValueDef_ptr ); +TAO_IFR_Client_Export ::CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ValueDef_ptr &); + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + -TAO_IFR_Client_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ValueDef_ptr ); -TAO_IFR_Client_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ValueDef_ptr &); // TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_ch.cpp:71 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/cdr_op_ch.cpp:71 #if !defined _TAO_CDR_OP_CORBA_ValueDefSeq_H_ #define _TAO_CDR_OP_CORBA_ValueDefSeq_H_ -TAO_IFR_Client_Export CORBA::Boolean operator<< ( +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< ( TAO_OutputCDR &, const CORBA::ValueDefSeq & ); -TAO_IFR_Client_Export CORBA::Boolean operator>> ( +TAO_IFR_Client_Export ::CORBA::Boolean operator>> ( TAO_InputCDR &, CORBA::ValueDefSeq & ); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + #endif /* _TAO_CDR_OP_CORBA_ValueDefSeq_H_ */ // TAO_IDL - Generated from -// be\be_visitor_interface_fwd/cdr_op_ch.cpp:66 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface_fwd/cdr_op_ch.cpp:66 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ValueBoxDef_ptr ); +TAO_IFR_Client_Export ::CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ValueBoxDef_ptr &); + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + -TAO_IFR_Client_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ValueBoxDef_ptr ); -TAO_IFR_Client_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ValueBoxDef_ptr &); // TAO_IDL - Generated from -// be\be_visitor_interface_fwd/cdr_op_ch.cpp:66 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface_fwd/cdr_op_ch.cpp:66 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::AbstractInterfaceDef_ptr ); +TAO_IFR_Client_Export ::CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::AbstractInterfaceDef_ptr &); + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + -TAO_IFR_Client_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::AbstractInterfaceDef_ptr ); -TAO_IFR_Client_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::AbstractInterfaceDef_ptr &); // TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_ch.cpp:71 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/cdr_op_ch.cpp:71 #if !defined _TAO_CDR_OP_CORBA_AbstractInterfaceDefSeq_H_ #define _TAO_CDR_OP_CORBA_AbstractInterfaceDefSeq_H_ -TAO_IFR_Client_Export CORBA::Boolean operator<< ( +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< ( TAO_OutputCDR &, const CORBA::AbstractInterfaceDefSeq & ); -TAO_IFR_Client_Export CORBA::Boolean operator>> ( +TAO_IFR_Client_Export ::CORBA::Boolean operator>> ( TAO_InputCDR &, CORBA::AbstractInterfaceDefSeq & ); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + #endif /* _TAO_CDR_OP_CORBA_AbstractInterfaceDefSeq_H_ */ // TAO_IDL - Generated from -// be\be_visitor_interface_fwd/cdr_op_ch.cpp:66 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface_fwd/cdr_op_ch.cpp:66 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::LocalInterfaceDef_ptr ); +TAO_IFR_Client_Export ::CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::LocalInterfaceDef_ptr &); + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + -TAO_IFR_Client_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::LocalInterfaceDef_ptr ); -TAO_IFR_Client_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::LocalInterfaceDef_ptr &); // TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_ch.cpp:71 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/cdr_op_ch.cpp:71 #if !defined _TAO_CDR_OP_CORBA_LocalInterfaceDefSeq_H_ #define _TAO_CDR_OP_CORBA_LocalInterfaceDefSeq_H_ -TAO_IFR_Client_Export CORBA::Boolean operator<< ( +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< ( TAO_OutputCDR &, const CORBA::LocalInterfaceDefSeq & ); -TAO_IFR_Client_Export CORBA::Boolean operator>> ( +TAO_IFR_Client_Export ::CORBA::Boolean operator>> ( TAO_InputCDR &, CORBA::LocalInterfaceDefSeq & ); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + #endif /* _TAO_CDR_OP_CORBA_LocalInterfaceDefSeq_H_ */ // TAO_IDL - Generated from -// be\be_visitor_interface_fwd/cdr_op_ch.cpp:66 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface_fwd/cdr_op_ch.cpp:66 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ExtInterfaceDef_ptr ); +TAO_IFR_Client_Export ::CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ExtInterfaceDef_ptr &); + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + -TAO_IFR_Client_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ExtInterfaceDef_ptr ); -TAO_IFR_Client_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ExtInterfaceDef_ptr &); // TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_ch.cpp:71 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/cdr_op_ch.cpp:71 #if !defined _TAO_CDR_OP_CORBA_ExtInterfaceDefSeq_H_ #define _TAO_CDR_OP_CORBA_ExtInterfaceDefSeq_H_ -TAO_IFR_Client_Export CORBA::Boolean operator<< ( +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< ( TAO_OutputCDR &, const CORBA::ExtInterfaceDefSeq & ); -TAO_IFR_Client_Export CORBA::Boolean operator>> ( +TAO_IFR_Client_Export ::CORBA::Boolean operator>> ( TAO_InputCDR &, CORBA::ExtInterfaceDefSeq & ); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + #endif /* _TAO_CDR_OP_CORBA_ExtInterfaceDefSeq_H_ */ // TAO_IDL - Generated from -// be\be_visitor_interface_fwd/cdr_op_ch.cpp:66 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface_fwd/cdr_op_ch.cpp:66 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ExtValueDef_ptr ); +TAO_IFR_Client_Export ::CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ExtValueDef_ptr &); + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + -TAO_IFR_Client_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ExtValueDef_ptr ); -TAO_IFR_Client_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ExtValueDef_ptr &); // TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_ch.cpp:71 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/cdr_op_ch.cpp:71 #if !defined _TAO_CDR_OP_CORBA_ExtValueDefSeq_H_ #define _TAO_CDR_OP_CORBA_ExtValueDefSeq_H_ -TAO_IFR_Client_Export CORBA::Boolean operator<< ( +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< ( TAO_OutputCDR &, const CORBA::ExtValueDefSeq & ); -TAO_IFR_Client_Export CORBA::Boolean operator>> ( +TAO_IFR_Client_Export ::CORBA::Boolean operator>> ( TAO_InputCDR &, CORBA::ExtValueDefSeq & ); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + #endif /* _TAO_CDR_OP_CORBA_ExtValueDefSeq_H_ */ // TAO_IDL - Generated from -// be\be_visitor_interface_fwd/cdr_op_ch.cpp:66 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface_fwd/cdr_op_ch.cpp:66 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ExtAbstractInterfaceDef_ptr ); +TAO_IFR_Client_Export ::CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ExtAbstractInterfaceDef_ptr &); + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + -TAO_IFR_Client_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ExtAbstractInterfaceDef_ptr ); -TAO_IFR_Client_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ExtAbstractInterfaceDef_ptr &); // TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_ch.cpp:71 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/cdr_op_ch.cpp:71 #if !defined _TAO_CDR_OP_CORBA_ExtAbstractInterfaceDefSeq_H_ #define _TAO_CDR_OP_CORBA_ExtAbstractInterfaceDefSeq_H_ -TAO_IFR_Client_Export CORBA::Boolean operator<< ( +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< ( TAO_OutputCDR &, const CORBA::ExtAbstractInterfaceDefSeq & ); -TAO_IFR_Client_Export CORBA::Boolean operator>> ( +TAO_IFR_Client_Export ::CORBA::Boolean operator>> ( TAO_InputCDR &, CORBA::ExtAbstractInterfaceDefSeq & ); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + #endif /* _TAO_CDR_OP_CORBA_ExtAbstractInterfaceDefSeq_H_ */ // TAO_IDL - Generated from -// be\be_visitor_interface_fwd/cdr_op_ch.cpp:66 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface_fwd/cdr_op_ch.cpp:66 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ExtLocalInterfaceDef_ptr ); +TAO_IFR_Client_Export ::CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ExtLocalInterfaceDef_ptr &); + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + -TAO_IFR_Client_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ExtLocalInterfaceDef_ptr ); -TAO_IFR_Client_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ExtLocalInterfaceDef_ptr &); // TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_ch.cpp:71 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/cdr_op_ch.cpp:71 #if !defined _TAO_CDR_OP_CORBA_ExtLocalInterfaceDefSeq_H_ #define _TAO_CDR_OP_CORBA_ExtLocalInterfaceDefSeq_H_ -TAO_IFR_Client_Export CORBA::Boolean operator<< ( +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< ( TAO_OutputCDR &, const CORBA::ExtLocalInterfaceDefSeq & ); -TAO_IFR_Client_Export CORBA::Boolean operator>> ( +TAO_IFR_Client_Export ::CORBA::Boolean operator>> ( TAO_InputCDR &, CORBA::ExtLocalInterfaceDefSeq & ); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + #endif /* _TAO_CDR_OP_CORBA_ExtLocalInterfaceDefSeq_H_ */ // TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_ch.cpp:71 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/cdr_op_ch.cpp:71 #if !defined _TAO_CDR_OP_CORBA_ContainedSeq_H_ #define _TAO_CDR_OP_CORBA_ContainedSeq_H_ -TAO_IFR_Client_Export CORBA::Boolean operator<< ( +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< ( TAO_OutputCDR &, const CORBA::ContainedSeq & ); -TAO_IFR_Client_Export CORBA::Boolean operator>> ( +TAO_IFR_Client_Export ::CORBA::Boolean operator>> ( TAO_InputCDR &, CORBA::ContainedSeq & ); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + #endif /* _TAO_CDR_OP_CORBA_ContainedSeq_H_ */ // TAO_IDL - Generated from -// be\be_visitor_structure/cdr_op_ch.cpp:54 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/cdr_op_ch.cpp:54 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::StructMember &); +TAO_IFR_Client_Export ::CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::StructMember &); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::StructMember &); -TAO_IFR_Client_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::StructMember &); // TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_ch.cpp:71 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/cdr_op_ch.cpp:71 #if !defined _TAO_CDR_OP_CORBA_StructMemberSeq_H_ #define _TAO_CDR_OP_CORBA_StructMemberSeq_H_ -TAO_IFR_Client_Export CORBA::Boolean operator<< ( +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< ( TAO_OutputCDR &, const CORBA::StructMemberSeq & ); -TAO_IFR_Client_Export CORBA::Boolean operator>> ( +TAO_IFR_Client_Export ::CORBA::Boolean operator>> ( TAO_InputCDR &, CORBA::StructMemberSeq & ); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + #endif /* _TAO_CDR_OP_CORBA_StructMemberSeq_H_ */ // TAO_IDL - Generated from -// be\be_visitor_structure/cdr_op_ch.cpp:54 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/cdr_op_ch.cpp:54 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::Initializer &); +TAO_IFR_Client_Export ::CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::Initializer &); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::Initializer &); -TAO_IFR_Client_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::Initializer &); // TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_ch.cpp:71 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/cdr_op_ch.cpp:71 #if !defined _TAO_CDR_OP_CORBA_InitializerSeq_H_ #define _TAO_CDR_OP_CORBA_InitializerSeq_H_ -TAO_IFR_Client_Export CORBA::Boolean operator<< ( +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< ( TAO_OutputCDR &, const CORBA::InitializerSeq & ); -TAO_IFR_Client_Export CORBA::Boolean operator>> ( +TAO_IFR_Client_Export ::CORBA::Boolean operator>> ( TAO_InputCDR &, CORBA::InitializerSeq & ); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + #endif /* _TAO_CDR_OP_CORBA_InitializerSeq_H_ */ // TAO_IDL - Generated from -// be\be_visitor_structure/cdr_op_ch.cpp:54 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/cdr_op_ch.cpp:54 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ExceptionDescription &); +TAO_IFR_Client_Export ::CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ExceptionDescription &); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ExceptionDescription &); -TAO_IFR_Client_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ExceptionDescription &); // TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_ch.cpp:71 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/cdr_op_ch.cpp:71 #if !defined _TAO_CDR_OP_CORBA_ExcDescriptionSeq_H_ #define _TAO_CDR_OP_CORBA_ExcDescriptionSeq_H_ -TAO_IFR_Client_Export CORBA::Boolean operator<< ( +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< ( TAO_OutputCDR &, const CORBA::ExcDescriptionSeq & ); -TAO_IFR_Client_Export CORBA::Boolean operator>> ( +TAO_IFR_Client_Export ::CORBA::Boolean operator>> ( TAO_InputCDR &, CORBA::ExcDescriptionSeq & ); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + #endif /* _TAO_CDR_OP_CORBA_ExcDescriptionSeq_H_ */ // TAO_IDL - Generated from -// be\be_visitor_structure/cdr_op_ch.cpp:54 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/cdr_op_ch.cpp:54 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ExtInitializer &); +TAO_IFR_Client_Export ::CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ExtInitializer &); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ExtInitializer &); -TAO_IFR_Client_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ExtInitializer &); // TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_ch.cpp:71 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/cdr_op_ch.cpp:71 #if !defined _TAO_CDR_OP_CORBA_ExtInitializerSeq_H_ #define _TAO_CDR_OP_CORBA_ExtInitializerSeq_H_ -TAO_IFR_Client_Export CORBA::Boolean operator<< ( +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< ( TAO_OutputCDR &, const CORBA::ExtInitializerSeq & ); -TAO_IFR_Client_Export CORBA::Boolean operator>> ( +TAO_IFR_Client_Export ::CORBA::Boolean operator>> ( TAO_InputCDR &, CORBA::ExtInitializerSeq & ); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + #endif /* _TAO_CDR_OP_CORBA_ExtInitializerSeq_H_ */ // TAO_IDL - Generated from -// be\be_visitor_structure/cdr_op_ch.cpp:54 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/cdr_op_ch.cpp:54 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::UnionMember &); +TAO_IFR_Client_Export ::CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::UnionMember &); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::UnionMember &); -TAO_IFR_Client_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::UnionMember &); // TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_ch.cpp:71 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/cdr_op_ch.cpp:71 #if !defined _TAO_CDR_OP_CORBA_UnionMemberSeq_H_ #define _TAO_CDR_OP_CORBA_UnionMemberSeq_H_ -TAO_IFR_Client_Export CORBA::Boolean operator<< ( +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< ( TAO_OutputCDR &, const CORBA::UnionMemberSeq & ); -TAO_IFR_Client_Export CORBA::Boolean operator>> ( +TAO_IFR_Client_Export ::CORBA::Boolean operator>> ( TAO_InputCDR &, CORBA::UnionMemberSeq & ); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + #endif /* _TAO_CDR_OP_CORBA_UnionMemberSeq_H_ */ // TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_ch.cpp:71 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/cdr_op_ch.cpp:71 #if !defined _TAO_CDR_OP_CORBA_EnumMemberSeq_H_ #define _TAO_CDR_OP_CORBA_EnumMemberSeq_H_ -TAO_IFR_Client_Export CORBA::Boolean operator<< ( +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< ( TAO_OutputCDR &, const CORBA::EnumMemberSeq & ); -TAO_IFR_Client_Export CORBA::Boolean operator>> ( +TAO_IFR_Client_Export ::CORBA::Boolean operator>> ( TAO_InputCDR &, CORBA::EnumMemberSeq & ); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + #endif /* _TAO_CDR_OP_CORBA_EnumMemberSeq_H_ */ // TAO_IDL - Generated from -// be\be_visitor_interface/cdr_op_ch.cpp:55 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/cdr_op_ch.cpp:55 + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::Container_ptr ); +TAO_IFR_Client_Export ::CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::Container_ptr &); + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::Container_ptr ); -TAO_IFR_Client_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::Container_ptr &); // TAO_IDL - Generated from -// be\be_visitor_structure/cdr_op_ch.cpp:54 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/cdr_op_ch.cpp:54 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::Container::Description &); +TAO_IFR_Client_Export ::CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::Container::Description &); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::Container::Description &); -TAO_IFR_Client_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::Container::Description &); // TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_ch.cpp:71 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/cdr_op_ch.cpp:71 #if !defined _TAO_CDR_OP_CORBA_Container_DescriptionSeq_H_ #define _TAO_CDR_OP_CORBA_Container_DescriptionSeq_H_ -TAO_IFR_Client_Export CORBA::Boolean operator<< ( +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< ( TAO_OutputCDR &, const CORBA::Container::DescriptionSeq & ); -TAO_IFR_Client_Export CORBA::Boolean operator>> ( +TAO_IFR_Client_Export ::CORBA::Boolean operator>> ( TAO_InputCDR &, CORBA::Container::DescriptionSeq & ); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + #endif /* _TAO_CDR_OP_CORBA_Container_DescriptionSeq_H_ */ // TAO_IDL - Generated from -// be\be_visitor_interface/cdr_op_ch.cpp:55 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/cdr_op_ch.cpp:55 + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::IDLType_ptr ); +TAO_IFR_Client_Export ::CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::IDLType_ptr &); + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::IDLType_ptr ); -TAO_IFR_Client_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::IDLType_ptr &); // TAO_IDL - Generated from -// be\be_visitor_interface/cdr_op_ch.cpp:55 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/cdr_op_ch.cpp:55 + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::TypedefDef_ptr ); +TAO_IFR_Client_Export ::CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::TypedefDef_ptr &); + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::TypedefDef_ptr ); -TAO_IFR_Client_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::TypedefDef_ptr &); // TAO_IDL - Generated from -// be\be_visitor_structure/cdr_op_ch.cpp:54 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/cdr_op_ch.cpp:54 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::TypeDescription &); +TAO_IFR_Client_Export ::CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::TypeDescription &); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::TypeDescription &); -TAO_IFR_Client_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::TypeDescription &); // TAO_IDL - Generated from -// be\be_codegen.cpp:1136 +// .\be\be_codegen.cpp:1092 + TAO_END_VERSIONED_NAMESPACE_DECL #if defined (__ACE_INLINE__) -#include "tao/IFR_Client/IFR_BaseC.inl" +#include "IFR_BaseC.inl" #endif /* defined INLINE */ -#if defined(_MSC_VER) -#pragma warning(pop) -#endif /* _MSC_VER */ - -#if defined (__BORLANDC__) -#pragma option pop -#endif /* __BORLANDC__ */ - #include /**/ "ace/post.h" #endif /* ifndef */ diff --git a/TAO/tao/IFR_Client/IFR_BaseC.inl b/TAO/tao/IFR_Client/IFR_BaseC.inl index ac770e58826..bf3b77d9dc3 100644 --- a/TAO/tao/IFR_Client/IFR_BaseC.inl +++ b/TAO/tao/IFR_Client/IFR_BaseC.inl @@ -26,27 +26,24 @@ // http://www.cs.wustl.edu/~schmidt/TAO.html -// TAO_IDL - Generated from -// be\be_visitor_interface/interface_ci.cpp:70 - TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ci.cpp:70 + #if !defined (_CORBA_IROBJECT___CI_) #define _CORBA_IROBJECT___CI_ ACE_INLINE CORBA::IRObject::IRObject ( TAO_Stub *objref, - CORBA::Boolean _tao_collocated, + ::CORBA::Boolean _tao_collocated, TAO_Abstract_ServantBase *servant, TAO_ORB_Core *oc ) - : ::CORBA::Object ( - objref, - _tao_collocated, - servant, - oc - ), + : ::CORBA::Object (objref, _tao_collocated, servant, oc), the_TAO_IRObject_Proxy_Broker_ (0) { this->CORBA_IRObject_setup_collocation (); @@ -65,7 +62,7 @@ CORBA::IRObject::IRObject ( #endif /* end #if !defined */ // TAO_IDL - Generated from -// be\be_visitor_interface/interface_ci.cpp:70 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ci.cpp:70 #if !defined (_CORBA_CONTAINED___CI_) #define _CORBA_CONTAINED___CI_ @@ -73,16 +70,11 @@ CORBA::IRObject::IRObject ( ACE_INLINE CORBA::Contained::Contained ( TAO_Stub *objref, - CORBA::Boolean _tao_collocated, + ::CORBA::Boolean _tao_collocated, TAO_Abstract_ServantBase *servant, TAO_ORB_Core *oc ) - : ::CORBA::Object ( - objref, - _tao_collocated, - servant, - oc - ), + : ::CORBA::Object (objref, _tao_collocated, servant, oc), the_TAO_Contained_Proxy_Broker_ (0) { this->CORBA_Contained_setup_collocation (); @@ -101,7 +93,7 @@ CORBA::Contained::Contained ( #endif /* end #if !defined */ // TAO_IDL - Generated from -// be\be_visitor_interface/interface_ci.cpp:70 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ci.cpp:70 #if !defined (_CORBA_CONTAINER___CI_) #define _CORBA_CONTAINER___CI_ @@ -109,16 +101,11 @@ CORBA::Contained::Contained ( ACE_INLINE CORBA::Container::Container ( TAO_Stub *objref, - CORBA::Boolean _tao_collocated, + ::CORBA::Boolean _tao_collocated, TAO_Abstract_ServantBase *servant, TAO_ORB_Core *oc ) - : ::CORBA::Object ( - objref, - _tao_collocated, - servant, - oc - ), + : ::CORBA::Object (objref, _tao_collocated, servant, oc), the_TAO_Container_Proxy_Broker_ (0) { this->CORBA_Container_setup_collocation (); @@ -137,7 +124,7 @@ CORBA::Container::Container ( #endif /* end #if !defined */ // TAO_IDL - Generated from -// be\be_visitor_interface/interface_ci.cpp:70 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ci.cpp:70 #if !defined (_CORBA_IDLTYPE___CI_) #define _CORBA_IDLTYPE___CI_ @@ -145,16 +132,11 @@ CORBA::Container::Container ( ACE_INLINE CORBA::IDLType::IDLType ( TAO_Stub *objref, - CORBA::Boolean _tao_collocated, + ::CORBA::Boolean _tao_collocated, TAO_Abstract_ServantBase *servant, TAO_ORB_Core *oc ) - : ::CORBA::Object ( - objref, - _tao_collocated, - servant, - oc - ), + : ::CORBA::Object (objref, _tao_collocated, servant, oc), the_TAO_IDLType_Proxy_Broker_ (0) { this->CORBA_IDLType_setup_collocation (); @@ -173,7 +155,7 @@ CORBA::IDLType::IDLType ( #endif /* end #if !defined */ // TAO_IDL - Generated from -// be\be_visitor_interface/interface_ci.cpp:70 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ci.cpp:70 #if !defined (_CORBA_TYPEDEFDEF___CI_) #define _CORBA_TYPEDEFDEF___CI_ @@ -181,16 +163,11 @@ CORBA::IDLType::IDLType ( ACE_INLINE CORBA::TypedefDef::TypedefDef ( TAO_Stub *objref, - CORBA::Boolean _tao_collocated, + ::CORBA::Boolean _tao_collocated, TAO_Abstract_ServantBase *servant, TAO_ORB_Core *oc ) - : ::CORBA::Object ( - objref, - _tao_collocated, - servant, - oc - ), + : ::CORBA::Object (objref, _tao_collocated, servant, oc), the_TAO_TypedefDef_Proxy_Broker_ (0) { this->CORBA_TypedefDef_setup_collocation (); @@ -208,4 +185,7 @@ CORBA::TypedefDef::TypedefDef ( #endif /* end #if !defined */ + TAO_END_VERSIONED_NAMESPACE_DECL + + diff --git a/TAO/tao/IFR_Client/IFR_BasicC.cpp b/TAO/tao/IFR_Client/IFR_BasicC.cpp index bcaf1168857..33b2e6d0fc3 100644 --- a/TAO/tao/IFR_Client/IFR_BasicC.cpp +++ b/TAO/tao/IFR_Client/IFR_BasicC.cpp @@ -26,16 +26,10 @@ // http://www.cs.wustl.edu/~schmidt/TAO.html // TAO_IDL - Generated from -// be\be_codegen.cpp:293 +// .\be\be_codegen.cpp:282 -#include "tao/IFR_Client/IFR_BasicC.h" -#include "tao/CDR.h" -#include "tao/IFR_Client/IFR_BaseC.h" -#include "tao/AnyTypeCode/orb_typesA.h" -#include "tao/AnyTypeCode/ParameterModeA.h" -#include "tao/Invocation_Adapter.h" -#include "tao/Object_T.h" +#include "IFR_BasicC.h" #include "tao/AnyTypeCode/Null_RefCount_Policy.h" #include "tao/AnyTypeCode/TypeCode_Constants.h" #include "tao/AnyTypeCode/Alias_TypeCode_Static.h" @@ -45,7 +39,11 @@ #include "tao/AnyTypeCode/String_TypeCode_Static.h" #include "tao/AnyTypeCode/Struct_TypeCode_Static.h" #include "tao/AnyTypeCode/TypeCode_Struct_Field.h" -#include "tao/AnyTypeCode/Recursive_Type_TypeCode.h" +#include "tao/CDR.h" +#include "tao/Exception_Data.h" +#include "tao/Invocation_Adapter.h" +#include "tao/Object_T.h" +#include "tao/AnyTypeCode/Any.h" #include "tao/AnyTypeCode/Any_Impl_T.h" #include "tao/AnyTypeCode/Any_Dual_Impl_T.h" #include "tao/AnyTypeCode/Any_Basic_Impl_T.h" @@ -57,29 +55,34 @@ #include "tao/AnyTypeCode/Any_Arg_Traits.h" #include "ace/OS_NS_string.h" -#if defined (__BORLANDC__) -#pragma option -w-rvl -w-rch -w-ccc -w-aus -w-sig -#endif /* __BORLANDC__ */ - #if !defined (__ACE_INLINE__) -#include "tao/IFR_Client/IFR_BasicC.inl" +#include "IFR_BasicC.inl" #endif /* !defined INLINE */ +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + // TAO_IDL - Generated from -// be\be_visitor_arg_traits.cpp:70 +// .\be\be_visitor_arg_traits.cpp:72 + + +TAO_END_VERSIONED_NAMESPACE_DECL + TAO_BEGIN_VERSIONED_NAMESPACE_DECL + // Arg traits specializations. namespace TAO { - + // TAO_IDL - Generated from - // be\be_visitor_arg_traits.cpp:118 + // .\be\be_visitor_arg_traits.cpp:125 #if !defined (_CORBA_CONTAINED__ARG_TRAITS_) #define _CORBA_CONTAINED__ARG_TRAITS_ - + template<> class Arg_Traits<CORBA::Contained> : public @@ -94,13 +97,13 @@ namespace TAO }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_arg_traits.cpp:118 + // .\be\be_visitor_arg_traits.cpp:125 #if !defined (_CORBA_IDLTYPE__ARG_TRAITS_) #define _CORBA_IDLTYPE__ARG_TRAITS_ - + template<> class Arg_Traits<CORBA::IDLType> : public @@ -115,133 +118,121 @@ namespace TAO }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_arg_traits.cpp:828 + // .\be\be_visitor_arg_traits.cpp:843 #if !defined (_CORBA_INTERFACEDEF_FULLINTERFACEDESCRIPTION__ARG_TRAITS_) #define _CORBA_INTERFACEDEF_FULLINTERFACEDESCRIPTION__ARG_TRAITS_ - + template<> class Arg_Traits<CORBA::InterfaceDef::FullInterfaceDescription> : public Var_Size_Arg_Traits_T< CORBA::InterfaceDef::FullInterfaceDescription, - CORBA::InterfaceDef::FullInterfaceDescription_var, - CORBA::InterfaceDef::FullInterfaceDescription_out, TAO::Any_Insert_Policy_Stream <CORBA::InterfaceDef::FullInterfaceDescription> > { }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_arg_traits.cpp:543 + // .\be\be_visitor_arg_traits.cpp:593 #if !defined (_CORBA_INTERFACEDEFSEQ__ARG_TRAITS_) #define _CORBA_INTERFACEDEFSEQ__ARG_TRAITS_ - + template<> class Arg_Traits<CORBA::InterfaceDefSeq> : public Var_Size_Arg_Traits_T< CORBA::InterfaceDefSeq, - CORBA::InterfaceDefSeq_var, - CORBA::InterfaceDefSeq_out, TAO::Any_Insert_Policy_Stream <CORBA::InterfaceDefSeq> > { }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_arg_traits.cpp:543 + // .\be\be_visitor_arg_traits.cpp:593 #if !defined (_CORBA_STRUCTMEMBERSEQ__ARG_TRAITS_) #define _CORBA_STRUCTMEMBERSEQ__ARG_TRAITS_ - + template<> class Arg_Traits<CORBA::StructMemberSeq> : public Var_Size_Arg_Traits_T< CORBA::StructMemberSeq, - CORBA::StructMemberSeq_var, - CORBA::StructMemberSeq_out, TAO::Any_Insert_Policy_Stream <CORBA::StructMemberSeq> > { }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_arg_traits.cpp:543 + // .\be\be_visitor_arg_traits.cpp:593 #if !defined (_CORBA_EXCDESCRIPTIONSEQ__ARG_TRAITS_) #define _CORBA_EXCDESCRIPTIONSEQ__ARG_TRAITS_ - + template<> class Arg_Traits<CORBA::ExcDescriptionSeq> : public Var_Size_Arg_Traits_T< CORBA::ExcDescriptionSeq, - CORBA::ExcDescriptionSeq_var, - CORBA::ExcDescriptionSeq_out, TAO::Any_Insert_Policy_Stream <CORBA::ExcDescriptionSeq> > { }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_arg_traits.cpp:543 + // .\be\be_visitor_arg_traits.cpp:593 #if !defined (_CORBA_UNIONMEMBERSEQ__ARG_TRAITS_) #define _CORBA_UNIONMEMBERSEQ__ARG_TRAITS_ - + template<> class Arg_Traits<CORBA::UnionMemberSeq> : public Var_Size_Arg_Traits_T< CORBA::UnionMemberSeq, - CORBA::UnionMemberSeq_var, - CORBA::UnionMemberSeq_out, TAO::Any_Insert_Policy_Stream <CORBA::UnionMemberSeq> > { }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_arg_traits.cpp:543 + // .\be\be_visitor_arg_traits.cpp:593 #if !defined (_CORBA_ENUMMEMBERSEQ__ARG_TRAITS_) #define _CORBA_ENUMMEMBERSEQ__ARG_TRAITS_ - + template<> class Arg_Traits<CORBA::EnumMemberSeq> : public Var_Size_Arg_Traits_T< CORBA::EnumMemberSeq, - CORBA::EnumMemberSeq_var, - CORBA::EnumMemberSeq_out, TAO::Any_Insert_Policy_Stream <CORBA::EnumMemberSeq> > { }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_arg_traits.cpp:118 + // .\be\be_visitor_arg_traits.cpp:125 #if !defined (_CORBA_PRIMITIVEDEF__ARG_TRAITS_) #define _CORBA_PRIMITIVEDEF__ARG_TRAITS_ - + template<> class Arg_Traits<CORBA::PrimitiveDef> : public @@ -256,13 +247,13 @@ namespace TAO }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_arg_traits.cpp:118 + // .\be\be_visitor_arg_traits.cpp:125 #if !defined (_CORBA_STRINGDEF__ARG_TRAITS_) #define _CORBA_STRINGDEF__ARG_TRAITS_ - + template<> class Arg_Traits<CORBA::StringDef> : public @@ -277,13 +268,13 @@ namespace TAO }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_arg_traits.cpp:118 + // .\be\be_visitor_arg_traits.cpp:125 #if !defined (_CORBA_SEQUENCEDEF__ARG_TRAITS_) #define _CORBA_SEQUENCEDEF__ARG_TRAITS_ - + template<> class Arg_Traits<CORBA::SequenceDef> : public @@ -298,13 +289,13 @@ namespace TAO }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_arg_traits.cpp:118 + // .\be\be_visitor_arg_traits.cpp:125 #if !defined (_CORBA_ARRAYDEF__ARG_TRAITS_) #define _CORBA_ARRAYDEF__ARG_TRAITS_ - + template<> class Arg_Traits<CORBA::ArrayDef> : public @@ -319,13 +310,13 @@ namespace TAO }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_arg_traits.cpp:118 + // .\be\be_visitor_arg_traits.cpp:125 #if !defined (_CORBA_WSTRINGDEF__ARG_TRAITS_) #define _CORBA_WSTRINGDEF__ARG_TRAITS_ - + template<> class Arg_Traits<CORBA::WstringDef> : public @@ -340,13 +331,13 @@ namespace TAO }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_arg_traits.cpp:118 + // .\be\be_visitor_arg_traits.cpp:125 #if !defined (_CORBA_FIXEDDEF__ARG_TRAITS_) #define _CORBA_FIXEDDEF__ARG_TRAITS_ - + template<> class Arg_Traits<CORBA::FixedDef> : public @@ -361,13 +352,13 @@ namespace TAO }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_arg_traits.cpp:786 + // .\be\be_visitor_arg_traits.cpp:801 #if !defined (_CORBA_PRIMITIVEKIND__ARG_TRAITS_) #define _CORBA_PRIMITIVEKIND__ARG_TRAITS_ - + template<> class Arg_Traits<CORBA::PrimitiveKind> : public @@ -379,33 +370,31 @@ namespace TAO }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_arg_traits.cpp:543 + // .\be\be_visitor_arg_traits.cpp:593 #if !defined (_CORBA_EXCEPTIONDEFSEQ__ARG_TRAITS_) #define _CORBA_EXCEPTIONDEFSEQ__ARG_TRAITS_ - + template<> class Arg_Traits<CORBA::ExceptionDefSeq> : public Var_Size_Arg_Traits_T< CORBA::ExceptionDefSeq, - CORBA::ExceptionDefSeq_var, - CORBA::ExceptionDefSeq_out, TAO::Any_Insert_Policy_Stream <CORBA::ExceptionDefSeq> > { }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_arg_traits.cpp:786 + // .\be\be_visitor_arg_traits.cpp:801 #if !defined (_CORBA_ATTRIBUTEMODE__ARG_TRAITS_) #define _CORBA_ATTRIBUTEMODE__ARG_TRAITS_ - + template<> class Arg_Traits<CORBA::AttributeMode> : public @@ -417,13 +406,13 @@ namespace TAO }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_arg_traits.cpp:118 + // .\be\be_visitor_arg_traits.cpp:125 #if !defined (_CORBA_ATTRIBUTEDEF__ARG_TRAITS_) #define _CORBA_ATTRIBUTEDEF__ARG_TRAITS_ - + template<> class Arg_Traits<CORBA::AttributeDef> : public @@ -438,33 +427,31 @@ namespace TAO }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_arg_traits.cpp:828 + // .\be\be_visitor_arg_traits.cpp:843 #if !defined (_CORBA_EXTATTRIBUTEDESCRIPTION__ARG_TRAITS_) #define _CORBA_EXTATTRIBUTEDESCRIPTION__ARG_TRAITS_ - + template<> class Arg_Traits<CORBA::ExtAttributeDescription> : public Var_Size_Arg_Traits_T< CORBA::ExtAttributeDescription, - CORBA::ExtAttributeDescription_var, - CORBA::ExtAttributeDescription_out, TAO::Any_Insert_Policy_Stream <CORBA::ExtAttributeDescription> > { }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_arg_traits.cpp:118 + // .\be\be_visitor_arg_traits.cpp:125 #if !defined (_CORBA_EXTATTRIBUTEDEF__ARG_TRAITS_) #define _CORBA_EXTATTRIBUTEDEF__ARG_TRAITS_ - + template<> class Arg_Traits<CORBA::ExtAttributeDef> : public @@ -479,13 +466,13 @@ namespace TAO }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_arg_traits.cpp:786 + // .\be\be_visitor_arg_traits.cpp:801 #if !defined (_CORBA_OPERATIONMODE__ARG_TRAITS_) #define _CORBA_OPERATIONMODE__ARG_TRAITS_ - + template<> class Arg_Traits<CORBA::OperationMode> : public @@ -497,53 +484,49 @@ namespace TAO }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_arg_traits.cpp:543 + // .\be\be_visitor_arg_traits.cpp:593 #if !defined (_CORBA_PARDESCRIPTIONSEQ__ARG_TRAITS_) #define _CORBA_PARDESCRIPTIONSEQ__ARG_TRAITS_ - + template<> class Arg_Traits<CORBA::ParDescriptionSeq> : public Var_Size_Arg_Traits_T< CORBA::ParDescriptionSeq, - CORBA::ParDescriptionSeq_var, - CORBA::ParDescriptionSeq_out, TAO::Any_Insert_Policy_Stream <CORBA::ParDescriptionSeq> > { }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_arg_traits.cpp:543 + // .\be\be_visitor_arg_traits.cpp:593 #if !defined (_CORBA_CONTEXTIDSEQ__ARG_TRAITS_) #define _CORBA_CONTEXTIDSEQ__ARG_TRAITS_ - + template<> class Arg_Traits<CORBA::ContextIdSeq> : public Var_Size_Arg_Traits_T< CORBA::ContextIdSeq, - CORBA::ContextIdSeq_var, - CORBA::ContextIdSeq_out, TAO::Any_Insert_Policy_Stream <CORBA::ContextIdSeq> > { }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_arg_traits.cpp:118 + // .\be\be_visitor_arg_traits.cpp:125 #if !defined (_CORBA_OPERATIONDEF__ARG_TRAITS_) #define _CORBA_OPERATIONDEF__ARG_TRAITS_ - + template<> class Arg_Traits<CORBA::OperationDef> : public @@ -558,20 +541,18 @@ namespace TAO }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_arg_traits.cpp:828 + // .\be\be_visitor_arg_traits.cpp:843 #if !defined (_CORBA_INTERFACEATTREXTENSION_EXTFULLINTERFACEDESCRIPTION__ARG_TRAITS_) #define _CORBA_INTERFACEATTREXTENSION_EXTFULLINTERFACEDESCRIPTION__ARG_TRAITS_ - + template<> class Arg_Traits<CORBA::InterfaceAttrExtension::ExtFullInterfaceDescription> : public Var_Size_Arg_Traits_T< CORBA::InterfaceAttrExtension::ExtFullInterfaceDescription, - CORBA::InterfaceAttrExtension::ExtFullInterfaceDescription_var, - CORBA::InterfaceAttrExtension::ExtFullInterfaceDescription_out, TAO::Any_Insert_Policy_Stream <CORBA::InterfaceAttrExtension::ExtFullInterfaceDescription> > { @@ -580,9 +561,16 @@ namespace TAO #endif /* end #if !defined */ } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + // TAO_IDL - Generated from -// be\be_visitor_typecode/enum_typecode.cpp:34 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/enum_typecode.cpp:34 static char const * const _tao_enumerators_CORBA_PrimitiveKind[] = { @@ -608,7 +596,7 @@ static char const * const _tao_enumerators_CORBA_PrimitiveKind[] = "pk_wchar", "pk_wstring", "pk_value_base" - + }; static TAO::TypeCode::Enum<char const *, @@ -619,7 +607,7 @@ static TAO::TypeCode::Enum<char const *, "PrimitiveKind", _tao_enumerators_CORBA_PrimitiveKind, 22); - + namespace CORBA { ::CORBA::TypeCode_ptr const _tc_PrimitiveKind = @@ -629,7 +617,7 @@ namespace CORBA // TAO_IDL - Generated from -// be\be_visitor_interface/interface_cs.cpp:60 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_cs.cpp:60 // Traits specializations for CORBA::Repository. @@ -655,51 +643,51 @@ TAO::Objref_Traits<CORBA::Repository>::nil (void) return CORBA::Repository::_nil (); } -CORBA::Boolean +::CORBA::Boolean TAO::Objref_Traits<CORBA::Repository>::marshal ( - CORBA::Repository_ptr p, + const CORBA::Repository_ptr p, TAO_OutputCDR & cdr ) { - return CORBA::Object::marshal (p, cdr); + return ::CORBA::Object::marshal (p, cdr); } // Function pointer for collocation factory initialization. -TAO::Collocation_Proxy_Broker * +TAO::Collocation_Proxy_Broker * (*CORBA__TAO_Repository_Proxy_Broker_Factory_function_pointer) ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ) = 0; // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 ::CORBA::Contained_ptr CORBA::Repository::lookup_id ( const char * search_id ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_Repository_Proxy_Broker_ == 0) { CORBA_Repository_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::Contained>::ret_val _tao_retval; TAO::Arg_Traits< ::CORBA::RepositoryId>::in_arg_val _tao_search_id (search_id); - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval, &_tao_search_id }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -708,43 +696,43 @@ TAO::Collocation_Proxy_Broker * 9, this->the_TAO_Repository_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 -CORBA::TypeCode_ptr CORBA::Repository::get_canonical_typecode ( +::CORBA::TypeCode_ptr CORBA::Repository::get_canonical_typecode ( ::CORBA::TypeCode_ptr tc ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_Repository_Proxy_Broker_ == 0) { CORBA_Repository_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::TypeCode>::ret_val _tao_retval; TAO::Arg_Traits< ::CORBA::TypeCode>::in_arg_val _tao_tc (tc); - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval, &_tao_tc }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -753,43 +741,43 @@ CORBA::TypeCode_ptr CORBA::Repository::get_canonical_typecode ( 22, this->the_TAO_Repository_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 ::CORBA::PrimitiveDef_ptr CORBA::Repository::get_primitive ( ::CORBA::PrimitiveKind kind ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_Repository_Proxy_Broker_ == 0) { CORBA_Repository_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::PrimitiveDef>::ret_val _tao_retval; TAO::Arg_Traits< ::CORBA::PrimitiveKind>::in_arg_val _tao_kind (kind); - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval, &_tao_kind }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -798,43 +786,43 @@ CORBA::TypeCode_ptr CORBA::Repository::get_canonical_typecode ( 13, this->the_TAO_Repository_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 ::CORBA::StringDef_ptr CORBA::Repository::create_string ( ::CORBA::ULong bound ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_Repository_Proxy_Broker_ == 0) { CORBA_Repository_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::StringDef>::ret_val _tao_retval; TAO::Arg_Traits< ::CORBA::ULong>::in_arg_val _tao_bound (bound); - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval, &_tao_bound }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -843,43 +831,43 @@ CORBA::TypeCode_ptr CORBA::Repository::get_canonical_typecode ( 13, this->the_TAO_Repository_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 ::CORBA::WstringDef_ptr CORBA::Repository::create_wstring ( ::CORBA::ULong bound ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_Repository_Proxy_Broker_ == 0) { CORBA_Repository_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::WstringDef>::ret_val _tao_retval; TAO::Arg_Traits< ::CORBA::ULong>::in_arg_val _tao_bound (bound); - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval, &_tao_bound }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -888,15 +876,15 @@ CORBA::TypeCode_ptr CORBA::Repository::get_canonical_typecode ( 14, this->the_TAO_Repository_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 ::CORBA::SequenceDef_ptr CORBA::Repository::create_sequence ( ::CORBA::ULong bound, @@ -904,30 +892,30 @@ CORBA::TypeCode_ptr CORBA::Repository::get_canonical_typecode ( ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_Repository_Proxy_Broker_ == 0) { CORBA_Repository_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::SequenceDef>::ret_val _tao_retval; TAO::Arg_Traits< ::CORBA::ULong>::in_arg_val _tao_bound (bound); TAO::Arg_Traits< ::CORBA::IDLType>::in_arg_val _tao_element_type (element_type); - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval, &_tao_bound, &_tao_element_type }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -936,15 +924,15 @@ CORBA::TypeCode_ptr CORBA::Repository::get_canonical_typecode ( 15, this->the_TAO_Repository_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 ::CORBA::ArrayDef_ptr CORBA::Repository::create_array ( ::CORBA::ULong length, @@ -952,30 +940,30 @@ CORBA::TypeCode_ptr CORBA::Repository::get_canonical_typecode ( ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_Repository_Proxy_Broker_ == 0) { CORBA_Repository_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::ArrayDef>::ret_val _tao_retval; TAO::Arg_Traits< ::CORBA::ULong>::in_arg_val _tao_length (length); TAO::Arg_Traits< ::CORBA::IDLType>::in_arg_val _tao_element_type (element_type); - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval, &_tao_length, &_tao_element_type }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -984,15 +972,15 @@ CORBA::TypeCode_ptr CORBA::Repository::get_canonical_typecode ( 12, this->the_TAO_Repository_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 ::CORBA::FixedDef_ptr CORBA::Repository::create_fixed ( ::CORBA::UShort digits, @@ -1000,30 +988,30 @@ CORBA::TypeCode_ptr CORBA::Repository::get_canonical_typecode ( ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_Repository_Proxy_Broker_ == 0) { CORBA_Repository_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::FixedDef>::ret_val _tao_retval; TAO::Arg_Traits< ::CORBA::UShort>::in_arg_val _tao_digits (digits); TAO::Arg_Traits< ::CORBA::Short>::in_arg_val _tao_scale (scale); - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval, &_tao_digits, &_tao_scale }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -1032,10 +1020,10 @@ CORBA::TypeCode_ptr CORBA::Repository::get_canonical_typecode ( 12, this->the_TAO_Repository_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } @@ -1053,14 +1041,14 @@ CORBA::Repository::CORBA_Repository_setup_collocation () this->the_TAO_Repository_Proxy_Broker_ = ::CORBA__TAO_Repository_Proxy_Broker_Factory_function_pointer (this); } - + this->CORBA_Container_setup_collocation (); } CORBA::Repository::~Repository (void) {} -void +void CORBA::Repository::_tao_any_destructor (void *_tao_void_pointer) { Repository *_tao_tmp_pointer = @@ -1070,7 +1058,7 @@ CORBA::Repository::_tao_any_destructor (void *_tao_void_pointer) CORBA::Repository_ptr CORBA::Repository::_narrow ( - CORBA::Object_ptr _tao_objref + ::CORBA::Object_ptr _tao_objref ACE_ENV_ARG_DECL ) { @@ -1085,7 +1073,7 @@ CORBA::Repository::_narrow ( CORBA::Repository_ptr CORBA::Repository::_unchecked_narrow ( - CORBA::Object_ptr _tao_objref + ::CORBA::Object_ptr _tao_objref ACE_ENV_ARG_DECL ) { @@ -1105,7 +1093,7 @@ CORBA::Repository::_duplicate (Repository_ptr obj) { obj->_add_ref (); } - + return obj; } @@ -1115,7 +1103,7 @@ CORBA::Repository::_tao_release (Repository_ptr obj) ::CORBA::release (obj); } -CORBA::Boolean +::CORBA::Boolean CORBA::Repository::_is_a ( const char *value ACE_ENV_ARG_DECL @@ -1156,22 +1144,22 @@ const char* CORBA::Repository::_interface_repository_id (void) const return "IDL:omg.org/CORBA/Repository:1.0"; } -CORBA::Boolean +::CORBA::Boolean CORBA::Repository::marshal (TAO_OutputCDR &cdr) { return (cdr << this); } // TAO_IDL - Generated from -// be\be_visitor_typecode/objref_typecode.cpp:76 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/objref_typecode.cpp:76 static TAO::TypeCode::Objref<char const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_Repository ( - CORBA::tk_objref, + ::CORBA::tk_objref, "IDL:omg.org/CORBA/Repository:1.0", "Repository"); - + namespace CORBA { ::CORBA::TypeCode_ptr const _tc_Repository = @@ -1181,7 +1169,7 @@ namespace CORBA // TAO_IDL - Generated from -// be\be_visitor_interface/interface_cs.cpp:60 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_cs.cpp:60 // Traits specializations for CORBA::ModuleDef. @@ -1207,19 +1195,19 @@ TAO::Objref_Traits<CORBA::ModuleDef>::nil (void) return CORBA::ModuleDef::_nil (); } -CORBA::Boolean +::CORBA::Boolean TAO::Objref_Traits<CORBA::ModuleDef>::marshal ( - CORBA::ModuleDef_ptr p, + const CORBA::ModuleDef_ptr p, TAO_OutputCDR & cdr ) { - return CORBA::Object::marshal (p, cdr); + return ::CORBA::Object::marshal (p, cdr); } // Function pointer for collocation factory initialization. -TAO::Collocation_Proxy_Broker * +TAO::Collocation_Proxy_Broker * (*CORBA__TAO_ModuleDef_Proxy_Broker_Factory_function_pointer) ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ) = 0; CORBA::ModuleDef::ModuleDef (void) @@ -1236,7 +1224,7 @@ CORBA::ModuleDef::CORBA_ModuleDef_setup_collocation () this->the_TAO_ModuleDef_Proxy_Broker_ = ::CORBA__TAO_ModuleDef_Proxy_Broker_Factory_function_pointer (this); } - + this->CORBA_Container_setup_collocation (); this->CORBA_Contained_setup_collocation (); } @@ -1244,7 +1232,7 @@ CORBA::ModuleDef::CORBA_ModuleDef_setup_collocation () CORBA::ModuleDef::~ModuleDef (void) {} -void +void CORBA::ModuleDef::_tao_any_destructor (void *_tao_void_pointer) { ModuleDef *_tao_tmp_pointer = @@ -1254,7 +1242,7 @@ CORBA::ModuleDef::_tao_any_destructor (void *_tao_void_pointer) CORBA::ModuleDef_ptr CORBA::ModuleDef::_narrow ( - CORBA::Object_ptr _tao_objref + ::CORBA::Object_ptr _tao_objref ACE_ENV_ARG_DECL ) { @@ -1269,7 +1257,7 @@ CORBA::ModuleDef::_narrow ( CORBA::ModuleDef_ptr CORBA::ModuleDef::_unchecked_narrow ( - CORBA::Object_ptr _tao_objref + ::CORBA::Object_ptr _tao_objref ACE_ENV_ARG_DECL ) { @@ -1289,7 +1277,7 @@ CORBA::ModuleDef::_duplicate (ModuleDef_ptr obj) { obj->_add_ref (); } - + return obj; } @@ -1299,7 +1287,7 @@ CORBA::ModuleDef::_tao_release (ModuleDef_ptr obj) ::CORBA::release (obj); } -CORBA::Boolean +::CORBA::Boolean CORBA::ModuleDef::_is_a ( const char *value ACE_ENV_ARG_DECL @@ -1344,22 +1332,22 @@ const char* CORBA::ModuleDef::_interface_repository_id (void) const return "IDL:omg.org/CORBA/ModuleDef:1.0"; } -CORBA::Boolean +::CORBA::Boolean CORBA::ModuleDef::marshal (TAO_OutputCDR &cdr) { return (cdr << this); } // TAO_IDL - Generated from -// be\be_visitor_typecode/objref_typecode.cpp:76 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/objref_typecode.cpp:76 static TAO::TypeCode::Objref<char const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_ModuleDef ( - CORBA::tk_objref, + ::CORBA::tk_objref, "IDL:omg.org/CORBA/ModuleDef:1.0", "ModuleDef"); - + namespace CORBA { ::CORBA::TypeCode_ptr const _tc_ModuleDef = @@ -1369,27 +1357,27 @@ namespace CORBA // TAO_IDL - Generated from -// be\be_visitor_typecode/struct_typecode.cpp:87 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/struct_typecode.cpp:89 -static TAO::TypeCode::Struct_Field<char const *, CORBA::TypeCode_ptr const *> const _tao_fields_CORBA_ModuleDescription[] = +static TAO::TypeCode::Struct_Field<char const *, ::CORBA::TypeCode_ptr const *> const _tao_fields_CORBA_ModuleDescription[] = { { "name", &CORBA::_tc_Identifier }, { "id", &CORBA::_tc_RepositoryId }, { "defined_in", &CORBA::_tc_RepositoryId }, { "version", &CORBA::_tc_VersionSpec } - + }; static TAO::TypeCode::Struct<char const *, - CORBA::TypeCode_ptr const *, - TAO::TypeCode::Struct_Field<char const *, CORBA::TypeCode_ptr const *> const *, + ::CORBA::TypeCode_ptr const *, + TAO::TypeCode::Struct_Field<char const *, ::CORBA::TypeCode_ptr const *> const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_ModuleDescription ( - CORBA::tk_struct, + ::CORBA::tk_struct, "IDL:omg.org/CORBA/ModuleDescription:1.0", "ModuleDescription", _tao_fields_CORBA_ModuleDescription, 4); - + namespace CORBA { ::CORBA::TypeCode_ptr const _tc_ModuleDescription = @@ -1398,10 +1386,10 @@ namespace CORBA -// TAO_IDL - Generated from -// be\be_visitor_structure/structure_cs.cpp:66 +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/structure_cs.cpp:66 -void +void CORBA::ModuleDescription::_tao_any_destructor ( void *_tao_void_pointer ) @@ -1412,7 +1400,7 @@ CORBA::ModuleDescription::_tao_any_destructor ( } // TAO_IDL - Generated from -// be\be_visitor_interface/interface_cs.cpp:60 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_cs.cpp:60 // Traits specializations for CORBA::ConstantDef. @@ -1438,48 +1426,48 @@ TAO::Objref_Traits<CORBA::ConstantDef>::nil (void) return CORBA::ConstantDef::_nil (); } -CORBA::Boolean +::CORBA::Boolean TAO::Objref_Traits<CORBA::ConstantDef>::marshal ( - CORBA::ConstantDef_ptr p, + const CORBA::ConstantDef_ptr p, TAO_OutputCDR & cdr ) { - return CORBA::Object::marshal (p, cdr); + return ::CORBA::Object::marshal (p, cdr); } // Function pointer for collocation factory initialization. -TAO::Collocation_Proxy_Broker * +TAO::Collocation_Proxy_Broker * (*CORBA__TAO_ConstantDef_Proxy_Broker_Factory_function_pointer) ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ) = 0; // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 -CORBA::TypeCode_ptr CORBA::ConstantDef::type ( +::CORBA::TypeCode_ptr CORBA::ConstantDef::type ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_ConstantDef_Proxy_Broker_ == 0) { CORBA_ConstantDef_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::TypeCode>::ret_val _tao_retval; - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -1488,40 +1476,40 @@ CORBA::TypeCode_ptr CORBA::ConstantDef::type ( 9, this->the_TAO_ConstantDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 ::CORBA::IDLType_ptr CORBA::ConstantDef::type_def ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_ConstantDef_Proxy_Broker_ == 0) { CORBA_ConstantDef_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::IDLType>::ret_val _tao_retval; - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -1530,43 +1518,43 @@ CORBA::TypeCode_ptr CORBA::ConstantDef::type ( 13, this->the_TAO_ConstantDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 void CORBA::ConstantDef::type_def ( ::CORBA::IDLType_ptr type_def ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_ConstantDef_Proxy_Broker_ == 0) { CORBA_ConstantDef_setup_collocation (); } - + TAO::Arg_Traits< void>::ret_val _tao_retval; TAO::Arg_Traits< ::CORBA::IDLType>::in_arg_val _tao_type_def (type_def); - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval, &_tao_type_def }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -1575,38 +1563,38 @@ void CORBA::ConstantDef::type_def ( 13, this->the_TAO_ConstantDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK; } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 -CORBA::Any * CORBA::ConstantDef::value ( +::CORBA::Any * CORBA::ConstantDef::value ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_ConstantDef_Proxy_Broker_ == 0) { CORBA_ConstantDef_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::Any>::ret_val _tao_retval; - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -1615,43 +1603,43 @@ CORBA::Any * CORBA::ConstantDef::value ( 10, this->the_TAO_ConstantDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 void CORBA::ConstantDef::value ( const ::CORBA::Any & value ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_ConstantDef_Proxy_Broker_ == 0) { CORBA_ConstantDef_setup_collocation (); } - + TAO::Arg_Traits< void>::ret_val _tao_retval; TAO::Arg_Traits< ::CORBA::Any>::in_arg_val _tao_value (value); - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval, &_tao_value }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -1660,7 +1648,7 @@ void CORBA::ConstantDef::value ( 10, this->the_TAO_ConstantDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK; } @@ -1679,14 +1667,14 @@ CORBA::ConstantDef::CORBA_ConstantDef_setup_collocation () this->the_TAO_ConstantDef_Proxy_Broker_ = ::CORBA__TAO_ConstantDef_Proxy_Broker_Factory_function_pointer (this); } - + this->CORBA_Contained_setup_collocation (); } CORBA::ConstantDef::~ConstantDef (void) {} -void +void CORBA::ConstantDef::_tao_any_destructor (void *_tao_void_pointer) { ConstantDef *_tao_tmp_pointer = @@ -1696,7 +1684,7 @@ CORBA::ConstantDef::_tao_any_destructor (void *_tao_void_pointer) CORBA::ConstantDef_ptr CORBA::ConstantDef::_narrow ( - CORBA::Object_ptr _tao_objref + ::CORBA::Object_ptr _tao_objref ACE_ENV_ARG_DECL ) { @@ -1711,7 +1699,7 @@ CORBA::ConstantDef::_narrow ( CORBA::ConstantDef_ptr CORBA::ConstantDef::_unchecked_narrow ( - CORBA::Object_ptr _tao_objref + ::CORBA::Object_ptr _tao_objref ACE_ENV_ARG_DECL ) { @@ -1731,7 +1719,7 @@ CORBA::ConstantDef::_duplicate (ConstantDef_ptr obj) { obj->_add_ref (); } - + return obj; } @@ -1741,7 +1729,7 @@ CORBA::ConstantDef::_tao_release (ConstantDef_ptr obj) ::CORBA::release (obj); } -CORBA::Boolean +::CORBA::Boolean CORBA::ConstantDef::_is_a ( const char *value ACE_ENV_ARG_DECL @@ -1782,22 +1770,22 @@ const char* CORBA::ConstantDef::_interface_repository_id (void) const return "IDL:omg.org/CORBA/ConstantDef:1.0"; } -CORBA::Boolean +::CORBA::Boolean CORBA::ConstantDef::marshal (TAO_OutputCDR &cdr) { return (cdr << this); } // TAO_IDL - Generated from -// be\be_visitor_typecode/objref_typecode.cpp:76 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/objref_typecode.cpp:76 static TAO::TypeCode::Objref<char const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_ConstantDef ( - CORBA::tk_objref, + ::CORBA::tk_objref, "IDL:omg.org/CORBA/ConstantDef:1.0", "ConstantDef"); - + namespace CORBA { ::CORBA::TypeCode_ptr const _tc_ConstantDef = @@ -1807,9 +1795,9 @@ namespace CORBA // TAO_IDL - Generated from -// be\be_visitor_typecode/struct_typecode.cpp:87 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/struct_typecode.cpp:89 -static TAO::TypeCode::Struct_Field<char const *, CORBA::TypeCode_ptr const *> const _tao_fields_CORBA_ConstantDescription[] = +static TAO::TypeCode::Struct_Field<char const *, ::CORBA::TypeCode_ptr const *> const _tao_fields_CORBA_ConstantDescription[] = { { "name", &CORBA::_tc_Identifier }, { "id", &CORBA::_tc_RepositoryId }, @@ -1817,19 +1805,19 @@ static TAO::TypeCode::Struct_Field<char const *, CORBA::TypeCode_ptr const *> co { "version", &CORBA::_tc_VersionSpec }, { "type", &CORBA::_tc_TypeCode }, { "value", &CORBA::_tc_any } - + }; static TAO::TypeCode::Struct<char const *, - CORBA::TypeCode_ptr const *, - TAO::TypeCode::Struct_Field<char const *, CORBA::TypeCode_ptr const *> const *, + ::CORBA::TypeCode_ptr const *, + TAO::TypeCode::Struct_Field<char const *, ::CORBA::TypeCode_ptr const *> const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_ConstantDescription ( - CORBA::tk_struct, + ::CORBA::tk_struct, "IDL:omg.org/CORBA/ConstantDescription:1.0", "ConstantDescription", _tao_fields_CORBA_ConstantDescription, 6); - + namespace CORBA { ::CORBA::TypeCode_ptr const _tc_ConstantDescription = @@ -1838,10 +1826,10 @@ namespace CORBA -// TAO_IDL - Generated from -// be\be_visitor_structure/structure_cs.cpp:66 +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/structure_cs.cpp:66 -void +void CORBA::ConstantDescription::_tao_any_destructor ( void *_tao_void_pointer ) @@ -1852,7 +1840,7 @@ CORBA::ConstantDescription::_tao_any_destructor ( } // TAO_IDL - Generated from -// be\be_visitor_interface/interface_cs.cpp:60 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_cs.cpp:60 // Traits specializations for CORBA::StructDef. @@ -1878,48 +1866,48 @@ TAO::Objref_Traits<CORBA::StructDef>::nil (void) return CORBA::StructDef::_nil (); } -CORBA::Boolean +::CORBA::Boolean TAO::Objref_Traits<CORBA::StructDef>::marshal ( - CORBA::StructDef_ptr p, + const CORBA::StructDef_ptr p, TAO_OutputCDR & cdr ) { - return CORBA::Object::marshal (p, cdr); + return ::CORBA::Object::marshal (p, cdr); } // Function pointer for collocation factory initialization. -TAO::Collocation_Proxy_Broker * +TAO::Collocation_Proxy_Broker * (*CORBA__TAO_StructDef_Proxy_Broker_Factory_function_pointer) ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ) = 0; // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 ::CORBA::StructMemberSeq * CORBA::StructDef::members ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_StructDef_Proxy_Broker_ == 0) { CORBA_StructDef_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::StructMemberSeq>::ret_val _tao_retval; - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -1928,43 +1916,43 @@ TAO::Collocation_Proxy_Broker * 12, this->the_TAO_StructDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 void CORBA::StructDef::members ( const ::CORBA::StructMemberSeq & members ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_StructDef_Proxy_Broker_ == 0) { CORBA_StructDef_setup_collocation (); } - + TAO::Arg_Traits< void>::ret_val _tao_retval; TAO::Arg_Traits< ::CORBA::StructMemberSeq>::in_arg_val _tao_members (members); - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval, &_tao_members }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -1973,7 +1961,7 @@ void CORBA::StructDef::members ( 12, this->the_TAO_StructDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK; } @@ -1992,7 +1980,7 @@ CORBA::StructDef::CORBA_StructDef_setup_collocation () this->the_TAO_StructDef_Proxy_Broker_ = ::CORBA__TAO_StructDef_Proxy_Broker_Factory_function_pointer (this); } - + this->CORBA_TypedefDef_setup_collocation (); this->CORBA_Container_setup_collocation (); } @@ -2000,7 +1988,7 @@ CORBA::StructDef::CORBA_StructDef_setup_collocation () CORBA::StructDef::~StructDef (void) {} -void +void CORBA::StructDef::_tao_any_destructor (void *_tao_void_pointer) { StructDef *_tao_tmp_pointer = @@ -2010,7 +1998,7 @@ CORBA::StructDef::_tao_any_destructor (void *_tao_void_pointer) CORBA::StructDef_ptr CORBA::StructDef::_narrow ( - CORBA::Object_ptr _tao_objref + ::CORBA::Object_ptr _tao_objref ACE_ENV_ARG_DECL ) { @@ -2025,7 +2013,7 @@ CORBA::StructDef::_narrow ( CORBA::StructDef_ptr CORBA::StructDef::_unchecked_narrow ( - CORBA::Object_ptr _tao_objref + ::CORBA::Object_ptr _tao_objref ACE_ENV_ARG_DECL ) { @@ -2045,7 +2033,7 @@ CORBA::StructDef::_duplicate (StructDef_ptr obj) { obj->_add_ref (); } - + return obj; } @@ -2055,7 +2043,7 @@ CORBA::StructDef::_tao_release (StructDef_ptr obj) ::CORBA::release (obj); } -CORBA::Boolean +::CORBA::Boolean CORBA::StructDef::_is_a ( const char *value ACE_ENV_ARG_DECL @@ -2108,22 +2096,22 @@ const char* CORBA::StructDef::_interface_repository_id (void) const return "IDL:omg.org/CORBA/StructDef:1.0"; } -CORBA::Boolean +::CORBA::Boolean CORBA::StructDef::marshal (TAO_OutputCDR &cdr) { return (cdr << this); } // TAO_IDL - Generated from -// be\be_visitor_typecode/objref_typecode.cpp:76 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/objref_typecode.cpp:76 static TAO::TypeCode::Objref<char const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_StructDef ( - CORBA::tk_objref, + ::CORBA::tk_objref, "IDL:omg.org/CORBA/StructDef:1.0", "StructDef"); - + namespace CORBA { ::CORBA::TypeCode_ptr const _tc_StructDef = @@ -2133,7 +2121,7 @@ namespace CORBA // TAO_IDL - Generated from -// be\be_visitor_interface/interface_cs.cpp:60 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_cs.cpp:60 // Traits specializations for CORBA::UnionDef. @@ -2159,48 +2147,48 @@ TAO::Objref_Traits<CORBA::UnionDef>::nil (void) return CORBA::UnionDef::_nil (); } -CORBA::Boolean +::CORBA::Boolean TAO::Objref_Traits<CORBA::UnionDef>::marshal ( - CORBA::UnionDef_ptr p, + const CORBA::UnionDef_ptr p, TAO_OutputCDR & cdr ) { - return CORBA::Object::marshal (p, cdr); + return ::CORBA::Object::marshal (p, cdr); } // Function pointer for collocation factory initialization. -TAO::Collocation_Proxy_Broker * +TAO::Collocation_Proxy_Broker * (*CORBA__TAO_UnionDef_Proxy_Broker_Factory_function_pointer) ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ) = 0; // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 -CORBA::TypeCode_ptr CORBA::UnionDef::discriminator_type ( +::CORBA::TypeCode_ptr CORBA::UnionDef::discriminator_type ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_UnionDef_Proxy_Broker_ == 0) { CORBA_UnionDef_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::TypeCode>::ret_val _tao_retval; - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -2209,40 +2197,40 @@ CORBA::TypeCode_ptr CORBA::UnionDef::discriminator_type ( 23, this->the_TAO_UnionDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 ::CORBA::IDLType_ptr CORBA::UnionDef::discriminator_type_def ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_UnionDef_Proxy_Broker_ == 0) { CORBA_UnionDef_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::IDLType>::ret_val _tao_retval; - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -2251,43 +2239,43 @@ CORBA::TypeCode_ptr CORBA::UnionDef::discriminator_type ( 27, this->the_TAO_UnionDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 void CORBA::UnionDef::discriminator_type_def ( ::CORBA::IDLType_ptr discriminator_type_def ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_UnionDef_Proxy_Broker_ == 0) { CORBA_UnionDef_setup_collocation (); } - + TAO::Arg_Traits< void>::ret_val _tao_retval; TAO::Arg_Traits< ::CORBA::IDLType>::in_arg_val _tao_discriminator_type_def (discriminator_type_def); - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval, &_tao_discriminator_type_def }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -2296,38 +2284,38 @@ void CORBA::UnionDef::discriminator_type_def ( 27, this->the_TAO_UnionDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK; } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 ::CORBA::UnionMemberSeq * CORBA::UnionDef::members ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_UnionDef_Proxy_Broker_ == 0) { CORBA_UnionDef_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::UnionMemberSeq>::ret_val _tao_retval; - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -2336,43 +2324,43 @@ void CORBA::UnionDef::discriminator_type_def ( 12, this->the_TAO_UnionDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 void CORBA::UnionDef::members ( const ::CORBA::UnionMemberSeq & members ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_UnionDef_Proxy_Broker_ == 0) { CORBA_UnionDef_setup_collocation (); } - + TAO::Arg_Traits< void>::ret_val _tao_retval; TAO::Arg_Traits< ::CORBA::UnionMemberSeq>::in_arg_val _tao_members (members); - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval, &_tao_members }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -2381,7 +2369,7 @@ void CORBA::UnionDef::members ( 12, this->the_TAO_UnionDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK; } @@ -2400,7 +2388,7 @@ CORBA::UnionDef::CORBA_UnionDef_setup_collocation () this->the_TAO_UnionDef_Proxy_Broker_ = ::CORBA__TAO_UnionDef_Proxy_Broker_Factory_function_pointer (this); } - + this->CORBA_TypedefDef_setup_collocation (); this->CORBA_Container_setup_collocation (); } @@ -2408,7 +2396,7 @@ CORBA::UnionDef::CORBA_UnionDef_setup_collocation () CORBA::UnionDef::~UnionDef (void) {} -void +void CORBA::UnionDef::_tao_any_destructor (void *_tao_void_pointer) { UnionDef *_tao_tmp_pointer = @@ -2418,7 +2406,7 @@ CORBA::UnionDef::_tao_any_destructor (void *_tao_void_pointer) CORBA::UnionDef_ptr CORBA::UnionDef::_narrow ( - CORBA::Object_ptr _tao_objref + ::CORBA::Object_ptr _tao_objref ACE_ENV_ARG_DECL ) { @@ -2433,7 +2421,7 @@ CORBA::UnionDef::_narrow ( CORBA::UnionDef_ptr CORBA::UnionDef::_unchecked_narrow ( - CORBA::Object_ptr _tao_objref + ::CORBA::Object_ptr _tao_objref ACE_ENV_ARG_DECL ) { @@ -2453,7 +2441,7 @@ CORBA::UnionDef::_duplicate (UnionDef_ptr obj) { obj->_add_ref (); } - + return obj; } @@ -2463,7 +2451,7 @@ CORBA::UnionDef::_tao_release (UnionDef_ptr obj) ::CORBA::release (obj); } -CORBA::Boolean +::CORBA::Boolean CORBA::UnionDef::_is_a ( const char *value ACE_ENV_ARG_DECL @@ -2516,22 +2504,22 @@ const char* CORBA::UnionDef::_interface_repository_id (void) const return "IDL:omg.org/CORBA/UnionDef:1.0"; } -CORBA::Boolean +::CORBA::Boolean CORBA::UnionDef::marshal (TAO_OutputCDR &cdr) { return (cdr << this); } // TAO_IDL - Generated from -// be\be_visitor_typecode/objref_typecode.cpp:76 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/objref_typecode.cpp:76 static TAO::TypeCode::Objref<char const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_UnionDef ( - CORBA::tk_objref, + ::CORBA::tk_objref, "IDL:omg.org/CORBA/UnionDef:1.0", "UnionDef"); - + namespace CORBA { ::CORBA::TypeCode_ptr const _tc_UnionDef = @@ -2541,7 +2529,7 @@ namespace CORBA // TAO_IDL - Generated from -// be\be_visitor_interface/interface_cs.cpp:60 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_cs.cpp:60 // Traits specializations for CORBA::EnumDef. @@ -2567,48 +2555,48 @@ TAO::Objref_Traits<CORBA::EnumDef>::nil (void) return CORBA::EnumDef::_nil (); } -CORBA::Boolean +::CORBA::Boolean TAO::Objref_Traits<CORBA::EnumDef>::marshal ( - CORBA::EnumDef_ptr p, + const CORBA::EnumDef_ptr p, TAO_OutputCDR & cdr ) { - return CORBA::Object::marshal (p, cdr); + return ::CORBA::Object::marshal (p, cdr); } // Function pointer for collocation factory initialization. -TAO::Collocation_Proxy_Broker * +TAO::Collocation_Proxy_Broker * (*CORBA__TAO_EnumDef_Proxy_Broker_Factory_function_pointer) ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ) = 0; // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 ::CORBA::EnumMemberSeq * CORBA::EnumDef::members ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_EnumDef_Proxy_Broker_ == 0) { CORBA_EnumDef_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::EnumMemberSeq>::ret_val _tao_retval; - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -2617,43 +2605,43 @@ TAO::Collocation_Proxy_Broker * 12, this->the_TAO_EnumDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 void CORBA::EnumDef::members ( const ::CORBA::EnumMemberSeq & members ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_EnumDef_Proxy_Broker_ == 0) { CORBA_EnumDef_setup_collocation (); } - + TAO::Arg_Traits< void>::ret_val _tao_retval; TAO::Arg_Traits< ::CORBA::EnumMemberSeq>::in_arg_val _tao_members (members); - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval, &_tao_members }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -2662,7 +2650,7 @@ void CORBA::EnumDef::members ( 12, this->the_TAO_EnumDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK; } @@ -2681,14 +2669,14 @@ CORBA::EnumDef::CORBA_EnumDef_setup_collocation () this->the_TAO_EnumDef_Proxy_Broker_ = ::CORBA__TAO_EnumDef_Proxy_Broker_Factory_function_pointer (this); } - + this->CORBA_TypedefDef_setup_collocation (); } CORBA::EnumDef::~EnumDef (void) {} -void +void CORBA::EnumDef::_tao_any_destructor (void *_tao_void_pointer) { EnumDef *_tao_tmp_pointer = @@ -2698,7 +2686,7 @@ CORBA::EnumDef::_tao_any_destructor (void *_tao_void_pointer) CORBA::EnumDef_ptr CORBA::EnumDef::_narrow ( - CORBA::Object_ptr _tao_objref + ::CORBA::Object_ptr _tao_objref ACE_ENV_ARG_DECL ) { @@ -2713,7 +2701,7 @@ CORBA::EnumDef::_narrow ( CORBA::EnumDef_ptr CORBA::EnumDef::_unchecked_narrow ( - CORBA::Object_ptr _tao_objref + ::CORBA::Object_ptr _tao_objref ACE_ENV_ARG_DECL ) { @@ -2733,7 +2721,7 @@ CORBA::EnumDef::_duplicate (EnumDef_ptr obj) { obj->_add_ref (); } - + return obj; } @@ -2743,7 +2731,7 @@ CORBA::EnumDef::_tao_release (EnumDef_ptr obj) ::CORBA::release (obj); } -CORBA::Boolean +::CORBA::Boolean CORBA::EnumDef::_is_a ( const char *value ACE_ENV_ARG_DECL @@ -2792,22 +2780,22 @@ const char* CORBA::EnumDef::_interface_repository_id (void) const return "IDL:omg.org/CORBA/EnumDef:1.0"; } -CORBA::Boolean +::CORBA::Boolean CORBA::EnumDef::marshal (TAO_OutputCDR &cdr) { return (cdr << this); } // TAO_IDL - Generated from -// be\be_visitor_typecode/objref_typecode.cpp:76 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/objref_typecode.cpp:76 static TAO::TypeCode::Objref<char const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_EnumDef ( - CORBA::tk_objref, + ::CORBA::tk_objref, "IDL:omg.org/CORBA/EnumDef:1.0", "EnumDef"); - + namespace CORBA { ::CORBA::TypeCode_ptr const _tc_EnumDef = @@ -2817,7 +2805,7 @@ namespace CORBA // TAO_IDL - Generated from -// be\be_visitor_interface/interface_cs.cpp:60 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_cs.cpp:60 // Traits specializations for CORBA::AliasDef. @@ -2843,48 +2831,48 @@ TAO::Objref_Traits<CORBA::AliasDef>::nil (void) return CORBA::AliasDef::_nil (); } -CORBA::Boolean +::CORBA::Boolean TAO::Objref_Traits<CORBA::AliasDef>::marshal ( - CORBA::AliasDef_ptr p, + const CORBA::AliasDef_ptr p, TAO_OutputCDR & cdr ) { - return CORBA::Object::marshal (p, cdr); + return ::CORBA::Object::marshal (p, cdr); } // Function pointer for collocation factory initialization. -TAO::Collocation_Proxy_Broker * +TAO::Collocation_Proxy_Broker * (*CORBA__TAO_AliasDef_Proxy_Broker_Factory_function_pointer) ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ) = 0; // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 ::CORBA::IDLType_ptr CORBA::AliasDef::original_type_def ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_AliasDef_Proxy_Broker_ == 0) { CORBA_AliasDef_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::IDLType>::ret_val _tao_retval; - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -2893,43 +2881,43 @@ TAO::Collocation_Proxy_Broker * 22, this->the_TAO_AliasDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 void CORBA::AliasDef::original_type_def ( ::CORBA::IDLType_ptr original_type_def ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_AliasDef_Proxy_Broker_ == 0) { CORBA_AliasDef_setup_collocation (); } - + TAO::Arg_Traits< void>::ret_val _tao_retval; TAO::Arg_Traits< ::CORBA::IDLType>::in_arg_val _tao_original_type_def (original_type_def); - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval, &_tao_original_type_def }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -2938,7 +2926,7 @@ void CORBA::AliasDef::original_type_def ( 22, this->the_TAO_AliasDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK; } @@ -2957,14 +2945,14 @@ CORBA::AliasDef::CORBA_AliasDef_setup_collocation () this->the_TAO_AliasDef_Proxy_Broker_ = ::CORBA__TAO_AliasDef_Proxy_Broker_Factory_function_pointer (this); } - + this->CORBA_TypedefDef_setup_collocation (); } CORBA::AliasDef::~AliasDef (void) {} -void +void CORBA::AliasDef::_tao_any_destructor (void *_tao_void_pointer) { AliasDef *_tao_tmp_pointer = @@ -2974,7 +2962,7 @@ CORBA::AliasDef::_tao_any_destructor (void *_tao_void_pointer) CORBA::AliasDef_ptr CORBA::AliasDef::_narrow ( - CORBA::Object_ptr _tao_objref + ::CORBA::Object_ptr _tao_objref ACE_ENV_ARG_DECL ) { @@ -2989,7 +2977,7 @@ CORBA::AliasDef::_narrow ( CORBA::AliasDef_ptr CORBA::AliasDef::_unchecked_narrow ( - CORBA::Object_ptr _tao_objref + ::CORBA::Object_ptr _tao_objref ACE_ENV_ARG_DECL ) { @@ -3009,7 +2997,7 @@ CORBA::AliasDef::_duplicate (AliasDef_ptr obj) { obj->_add_ref (); } - + return obj; } @@ -3019,7 +3007,7 @@ CORBA::AliasDef::_tao_release (AliasDef_ptr obj) ::CORBA::release (obj); } -CORBA::Boolean +::CORBA::Boolean CORBA::AliasDef::_is_a ( const char *value ACE_ENV_ARG_DECL @@ -3068,22 +3056,22 @@ const char* CORBA::AliasDef::_interface_repository_id (void) const return "IDL:omg.org/CORBA/AliasDef:1.0"; } -CORBA::Boolean +::CORBA::Boolean CORBA::AliasDef::marshal (TAO_OutputCDR &cdr) { return (cdr << this); } // TAO_IDL - Generated from -// be\be_visitor_typecode/objref_typecode.cpp:76 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/objref_typecode.cpp:76 static TAO::TypeCode::Objref<char const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_AliasDef ( - CORBA::tk_objref, + ::CORBA::tk_objref, "IDL:omg.org/CORBA/AliasDef:1.0", "AliasDef"); - + namespace CORBA { ::CORBA::TypeCode_ptr const _tc_AliasDef = @@ -3093,7 +3081,7 @@ namespace CORBA // TAO_IDL - Generated from -// be\be_visitor_interface/interface_cs.cpp:60 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_cs.cpp:60 // Traits specializations for CORBA::NativeDef. @@ -3119,19 +3107,19 @@ TAO::Objref_Traits<CORBA::NativeDef>::nil (void) return CORBA::NativeDef::_nil (); } -CORBA::Boolean +::CORBA::Boolean TAO::Objref_Traits<CORBA::NativeDef>::marshal ( - CORBA::NativeDef_ptr p, + const CORBA::NativeDef_ptr p, TAO_OutputCDR & cdr ) { - return CORBA::Object::marshal (p, cdr); + return ::CORBA::Object::marshal (p, cdr); } // Function pointer for collocation factory initialization. -TAO::Collocation_Proxy_Broker * +TAO::Collocation_Proxy_Broker * (*CORBA__TAO_NativeDef_Proxy_Broker_Factory_function_pointer) ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ) = 0; CORBA::NativeDef::NativeDef (void) @@ -3148,14 +3136,14 @@ CORBA::NativeDef::CORBA_NativeDef_setup_collocation () this->the_TAO_NativeDef_Proxy_Broker_ = ::CORBA__TAO_NativeDef_Proxy_Broker_Factory_function_pointer (this); } - + this->CORBA_TypedefDef_setup_collocation (); } CORBA::NativeDef::~NativeDef (void) {} -void +void CORBA::NativeDef::_tao_any_destructor (void *_tao_void_pointer) { NativeDef *_tao_tmp_pointer = @@ -3165,7 +3153,7 @@ CORBA::NativeDef::_tao_any_destructor (void *_tao_void_pointer) CORBA::NativeDef_ptr CORBA::NativeDef::_narrow ( - CORBA::Object_ptr _tao_objref + ::CORBA::Object_ptr _tao_objref ACE_ENV_ARG_DECL ) { @@ -3180,7 +3168,7 @@ CORBA::NativeDef::_narrow ( CORBA::NativeDef_ptr CORBA::NativeDef::_unchecked_narrow ( - CORBA::Object_ptr _tao_objref + ::CORBA::Object_ptr _tao_objref ACE_ENV_ARG_DECL ) { @@ -3200,7 +3188,7 @@ CORBA::NativeDef::_duplicate (NativeDef_ptr obj) { obj->_add_ref (); } - + return obj; } @@ -3210,7 +3198,7 @@ CORBA::NativeDef::_tao_release (NativeDef_ptr obj) ::CORBA::release (obj); } -CORBA::Boolean +::CORBA::Boolean CORBA::NativeDef::_is_a ( const char *value ACE_ENV_ARG_DECL @@ -3259,22 +3247,22 @@ const char* CORBA::NativeDef::_interface_repository_id (void) const return "IDL:omg.org/CORBA/NativeDef:1.0"; } -CORBA::Boolean +::CORBA::Boolean CORBA::NativeDef::marshal (TAO_OutputCDR &cdr) { return (cdr << this); } // TAO_IDL - Generated from -// be\be_visitor_typecode/objref_typecode.cpp:76 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/objref_typecode.cpp:76 static TAO::TypeCode::Objref<char const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_NativeDef ( - CORBA::tk_objref, + ::CORBA::tk_objref, "IDL:omg.org/CORBA/NativeDef:1.0", "NativeDef"); - + namespace CORBA { ::CORBA::TypeCode_ptr const _tc_NativeDef = @@ -3284,7 +3272,7 @@ namespace CORBA // TAO_IDL - Generated from -// be\be_visitor_interface/interface_cs.cpp:60 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_cs.cpp:60 // Traits specializations for CORBA::PrimitiveDef. @@ -3310,48 +3298,48 @@ TAO::Objref_Traits<CORBA::PrimitiveDef>::nil (void) return CORBA::PrimitiveDef::_nil (); } -CORBA::Boolean +::CORBA::Boolean TAO::Objref_Traits<CORBA::PrimitiveDef>::marshal ( - CORBA::PrimitiveDef_ptr p, + const CORBA::PrimitiveDef_ptr p, TAO_OutputCDR & cdr ) { - return CORBA::Object::marshal (p, cdr); + return ::CORBA::Object::marshal (p, cdr); } // Function pointer for collocation factory initialization. -TAO::Collocation_Proxy_Broker * +TAO::Collocation_Proxy_Broker * (*CORBA__TAO_PrimitiveDef_Proxy_Broker_Factory_function_pointer) ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ) = 0; // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 ::CORBA::PrimitiveKind CORBA::PrimitiveDef::kind ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_PrimitiveDef_Proxy_Broker_ == 0) { CORBA_PrimitiveDef_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::PrimitiveKind>::ret_val _tao_retval; - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -3360,10 +3348,10 @@ TAO::Collocation_Proxy_Broker * 9, this->the_TAO_PrimitiveDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } @@ -3381,14 +3369,14 @@ CORBA::PrimitiveDef::CORBA_PrimitiveDef_setup_collocation () this->the_TAO_PrimitiveDef_Proxy_Broker_ = ::CORBA__TAO_PrimitiveDef_Proxy_Broker_Factory_function_pointer (this); } - + this->CORBA_IDLType_setup_collocation (); } CORBA::PrimitiveDef::~PrimitiveDef (void) {} -void +void CORBA::PrimitiveDef::_tao_any_destructor (void *_tao_void_pointer) { PrimitiveDef *_tao_tmp_pointer = @@ -3398,7 +3386,7 @@ CORBA::PrimitiveDef::_tao_any_destructor (void *_tao_void_pointer) CORBA::PrimitiveDef_ptr CORBA::PrimitiveDef::_narrow ( - CORBA::Object_ptr _tao_objref + ::CORBA::Object_ptr _tao_objref ACE_ENV_ARG_DECL ) { @@ -3413,7 +3401,7 @@ CORBA::PrimitiveDef::_narrow ( CORBA::PrimitiveDef_ptr CORBA::PrimitiveDef::_unchecked_narrow ( - CORBA::Object_ptr _tao_objref + ::CORBA::Object_ptr _tao_objref ACE_ENV_ARG_DECL ) { @@ -3433,7 +3421,7 @@ CORBA::PrimitiveDef::_duplicate (PrimitiveDef_ptr obj) { obj->_add_ref (); } - + return obj; } @@ -3443,7 +3431,7 @@ CORBA::PrimitiveDef::_tao_release (PrimitiveDef_ptr obj) ::CORBA::release (obj); } -CORBA::Boolean +::CORBA::Boolean CORBA::PrimitiveDef::_is_a ( const char *value ACE_ENV_ARG_DECL @@ -3484,22 +3472,22 @@ const char* CORBA::PrimitiveDef::_interface_repository_id (void) const return "IDL:omg.org/CORBA/PrimitiveDef:1.0"; } -CORBA::Boolean +::CORBA::Boolean CORBA::PrimitiveDef::marshal (TAO_OutputCDR &cdr) { return (cdr << this); } // TAO_IDL - Generated from -// be\be_visitor_typecode/objref_typecode.cpp:76 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/objref_typecode.cpp:76 static TAO::TypeCode::Objref<char const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_PrimitiveDef ( - CORBA::tk_objref, + ::CORBA::tk_objref, "IDL:omg.org/CORBA/PrimitiveDef:1.0", "PrimitiveDef"); - + namespace CORBA { ::CORBA::TypeCode_ptr const _tc_PrimitiveDef = @@ -3509,7 +3497,7 @@ namespace CORBA // TAO_IDL - Generated from -// be\be_visitor_interface/interface_cs.cpp:60 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_cs.cpp:60 // Traits specializations for CORBA::StringDef. @@ -3535,48 +3523,48 @@ TAO::Objref_Traits<CORBA::StringDef>::nil (void) return CORBA::StringDef::_nil (); } -CORBA::Boolean +::CORBA::Boolean TAO::Objref_Traits<CORBA::StringDef>::marshal ( - CORBA::StringDef_ptr p, + const CORBA::StringDef_ptr p, TAO_OutputCDR & cdr ) { - return CORBA::Object::marshal (p, cdr); + return ::CORBA::Object::marshal (p, cdr); } // Function pointer for collocation factory initialization. -TAO::Collocation_Proxy_Broker * +TAO::Collocation_Proxy_Broker * (*CORBA__TAO_StringDef_Proxy_Broker_Factory_function_pointer) ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ) = 0; // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 -CORBA::ULong CORBA::StringDef::bound ( +::CORBA::ULong CORBA::StringDef::bound ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_StringDef_Proxy_Broker_ == 0) { CORBA_StringDef_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::ULong>::ret_val _tao_retval; - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -3585,43 +3573,43 @@ CORBA::ULong CORBA::StringDef::bound ( 10, this->the_TAO_StringDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 void CORBA::StringDef::bound ( ::CORBA::ULong bound ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_StringDef_Proxy_Broker_ == 0) { CORBA_StringDef_setup_collocation (); } - + TAO::Arg_Traits< void>::ret_val _tao_retval; TAO::Arg_Traits< ::CORBA::ULong>::in_arg_val _tao_bound (bound); - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval, &_tao_bound }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -3630,7 +3618,7 @@ void CORBA::StringDef::bound ( 10, this->the_TAO_StringDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK; } @@ -3649,14 +3637,14 @@ CORBA::StringDef::CORBA_StringDef_setup_collocation () this->the_TAO_StringDef_Proxy_Broker_ = ::CORBA__TAO_StringDef_Proxy_Broker_Factory_function_pointer (this); } - + this->CORBA_IDLType_setup_collocation (); } CORBA::StringDef::~StringDef (void) {} -void +void CORBA::StringDef::_tao_any_destructor (void *_tao_void_pointer) { StringDef *_tao_tmp_pointer = @@ -3666,7 +3654,7 @@ CORBA::StringDef::_tao_any_destructor (void *_tao_void_pointer) CORBA::StringDef_ptr CORBA::StringDef::_narrow ( - CORBA::Object_ptr _tao_objref + ::CORBA::Object_ptr _tao_objref ACE_ENV_ARG_DECL ) { @@ -3681,7 +3669,7 @@ CORBA::StringDef::_narrow ( CORBA::StringDef_ptr CORBA::StringDef::_unchecked_narrow ( - CORBA::Object_ptr _tao_objref + ::CORBA::Object_ptr _tao_objref ACE_ENV_ARG_DECL ) { @@ -3701,7 +3689,7 @@ CORBA::StringDef::_duplicate (StringDef_ptr obj) { obj->_add_ref (); } - + return obj; } @@ -3711,7 +3699,7 @@ CORBA::StringDef::_tao_release (StringDef_ptr obj) ::CORBA::release (obj); } -CORBA::Boolean +::CORBA::Boolean CORBA::StringDef::_is_a ( const char *value ACE_ENV_ARG_DECL @@ -3752,22 +3740,22 @@ const char* CORBA::StringDef::_interface_repository_id (void) const return "IDL:omg.org/CORBA/StringDef:1.0"; } -CORBA::Boolean +::CORBA::Boolean CORBA::StringDef::marshal (TAO_OutputCDR &cdr) { return (cdr << this); } // TAO_IDL - Generated from -// be\be_visitor_typecode/objref_typecode.cpp:76 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/objref_typecode.cpp:76 static TAO::TypeCode::Objref<char const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_StringDef ( - CORBA::tk_objref, + ::CORBA::tk_objref, "IDL:omg.org/CORBA/StringDef:1.0", "StringDef"); - + namespace CORBA { ::CORBA::TypeCode_ptr const _tc_StringDef = @@ -3777,7 +3765,7 @@ namespace CORBA // TAO_IDL - Generated from -// be\be_visitor_interface/interface_cs.cpp:60 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_cs.cpp:60 // Traits specializations for CORBA::WstringDef. @@ -3803,48 +3791,48 @@ TAO::Objref_Traits<CORBA::WstringDef>::nil (void) return CORBA::WstringDef::_nil (); } -CORBA::Boolean +::CORBA::Boolean TAO::Objref_Traits<CORBA::WstringDef>::marshal ( - CORBA::WstringDef_ptr p, + const CORBA::WstringDef_ptr p, TAO_OutputCDR & cdr ) { - return CORBA::Object::marshal (p, cdr); + return ::CORBA::Object::marshal (p, cdr); } // Function pointer for collocation factory initialization. -TAO::Collocation_Proxy_Broker * +TAO::Collocation_Proxy_Broker * (*CORBA__TAO_WstringDef_Proxy_Broker_Factory_function_pointer) ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ) = 0; // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 -CORBA::ULong CORBA::WstringDef::bound ( +::CORBA::ULong CORBA::WstringDef::bound ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_WstringDef_Proxy_Broker_ == 0) { CORBA_WstringDef_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::ULong>::ret_val _tao_retval; - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -3853,43 +3841,43 @@ CORBA::ULong CORBA::WstringDef::bound ( 10, this->the_TAO_WstringDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 void CORBA::WstringDef::bound ( ::CORBA::ULong bound ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_WstringDef_Proxy_Broker_ == 0) { CORBA_WstringDef_setup_collocation (); } - + TAO::Arg_Traits< void>::ret_val _tao_retval; TAO::Arg_Traits< ::CORBA::ULong>::in_arg_val _tao_bound (bound); - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval, &_tao_bound }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -3898,7 +3886,7 @@ void CORBA::WstringDef::bound ( 10, this->the_TAO_WstringDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK; } @@ -3917,14 +3905,14 @@ CORBA::WstringDef::CORBA_WstringDef_setup_collocation () this->the_TAO_WstringDef_Proxy_Broker_ = ::CORBA__TAO_WstringDef_Proxy_Broker_Factory_function_pointer (this); } - + this->CORBA_IDLType_setup_collocation (); } CORBA::WstringDef::~WstringDef (void) {} -void +void CORBA::WstringDef::_tao_any_destructor (void *_tao_void_pointer) { WstringDef *_tao_tmp_pointer = @@ -3934,7 +3922,7 @@ CORBA::WstringDef::_tao_any_destructor (void *_tao_void_pointer) CORBA::WstringDef_ptr CORBA::WstringDef::_narrow ( - CORBA::Object_ptr _tao_objref + ::CORBA::Object_ptr _tao_objref ACE_ENV_ARG_DECL ) { @@ -3949,7 +3937,7 @@ CORBA::WstringDef::_narrow ( CORBA::WstringDef_ptr CORBA::WstringDef::_unchecked_narrow ( - CORBA::Object_ptr _tao_objref + ::CORBA::Object_ptr _tao_objref ACE_ENV_ARG_DECL ) { @@ -3969,7 +3957,7 @@ CORBA::WstringDef::_duplicate (WstringDef_ptr obj) { obj->_add_ref (); } - + return obj; } @@ -3979,7 +3967,7 @@ CORBA::WstringDef::_tao_release (WstringDef_ptr obj) ::CORBA::release (obj); } -CORBA::Boolean +::CORBA::Boolean CORBA::WstringDef::_is_a ( const char *value ACE_ENV_ARG_DECL @@ -4020,22 +4008,22 @@ const char* CORBA::WstringDef::_interface_repository_id (void) const return "IDL:omg.org/CORBA/WstringDef:1.0"; } -CORBA::Boolean +::CORBA::Boolean CORBA::WstringDef::marshal (TAO_OutputCDR &cdr) { return (cdr << this); } // TAO_IDL - Generated from -// be\be_visitor_typecode/objref_typecode.cpp:76 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/objref_typecode.cpp:76 static TAO::TypeCode::Objref<char const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_WstringDef ( - CORBA::tk_objref, + ::CORBA::tk_objref, "IDL:omg.org/CORBA/WstringDef:1.0", "WstringDef"); - + namespace CORBA { ::CORBA::TypeCode_ptr const _tc_WstringDef = @@ -4045,7 +4033,7 @@ namespace CORBA // TAO_IDL - Generated from -// be\be_visitor_interface/interface_cs.cpp:60 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_cs.cpp:60 // Traits specializations for CORBA::SequenceDef. @@ -4071,48 +4059,48 @@ TAO::Objref_Traits<CORBA::SequenceDef>::nil (void) return CORBA::SequenceDef::_nil (); } -CORBA::Boolean +::CORBA::Boolean TAO::Objref_Traits<CORBA::SequenceDef>::marshal ( - CORBA::SequenceDef_ptr p, + const CORBA::SequenceDef_ptr p, TAO_OutputCDR & cdr ) { - return CORBA::Object::marshal (p, cdr); + return ::CORBA::Object::marshal (p, cdr); } // Function pointer for collocation factory initialization. -TAO::Collocation_Proxy_Broker * +TAO::Collocation_Proxy_Broker * (*CORBA__TAO_SequenceDef_Proxy_Broker_Factory_function_pointer) ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ) = 0; // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 -CORBA::ULong CORBA::SequenceDef::bound ( +::CORBA::ULong CORBA::SequenceDef::bound ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_SequenceDef_Proxy_Broker_ == 0) { CORBA_SequenceDef_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::ULong>::ret_val _tao_retval; - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -4121,43 +4109,43 @@ CORBA::ULong CORBA::SequenceDef::bound ( 10, this->the_TAO_SequenceDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 void CORBA::SequenceDef::bound ( ::CORBA::ULong bound ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_SequenceDef_Proxy_Broker_ == 0) { CORBA_SequenceDef_setup_collocation (); } - + TAO::Arg_Traits< void>::ret_val _tao_retval; TAO::Arg_Traits< ::CORBA::ULong>::in_arg_val _tao_bound (bound); - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval, &_tao_bound }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -4166,38 +4154,38 @@ void CORBA::SequenceDef::bound ( 10, this->the_TAO_SequenceDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK; } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 -CORBA::TypeCode_ptr CORBA::SequenceDef::element_type ( +::CORBA::TypeCode_ptr CORBA::SequenceDef::element_type ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_SequenceDef_Proxy_Broker_ == 0) { CORBA_SequenceDef_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::TypeCode>::ret_val _tao_retval; - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -4206,40 +4194,40 @@ CORBA::TypeCode_ptr CORBA::SequenceDef::element_type ( 17, this->the_TAO_SequenceDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 ::CORBA::IDLType_ptr CORBA::SequenceDef::element_type_def ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_SequenceDef_Proxy_Broker_ == 0) { CORBA_SequenceDef_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::IDLType>::ret_val _tao_retval; - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -4248,43 +4236,43 @@ CORBA::TypeCode_ptr CORBA::SequenceDef::element_type ( 21, this->the_TAO_SequenceDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 void CORBA::SequenceDef::element_type_def ( ::CORBA::IDLType_ptr element_type_def ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_SequenceDef_Proxy_Broker_ == 0) { CORBA_SequenceDef_setup_collocation (); } - + TAO::Arg_Traits< void>::ret_val _tao_retval; TAO::Arg_Traits< ::CORBA::IDLType>::in_arg_val _tao_element_type_def (element_type_def); - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval, &_tao_element_type_def }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -4293,7 +4281,7 @@ void CORBA::SequenceDef::element_type_def ( 21, this->the_TAO_SequenceDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK; } @@ -4312,14 +4300,14 @@ CORBA::SequenceDef::CORBA_SequenceDef_setup_collocation () this->the_TAO_SequenceDef_Proxy_Broker_ = ::CORBA__TAO_SequenceDef_Proxy_Broker_Factory_function_pointer (this); } - + this->CORBA_IDLType_setup_collocation (); } CORBA::SequenceDef::~SequenceDef (void) {} -void +void CORBA::SequenceDef::_tao_any_destructor (void *_tao_void_pointer) { SequenceDef *_tao_tmp_pointer = @@ -4329,7 +4317,7 @@ CORBA::SequenceDef::_tao_any_destructor (void *_tao_void_pointer) CORBA::SequenceDef_ptr CORBA::SequenceDef::_narrow ( - CORBA::Object_ptr _tao_objref + ::CORBA::Object_ptr _tao_objref ACE_ENV_ARG_DECL ) { @@ -4344,7 +4332,7 @@ CORBA::SequenceDef::_narrow ( CORBA::SequenceDef_ptr CORBA::SequenceDef::_unchecked_narrow ( - CORBA::Object_ptr _tao_objref + ::CORBA::Object_ptr _tao_objref ACE_ENV_ARG_DECL ) { @@ -4364,7 +4352,7 @@ CORBA::SequenceDef::_duplicate (SequenceDef_ptr obj) { obj->_add_ref (); } - + return obj; } @@ -4374,7 +4362,7 @@ CORBA::SequenceDef::_tao_release (SequenceDef_ptr obj) ::CORBA::release (obj); } -CORBA::Boolean +::CORBA::Boolean CORBA::SequenceDef::_is_a ( const char *value ACE_ENV_ARG_DECL @@ -4415,22 +4403,22 @@ const char* CORBA::SequenceDef::_interface_repository_id (void) const return "IDL:omg.org/CORBA/SequenceDef:1.0"; } -CORBA::Boolean +::CORBA::Boolean CORBA::SequenceDef::marshal (TAO_OutputCDR &cdr) { return (cdr << this); } // TAO_IDL - Generated from -// be\be_visitor_typecode/objref_typecode.cpp:76 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/objref_typecode.cpp:76 static TAO::TypeCode::Objref<char const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_SequenceDef ( - CORBA::tk_objref, + ::CORBA::tk_objref, "IDL:omg.org/CORBA/SequenceDef:1.0", "SequenceDef"); - + namespace CORBA { ::CORBA::TypeCode_ptr const _tc_SequenceDef = @@ -4440,7 +4428,7 @@ namespace CORBA // TAO_IDL - Generated from -// be\be_visitor_interface/interface_cs.cpp:60 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_cs.cpp:60 // Traits specializations for CORBA::ArrayDef. @@ -4466,48 +4454,48 @@ TAO::Objref_Traits<CORBA::ArrayDef>::nil (void) return CORBA::ArrayDef::_nil (); } -CORBA::Boolean +::CORBA::Boolean TAO::Objref_Traits<CORBA::ArrayDef>::marshal ( - CORBA::ArrayDef_ptr p, + const CORBA::ArrayDef_ptr p, TAO_OutputCDR & cdr ) { - return CORBA::Object::marshal (p, cdr); + return ::CORBA::Object::marshal (p, cdr); } // Function pointer for collocation factory initialization. -TAO::Collocation_Proxy_Broker * +TAO::Collocation_Proxy_Broker * (*CORBA__TAO_ArrayDef_Proxy_Broker_Factory_function_pointer) ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ) = 0; // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 -CORBA::ULong CORBA::ArrayDef::length ( +::CORBA::ULong CORBA::ArrayDef::length ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_ArrayDef_Proxy_Broker_ == 0) { CORBA_ArrayDef_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::ULong>::ret_val _tao_retval; - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -4516,43 +4504,43 @@ CORBA::ULong CORBA::ArrayDef::length ( 11, this->the_TAO_ArrayDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 void CORBA::ArrayDef::length ( ::CORBA::ULong length ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_ArrayDef_Proxy_Broker_ == 0) { CORBA_ArrayDef_setup_collocation (); } - + TAO::Arg_Traits< void>::ret_val _tao_retval; TAO::Arg_Traits< ::CORBA::ULong>::in_arg_val _tao_length (length); - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval, &_tao_length }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -4561,38 +4549,38 @@ void CORBA::ArrayDef::length ( 11, this->the_TAO_ArrayDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK; } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 -CORBA::TypeCode_ptr CORBA::ArrayDef::element_type ( +::CORBA::TypeCode_ptr CORBA::ArrayDef::element_type ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_ArrayDef_Proxy_Broker_ == 0) { CORBA_ArrayDef_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::TypeCode>::ret_val _tao_retval; - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -4601,40 +4589,40 @@ CORBA::TypeCode_ptr CORBA::ArrayDef::element_type ( 17, this->the_TAO_ArrayDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 ::CORBA::IDLType_ptr CORBA::ArrayDef::element_type_def ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_ArrayDef_Proxy_Broker_ == 0) { CORBA_ArrayDef_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::IDLType>::ret_val _tao_retval; - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -4643,43 +4631,43 @@ CORBA::TypeCode_ptr CORBA::ArrayDef::element_type ( 21, this->the_TAO_ArrayDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 void CORBA::ArrayDef::element_type_def ( ::CORBA::IDLType_ptr element_type_def ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_ArrayDef_Proxy_Broker_ == 0) { CORBA_ArrayDef_setup_collocation (); } - + TAO::Arg_Traits< void>::ret_val _tao_retval; TAO::Arg_Traits< ::CORBA::IDLType>::in_arg_val _tao_element_type_def (element_type_def); - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval, &_tao_element_type_def }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -4688,7 +4676,7 @@ void CORBA::ArrayDef::element_type_def ( 21, this->the_TAO_ArrayDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK; } @@ -4707,14 +4695,14 @@ CORBA::ArrayDef::CORBA_ArrayDef_setup_collocation () this->the_TAO_ArrayDef_Proxy_Broker_ = ::CORBA__TAO_ArrayDef_Proxy_Broker_Factory_function_pointer (this); } - + this->CORBA_IDLType_setup_collocation (); } CORBA::ArrayDef::~ArrayDef (void) {} -void +void CORBA::ArrayDef::_tao_any_destructor (void *_tao_void_pointer) { ArrayDef *_tao_tmp_pointer = @@ -4724,7 +4712,7 @@ CORBA::ArrayDef::_tao_any_destructor (void *_tao_void_pointer) CORBA::ArrayDef_ptr CORBA::ArrayDef::_narrow ( - CORBA::Object_ptr _tao_objref + ::CORBA::Object_ptr _tao_objref ACE_ENV_ARG_DECL ) { @@ -4739,7 +4727,7 @@ CORBA::ArrayDef::_narrow ( CORBA::ArrayDef_ptr CORBA::ArrayDef::_unchecked_narrow ( - CORBA::Object_ptr _tao_objref + ::CORBA::Object_ptr _tao_objref ACE_ENV_ARG_DECL ) { @@ -4759,7 +4747,7 @@ CORBA::ArrayDef::_duplicate (ArrayDef_ptr obj) { obj->_add_ref (); } - + return obj; } @@ -4769,7 +4757,7 @@ CORBA::ArrayDef::_tao_release (ArrayDef_ptr obj) ::CORBA::release (obj); } -CORBA::Boolean +::CORBA::Boolean CORBA::ArrayDef::_is_a ( const char *value ACE_ENV_ARG_DECL @@ -4810,22 +4798,22 @@ const char* CORBA::ArrayDef::_interface_repository_id (void) const return "IDL:omg.org/CORBA/ArrayDef:1.0"; } -CORBA::Boolean +::CORBA::Boolean CORBA::ArrayDef::marshal (TAO_OutputCDR &cdr) { return (cdr << this); } // TAO_IDL - Generated from -// be\be_visitor_typecode/objref_typecode.cpp:76 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/objref_typecode.cpp:76 static TAO::TypeCode::Objref<char const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_ArrayDef ( - CORBA::tk_objref, + ::CORBA::tk_objref, "IDL:omg.org/CORBA/ArrayDef:1.0", "ArrayDef"); - + namespace CORBA { ::CORBA::TypeCode_ptr const _tc_ArrayDef = @@ -4835,7 +4823,7 @@ namespace CORBA // TAO_IDL - Generated from -// be\be_visitor_interface/interface_cs.cpp:60 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_cs.cpp:60 // Traits specializations for CORBA::ExceptionDef. @@ -4861,48 +4849,48 @@ TAO::Objref_Traits<CORBA::ExceptionDef>::nil (void) return CORBA::ExceptionDef::_nil (); } -CORBA::Boolean +::CORBA::Boolean TAO::Objref_Traits<CORBA::ExceptionDef>::marshal ( - CORBA::ExceptionDef_ptr p, + const CORBA::ExceptionDef_ptr p, TAO_OutputCDR & cdr ) { - return CORBA::Object::marshal (p, cdr); + return ::CORBA::Object::marshal (p, cdr); } // Function pointer for collocation factory initialization. -TAO::Collocation_Proxy_Broker * +TAO::Collocation_Proxy_Broker * (*CORBA__TAO_ExceptionDef_Proxy_Broker_Factory_function_pointer) ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ) = 0; // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 -CORBA::TypeCode_ptr CORBA::ExceptionDef::type ( +::CORBA::TypeCode_ptr CORBA::ExceptionDef::type ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_ExceptionDef_Proxy_Broker_ == 0) { CORBA_ExceptionDef_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::TypeCode>::ret_val _tao_retval; - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -4911,40 +4899,40 @@ CORBA::TypeCode_ptr CORBA::ExceptionDef::type ( 9, this->the_TAO_ExceptionDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 ::CORBA::StructMemberSeq * CORBA::ExceptionDef::members ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_ExceptionDef_Proxy_Broker_ == 0) { CORBA_ExceptionDef_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::StructMemberSeq>::ret_val _tao_retval; - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -4953,43 +4941,43 @@ CORBA::TypeCode_ptr CORBA::ExceptionDef::type ( 12, this->the_TAO_ExceptionDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 void CORBA::ExceptionDef::members ( const ::CORBA::StructMemberSeq & members ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_ExceptionDef_Proxy_Broker_ == 0) { CORBA_ExceptionDef_setup_collocation (); } - + TAO::Arg_Traits< void>::ret_val _tao_retval; TAO::Arg_Traits< ::CORBA::StructMemberSeq>::in_arg_val _tao_members (members); - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval, &_tao_members }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -4998,7 +4986,7 @@ void CORBA::ExceptionDef::members ( 12, this->the_TAO_ExceptionDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK; } @@ -5017,7 +5005,7 @@ CORBA::ExceptionDef::CORBA_ExceptionDef_setup_collocation () this->the_TAO_ExceptionDef_Proxy_Broker_ = ::CORBA__TAO_ExceptionDef_Proxy_Broker_Factory_function_pointer (this); } - + this->CORBA_Contained_setup_collocation (); this->CORBA_Container_setup_collocation (); } @@ -5025,7 +5013,7 @@ CORBA::ExceptionDef::CORBA_ExceptionDef_setup_collocation () CORBA::ExceptionDef::~ExceptionDef (void) {} -void +void CORBA::ExceptionDef::_tao_any_destructor (void *_tao_void_pointer) { ExceptionDef *_tao_tmp_pointer = @@ -5035,7 +5023,7 @@ CORBA::ExceptionDef::_tao_any_destructor (void *_tao_void_pointer) CORBA::ExceptionDef_ptr CORBA::ExceptionDef::_narrow ( - CORBA::Object_ptr _tao_objref + ::CORBA::Object_ptr _tao_objref ACE_ENV_ARG_DECL ) { @@ -5050,7 +5038,7 @@ CORBA::ExceptionDef::_narrow ( CORBA::ExceptionDef_ptr CORBA::ExceptionDef::_unchecked_narrow ( - CORBA::Object_ptr _tao_objref + ::CORBA::Object_ptr _tao_objref ACE_ENV_ARG_DECL ) { @@ -5070,7 +5058,7 @@ CORBA::ExceptionDef::_duplicate (ExceptionDef_ptr obj) { obj->_add_ref (); } - + return obj; } @@ -5080,7 +5068,7 @@ CORBA::ExceptionDef::_tao_release (ExceptionDef_ptr obj) ::CORBA::release (obj); } -CORBA::Boolean +::CORBA::Boolean CORBA::ExceptionDef::_is_a ( const char *value ACE_ENV_ARG_DECL @@ -5125,22 +5113,22 @@ const char* CORBA::ExceptionDef::_interface_repository_id (void) const return "IDL:omg.org/CORBA/ExceptionDef:1.0"; } -CORBA::Boolean +::CORBA::Boolean CORBA::ExceptionDef::marshal (TAO_OutputCDR &cdr) { return (cdr << this); } // TAO_IDL - Generated from -// be\be_visitor_typecode/objref_typecode.cpp:76 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/objref_typecode.cpp:76 static TAO::TypeCode::Objref<char const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_ExceptionDef ( - CORBA::tk_objref, + ::CORBA::tk_objref, "IDL:omg.org/CORBA/ExceptionDef:1.0", "ExceptionDef"); - + namespace CORBA { ::CORBA::TypeCode_ptr const _tc_ExceptionDef = @@ -5149,8 +5137,8 @@ namespace CORBA -// TAO_IDL - Generated from -// be\be_visitor_sequence/sequence_cs.cpp:65 +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/sequence_cs.cpp:65 #if !defined (_CORBA_EXCEPTIONDEFSEQ_CS_) #define _CORBA_EXCEPTIONDEFSEQ_CS_ @@ -5159,7 +5147,7 @@ CORBA::ExceptionDefSeq::ExceptionDefSeq (void) {} CORBA::ExceptionDefSeq::ExceptionDefSeq ( - CORBA::ULong max + ::CORBA::ULong max ) : TAO::unbounded_object_reference_sequence< ExceptionDef, @@ -5169,10 +5157,10 @@ CORBA::ExceptionDefSeq::ExceptionDefSeq ( {} CORBA::ExceptionDefSeq::ExceptionDefSeq ( - CORBA::ULong max, - CORBA::ULong length, + ::CORBA::ULong max, + ::CORBA::ULong length, CORBA::ExceptionDef_ptr * buffer, - CORBA::Boolean release + ::CORBA::Boolean release ) : TAO::unbounded_object_reference_sequence< ExceptionDef, @@ -5206,16 +5194,23 @@ void CORBA::ExceptionDefSeq::_tao_any_destructor ( #endif /* end #if !defined */ // TAO_IDL - Generated from -// be\be_visitor_typecode/alias_typecode.cpp:50 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/alias_typecode.cpp:50 // TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_defn.cpp:942 #ifndef _TAO_TYPECODE_CORBA_ExceptionDefSeq_GUARD #define _TAO_TYPECODE_CORBA_ExceptionDefSeq_GUARD + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + namespace TAO { namespace TypeCode @@ -5223,28 +5218,35 @@ namespace TAO TAO::TypeCode::Sequence< ::CORBA::TypeCode_ptr const *, TAO::Null_RefCount_Policy> CORBA_ExceptionDefSeq_0 ( - CORBA::tk_sequence, + ::CORBA::tk_sequence, &CORBA::_tc_ExceptionDef, 0U); - + ::CORBA::TypeCode_ptr const tc_CORBA_ExceptionDefSeq_0 = &CORBA_ExceptionDefSeq_0; - + } } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + #endif /* _TAO_TYPECODE_CORBA_ExceptionDefSeq_GUARD */ static TAO::TypeCode::Alias<char const *, - CORBA::TypeCode_ptr const *, + ::CORBA::TypeCode_ptr const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_ExceptionDefSeq ( - CORBA::tk_alias, + ::CORBA::tk_alias, "IDL:omg.org/CORBA/ExceptionDefSeq:1.0", "ExceptionDefSeq", &TAO::TypeCode::tc_CORBA_ExceptionDefSeq_0); - + namespace CORBA { ::CORBA::TypeCode_ptr const _tc_ExceptionDefSeq = @@ -5254,13 +5256,13 @@ namespace CORBA // TAO_IDL - Generated from -// be\be_visitor_typecode/enum_typecode.cpp:34 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/enum_typecode.cpp:34 static char const * const _tao_enumerators_CORBA_AttributeMode[] = { "ATTR_NORMAL", "ATTR_READONLY" - + }; static TAO::TypeCode::Enum<char const *, @@ -5271,7 +5273,7 @@ static TAO::TypeCode::Enum<char const *, "AttributeMode", _tao_enumerators_CORBA_AttributeMode, 2); - + namespace CORBA { ::CORBA::TypeCode_ptr const _tc_AttributeMode = @@ -5281,7 +5283,7 @@ namespace CORBA // TAO_IDL - Generated from -// be\be_visitor_interface/interface_cs.cpp:60 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_cs.cpp:60 // Traits specializations for CORBA::AttributeDef. @@ -5307,48 +5309,48 @@ TAO::Objref_Traits<CORBA::AttributeDef>::nil (void) return CORBA::AttributeDef::_nil (); } -CORBA::Boolean +::CORBA::Boolean TAO::Objref_Traits<CORBA::AttributeDef>::marshal ( - CORBA::AttributeDef_ptr p, + const CORBA::AttributeDef_ptr p, TAO_OutputCDR & cdr ) { - return CORBA::Object::marshal (p, cdr); + return ::CORBA::Object::marshal (p, cdr); } // Function pointer for collocation factory initialization. -TAO::Collocation_Proxy_Broker * +TAO::Collocation_Proxy_Broker * (*CORBA__TAO_AttributeDef_Proxy_Broker_Factory_function_pointer) ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ) = 0; // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 -CORBA::TypeCode_ptr CORBA::AttributeDef::type ( +::CORBA::TypeCode_ptr CORBA::AttributeDef::type ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_AttributeDef_Proxy_Broker_ == 0) { CORBA_AttributeDef_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::TypeCode>::ret_val _tao_retval; - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -5357,40 +5359,40 @@ CORBA::TypeCode_ptr CORBA::AttributeDef::type ( 9, this->the_TAO_AttributeDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 ::CORBA::IDLType_ptr CORBA::AttributeDef::type_def ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_AttributeDef_Proxy_Broker_ == 0) { CORBA_AttributeDef_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::IDLType>::ret_val _tao_retval; - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -5399,43 +5401,43 @@ CORBA::TypeCode_ptr CORBA::AttributeDef::type ( 13, this->the_TAO_AttributeDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 void CORBA::AttributeDef::type_def ( ::CORBA::IDLType_ptr type_def ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_AttributeDef_Proxy_Broker_ == 0) { CORBA_AttributeDef_setup_collocation (); } - + TAO::Arg_Traits< void>::ret_val _tao_retval; TAO::Arg_Traits< ::CORBA::IDLType>::in_arg_val _tao_type_def (type_def); - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval, &_tao_type_def }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -5444,38 +5446,38 @@ void CORBA::AttributeDef::type_def ( 13, this->the_TAO_AttributeDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK; } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 ::CORBA::AttributeMode CORBA::AttributeDef::mode ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_AttributeDef_Proxy_Broker_ == 0) { CORBA_AttributeDef_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::AttributeMode>::ret_val _tao_retval; - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -5484,43 +5486,43 @@ void CORBA::AttributeDef::type_def ( 9, this->the_TAO_AttributeDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 void CORBA::AttributeDef::mode ( ::CORBA::AttributeMode mode ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_AttributeDef_Proxy_Broker_ == 0) { CORBA_AttributeDef_setup_collocation (); } - + TAO::Arg_Traits< void>::ret_val _tao_retval; TAO::Arg_Traits< ::CORBA::AttributeMode>::in_arg_val _tao_mode (mode); - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval, &_tao_mode }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -5529,7 +5531,7 @@ void CORBA::AttributeDef::mode ( 9, this->the_TAO_AttributeDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK; } @@ -5548,14 +5550,14 @@ CORBA::AttributeDef::CORBA_AttributeDef_setup_collocation () this->the_TAO_AttributeDef_Proxy_Broker_ = ::CORBA__TAO_AttributeDef_Proxy_Broker_Factory_function_pointer (this); } - + this->CORBA_Contained_setup_collocation (); } CORBA::AttributeDef::~AttributeDef (void) {} -void +void CORBA::AttributeDef::_tao_any_destructor (void *_tao_void_pointer) { AttributeDef *_tao_tmp_pointer = @@ -5565,7 +5567,7 @@ CORBA::AttributeDef::_tao_any_destructor (void *_tao_void_pointer) CORBA::AttributeDef_ptr CORBA::AttributeDef::_narrow ( - CORBA::Object_ptr _tao_objref + ::CORBA::Object_ptr _tao_objref ACE_ENV_ARG_DECL ) { @@ -5580,7 +5582,7 @@ CORBA::AttributeDef::_narrow ( CORBA::AttributeDef_ptr CORBA::AttributeDef::_unchecked_narrow ( - CORBA::Object_ptr _tao_objref + ::CORBA::Object_ptr _tao_objref ACE_ENV_ARG_DECL ) { @@ -5600,7 +5602,7 @@ CORBA::AttributeDef::_duplicate (AttributeDef_ptr obj) { obj->_add_ref (); } - + return obj; } @@ -5610,7 +5612,7 @@ CORBA::AttributeDef::_tao_release (AttributeDef_ptr obj) ::CORBA::release (obj); } -CORBA::Boolean +::CORBA::Boolean CORBA::AttributeDef::_is_a ( const char *value ACE_ENV_ARG_DECL @@ -5651,22 +5653,22 @@ const char* CORBA::AttributeDef::_interface_repository_id (void) const return "IDL:omg.org/CORBA/AttributeDef:1.0"; } -CORBA::Boolean +::CORBA::Boolean CORBA::AttributeDef::marshal (TAO_OutputCDR &cdr) { return (cdr << this); } // TAO_IDL - Generated from -// be\be_visitor_typecode/objref_typecode.cpp:76 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/objref_typecode.cpp:76 static TAO::TypeCode::Objref<char const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_AttributeDef ( - CORBA::tk_objref, + ::CORBA::tk_objref, "IDL:omg.org/CORBA/AttributeDef:1.0", "AttributeDef"); - + namespace CORBA { ::CORBA::TypeCode_ptr const _tc_AttributeDef = @@ -5676,9 +5678,9 @@ namespace CORBA // TAO_IDL - Generated from -// be\be_visitor_typecode/struct_typecode.cpp:87 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/struct_typecode.cpp:89 -static TAO::TypeCode::Struct_Field<char const *, CORBA::TypeCode_ptr const *> const _tao_fields_CORBA_AttributeDescription[] = +static TAO::TypeCode::Struct_Field<char const *, ::CORBA::TypeCode_ptr const *> const _tao_fields_CORBA_AttributeDescription[] = { { "name", &CORBA::_tc_Identifier }, { "id", &CORBA::_tc_RepositoryId }, @@ -5686,19 +5688,19 @@ static TAO::TypeCode::Struct_Field<char const *, CORBA::TypeCode_ptr const *> co { "version", &CORBA::_tc_VersionSpec }, { "type", &CORBA::_tc_TypeCode }, { "mode", &CORBA::_tc_AttributeMode } - + }; static TAO::TypeCode::Struct<char const *, - CORBA::TypeCode_ptr const *, - TAO::TypeCode::Struct_Field<char const *, CORBA::TypeCode_ptr const *> const *, + ::CORBA::TypeCode_ptr const *, + TAO::TypeCode::Struct_Field<char const *, ::CORBA::TypeCode_ptr const *> const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_AttributeDescription ( - CORBA::tk_struct, + ::CORBA::tk_struct, "IDL:omg.org/CORBA/AttributeDescription:1.0", "AttributeDescription", _tao_fields_CORBA_AttributeDescription, 6); - + namespace CORBA { ::CORBA::TypeCode_ptr const _tc_AttributeDescription = @@ -5707,10 +5709,10 @@ namespace CORBA -// TAO_IDL - Generated from -// be\be_visitor_structure/structure_cs.cpp:66 +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/structure_cs.cpp:66 -void +void CORBA::AttributeDescription::_tao_any_destructor ( void *_tao_void_pointer ) @@ -5721,19 +5723,19 @@ CORBA::AttributeDescription::_tao_any_destructor ( } // TAO_IDL - Generated from -// be\be_visitor_typecode/struct_typecode.cpp:87 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/struct_typecode.cpp:89 // TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_defn.cpp:942 // TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_defn.cpp:942 -static TAO::TypeCode::Struct_Field<char const *, CORBA::TypeCode_ptr const *> const _tao_fields_CORBA_ExtAttributeDescription[] = +static TAO::TypeCode::Struct_Field<char const *, ::CORBA::TypeCode_ptr const *> const _tao_fields_CORBA_ExtAttributeDescription[] = { { "name", &CORBA::_tc_Identifier }, { "id", &CORBA::_tc_RepositoryId }, @@ -5743,23 +5745,19 @@ static TAO::TypeCode::Struct_Field<char const *, CORBA::TypeCode_ptr const *> co { "mode", &CORBA::_tc_AttributeMode }, { "get_exceptions", &CORBA::_tc_ExcDescriptionSeq }, { "put_exceptions", &CORBA::_tc_ExcDescriptionSeq } - + }; -static TAO::TypeCode::Recursive_Type< - TAO::TypeCode::Struct<char const *, - CORBA::TypeCode_ptr const *, - TAO::TypeCode::Struct_Field<char const *, CORBA::TypeCode_ptr const *> const *, - TAO::Null_RefCount_Policy>, - CORBA::TypeCode_ptr const *, - TAO::TypeCode::Struct_Field<char const *, CORBA::TypeCode_ptr const *> const * > - +static TAO::TypeCode::Struct<char const *, + ::CORBA::TypeCode_ptr const *, + TAO::TypeCode::Struct_Field<char const *, ::CORBA::TypeCode_ptr const *> const *, + TAO::Null_RefCount_Policy> _tao_tc_CORBA_ExtAttributeDescription ( - CORBA::tk_struct, + ::CORBA::tk_struct, "IDL:omg.org/CORBA/ExtAttributeDescription:1.0", "ExtAttributeDescription", _tao_fields_CORBA_ExtAttributeDescription, 8); - + namespace CORBA { ::CORBA::TypeCode_ptr const _tc_ExtAttributeDescription = @@ -5768,10 +5766,10 @@ namespace CORBA -// TAO_IDL - Generated from -// be\be_visitor_structure/structure_cs.cpp:66 +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/structure_cs.cpp:66 -void +void CORBA::ExtAttributeDescription::_tao_any_destructor ( void *_tao_void_pointer ) @@ -5782,7 +5780,7 @@ CORBA::ExtAttributeDescription::_tao_any_destructor ( } // TAO_IDL - Generated from -// be\be_visitor_interface/interface_cs.cpp:60 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_cs.cpp:60 // Traits specializations for CORBA::ExtAttributeDef. @@ -5808,48 +5806,48 @@ TAO::Objref_Traits<CORBA::ExtAttributeDef>::nil (void) return CORBA::ExtAttributeDef::_nil (); } -CORBA::Boolean +::CORBA::Boolean TAO::Objref_Traits<CORBA::ExtAttributeDef>::marshal ( - CORBA::ExtAttributeDef_ptr p, + const CORBA::ExtAttributeDef_ptr p, TAO_OutputCDR & cdr ) { - return CORBA::Object::marshal (p, cdr); + return ::CORBA::Object::marshal (p, cdr); } // Function pointer for collocation factory initialization. -TAO::Collocation_Proxy_Broker * +TAO::Collocation_Proxy_Broker * (*CORBA__TAO_ExtAttributeDef_Proxy_Broker_Factory_function_pointer) ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ) = 0; // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 ::CORBA::ExcDescriptionSeq * CORBA::ExtAttributeDef::get_exceptions ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_ExtAttributeDef_Proxy_Broker_ == 0) { CORBA_ExtAttributeDef_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::ExcDescriptionSeq>::ret_val _tao_retval; - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -5858,43 +5856,43 @@ TAO::Collocation_Proxy_Broker * 19, this->the_TAO_ExtAttributeDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 void CORBA::ExtAttributeDef::get_exceptions ( const ::CORBA::ExcDescriptionSeq & get_exceptions ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_ExtAttributeDef_Proxy_Broker_ == 0) { CORBA_ExtAttributeDef_setup_collocation (); } - + TAO::Arg_Traits< void>::ret_val _tao_retval; TAO::Arg_Traits< ::CORBA::ExcDescriptionSeq>::in_arg_val _tao_get_exceptions (get_exceptions); - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval, &_tao_get_exceptions }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -5903,38 +5901,38 @@ void CORBA::ExtAttributeDef::get_exceptions ( 19, this->the_TAO_ExtAttributeDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK; } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 ::CORBA::ExcDescriptionSeq * CORBA::ExtAttributeDef::set_exceptions ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_ExtAttributeDef_Proxy_Broker_ == 0) { CORBA_ExtAttributeDef_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::ExcDescriptionSeq>::ret_val _tao_retval; - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -5943,43 +5941,43 @@ void CORBA::ExtAttributeDef::get_exceptions ( 19, this->the_TAO_ExtAttributeDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 void CORBA::ExtAttributeDef::set_exceptions ( const ::CORBA::ExcDescriptionSeq & set_exceptions ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_ExtAttributeDef_Proxy_Broker_ == 0) { CORBA_ExtAttributeDef_setup_collocation (); } - + TAO::Arg_Traits< void>::ret_val _tao_retval; TAO::Arg_Traits< ::CORBA::ExcDescriptionSeq>::in_arg_val _tao_set_exceptions (set_exceptions); - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval, &_tao_set_exceptions }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -5988,38 +5986,38 @@ void CORBA::ExtAttributeDef::set_exceptions ( 19, this->the_TAO_ExtAttributeDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK; } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 ::CORBA::ExtAttributeDescription * CORBA::ExtAttributeDef::describe_attribute ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_ExtAttributeDef_Proxy_Broker_ == 0) { CORBA_ExtAttributeDef_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::ExtAttributeDescription>::ret_val _tao_retval; - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -6028,10 +6026,10 @@ void CORBA::ExtAttributeDef::set_exceptions ( 18, this->the_TAO_ExtAttributeDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } @@ -6049,14 +6047,14 @@ CORBA::ExtAttributeDef::CORBA_ExtAttributeDef_setup_collocation () this->the_TAO_ExtAttributeDef_Proxy_Broker_ = ::CORBA__TAO_ExtAttributeDef_Proxy_Broker_Factory_function_pointer (this); } - + this->CORBA_AttributeDef_setup_collocation (); } CORBA::ExtAttributeDef::~ExtAttributeDef (void) {} -void +void CORBA::ExtAttributeDef::_tao_any_destructor (void *_tao_void_pointer) { ExtAttributeDef *_tao_tmp_pointer = @@ -6066,7 +6064,7 @@ CORBA::ExtAttributeDef::_tao_any_destructor (void *_tao_void_pointer) CORBA::ExtAttributeDef_ptr CORBA::ExtAttributeDef::_narrow ( - CORBA::Object_ptr _tao_objref + ::CORBA::Object_ptr _tao_objref ACE_ENV_ARG_DECL ) { @@ -6081,7 +6079,7 @@ CORBA::ExtAttributeDef::_narrow ( CORBA::ExtAttributeDef_ptr CORBA::ExtAttributeDef::_unchecked_narrow ( - CORBA::Object_ptr _tao_objref + ::CORBA::Object_ptr _tao_objref ACE_ENV_ARG_DECL ) { @@ -6101,7 +6099,7 @@ CORBA::ExtAttributeDef::_duplicate (ExtAttributeDef_ptr obj) { obj->_add_ref (); } - + return obj; } @@ -6111,7 +6109,7 @@ CORBA::ExtAttributeDef::_tao_release (ExtAttributeDef_ptr obj) ::CORBA::release (obj); } -CORBA::Boolean +::CORBA::Boolean CORBA::ExtAttributeDef::_is_a ( const char *value ACE_ENV_ARG_DECL @@ -6156,22 +6154,22 @@ const char* CORBA::ExtAttributeDef::_interface_repository_id (void) const return "IDL:omg.org/CORBA/ExtAttributeDef:1.0"; } -CORBA::Boolean +::CORBA::Boolean CORBA::ExtAttributeDef::marshal (TAO_OutputCDR &cdr) { return (cdr << this); } // TAO_IDL - Generated from -// be\be_visitor_typecode/objref_typecode.cpp:76 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/objref_typecode.cpp:76 static TAO::TypeCode::Objref<char const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_ExtAttributeDef ( - CORBA::tk_objref, + ::CORBA::tk_objref, "IDL:omg.org/CORBA/ExtAttributeDef:1.0", "ExtAttributeDef"); - + namespace CORBA { ::CORBA::TypeCode_ptr const _tc_ExtAttributeDef = @@ -6181,13 +6179,13 @@ namespace CORBA // TAO_IDL - Generated from -// be\be_visitor_typecode/enum_typecode.cpp:34 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/enum_typecode.cpp:34 static char const * const _tao_enumerators_CORBA_OperationMode[] = { "OP_NORMAL", "OP_ONEWAY" - + }; static TAO::TypeCode::Enum<char const *, @@ -6198,7 +6196,7 @@ static TAO::TypeCode::Enum<char const *, "OperationMode", _tao_enumerators_CORBA_OperationMode, 2); - + namespace CORBA { ::CORBA::TypeCode_ptr const _tc_OperationMode = @@ -6208,27 +6206,27 @@ namespace CORBA // TAO_IDL - Generated from -// be\be_visitor_typecode/struct_typecode.cpp:87 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/struct_typecode.cpp:89 -static TAO::TypeCode::Struct_Field<char const *, CORBA::TypeCode_ptr const *> const _tao_fields_CORBA_ParameterDescription[] = +static TAO::TypeCode::Struct_Field<char const *, ::CORBA::TypeCode_ptr const *> const _tao_fields_CORBA_ParameterDescription[] = { { "name", &CORBA::_tc_Identifier }, { "type", &CORBA::_tc_TypeCode }, { "type_def", &CORBA::_tc_IDLType }, { "mode", &CORBA::_tc_ParameterMode } - + }; static TAO::TypeCode::Struct<char const *, - CORBA::TypeCode_ptr const *, - TAO::TypeCode::Struct_Field<char const *, CORBA::TypeCode_ptr const *> const *, + ::CORBA::TypeCode_ptr const *, + TAO::TypeCode::Struct_Field<char const *, ::CORBA::TypeCode_ptr const *> const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_ParameterDescription ( - CORBA::tk_struct, + ::CORBA::tk_struct, "IDL:omg.org/CORBA/ParameterDescription:1.0", "ParameterDescription", _tao_fields_CORBA_ParameterDescription, 4); - + namespace CORBA { ::CORBA::TypeCode_ptr const _tc_ParameterDescription = @@ -6237,10 +6235,10 @@ namespace CORBA -// TAO_IDL - Generated from -// be\be_visitor_structure/structure_cs.cpp:66 +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/structure_cs.cpp:66 -void +void CORBA::ParameterDescription::_tao_any_destructor ( void *_tao_void_pointer ) @@ -6250,8 +6248,8 @@ CORBA::ParameterDescription::_tao_any_destructor ( delete _tao_tmp_pointer; } -// TAO_IDL - Generated from -// be\be_visitor_sequence/sequence_cs.cpp:65 +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/sequence_cs.cpp:65 #if !defined (_CORBA_PARDESCRIPTIONSEQ_CS_) #define _CORBA_PARDESCRIPTIONSEQ_CS_ @@ -6260,7 +6258,7 @@ CORBA::ParDescriptionSeq::ParDescriptionSeq (void) {} CORBA::ParDescriptionSeq::ParDescriptionSeq ( - CORBA::ULong max + ::CORBA::ULong max ) : TAO::unbounded_value_sequence< ParameterDescription @@ -6269,10 +6267,10 @@ CORBA::ParDescriptionSeq::ParDescriptionSeq ( {} CORBA::ParDescriptionSeq::ParDescriptionSeq ( - CORBA::ULong max, - CORBA::ULong length, + ::CORBA::ULong max, + ::CORBA::ULong length, CORBA::ParameterDescription * buffer, - CORBA::Boolean release + ::CORBA::Boolean release ) : TAO::unbounded_value_sequence< ParameterDescription @@ -6304,16 +6302,23 @@ void CORBA::ParDescriptionSeq::_tao_any_destructor ( #endif /* end #if !defined */ // TAO_IDL - Generated from -// be\be_visitor_typecode/alias_typecode.cpp:50 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/alias_typecode.cpp:50 // TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_defn.cpp:942 #ifndef _TAO_TYPECODE_CORBA_ParDescriptionSeq_GUARD #define _TAO_TYPECODE_CORBA_ParDescriptionSeq_GUARD + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + namespace TAO { namespace TypeCode @@ -6321,28 +6326,35 @@ namespace TAO TAO::TypeCode::Sequence< ::CORBA::TypeCode_ptr const *, TAO::Null_RefCount_Policy> CORBA_ParDescriptionSeq_0 ( - CORBA::tk_sequence, + ::CORBA::tk_sequence, &CORBA::_tc_ParameterDescription, 0U); - + ::CORBA::TypeCode_ptr const tc_CORBA_ParDescriptionSeq_0 = &CORBA_ParDescriptionSeq_0; - + } } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + #endif /* _TAO_TYPECODE_CORBA_ParDescriptionSeq_GUARD */ static TAO::TypeCode::Alias<char const *, - CORBA::TypeCode_ptr const *, + ::CORBA::TypeCode_ptr const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_ParDescriptionSeq ( - CORBA::tk_alias, + ::CORBA::tk_alias, "IDL:omg.org/CORBA/ParDescriptionSeq:1.0", "ParDescriptionSeq", &TAO::TypeCode::tc_CORBA_ParDescriptionSeq_0); - + namespace CORBA { ::CORBA::TypeCode_ptr const _tc_ParDescriptionSeq = @@ -6352,17 +6364,17 @@ namespace CORBA // TAO_IDL - Generated from -// be\be_visitor_typecode/alias_typecode.cpp:50 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/alias_typecode.cpp:50 static TAO::TypeCode::Alias<char const *, - CORBA::TypeCode_ptr const *, + ::CORBA::TypeCode_ptr const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_ContextIdentifier ( - CORBA::tk_alias, + ::CORBA::tk_alias, "IDL:omg.org/CORBA/ContextIdentifier:1.0", "ContextIdentifier", &CORBA::_tc_Identifier); - + namespace CORBA { ::CORBA::TypeCode_ptr const _tc_ContextIdentifier = @@ -6371,8 +6383,8 @@ namespace CORBA -// TAO_IDL - Generated from -// be\be_visitor_sequence/sequence_cs.cpp:65 +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/sequence_cs.cpp:65 #if !defined (_CORBA_CONTEXTIDSEQ_CS_) #define _CORBA_CONTEXTIDSEQ_CS_ @@ -6381,17 +6393,17 @@ CORBA::ContextIdSeq::ContextIdSeq (void) {} CORBA::ContextIdSeq::ContextIdSeq ( - CORBA::ULong max + ::CORBA::ULong max ) : TAO::unbounded_string_sequence (max) {} CORBA::ContextIdSeq::ContextIdSeq ( - CORBA::ULong max, - CORBA::ULong length, + ::CORBA::ULong max, + ::CORBA::ULong length, char * * buffer, - CORBA::Boolean release + ::CORBA::Boolean release ) : TAO::unbounded_string_sequence (max, length, buffer, release) @@ -6419,16 +6431,23 @@ void CORBA::ContextIdSeq::_tao_any_destructor ( #endif /* end #if !defined */ // TAO_IDL - Generated from -// be\be_visitor_typecode/alias_typecode.cpp:50 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/alias_typecode.cpp:50 // TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_defn.cpp:942 #ifndef _TAO_TYPECODE_CORBA_ContextIdSeq_GUARD #define _TAO_TYPECODE_CORBA_ContextIdSeq_GUARD + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + namespace TAO { namespace TypeCode @@ -6436,28 +6455,35 @@ namespace TAO TAO::TypeCode::Sequence< ::CORBA::TypeCode_ptr const *, TAO::Null_RefCount_Policy> CORBA_ContextIdSeq_0 ( - CORBA::tk_sequence, + ::CORBA::tk_sequence, &CORBA::_tc_ContextIdentifier, 0U); - + ::CORBA::TypeCode_ptr const tc_CORBA_ContextIdSeq_0 = &CORBA_ContextIdSeq_0; - + } } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + #endif /* _TAO_TYPECODE_CORBA_ContextIdSeq_GUARD */ static TAO::TypeCode::Alias<char const *, - CORBA::TypeCode_ptr const *, + ::CORBA::TypeCode_ptr const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_ContextIdSeq ( - CORBA::tk_alias, + ::CORBA::tk_alias, "IDL:omg.org/CORBA/ContextIdSeq:1.0", "ContextIdSeq", &TAO::TypeCode::tc_CORBA_ContextIdSeq_0); - + namespace CORBA { ::CORBA::TypeCode_ptr const _tc_ContextIdSeq = @@ -6467,7 +6493,7 @@ namespace CORBA // TAO_IDL - Generated from -// be\be_visitor_interface/interface_cs.cpp:60 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_cs.cpp:60 // Traits specializations for CORBA::OperationDef. @@ -6493,48 +6519,48 @@ TAO::Objref_Traits<CORBA::OperationDef>::nil (void) return CORBA::OperationDef::_nil (); } -CORBA::Boolean +::CORBA::Boolean TAO::Objref_Traits<CORBA::OperationDef>::marshal ( - CORBA::OperationDef_ptr p, + const CORBA::OperationDef_ptr p, TAO_OutputCDR & cdr ) { - return CORBA::Object::marshal (p, cdr); + return ::CORBA::Object::marshal (p, cdr); } // Function pointer for collocation factory initialization. -TAO::Collocation_Proxy_Broker * +TAO::Collocation_Proxy_Broker * (*CORBA__TAO_OperationDef_Proxy_Broker_Factory_function_pointer) ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ) = 0; // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 -CORBA::TypeCode_ptr CORBA::OperationDef::result ( +::CORBA::TypeCode_ptr CORBA::OperationDef::result ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_OperationDef_Proxy_Broker_ == 0) { CORBA_OperationDef_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::TypeCode>::ret_val _tao_retval; - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -6543,40 +6569,40 @@ CORBA::TypeCode_ptr CORBA::OperationDef::result ( 11, this->the_TAO_OperationDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 ::CORBA::IDLType_ptr CORBA::OperationDef::result_def ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_OperationDef_Proxy_Broker_ == 0) { CORBA_OperationDef_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::IDLType>::ret_val _tao_retval; - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -6585,43 +6611,43 @@ CORBA::TypeCode_ptr CORBA::OperationDef::result ( 15, this->the_TAO_OperationDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 void CORBA::OperationDef::result_def ( ::CORBA::IDLType_ptr result_def ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_OperationDef_Proxy_Broker_ == 0) { CORBA_OperationDef_setup_collocation (); } - + TAO::Arg_Traits< void>::ret_val _tao_retval; TAO::Arg_Traits< ::CORBA::IDLType>::in_arg_val _tao_result_def (result_def); - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval, &_tao_result_def }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -6630,38 +6656,38 @@ void CORBA::OperationDef::result_def ( 15, this->the_TAO_OperationDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK; } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 ::CORBA::ParDescriptionSeq * CORBA::OperationDef::params ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_OperationDef_Proxy_Broker_ == 0) { CORBA_OperationDef_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::ParDescriptionSeq>::ret_val _tao_retval; - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -6670,43 +6696,43 @@ void CORBA::OperationDef::result_def ( 11, this->the_TAO_OperationDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 void CORBA::OperationDef::params ( const ::CORBA::ParDescriptionSeq & params ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_OperationDef_Proxy_Broker_ == 0) { CORBA_OperationDef_setup_collocation (); } - + TAO::Arg_Traits< void>::ret_val _tao_retval; TAO::Arg_Traits< ::CORBA::ParDescriptionSeq>::in_arg_val _tao_params (params); - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval, &_tao_params }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -6715,38 +6741,38 @@ void CORBA::OperationDef::params ( 11, this->the_TAO_OperationDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK; } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 ::CORBA::OperationMode CORBA::OperationDef::mode ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_OperationDef_Proxy_Broker_ == 0) { CORBA_OperationDef_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::OperationMode>::ret_val _tao_retval; - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -6755,43 +6781,43 @@ void CORBA::OperationDef::params ( 9, this->the_TAO_OperationDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 void CORBA::OperationDef::mode ( ::CORBA::OperationMode mode ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_OperationDef_Proxy_Broker_ == 0) { CORBA_OperationDef_setup_collocation (); } - + TAO::Arg_Traits< void>::ret_val _tao_retval; TAO::Arg_Traits< ::CORBA::OperationMode>::in_arg_val _tao_mode (mode); - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval, &_tao_mode }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -6800,38 +6826,38 @@ void CORBA::OperationDef::mode ( 9, this->the_TAO_OperationDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK; } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 ::CORBA::ContextIdSeq * CORBA::OperationDef::contexts ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_OperationDef_Proxy_Broker_ == 0) { CORBA_OperationDef_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::ContextIdSeq>::ret_val _tao_retval; - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -6840,43 +6866,43 @@ void CORBA::OperationDef::mode ( 13, this->the_TAO_OperationDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 void CORBA::OperationDef::contexts ( const ::CORBA::ContextIdSeq & contexts ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_OperationDef_Proxy_Broker_ == 0) { CORBA_OperationDef_setup_collocation (); } - + TAO::Arg_Traits< void>::ret_val _tao_retval; TAO::Arg_Traits< ::CORBA::ContextIdSeq>::in_arg_val _tao_contexts (contexts); - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval, &_tao_contexts }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -6885,38 +6911,38 @@ void CORBA::OperationDef::contexts ( 13, this->the_TAO_OperationDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK; } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 ::CORBA::ExceptionDefSeq * CORBA::OperationDef::exceptions ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_OperationDef_Proxy_Broker_ == 0) { CORBA_OperationDef_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::ExceptionDefSeq>::ret_val _tao_retval; - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -6925,43 +6951,43 @@ void CORBA::OperationDef::contexts ( 15, this->the_TAO_OperationDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 void CORBA::OperationDef::exceptions ( const ::CORBA::ExceptionDefSeq & exceptions ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_OperationDef_Proxy_Broker_ == 0) { CORBA_OperationDef_setup_collocation (); } - + TAO::Arg_Traits< void>::ret_val _tao_retval; TAO::Arg_Traits< ::CORBA::ExceptionDefSeq>::in_arg_val _tao_exceptions (exceptions); - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval, &_tao_exceptions }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -6970,7 +6996,7 @@ void CORBA::OperationDef::exceptions ( 15, this->the_TAO_OperationDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK; } @@ -6989,14 +7015,14 @@ CORBA::OperationDef::CORBA_OperationDef_setup_collocation () this->the_TAO_OperationDef_Proxy_Broker_ = ::CORBA__TAO_OperationDef_Proxy_Broker_Factory_function_pointer (this); } - + this->CORBA_Contained_setup_collocation (); } CORBA::OperationDef::~OperationDef (void) {} -void +void CORBA::OperationDef::_tao_any_destructor (void *_tao_void_pointer) { OperationDef *_tao_tmp_pointer = @@ -7006,7 +7032,7 @@ CORBA::OperationDef::_tao_any_destructor (void *_tao_void_pointer) CORBA::OperationDef_ptr CORBA::OperationDef::_narrow ( - CORBA::Object_ptr _tao_objref + ::CORBA::Object_ptr _tao_objref ACE_ENV_ARG_DECL ) { @@ -7021,7 +7047,7 @@ CORBA::OperationDef::_narrow ( CORBA::OperationDef_ptr CORBA::OperationDef::_unchecked_narrow ( - CORBA::Object_ptr _tao_objref + ::CORBA::Object_ptr _tao_objref ACE_ENV_ARG_DECL ) { @@ -7041,7 +7067,7 @@ CORBA::OperationDef::_duplicate (OperationDef_ptr obj) { obj->_add_ref (); } - + return obj; } @@ -7051,7 +7077,7 @@ CORBA::OperationDef::_tao_release (OperationDef_ptr obj) ::CORBA::release (obj); } -CORBA::Boolean +::CORBA::Boolean CORBA::OperationDef::_is_a ( const char *value ACE_ENV_ARG_DECL @@ -7092,22 +7118,22 @@ const char* CORBA::OperationDef::_interface_repository_id (void) const return "IDL:omg.org/CORBA/OperationDef:1.0"; } -CORBA::Boolean +::CORBA::Boolean CORBA::OperationDef::marshal (TAO_OutputCDR &cdr) { return (cdr << this); } // TAO_IDL - Generated from -// be\be_visitor_typecode/objref_typecode.cpp:76 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/objref_typecode.cpp:76 static TAO::TypeCode::Objref<char const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_OperationDef ( - CORBA::tk_objref, + ::CORBA::tk_objref, "IDL:omg.org/CORBA/OperationDef:1.0", "OperationDef"); - + namespace CORBA { ::CORBA::TypeCode_ptr const _tc_OperationDef = @@ -7117,24 +7143,24 @@ namespace CORBA // TAO_IDL - Generated from -// be\be_visitor_typecode/struct_typecode.cpp:87 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/struct_typecode.cpp:89 // TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_defn.cpp:942 // TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_defn.cpp:942 // TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_defn.cpp:942 -static TAO::TypeCode::Struct_Field<char const *, CORBA::TypeCode_ptr const *> const _tao_fields_CORBA_OperationDescription[] = +static TAO::TypeCode::Struct_Field<char const *, ::CORBA::TypeCode_ptr const *> const _tao_fields_CORBA_OperationDescription[] = { { "name", &CORBA::_tc_Identifier }, { "id", &CORBA::_tc_RepositoryId }, @@ -7145,19 +7171,19 @@ static TAO::TypeCode::Struct_Field<char const *, CORBA::TypeCode_ptr const *> co { "contexts", &CORBA::_tc_ContextIdSeq }, { "parameters", &CORBA::_tc_ParDescriptionSeq }, { "exceptions", &CORBA::_tc_ExcDescriptionSeq } - + }; static TAO::TypeCode::Struct<char const *, - CORBA::TypeCode_ptr const *, - TAO::TypeCode::Struct_Field<char const *, CORBA::TypeCode_ptr const *> const *, + ::CORBA::TypeCode_ptr const *, + TAO::TypeCode::Struct_Field<char const *, ::CORBA::TypeCode_ptr const *> const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_OperationDescription ( - CORBA::tk_struct, + ::CORBA::tk_struct, "IDL:omg.org/CORBA/OperationDescription:1.0", "OperationDescription", _tao_fields_CORBA_OperationDescription, 9); - + namespace CORBA { ::CORBA::TypeCode_ptr const _tc_OperationDescription = @@ -7166,10 +7192,10 @@ namespace CORBA -// TAO_IDL - Generated from -// be\be_visitor_structure/structure_cs.cpp:66 +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/structure_cs.cpp:66 -void +void CORBA::OperationDescription::_tao_any_destructor ( void *_tao_void_pointer ) @@ -7179,8 +7205,8 @@ CORBA::OperationDescription::_tao_any_destructor ( delete _tao_tmp_pointer; } -// TAO_IDL - Generated from -// be\be_visitor_sequence/sequence_cs.cpp:65 +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/sequence_cs.cpp:65 #if !defined (_CORBA_REPOSITORYIDSEQ_CS_) #define _CORBA_REPOSITORYIDSEQ_CS_ @@ -7189,17 +7215,17 @@ CORBA::RepositoryIdSeq::RepositoryIdSeq (void) {} CORBA::RepositoryIdSeq::RepositoryIdSeq ( - CORBA::ULong max + ::CORBA::ULong max ) : TAO::unbounded_string_sequence (max) {} CORBA::RepositoryIdSeq::RepositoryIdSeq ( - CORBA::ULong max, - CORBA::ULong length, + ::CORBA::ULong max, + ::CORBA::ULong length, char * * buffer, - CORBA::Boolean release + ::CORBA::Boolean release ) : TAO::unbounded_string_sequence (max, length, buffer, release) @@ -7227,16 +7253,23 @@ void CORBA::RepositoryIdSeq::_tao_any_destructor ( #endif /* end #if !defined */ // TAO_IDL - Generated from -// be\be_visitor_typecode/alias_typecode.cpp:50 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/alias_typecode.cpp:50 // TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_defn.cpp:942 #ifndef _TAO_TYPECODE_CORBA_RepositoryIdSeq_GUARD #define _TAO_TYPECODE_CORBA_RepositoryIdSeq_GUARD + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + namespace TAO { namespace TypeCode @@ -7244,28 +7277,35 @@ namespace TAO TAO::TypeCode::Sequence< ::CORBA::TypeCode_ptr const *, TAO::Null_RefCount_Policy> CORBA_RepositoryIdSeq_0 ( - CORBA::tk_sequence, + ::CORBA::tk_sequence, &CORBA::_tc_RepositoryId, 0U); - + ::CORBA::TypeCode_ptr const tc_CORBA_RepositoryIdSeq_0 = &CORBA_RepositoryIdSeq_0; - + } } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + #endif /* _TAO_TYPECODE_CORBA_RepositoryIdSeq_GUARD */ static TAO::TypeCode::Alias<char const *, - CORBA::TypeCode_ptr const *, + ::CORBA::TypeCode_ptr const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_RepositoryIdSeq ( - CORBA::tk_alias, + ::CORBA::tk_alias, "IDL:omg.org/CORBA/RepositoryIdSeq:1.0", "RepositoryIdSeq", &TAO::TypeCode::tc_CORBA_RepositoryIdSeq_0); - + namespace CORBA { ::CORBA::TypeCode_ptr const _tc_RepositoryIdSeq = @@ -7274,8 +7314,8 @@ namespace CORBA -// TAO_IDL - Generated from -// be\be_visitor_sequence/sequence_cs.cpp:65 +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/sequence_cs.cpp:65 #if !defined (_CORBA_OPDESCRIPTIONSEQ_CS_) #define _CORBA_OPDESCRIPTIONSEQ_CS_ @@ -7284,7 +7324,7 @@ CORBA::OpDescriptionSeq::OpDescriptionSeq (void) {} CORBA::OpDescriptionSeq::OpDescriptionSeq ( - CORBA::ULong max + ::CORBA::ULong max ) : TAO::unbounded_value_sequence< OperationDescription @@ -7293,10 +7333,10 @@ CORBA::OpDescriptionSeq::OpDescriptionSeq ( {} CORBA::OpDescriptionSeq::OpDescriptionSeq ( - CORBA::ULong max, - CORBA::ULong length, + ::CORBA::ULong max, + ::CORBA::ULong length, CORBA::OperationDescription * buffer, - CORBA::Boolean release + ::CORBA::Boolean release ) : TAO::unbounded_value_sequence< OperationDescription @@ -7328,16 +7368,23 @@ void CORBA::OpDescriptionSeq::_tao_any_destructor ( #endif /* end #if !defined */ // TAO_IDL - Generated from -// be\be_visitor_typecode/alias_typecode.cpp:50 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/alias_typecode.cpp:50 // TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_defn.cpp:942 #ifndef _TAO_TYPECODE_CORBA_OpDescriptionSeq_GUARD #define _TAO_TYPECODE_CORBA_OpDescriptionSeq_GUARD + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + namespace TAO { namespace TypeCode @@ -7345,28 +7392,35 @@ namespace TAO TAO::TypeCode::Sequence< ::CORBA::TypeCode_ptr const *, TAO::Null_RefCount_Policy> CORBA_OpDescriptionSeq_0 ( - CORBA::tk_sequence, + ::CORBA::tk_sequence, &CORBA::_tc_OperationDescription, 0U); - + ::CORBA::TypeCode_ptr const tc_CORBA_OpDescriptionSeq_0 = &CORBA_OpDescriptionSeq_0; - + } } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + #endif /* _TAO_TYPECODE_CORBA_OpDescriptionSeq_GUARD */ static TAO::TypeCode::Alias<char const *, - CORBA::TypeCode_ptr const *, + ::CORBA::TypeCode_ptr const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_OpDescriptionSeq ( - CORBA::tk_alias, + ::CORBA::tk_alias, "IDL:omg.org/CORBA/OpDescriptionSeq:1.0", "OpDescriptionSeq", &TAO::TypeCode::tc_CORBA_OpDescriptionSeq_0); - + namespace CORBA { ::CORBA::TypeCode_ptr const _tc_OpDescriptionSeq = @@ -7375,8 +7429,8 @@ namespace CORBA -// TAO_IDL - Generated from -// be\be_visitor_sequence/sequence_cs.cpp:65 +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/sequence_cs.cpp:65 #if !defined (_CORBA_ATTRDESCRIPTIONSEQ_CS_) #define _CORBA_ATTRDESCRIPTIONSEQ_CS_ @@ -7385,7 +7439,7 @@ CORBA::AttrDescriptionSeq::AttrDescriptionSeq (void) {} CORBA::AttrDescriptionSeq::AttrDescriptionSeq ( - CORBA::ULong max + ::CORBA::ULong max ) : TAO::unbounded_value_sequence< AttributeDescription @@ -7394,10 +7448,10 @@ CORBA::AttrDescriptionSeq::AttrDescriptionSeq ( {} CORBA::AttrDescriptionSeq::AttrDescriptionSeq ( - CORBA::ULong max, - CORBA::ULong length, + ::CORBA::ULong max, + ::CORBA::ULong length, CORBA::AttributeDescription * buffer, - CORBA::Boolean release + ::CORBA::Boolean release ) : TAO::unbounded_value_sequence< AttributeDescription @@ -7429,16 +7483,23 @@ void CORBA::AttrDescriptionSeq::_tao_any_destructor ( #endif /* end #if !defined */ // TAO_IDL - Generated from -// be\be_visitor_typecode/alias_typecode.cpp:50 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/alias_typecode.cpp:50 // TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_defn.cpp:942 #ifndef _TAO_TYPECODE_CORBA_AttrDescriptionSeq_GUARD #define _TAO_TYPECODE_CORBA_AttrDescriptionSeq_GUARD + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + namespace TAO { namespace TypeCode @@ -7446,28 +7507,35 @@ namespace TAO TAO::TypeCode::Sequence< ::CORBA::TypeCode_ptr const *, TAO::Null_RefCount_Policy> CORBA_AttrDescriptionSeq_0 ( - CORBA::tk_sequence, + ::CORBA::tk_sequence, &CORBA::_tc_AttributeDescription, 0U); - + ::CORBA::TypeCode_ptr const tc_CORBA_AttrDescriptionSeq_0 = &CORBA_AttrDescriptionSeq_0; - + } } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + #endif /* _TAO_TYPECODE_CORBA_AttrDescriptionSeq_GUARD */ static TAO::TypeCode::Alias<char const *, - CORBA::TypeCode_ptr const *, + ::CORBA::TypeCode_ptr const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_AttrDescriptionSeq ( - CORBA::tk_alias, + ::CORBA::tk_alias, "IDL:omg.org/CORBA/AttrDescriptionSeq:1.0", "AttrDescriptionSeq", &TAO::TypeCode::tc_CORBA_AttrDescriptionSeq_0); - + namespace CORBA { ::CORBA::TypeCode_ptr const _tc_AttrDescriptionSeq = @@ -7476,8 +7544,8 @@ namespace CORBA -// TAO_IDL - Generated from -// be\be_visitor_sequence/sequence_cs.cpp:65 +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/sequence_cs.cpp:65 #if !defined (_CORBA_EXTATTRDESCRIPTIONSEQ_CS_) #define _CORBA_EXTATTRDESCRIPTIONSEQ_CS_ @@ -7486,7 +7554,7 @@ CORBA::ExtAttrDescriptionSeq::ExtAttrDescriptionSeq (void) {} CORBA::ExtAttrDescriptionSeq::ExtAttrDescriptionSeq ( - CORBA::ULong max + ::CORBA::ULong max ) : TAO::unbounded_value_sequence< ExtAttributeDescription @@ -7495,10 +7563,10 @@ CORBA::ExtAttrDescriptionSeq::ExtAttrDescriptionSeq ( {} CORBA::ExtAttrDescriptionSeq::ExtAttrDescriptionSeq ( - CORBA::ULong max, - CORBA::ULong length, + ::CORBA::ULong max, + ::CORBA::ULong length, CORBA::ExtAttributeDescription * buffer, - CORBA::Boolean release + ::CORBA::Boolean release ) : TAO::unbounded_value_sequence< ExtAttributeDescription @@ -7530,16 +7598,23 @@ void CORBA::ExtAttrDescriptionSeq::_tao_any_destructor ( #endif /* end #if !defined */ // TAO_IDL - Generated from -// be\be_visitor_typecode/alias_typecode.cpp:50 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/alias_typecode.cpp:50 // TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_defn.cpp:942 #ifndef _TAO_TYPECODE_CORBA_ExtAttrDescriptionSeq_GUARD #define _TAO_TYPECODE_CORBA_ExtAttrDescriptionSeq_GUARD + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + namespace TAO { namespace TypeCode @@ -7547,28 +7622,35 @@ namespace TAO TAO::TypeCode::Sequence< ::CORBA::TypeCode_ptr const *, TAO::Null_RefCount_Policy> CORBA_ExtAttrDescriptionSeq_0 ( - CORBA::tk_sequence, + ::CORBA::tk_sequence, &CORBA::_tc_ExtAttributeDescription, 0U); - + ::CORBA::TypeCode_ptr const tc_CORBA_ExtAttrDescriptionSeq_0 = &CORBA_ExtAttrDescriptionSeq_0; - + } } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + #endif /* _TAO_TYPECODE_CORBA_ExtAttrDescriptionSeq_GUARD */ static TAO::TypeCode::Alias<char const *, - CORBA::TypeCode_ptr const *, + ::CORBA::TypeCode_ptr const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_ExtAttrDescriptionSeq ( - CORBA::tk_alias, + ::CORBA::tk_alias, "IDL:omg.org/CORBA/ExtAttrDescriptionSeq:1.0", "ExtAttrDescriptionSeq", &TAO::TypeCode::tc_CORBA_ExtAttrDescriptionSeq_0); - + namespace CORBA { ::CORBA::TypeCode_ptr const _tc_ExtAttrDescriptionSeq = @@ -7578,7 +7660,7 @@ namespace CORBA // TAO_IDL - Generated from -// be\be_visitor_interface/interface_cs.cpp:60 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_cs.cpp:60 // Traits specializations for CORBA::InterfaceDef. @@ -7604,48 +7686,48 @@ TAO::Objref_Traits<CORBA::InterfaceDef>::nil (void) return CORBA::InterfaceDef::_nil (); } -CORBA::Boolean +::CORBA::Boolean TAO::Objref_Traits<CORBA::InterfaceDef>::marshal ( - CORBA::InterfaceDef_ptr p, + const CORBA::InterfaceDef_ptr p, TAO_OutputCDR & cdr ) { - return CORBA::Object::marshal (p, cdr); + return ::CORBA::Object::marshal (p, cdr); } // Function pointer for collocation factory initialization. -TAO::Collocation_Proxy_Broker * +TAO::Collocation_Proxy_Broker * (*CORBA__TAO_InterfaceDef_Proxy_Broker_Factory_function_pointer) ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ) = 0; // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 ::CORBA::InterfaceDefSeq * CORBA::InterfaceDef::base_interfaces ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_InterfaceDef_Proxy_Broker_ == 0) { CORBA_InterfaceDef_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::InterfaceDefSeq>::ret_val _tao_retval; - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -7654,43 +7736,43 @@ TAO::Collocation_Proxy_Broker * 20, this->the_TAO_InterfaceDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 void CORBA::InterfaceDef::base_interfaces ( const ::CORBA::InterfaceDefSeq & base_interfaces ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_InterfaceDef_Proxy_Broker_ == 0) { CORBA_InterfaceDef_setup_collocation (); } - + TAO::Arg_Traits< void>::ret_val _tao_retval; TAO::Arg_Traits< ::CORBA::InterfaceDefSeq>::in_arg_val _tao_base_interfaces (base_interfaces); - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval, &_tao_base_interfaces }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -7699,41 +7781,41 @@ void CORBA::InterfaceDef::base_interfaces ( 20, this->the_TAO_InterfaceDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK; } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 -CORBA::Boolean CORBA::InterfaceDef::is_a ( +::CORBA::Boolean CORBA::InterfaceDef::is_a ( const char * interface_id ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_InterfaceDef_Proxy_Broker_ == 0) { CORBA_InterfaceDef_setup_collocation (); } - + TAO::Arg_Traits< ::ACE_InputCDR::to_boolean>::ret_val _tao_retval; TAO::Arg_Traits< ::CORBA::RepositoryId>::in_arg_val _tao_interface_id (interface_id); - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval, &_tao_interface_id }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -7742,32 +7824,32 @@ CORBA::Boolean CORBA::InterfaceDef::is_a ( 4, this->the_TAO_InterfaceDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_typecode/struct_typecode.cpp:87 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/struct_typecode.cpp:89 // TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_defn.cpp:942 // TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_defn.cpp:942 // TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_defn.cpp:942 -static TAO::TypeCode::Struct_Field<char const *, CORBA::TypeCode_ptr const *> const _tao_fields_CORBA_InterfaceDef_FullInterfaceDescription[] = +static TAO::TypeCode::Struct_Field<char const *, ::CORBA::TypeCode_ptr const *> const _tao_fields_CORBA_InterfaceDef_FullInterfaceDescription[] = { { "name", &CORBA::_tc_Identifier }, { "id", &CORBA::_tc_RepositoryId }, @@ -7777,26 +7859,26 @@ static TAO::TypeCode::Struct_Field<char const *, CORBA::TypeCode_ptr const *> co { "attributes", &CORBA::_tc_AttrDescriptionSeq }, { "base_interfaces", &CORBA::_tc_RepositoryIdSeq }, { "type", &CORBA::_tc_TypeCode } - + }; static TAO::TypeCode::Struct<char const *, - CORBA::TypeCode_ptr const *, - TAO::TypeCode::Struct_Field<char const *, CORBA::TypeCode_ptr const *> const *, + ::CORBA::TypeCode_ptr const *, + TAO::TypeCode::Struct_Field<char const *, ::CORBA::TypeCode_ptr const *> const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_InterfaceDef_FullInterfaceDescription ( - CORBA::tk_struct, + ::CORBA::tk_struct, "IDL:omg.org/CORBA/InterfaceDef/FullInterfaceDescription:1.0", "FullInterfaceDescription", _tao_fields_CORBA_InterfaceDef_FullInterfaceDescription, 8); - + ::CORBA::TypeCode_ptr const CORBA::InterfaceDef::_tc_FullInterfaceDescription = &_tao_tc_CORBA_InterfaceDef_FullInterfaceDescription; -// TAO_IDL - Generated from -// be\be_visitor_structure/structure_cs.cpp:66 +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/structure_cs.cpp:66 -void +void CORBA::InterfaceDef::FullInterfaceDescription::_tao_any_destructor ( void *_tao_void_pointer ) @@ -7807,32 +7889,32 @@ CORBA::InterfaceDef::FullInterfaceDescription::_tao_any_destructor ( } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 ::CORBA::InterfaceDef::FullInterfaceDescription * CORBA::InterfaceDef::describe_interface ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_InterfaceDef_Proxy_Broker_ == 0) { CORBA_InterfaceDef_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::InterfaceDef::FullInterfaceDescription>::ret_val _tao_retval; - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -7841,15 +7923,15 @@ CORBA::InterfaceDef::FullInterfaceDescription::_tao_any_destructor ( 18, this->the_TAO_InterfaceDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 ::CORBA::AttributeDef_ptr CORBA::InterfaceDef::create_attribute ( const char * id, @@ -7860,26 +7942,26 @@ CORBA::InterfaceDef::FullInterfaceDescription::_tao_any_destructor ( ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_InterfaceDef_Proxy_Broker_ == 0) { CORBA_InterfaceDef_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::AttributeDef>::ret_val _tao_retval; TAO::Arg_Traits< ::CORBA::RepositoryId>::in_arg_val _tao_id (id); TAO::Arg_Traits< ::CORBA::Identifier>::in_arg_val _tao_name (name); TAO::Arg_Traits< ::CORBA::VersionSpec>::in_arg_val _tao_version (version); TAO::Arg_Traits< ::CORBA::IDLType>::in_arg_val _tao_type (type); TAO::Arg_Traits< ::CORBA::AttributeMode>::in_arg_val _tao_mode (mode); - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval, @@ -7889,7 +7971,7 @@ CORBA::InterfaceDef::FullInterfaceDescription::_tao_any_destructor ( &_tao_type, &_tao_mode }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -7898,15 +7980,15 @@ CORBA::InterfaceDef::FullInterfaceDescription::_tao_any_destructor ( 16, this->the_TAO_InterfaceDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 ::CORBA::OperationDef_ptr CORBA::InterfaceDef::create_operation ( const char * id, @@ -7920,19 +8002,19 @@ CORBA::InterfaceDef::FullInterfaceDescription::_tao_any_destructor ( ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_InterfaceDef_Proxy_Broker_ == 0) { CORBA_InterfaceDef_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::OperationDef>::ret_val _tao_retval; TAO::Arg_Traits< ::CORBA::RepositoryId>::in_arg_val _tao_id (id); TAO::Arg_Traits< ::CORBA::Identifier>::in_arg_val _tao_name (name); @@ -7942,7 +8024,7 @@ CORBA::InterfaceDef::FullInterfaceDescription::_tao_any_destructor ( TAO::Arg_Traits< ::CORBA::ParDescriptionSeq>::in_arg_val _tao_params (params); TAO::Arg_Traits< ::CORBA::ExceptionDefSeq>::in_arg_val _tao_exceptions (exceptions); TAO::Arg_Traits< ::CORBA::ContextIdSeq>::in_arg_val _tao_contexts (contexts); - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval, @@ -7955,7 +8037,7 @@ CORBA::InterfaceDef::FullInterfaceDescription::_tao_any_destructor ( &_tao_exceptions, &_tao_contexts }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -7964,10 +8046,10 @@ CORBA::InterfaceDef::FullInterfaceDescription::_tao_any_destructor ( 16, this->the_TAO_InterfaceDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } @@ -7985,7 +8067,7 @@ CORBA::InterfaceDef::CORBA_InterfaceDef_setup_collocation () this->the_TAO_InterfaceDef_Proxy_Broker_ = ::CORBA__TAO_InterfaceDef_Proxy_Broker_Factory_function_pointer (this); } - + this->CORBA_Container_setup_collocation (); this->CORBA_Contained_setup_collocation (); this->CORBA_IDLType_setup_collocation (); @@ -7994,7 +8076,7 @@ CORBA::InterfaceDef::CORBA_InterfaceDef_setup_collocation () CORBA::InterfaceDef::~InterfaceDef (void) {} -void +void CORBA::InterfaceDef::_tao_any_destructor (void *_tao_void_pointer) { InterfaceDef *_tao_tmp_pointer = @@ -8004,7 +8086,7 @@ CORBA::InterfaceDef::_tao_any_destructor (void *_tao_void_pointer) CORBA::InterfaceDef_ptr CORBA::InterfaceDef::_narrow ( - CORBA::Object_ptr _tao_objref + ::CORBA::Object_ptr _tao_objref ACE_ENV_ARG_DECL ) { @@ -8019,7 +8101,7 @@ CORBA::InterfaceDef::_narrow ( CORBA::InterfaceDef_ptr CORBA::InterfaceDef::_unchecked_narrow ( - CORBA::Object_ptr _tao_objref + ::CORBA::Object_ptr _tao_objref ACE_ENV_ARG_DECL ) { @@ -8039,7 +8121,7 @@ CORBA::InterfaceDef::_duplicate (InterfaceDef_ptr obj) { obj->_add_ref (); } - + return obj; } @@ -8049,7 +8131,7 @@ CORBA::InterfaceDef::_tao_release (InterfaceDef_ptr obj) ::CORBA::release (obj); } -CORBA::Boolean +::CORBA::Boolean CORBA::InterfaceDef::_is_a ( const char *value ACE_ENV_ARG_DECL @@ -8098,22 +8180,22 @@ const char* CORBA::InterfaceDef::_interface_repository_id (void) const return "IDL:omg.org/CORBA/InterfaceDef:1.0"; } -CORBA::Boolean +::CORBA::Boolean CORBA::InterfaceDef::marshal (TAO_OutputCDR &cdr) { return (cdr << this); } // TAO_IDL - Generated from -// be\be_visitor_typecode/objref_typecode.cpp:76 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/objref_typecode.cpp:76 static TAO::TypeCode::Objref<char const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_InterfaceDef ( - CORBA::tk_objref, + ::CORBA::tk_objref, "IDL:omg.org/CORBA/InterfaceDef:1.0", "InterfaceDef"); - + namespace CORBA { ::CORBA::TypeCode_ptr const _tc_InterfaceDef = @@ -8123,33 +8205,33 @@ namespace CORBA // TAO_IDL - Generated from -// be\be_visitor_typecode/struct_typecode.cpp:87 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/struct_typecode.cpp:89 // TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_defn.cpp:942 -static TAO::TypeCode::Struct_Field<char const *, CORBA::TypeCode_ptr const *> const _tao_fields_CORBA_InterfaceDescription[] = +static TAO::TypeCode::Struct_Field<char const *, ::CORBA::TypeCode_ptr const *> const _tao_fields_CORBA_InterfaceDescription[] = { { "name", &CORBA::_tc_Identifier }, { "id", &CORBA::_tc_RepositoryId }, { "defined_in", &CORBA::_tc_RepositoryId }, { "version", &CORBA::_tc_VersionSpec }, { "base_interfaces", &CORBA::_tc_RepositoryIdSeq } - + }; static TAO::TypeCode::Struct<char const *, - CORBA::TypeCode_ptr const *, - TAO::TypeCode::Struct_Field<char const *, CORBA::TypeCode_ptr const *> const *, + ::CORBA::TypeCode_ptr const *, + TAO::TypeCode::Struct_Field<char const *, ::CORBA::TypeCode_ptr const *> const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_InterfaceDescription ( - CORBA::tk_struct, + ::CORBA::tk_struct, "IDL:omg.org/CORBA/InterfaceDescription:1.0", "InterfaceDescription", _tao_fields_CORBA_InterfaceDescription, 5); - + namespace CORBA { ::CORBA::TypeCode_ptr const _tc_InterfaceDescription = @@ -8158,10 +8240,10 @@ namespace CORBA -// TAO_IDL - Generated from -// be\be_visitor_structure/structure_cs.cpp:66 +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/structure_cs.cpp:66 -void +void CORBA::InterfaceDescription::_tao_any_destructor ( void *_tao_void_pointer ) @@ -8172,7 +8254,7 @@ CORBA::InterfaceDescription::_tao_any_destructor ( } // TAO_IDL - Generated from -// be\be_visitor_interface/interface_cs.cpp:60 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_cs.cpp:60 // Traits specializations for CORBA::InterfaceAttrExtension. @@ -8198,40 +8280,40 @@ TAO::Objref_Traits<CORBA::InterfaceAttrExtension>::nil (void) return CORBA::InterfaceAttrExtension::_nil (); } -CORBA::Boolean +::CORBA::Boolean TAO::Objref_Traits<CORBA::InterfaceAttrExtension>::marshal ( - CORBA::InterfaceAttrExtension_ptr p, + const CORBA::InterfaceAttrExtension_ptr p, TAO_OutputCDR & cdr ) { - return CORBA::Object::marshal (p, cdr); + return ::CORBA::Object::marshal (p, cdr); } // Function pointer for collocation factory initialization. -TAO::Collocation_Proxy_Broker * +TAO::Collocation_Proxy_Broker * (*CORBA__TAO_InterfaceAttrExtension_Proxy_Broker_Factory_function_pointer) ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ) = 0; // TAO_IDL - Generated from -// be\be_visitor_typecode/struct_typecode.cpp:87 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/struct_typecode.cpp:89 // TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_defn.cpp:942 // TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_defn.cpp:942 // TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_defn.cpp:942 -static TAO::TypeCode::Struct_Field<char const *, CORBA::TypeCode_ptr const *> const _tao_fields_CORBA_InterfaceAttrExtension_ExtFullInterfaceDescription[] = +static TAO::TypeCode::Struct_Field<char const *, ::CORBA::TypeCode_ptr const *> const _tao_fields_CORBA_InterfaceAttrExtension_ExtFullInterfaceDescription[] = { { "name", &CORBA::_tc_Identifier }, { "id", &CORBA::_tc_RepositoryId }, @@ -8241,26 +8323,26 @@ static TAO::TypeCode::Struct_Field<char const *, CORBA::TypeCode_ptr const *> co { "attributes", &CORBA::_tc_ExtAttrDescriptionSeq }, { "base_interfaces", &CORBA::_tc_RepositoryIdSeq }, { "type", &CORBA::_tc_TypeCode } - + }; static TAO::TypeCode::Struct<char const *, - CORBA::TypeCode_ptr const *, - TAO::TypeCode::Struct_Field<char const *, CORBA::TypeCode_ptr const *> const *, + ::CORBA::TypeCode_ptr const *, + TAO::TypeCode::Struct_Field<char const *, ::CORBA::TypeCode_ptr const *> const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_InterfaceAttrExtension_ExtFullInterfaceDescription ( - CORBA::tk_struct, + ::CORBA::tk_struct, "IDL:omg.org/CORBA/InterfaceAttrExtension/ExtFullInterfaceDescription:1.0", "ExtFullInterfaceDescription", _tao_fields_CORBA_InterfaceAttrExtension_ExtFullInterfaceDescription, 8); - + ::CORBA::TypeCode_ptr const CORBA::InterfaceAttrExtension::_tc_ExtFullInterfaceDescription = &_tao_tc_CORBA_InterfaceAttrExtension_ExtFullInterfaceDescription; -// TAO_IDL - Generated from -// be\be_visitor_structure/structure_cs.cpp:66 +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/structure_cs.cpp:66 -void +void CORBA::InterfaceAttrExtension::ExtFullInterfaceDescription::_tao_any_destructor ( void *_tao_void_pointer ) @@ -8271,32 +8353,32 @@ CORBA::InterfaceAttrExtension::ExtFullInterfaceDescription::_tao_any_destructor } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 ::CORBA::InterfaceAttrExtension::ExtFullInterfaceDescription * CORBA::InterfaceAttrExtension::describe_ext_interface ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_InterfaceAttrExtension_Proxy_Broker_ == 0) { CORBA_InterfaceAttrExtension_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::InterfaceAttrExtension::ExtFullInterfaceDescription>::ret_val _tao_retval; - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -8305,15 +8387,15 @@ CORBA::InterfaceAttrExtension::ExtFullInterfaceDescription::_tao_any_destructor 22, this->the_TAO_InterfaceAttrExtension_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 ::CORBA::ExtAttributeDef_ptr CORBA::InterfaceAttrExtension::create_ext_attribute ( const char * id, @@ -8326,19 +8408,19 @@ CORBA::InterfaceAttrExtension::ExtFullInterfaceDescription::_tao_any_destructor ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_InterfaceAttrExtension_Proxy_Broker_ == 0) { CORBA_InterfaceAttrExtension_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::ExtAttributeDef>::ret_val _tao_retval; TAO::Arg_Traits< ::CORBA::RepositoryId>::in_arg_val _tao_id (id); TAO::Arg_Traits< ::CORBA::Identifier>::in_arg_val _tao_name (name); @@ -8347,7 +8429,7 @@ CORBA::InterfaceAttrExtension::ExtFullInterfaceDescription::_tao_any_destructor TAO::Arg_Traits< ::CORBA::AttributeMode>::in_arg_val _tao_mode (mode); TAO::Arg_Traits< ::CORBA::ExceptionDefSeq>::in_arg_val _tao_get_exceptions (get_exceptions); TAO::Arg_Traits< ::CORBA::ExceptionDefSeq>::in_arg_val _tao_set_exceptions (set_exceptions); - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval, @@ -8359,7 +8441,7 @@ CORBA::InterfaceAttrExtension::ExtFullInterfaceDescription::_tao_any_destructor &_tao_get_exceptions, &_tao_set_exceptions }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -8368,10 +8450,10 @@ CORBA::InterfaceAttrExtension::ExtFullInterfaceDescription::_tao_any_destructor 20, this->the_TAO_InterfaceAttrExtension_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } @@ -8394,7 +8476,7 @@ CORBA::InterfaceAttrExtension::CORBA_InterfaceAttrExtension_setup_collocation () CORBA::InterfaceAttrExtension::~InterfaceAttrExtension (void) {} -void +void CORBA::InterfaceAttrExtension::_tao_any_destructor (void *_tao_void_pointer) { InterfaceAttrExtension *_tao_tmp_pointer = @@ -8404,7 +8486,7 @@ CORBA::InterfaceAttrExtension::_tao_any_destructor (void *_tao_void_pointer) CORBA::InterfaceAttrExtension_ptr CORBA::InterfaceAttrExtension::_narrow ( - CORBA::Object_ptr _tao_objref + ::CORBA::Object_ptr _tao_objref ACE_ENV_ARG_DECL ) { @@ -8419,7 +8501,7 @@ CORBA::InterfaceAttrExtension::_narrow ( CORBA::InterfaceAttrExtension_ptr CORBA::InterfaceAttrExtension::_unchecked_narrow ( - CORBA::Object_ptr _tao_objref + ::CORBA::Object_ptr _tao_objref ACE_ENV_ARG_DECL ) { @@ -8439,7 +8521,7 @@ CORBA::InterfaceAttrExtension::_duplicate (InterfaceAttrExtension_ptr obj) { obj->_add_ref (); } - + return obj; } @@ -8449,7 +8531,7 @@ CORBA::InterfaceAttrExtension::_tao_release (InterfaceAttrExtension_ptr obj) ::CORBA::release (obj); } -CORBA::Boolean +::CORBA::Boolean CORBA::InterfaceAttrExtension::_is_a ( const char *value ACE_ENV_ARG_DECL @@ -8482,22 +8564,22 @@ const char* CORBA::InterfaceAttrExtension::_interface_repository_id (void) const return "IDL:omg.org/CORBA/InterfaceAttrExtension:1.0"; } -CORBA::Boolean +::CORBA::Boolean CORBA::InterfaceAttrExtension::marshal (TAO_OutputCDR &cdr) { return (cdr << this); } // TAO_IDL - Generated from -// be\be_visitor_typecode/objref_typecode.cpp:76 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/objref_typecode.cpp:76 static TAO::TypeCode::Objref<char const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_InterfaceAttrExtension ( - CORBA::tk_objref, + ::CORBA::tk_objref, "IDL:omg.org/CORBA/InterfaceAttrExtension:1.0", "InterfaceAttrExtension"); - + namespace CORBA { ::CORBA::TypeCode_ptr const _tc_InterfaceAttrExtension = @@ -8507,7 +8589,7 @@ namespace CORBA // TAO_IDL - Generated from -// be\be_visitor_interface/interface_cs.cpp:60 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_cs.cpp:60 // Traits specializations for CORBA::ExtInterfaceDef. @@ -8533,19 +8615,19 @@ TAO::Objref_Traits<CORBA::ExtInterfaceDef>::nil (void) return CORBA::ExtInterfaceDef::_nil (); } -CORBA::Boolean +::CORBA::Boolean TAO::Objref_Traits<CORBA::ExtInterfaceDef>::marshal ( - CORBA::ExtInterfaceDef_ptr p, + const CORBA::ExtInterfaceDef_ptr p, TAO_OutputCDR & cdr ) { - return CORBA::Object::marshal (p, cdr); + return ::CORBA::Object::marshal (p, cdr); } // Function pointer for collocation factory initialization. -TAO::Collocation_Proxy_Broker * +TAO::Collocation_Proxy_Broker * (*CORBA__TAO_ExtInterfaceDef_Proxy_Broker_Factory_function_pointer) ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ) = 0; CORBA::ExtInterfaceDef::ExtInterfaceDef (void) @@ -8562,7 +8644,7 @@ CORBA::ExtInterfaceDef::CORBA_ExtInterfaceDef_setup_collocation () this->the_TAO_ExtInterfaceDef_Proxy_Broker_ = ::CORBA__TAO_ExtInterfaceDef_Proxy_Broker_Factory_function_pointer (this); } - + this->CORBA_InterfaceDef_setup_collocation (); this->CORBA_InterfaceAttrExtension_setup_collocation (); } @@ -8570,7 +8652,7 @@ CORBA::ExtInterfaceDef::CORBA_ExtInterfaceDef_setup_collocation () CORBA::ExtInterfaceDef::~ExtInterfaceDef (void) {} -void +void CORBA::ExtInterfaceDef::_tao_any_destructor (void *_tao_void_pointer) { ExtInterfaceDef *_tao_tmp_pointer = @@ -8580,7 +8662,7 @@ CORBA::ExtInterfaceDef::_tao_any_destructor (void *_tao_void_pointer) CORBA::ExtInterfaceDef_ptr CORBA::ExtInterfaceDef::_narrow ( - CORBA::Object_ptr _tao_objref + ::CORBA::Object_ptr _tao_objref ACE_ENV_ARG_DECL ) { @@ -8595,7 +8677,7 @@ CORBA::ExtInterfaceDef::_narrow ( CORBA::ExtInterfaceDef_ptr CORBA::ExtInterfaceDef::_unchecked_narrow ( - CORBA::Object_ptr _tao_objref + ::CORBA::Object_ptr _tao_objref ACE_ENV_ARG_DECL ) { @@ -8615,7 +8697,7 @@ CORBA::ExtInterfaceDef::_duplicate (ExtInterfaceDef_ptr obj) { obj->_add_ref (); } - + return obj; } @@ -8625,7 +8707,7 @@ CORBA::ExtInterfaceDef::_tao_release (ExtInterfaceDef_ptr obj) ::CORBA::release (obj); } -CORBA::Boolean +::CORBA::Boolean CORBA::ExtInterfaceDef::_is_a ( const char *value ACE_ENV_ARG_DECL @@ -8682,22 +8764,22 @@ const char* CORBA::ExtInterfaceDef::_interface_repository_id (void) const return "IDL:omg.org/CORBA/ExtInterfaceDef:1.0"; } -CORBA::Boolean +::CORBA::Boolean CORBA::ExtInterfaceDef::marshal (TAO_OutputCDR &cdr) { return (cdr << this); } // TAO_IDL - Generated from -// be\be_visitor_typecode/objref_typecode.cpp:76 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/objref_typecode.cpp:76 static TAO::TypeCode::Objref<char const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_ExtInterfaceDef ( - CORBA::tk_objref, + ::CORBA::tk_objref, "IDL:omg.org/CORBA/ExtInterfaceDef:1.0", "ExtInterfaceDef"); - + namespace CORBA { ::CORBA::TypeCode_ptr const _tc_ExtInterfaceDef = @@ -8707,7 +8789,7 @@ namespace CORBA // TAO_IDL - Generated from -// be\be_visitor_interface/interface_cs.cpp:60 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_cs.cpp:60 // Traits specializations for CORBA::AbstractInterfaceDef. @@ -8733,19 +8815,19 @@ TAO::Objref_Traits<CORBA::AbstractInterfaceDef>::nil (void) return CORBA::AbstractInterfaceDef::_nil (); } -CORBA::Boolean +::CORBA::Boolean TAO::Objref_Traits<CORBA::AbstractInterfaceDef>::marshal ( - CORBA::AbstractInterfaceDef_ptr p, + const CORBA::AbstractInterfaceDef_ptr p, TAO_OutputCDR & cdr ) { - return CORBA::Object::marshal (p, cdr); + return ::CORBA::Object::marshal (p, cdr); } // Function pointer for collocation factory initialization. -TAO::Collocation_Proxy_Broker * +TAO::Collocation_Proxy_Broker * (*CORBA__TAO_AbstractInterfaceDef_Proxy_Broker_Factory_function_pointer) ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ) = 0; CORBA::AbstractInterfaceDef::AbstractInterfaceDef (void) @@ -8762,14 +8844,14 @@ CORBA::AbstractInterfaceDef::CORBA_AbstractInterfaceDef_setup_collocation () this->the_TAO_AbstractInterfaceDef_Proxy_Broker_ = ::CORBA__TAO_AbstractInterfaceDef_Proxy_Broker_Factory_function_pointer (this); } - + this->CORBA_InterfaceDef_setup_collocation (); } CORBA::AbstractInterfaceDef::~AbstractInterfaceDef (void) {} -void +void CORBA::AbstractInterfaceDef::_tao_any_destructor (void *_tao_void_pointer) { AbstractInterfaceDef *_tao_tmp_pointer = @@ -8779,7 +8861,7 @@ CORBA::AbstractInterfaceDef::_tao_any_destructor (void *_tao_void_pointer) CORBA::AbstractInterfaceDef_ptr CORBA::AbstractInterfaceDef::_narrow ( - CORBA::Object_ptr _tao_objref + ::CORBA::Object_ptr _tao_objref ACE_ENV_ARG_DECL ) { @@ -8794,7 +8876,7 @@ CORBA::AbstractInterfaceDef::_narrow ( CORBA::AbstractInterfaceDef_ptr CORBA::AbstractInterfaceDef::_unchecked_narrow ( - CORBA::Object_ptr _tao_objref + ::CORBA::Object_ptr _tao_objref ACE_ENV_ARG_DECL ) { @@ -8814,7 +8896,7 @@ CORBA::AbstractInterfaceDef::_duplicate (AbstractInterfaceDef_ptr obj) { obj->_add_ref (); } - + return obj; } @@ -8824,7 +8906,7 @@ CORBA::AbstractInterfaceDef::_tao_release (AbstractInterfaceDef_ptr obj) ::CORBA::release (obj); } -CORBA::Boolean +::CORBA::Boolean CORBA::AbstractInterfaceDef::_is_a ( const char *value ACE_ENV_ARG_DECL @@ -8877,22 +8959,22 @@ const char* CORBA::AbstractInterfaceDef::_interface_repository_id (void) const return "IDL:omg.org/CORBA/AbstractInterfaceDef:1.0"; } -CORBA::Boolean +::CORBA::Boolean CORBA::AbstractInterfaceDef::marshal (TAO_OutputCDR &cdr) { return (cdr << this); } // TAO_IDL - Generated from -// be\be_visitor_typecode/objref_typecode.cpp:76 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/objref_typecode.cpp:76 static TAO::TypeCode::Objref<char const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_AbstractInterfaceDef ( - CORBA::tk_objref, + ::CORBA::tk_objref, "IDL:omg.org/CORBA/AbstractInterfaceDef:1.0", "AbstractInterfaceDef"); - + namespace CORBA { ::CORBA::TypeCode_ptr const _tc_AbstractInterfaceDef = @@ -8902,7 +8984,7 @@ namespace CORBA // TAO_IDL - Generated from -// be\be_visitor_interface/interface_cs.cpp:60 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_cs.cpp:60 // Traits specializations for CORBA::ExtAbstractInterfaceDef. @@ -8928,19 +9010,19 @@ TAO::Objref_Traits<CORBA::ExtAbstractInterfaceDef>::nil (void) return CORBA::ExtAbstractInterfaceDef::_nil (); } -CORBA::Boolean +::CORBA::Boolean TAO::Objref_Traits<CORBA::ExtAbstractInterfaceDef>::marshal ( - CORBA::ExtAbstractInterfaceDef_ptr p, + const CORBA::ExtAbstractInterfaceDef_ptr p, TAO_OutputCDR & cdr ) { - return CORBA::Object::marshal (p, cdr); + return ::CORBA::Object::marshal (p, cdr); } // Function pointer for collocation factory initialization. -TAO::Collocation_Proxy_Broker * +TAO::Collocation_Proxy_Broker * (*CORBA__TAO_ExtAbstractInterfaceDef_Proxy_Broker_Factory_function_pointer) ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ) = 0; CORBA::ExtAbstractInterfaceDef::ExtAbstractInterfaceDef (void) @@ -8957,7 +9039,7 @@ CORBA::ExtAbstractInterfaceDef::CORBA_ExtAbstractInterfaceDef_setup_collocation this->the_TAO_ExtAbstractInterfaceDef_Proxy_Broker_ = ::CORBA__TAO_ExtAbstractInterfaceDef_Proxy_Broker_Factory_function_pointer (this); } - + this->CORBA_AbstractInterfaceDef_setup_collocation (); this->CORBA_InterfaceAttrExtension_setup_collocation (); } @@ -8965,7 +9047,7 @@ CORBA::ExtAbstractInterfaceDef::CORBA_ExtAbstractInterfaceDef_setup_collocation CORBA::ExtAbstractInterfaceDef::~ExtAbstractInterfaceDef (void) {} -void +void CORBA::ExtAbstractInterfaceDef::_tao_any_destructor (void *_tao_void_pointer) { ExtAbstractInterfaceDef *_tao_tmp_pointer = @@ -8975,7 +9057,7 @@ CORBA::ExtAbstractInterfaceDef::_tao_any_destructor (void *_tao_void_pointer) CORBA::ExtAbstractInterfaceDef_ptr CORBA::ExtAbstractInterfaceDef::_narrow ( - CORBA::Object_ptr _tao_objref + ::CORBA::Object_ptr _tao_objref ACE_ENV_ARG_DECL ) { @@ -8990,7 +9072,7 @@ CORBA::ExtAbstractInterfaceDef::_narrow ( CORBA::ExtAbstractInterfaceDef_ptr CORBA::ExtAbstractInterfaceDef::_unchecked_narrow ( - CORBA::Object_ptr _tao_objref + ::CORBA::Object_ptr _tao_objref ACE_ENV_ARG_DECL ) { @@ -9010,7 +9092,7 @@ CORBA::ExtAbstractInterfaceDef::_duplicate (ExtAbstractInterfaceDef_ptr obj) { obj->_add_ref (); } - + return obj; } @@ -9020,7 +9102,7 @@ CORBA::ExtAbstractInterfaceDef::_tao_release (ExtAbstractInterfaceDef_ptr obj) ::CORBA::release (obj); } -CORBA::Boolean +::CORBA::Boolean CORBA::ExtAbstractInterfaceDef::_is_a ( const char *value ACE_ENV_ARG_DECL @@ -9081,22 +9163,22 @@ const char* CORBA::ExtAbstractInterfaceDef::_interface_repository_id (void) cons return "IDL:omg.org/CORBA/ExtAbstractInterfaceDef:1.0"; } -CORBA::Boolean +::CORBA::Boolean CORBA::ExtAbstractInterfaceDef::marshal (TAO_OutputCDR &cdr) { return (cdr << this); } // TAO_IDL - Generated from -// be\be_visitor_typecode/objref_typecode.cpp:76 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/objref_typecode.cpp:76 static TAO::TypeCode::Objref<char const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_ExtAbstractInterfaceDef ( - CORBA::tk_objref, + ::CORBA::tk_objref, "IDL:omg.org/CORBA/ExtAbstractInterfaceDef:1.0", "ExtAbstractInterfaceDef"); - + namespace CORBA { ::CORBA::TypeCode_ptr const _tc_ExtAbstractInterfaceDef = @@ -9106,7 +9188,7 @@ namespace CORBA // TAO_IDL - Generated from -// be\be_visitor_interface/interface_cs.cpp:60 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_cs.cpp:60 // Traits specializations for CORBA::LocalInterfaceDef. @@ -9132,19 +9214,19 @@ TAO::Objref_Traits<CORBA::LocalInterfaceDef>::nil (void) return CORBA::LocalInterfaceDef::_nil (); } -CORBA::Boolean +::CORBA::Boolean TAO::Objref_Traits<CORBA::LocalInterfaceDef>::marshal ( - CORBA::LocalInterfaceDef_ptr p, + const CORBA::LocalInterfaceDef_ptr p, TAO_OutputCDR & cdr ) { - return CORBA::Object::marshal (p, cdr); + return ::CORBA::Object::marshal (p, cdr); } // Function pointer for collocation factory initialization. -TAO::Collocation_Proxy_Broker * +TAO::Collocation_Proxy_Broker * (*CORBA__TAO_LocalInterfaceDef_Proxy_Broker_Factory_function_pointer) ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ) = 0; CORBA::LocalInterfaceDef::LocalInterfaceDef (void) @@ -9161,14 +9243,14 @@ CORBA::LocalInterfaceDef::CORBA_LocalInterfaceDef_setup_collocation () this->the_TAO_LocalInterfaceDef_Proxy_Broker_ = ::CORBA__TAO_LocalInterfaceDef_Proxy_Broker_Factory_function_pointer (this); } - + this->CORBA_InterfaceDef_setup_collocation (); } CORBA::LocalInterfaceDef::~LocalInterfaceDef (void) {} -void +void CORBA::LocalInterfaceDef::_tao_any_destructor (void *_tao_void_pointer) { LocalInterfaceDef *_tao_tmp_pointer = @@ -9178,7 +9260,7 @@ CORBA::LocalInterfaceDef::_tao_any_destructor (void *_tao_void_pointer) CORBA::LocalInterfaceDef_ptr CORBA::LocalInterfaceDef::_narrow ( - CORBA::Object_ptr _tao_objref + ::CORBA::Object_ptr _tao_objref ACE_ENV_ARG_DECL ) { @@ -9193,7 +9275,7 @@ CORBA::LocalInterfaceDef::_narrow ( CORBA::LocalInterfaceDef_ptr CORBA::LocalInterfaceDef::_unchecked_narrow ( - CORBA::Object_ptr _tao_objref + ::CORBA::Object_ptr _tao_objref ACE_ENV_ARG_DECL ) { @@ -9213,7 +9295,7 @@ CORBA::LocalInterfaceDef::_duplicate (LocalInterfaceDef_ptr obj) { obj->_add_ref (); } - + return obj; } @@ -9223,7 +9305,7 @@ CORBA::LocalInterfaceDef::_tao_release (LocalInterfaceDef_ptr obj) ::CORBA::release (obj); } -CORBA::Boolean +::CORBA::Boolean CORBA::LocalInterfaceDef::_is_a ( const char *value ACE_ENV_ARG_DECL @@ -9276,22 +9358,22 @@ const char* CORBA::LocalInterfaceDef::_interface_repository_id (void) const return "IDL:omg.org/CORBA/LocalInterfaceDef:1.0"; } -CORBA::Boolean +::CORBA::Boolean CORBA::LocalInterfaceDef::marshal (TAO_OutputCDR &cdr) { return (cdr << this); } // TAO_IDL - Generated from -// be\be_visitor_typecode/objref_typecode.cpp:76 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/objref_typecode.cpp:76 static TAO::TypeCode::Objref<char const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_LocalInterfaceDef ( - CORBA::tk_objref, + ::CORBA::tk_objref, "IDL:omg.org/CORBA/LocalInterfaceDef:1.0", "LocalInterfaceDef"); - + namespace CORBA { ::CORBA::TypeCode_ptr const _tc_LocalInterfaceDef = @@ -9301,7 +9383,7 @@ namespace CORBA // TAO_IDL - Generated from -// be\be_visitor_interface/interface_cs.cpp:60 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_cs.cpp:60 // Traits specializations for CORBA::ExtLocalInterfaceDef. @@ -9327,19 +9409,19 @@ TAO::Objref_Traits<CORBA::ExtLocalInterfaceDef>::nil (void) return CORBA::ExtLocalInterfaceDef::_nil (); } -CORBA::Boolean +::CORBA::Boolean TAO::Objref_Traits<CORBA::ExtLocalInterfaceDef>::marshal ( - CORBA::ExtLocalInterfaceDef_ptr p, + const CORBA::ExtLocalInterfaceDef_ptr p, TAO_OutputCDR & cdr ) { - return CORBA::Object::marshal (p, cdr); + return ::CORBA::Object::marshal (p, cdr); } // Function pointer for collocation factory initialization. -TAO::Collocation_Proxy_Broker * +TAO::Collocation_Proxy_Broker * (*CORBA__TAO_ExtLocalInterfaceDef_Proxy_Broker_Factory_function_pointer) ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ) = 0; CORBA::ExtLocalInterfaceDef::ExtLocalInterfaceDef (void) @@ -9356,7 +9438,7 @@ CORBA::ExtLocalInterfaceDef::CORBA_ExtLocalInterfaceDef_setup_collocation () this->the_TAO_ExtLocalInterfaceDef_Proxy_Broker_ = ::CORBA__TAO_ExtLocalInterfaceDef_Proxy_Broker_Factory_function_pointer (this); } - + this->CORBA_LocalInterfaceDef_setup_collocation (); this->CORBA_InterfaceAttrExtension_setup_collocation (); } @@ -9364,7 +9446,7 @@ CORBA::ExtLocalInterfaceDef::CORBA_ExtLocalInterfaceDef_setup_collocation () CORBA::ExtLocalInterfaceDef::~ExtLocalInterfaceDef (void) {} -void +void CORBA::ExtLocalInterfaceDef::_tao_any_destructor (void *_tao_void_pointer) { ExtLocalInterfaceDef *_tao_tmp_pointer = @@ -9374,7 +9456,7 @@ CORBA::ExtLocalInterfaceDef::_tao_any_destructor (void *_tao_void_pointer) CORBA::ExtLocalInterfaceDef_ptr CORBA::ExtLocalInterfaceDef::_narrow ( - CORBA::Object_ptr _tao_objref + ::CORBA::Object_ptr _tao_objref ACE_ENV_ARG_DECL ) { @@ -9389,7 +9471,7 @@ CORBA::ExtLocalInterfaceDef::_narrow ( CORBA::ExtLocalInterfaceDef_ptr CORBA::ExtLocalInterfaceDef::_unchecked_narrow ( - CORBA::Object_ptr _tao_objref + ::CORBA::Object_ptr _tao_objref ACE_ENV_ARG_DECL ) { @@ -9409,7 +9491,7 @@ CORBA::ExtLocalInterfaceDef::_duplicate (ExtLocalInterfaceDef_ptr obj) { obj->_add_ref (); } - + return obj; } @@ -9419,7 +9501,7 @@ CORBA::ExtLocalInterfaceDef::_tao_release (ExtLocalInterfaceDef_ptr obj) ::CORBA::release (obj); } -CORBA::Boolean +::CORBA::Boolean CORBA::ExtLocalInterfaceDef::_is_a ( const char *value ACE_ENV_ARG_DECL @@ -9480,22 +9562,22 @@ const char* CORBA::ExtLocalInterfaceDef::_interface_repository_id (void) const return "IDL:omg.org/CORBA/ExtLocalInterfaceDef:1.0"; } -CORBA::Boolean +::CORBA::Boolean CORBA::ExtLocalInterfaceDef::marshal (TAO_OutputCDR &cdr) { return (cdr << this); } // TAO_IDL - Generated from -// be\be_visitor_typecode/objref_typecode.cpp:76 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/objref_typecode.cpp:76 static TAO::TypeCode::Objref<char const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_ExtLocalInterfaceDef ( - CORBA::tk_objref, + ::CORBA::tk_objref, "IDL:omg.org/CORBA/ExtLocalInterfaceDef:1.0", "ExtLocalInterfaceDef"); - + namespace CORBA { ::CORBA::TypeCode_ptr const _tc_ExtLocalInterfaceDef = @@ -9505,10 +9587,17 @@ namespace CORBA // TAO_IDL - Generated from -// be\be_visitor_enum/any_op_cs.cpp:52 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_enum/any_op_cs.cpp:52 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::PrimitiveKind _tao_elem ) { @@ -9519,8 +9608,8 @@ void operator<<= ( ); } -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, CORBA::PrimitiveKind &_tao_elem ) { @@ -9528,30 +9617,110 @@ CORBA::Boolean operator>>= ( TAO::Any_Basic_Impl_T<CORBA::PrimitiveKind>::extract ( _tao_any, CORBA::_tc_PrimitiveKind, - _tao_elem + _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + // TAO_IDL - Generated from -// be\be_visitor_interface/any_op_cs.cpp:50 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/any_op_cs.cpp:51 + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + namespace TAO { template<> - CORBA::Boolean + ::CORBA::Boolean Any_Impl_T<CORBA::Repository>::to_object ( - CORBA::Object_ptr &_tao_elem + ::CORBA::Object_ptr &_tao_elem ) const { - _tao_elem = CORBA::Object::_duplicate (this->value_); + _tao_elem = ::CORBA::Object::_duplicate (this->value_); return true; } } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + + + // Copying insertion. + void + operator<<= ( + ::CORBA::Any &_tao_any, + Repository_ptr _tao_elem + ) + { + Repository_ptr _tao_objptr = + Repository::_duplicate (_tao_elem); + _tao_any <<= &_tao_objptr; + } + + // Non-copying insertion. + void + operator<<= ( + ::CORBA::Any &_tao_any, + Repository_ptr *_tao_elem + ) + { + TAO::Any_Impl_T<Repository>::insert ( + _tao_any, + Repository::_tao_any_destructor, + _tc_Repository, + *_tao_elem + ); + } + + ::CORBA::Boolean + operator>>= ( + const ::CORBA::Any &_tao_any, + Repository_ptr &_tao_elem + ) + { + return + TAO::Any_Impl_T<Repository>::extract ( + _tao_any, + Repository::_tao_any_destructor, + _tc_Repository, + _tao_elem + ); + } +} + +#else + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::Repository_ptr _tao_elem ) { @@ -9563,7 +9732,7 @@ operator<<= ( // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::Repository_ptr *_tao_elem ) { @@ -9575,9 +9744,9 @@ operator<<= ( ); } -CORBA::Boolean +::CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, + const ::CORBA::Any &_tao_any, CORBA::Repository_ptr &_tao_elem ) { @@ -9589,27 +9758,109 @@ operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#endif // TAO_IDL - Generated from -// be\be_visitor_interface/any_op_cs.cpp:50 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/any_op_cs.cpp:51 + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + namespace TAO { template<> - CORBA::Boolean + ::CORBA::Boolean Any_Impl_T<CORBA::ModuleDef>::to_object ( - CORBA::Object_ptr &_tao_elem + ::CORBA::Object_ptr &_tao_elem ) const { - _tao_elem = CORBA::Object::_duplicate (this->value_); + _tao_elem = ::CORBA::Object::_duplicate (this->value_); return true; } } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + + + // Copying insertion. + void + operator<<= ( + ::CORBA::Any &_tao_any, + ModuleDef_ptr _tao_elem + ) + { + ModuleDef_ptr _tao_objptr = + ModuleDef::_duplicate (_tao_elem); + _tao_any <<= &_tao_objptr; + } + + // Non-copying insertion. + void + operator<<= ( + ::CORBA::Any &_tao_any, + ModuleDef_ptr *_tao_elem + ) + { + TAO::Any_Impl_T<ModuleDef>::insert ( + _tao_any, + ModuleDef::_tao_any_destructor, + _tc_ModuleDef, + *_tao_elem + ); + } + + ::CORBA::Boolean + operator>>= ( + const ::CORBA::Any &_tao_any, + ModuleDef_ptr &_tao_elem + ) + { + return + TAO::Any_Impl_T<ModuleDef>::extract ( + _tao_any, + ModuleDef::_tao_any_destructor, + _tc_ModuleDef, + _tao_elem + ); + } +} + +#else + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::ModuleDef_ptr _tao_elem ) { @@ -9621,7 +9872,7 @@ operator<<= ( // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::ModuleDef_ptr *_tao_elem ) { @@ -9633,9 +9884,9 @@ operator<<= ( ); } -CORBA::Boolean +::CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, + const ::CORBA::Any &_tao_any, CORBA::ModuleDef_ptr &_tao_elem ) { @@ -9647,27 +9898,46 @@ operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#endif + +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/any_op_cs.cpp:54 -// TAO_IDL - Generated from -// be\be_visitor_structure/any_op_cs.cpp:54 + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, const CORBA::ModuleDescription &_tao_elem ) { - TAO::Any_Dual_Impl_T<CORBA::ModuleDescription>::insert_copy ( - _tao_any, - CORBA::ModuleDescription::_tao_any_destructor, - CORBA::_tc_ModuleDescription, - _tao_elem - ); + if (0 == &_tao_elem) // Trying to de-reference NULL object + _tao_any <<= static_cast<CORBA::ModuleDescription *>( 0 ); // Use non-copying insertion of a NULL + else + TAO::Any_Dual_Impl_T<CORBA::ModuleDescription>::insert_copy ( + _tao_any, + CORBA::ModuleDescription::_tao_any_destructor, + CORBA::_tc_ModuleDescription, + _tao_elem + ); } // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::ModuleDescription *_tao_elem ) { @@ -9680,8 +9950,8 @@ void operator<<= ( } // Extraction to non-const pointer (deprecated). -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, CORBA::ModuleDescription *&_tao_elem ) { @@ -9692,8 +9962,8 @@ CORBA::Boolean operator>>= ( } // Extraction to const pointer. -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, const CORBA::ModuleDescription *&_tao_elem ) { @@ -9705,27 +9975,107 @@ CORBA::Boolean operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + // TAO_IDL - Generated from -// be\be_visitor_interface/any_op_cs.cpp:50 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/any_op_cs.cpp:51 + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + namespace TAO { template<> - CORBA::Boolean + ::CORBA::Boolean Any_Impl_T<CORBA::ConstantDef>::to_object ( - CORBA::Object_ptr &_tao_elem + ::CORBA::Object_ptr &_tao_elem ) const { - _tao_elem = CORBA::Object::_duplicate (this->value_); + _tao_elem = ::CORBA::Object::_duplicate (this->value_); return true; } } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + + + // Copying insertion. + void + operator<<= ( + ::CORBA::Any &_tao_any, + ConstantDef_ptr _tao_elem + ) + { + ConstantDef_ptr _tao_objptr = + ConstantDef::_duplicate (_tao_elem); + _tao_any <<= &_tao_objptr; + } + + // Non-copying insertion. + void + operator<<= ( + ::CORBA::Any &_tao_any, + ConstantDef_ptr *_tao_elem + ) + { + TAO::Any_Impl_T<ConstantDef>::insert ( + _tao_any, + ConstantDef::_tao_any_destructor, + _tc_ConstantDef, + *_tao_elem + ); + } + + ::CORBA::Boolean + operator>>= ( + const ::CORBA::Any &_tao_any, + ConstantDef_ptr &_tao_elem + ) + { + return + TAO::Any_Impl_T<ConstantDef>::extract ( + _tao_any, + ConstantDef::_tao_any_destructor, + _tc_ConstantDef, + _tao_elem + ); + } +} + +#else + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::ConstantDef_ptr _tao_elem ) { @@ -9737,7 +10087,7 @@ operator<<= ( // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::ConstantDef_ptr *_tao_elem ) { @@ -9749,9 +10099,9 @@ operator<<= ( ); } -CORBA::Boolean +::CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, + const ::CORBA::Any &_tao_any, CORBA::ConstantDef_ptr &_tao_elem ) { @@ -9763,27 +10113,46 @@ operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL -// TAO_IDL - Generated from -// be\be_visitor_structure/any_op_cs.cpp:54 + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#endif + +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/any_op_cs.cpp:54 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, const CORBA::ConstantDescription &_tao_elem ) { - TAO::Any_Dual_Impl_T<CORBA::ConstantDescription>::insert_copy ( - _tao_any, - CORBA::ConstantDescription::_tao_any_destructor, - CORBA::_tc_ConstantDescription, - _tao_elem - ); + if (0 == &_tao_elem) // Trying to de-reference NULL object + _tao_any <<= static_cast<CORBA::ConstantDescription *>( 0 ); // Use non-copying insertion of a NULL + else + TAO::Any_Dual_Impl_T<CORBA::ConstantDescription>::insert_copy ( + _tao_any, + CORBA::ConstantDescription::_tao_any_destructor, + CORBA::_tc_ConstantDescription, + _tao_elem + ); } // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::ConstantDescription *_tao_elem ) { @@ -9796,8 +10165,8 @@ void operator<<= ( } // Extraction to non-const pointer (deprecated). -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, CORBA::ConstantDescription *&_tao_elem ) { @@ -9808,8 +10177,8 @@ CORBA::Boolean operator>>= ( } // Extraction to const pointer. -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, const CORBA::ConstantDescription *&_tao_elem ) { @@ -9821,27 +10190,107 @@ CORBA::Boolean operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + // TAO_IDL - Generated from -// be\be_visitor_interface/any_op_cs.cpp:50 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/any_op_cs.cpp:51 + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + namespace TAO { template<> - CORBA::Boolean + ::CORBA::Boolean Any_Impl_T<CORBA::StructDef>::to_object ( - CORBA::Object_ptr &_tao_elem + ::CORBA::Object_ptr &_tao_elem ) const { - _tao_elem = CORBA::Object::_duplicate (this->value_); + _tao_elem = ::CORBA::Object::_duplicate (this->value_); return true; } } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + + + // Copying insertion. + void + operator<<= ( + ::CORBA::Any &_tao_any, + StructDef_ptr _tao_elem + ) + { + StructDef_ptr _tao_objptr = + StructDef::_duplicate (_tao_elem); + _tao_any <<= &_tao_objptr; + } + + // Non-copying insertion. + void + operator<<= ( + ::CORBA::Any &_tao_any, + StructDef_ptr *_tao_elem + ) + { + TAO::Any_Impl_T<StructDef>::insert ( + _tao_any, + StructDef::_tao_any_destructor, + _tc_StructDef, + *_tao_elem + ); + } + + ::CORBA::Boolean + operator>>= ( + const ::CORBA::Any &_tao_any, + StructDef_ptr &_tao_elem + ) + { + return + TAO::Any_Impl_T<StructDef>::extract ( + _tao_any, + StructDef::_tao_any_destructor, + _tc_StructDef, + _tao_elem + ); + } +} + +#else + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::StructDef_ptr _tao_elem ) { @@ -9853,7 +10302,7 @@ operator<<= ( // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::StructDef_ptr *_tao_elem ) { @@ -9865,9 +10314,9 @@ operator<<= ( ); } -CORBA::Boolean +::CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, + const ::CORBA::Any &_tao_any, CORBA::StructDef_ptr &_tao_elem ) { @@ -9879,27 +10328,109 @@ operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#endif // TAO_IDL - Generated from -// be\be_visitor_interface/any_op_cs.cpp:50 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/any_op_cs.cpp:51 + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + namespace TAO { template<> - CORBA::Boolean + ::CORBA::Boolean Any_Impl_T<CORBA::UnionDef>::to_object ( - CORBA::Object_ptr &_tao_elem + ::CORBA::Object_ptr &_tao_elem ) const { - _tao_elem = CORBA::Object::_duplicate (this->value_); + _tao_elem = ::CORBA::Object::_duplicate (this->value_); return true; } } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + + + // Copying insertion. + void + operator<<= ( + ::CORBA::Any &_tao_any, + UnionDef_ptr _tao_elem + ) + { + UnionDef_ptr _tao_objptr = + UnionDef::_duplicate (_tao_elem); + _tao_any <<= &_tao_objptr; + } + + // Non-copying insertion. + void + operator<<= ( + ::CORBA::Any &_tao_any, + UnionDef_ptr *_tao_elem + ) + { + TAO::Any_Impl_T<UnionDef>::insert ( + _tao_any, + UnionDef::_tao_any_destructor, + _tc_UnionDef, + *_tao_elem + ); + } + + ::CORBA::Boolean + operator>>= ( + const ::CORBA::Any &_tao_any, + UnionDef_ptr &_tao_elem + ) + { + return + TAO::Any_Impl_T<UnionDef>::extract ( + _tao_any, + UnionDef::_tao_any_destructor, + _tc_UnionDef, + _tao_elem + ); + } +} + +#else + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::UnionDef_ptr _tao_elem ) { @@ -9911,7 +10442,7 @@ operator<<= ( // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::UnionDef_ptr *_tao_elem ) { @@ -9923,9 +10454,9 @@ operator<<= ( ); } -CORBA::Boolean +::CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, + const ::CORBA::Any &_tao_any, CORBA::UnionDef_ptr &_tao_elem ) { @@ -9937,27 +10468,109 @@ operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#endif // TAO_IDL - Generated from -// be\be_visitor_interface/any_op_cs.cpp:50 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/any_op_cs.cpp:51 + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + namespace TAO { template<> - CORBA::Boolean + ::CORBA::Boolean Any_Impl_T<CORBA::EnumDef>::to_object ( - CORBA::Object_ptr &_tao_elem + ::CORBA::Object_ptr &_tao_elem ) const { - _tao_elem = CORBA::Object::_duplicate (this->value_); + _tao_elem = ::CORBA::Object::_duplicate (this->value_); return true; } } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + + + // Copying insertion. + void + operator<<= ( + ::CORBA::Any &_tao_any, + EnumDef_ptr _tao_elem + ) + { + EnumDef_ptr _tao_objptr = + EnumDef::_duplicate (_tao_elem); + _tao_any <<= &_tao_objptr; + } + + // Non-copying insertion. + void + operator<<= ( + ::CORBA::Any &_tao_any, + EnumDef_ptr *_tao_elem + ) + { + TAO::Any_Impl_T<EnumDef>::insert ( + _tao_any, + EnumDef::_tao_any_destructor, + _tc_EnumDef, + *_tao_elem + ); + } + + ::CORBA::Boolean + operator>>= ( + const ::CORBA::Any &_tao_any, + EnumDef_ptr &_tao_elem + ) + { + return + TAO::Any_Impl_T<EnumDef>::extract ( + _tao_any, + EnumDef::_tao_any_destructor, + _tc_EnumDef, + _tao_elem + ); + } +} + +#else + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::EnumDef_ptr _tao_elem ) { @@ -9969,7 +10582,7 @@ operator<<= ( // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::EnumDef_ptr *_tao_elem ) { @@ -9981,9 +10594,9 @@ operator<<= ( ); } -CORBA::Boolean +::CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, + const ::CORBA::Any &_tao_any, CORBA::EnumDef_ptr &_tao_elem ) { @@ -9995,27 +10608,109 @@ operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#endif // TAO_IDL - Generated from -// be\be_visitor_interface/any_op_cs.cpp:50 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/any_op_cs.cpp:51 + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + namespace TAO { template<> - CORBA::Boolean + ::CORBA::Boolean Any_Impl_T<CORBA::AliasDef>::to_object ( - CORBA::Object_ptr &_tao_elem + ::CORBA::Object_ptr &_tao_elem ) const { - _tao_elem = CORBA::Object::_duplicate (this->value_); + _tao_elem = ::CORBA::Object::_duplicate (this->value_); return true; } } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + + + // Copying insertion. + void + operator<<= ( + ::CORBA::Any &_tao_any, + AliasDef_ptr _tao_elem + ) + { + AliasDef_ptr _tao_objptr = + AliasDef::_duplicate (_tao_elem); + _tao_any <<= &_tao_objptr; + } + + // Non-copying insertion. + void + operator<<= ( + ::CORBA::Any &_tao_any, + AliasDef_ptr *_tao_elem + ) + { + TAO::Any_Impl_T<AliasDef>::insert ( + _tao_any, + AliasDef::_tao_any_destructor, + _tc_AliasDef, + *_tao_elem + ); + } + + ::CORBA::Boolean + operator>>= ( + const ::CORBA::Any &_tao_any, + AliasDef_ptr &_tao_elem + ) + { + return + TAO::Any_Impl_T<AliasDef>::extract ( + _tao_any, + AliasDef::_tao_any_destructor, + _tc_AliasDef, + _tao_elem + ); + } +} + +#else + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::AliasDef_ptr _tao_elem ) { @@ -10027,7 +10722,7 @@ operator<<= ( // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::AliasDef_ptr *_tao_elem ) { @@ -10039,9 +10734,9 @@ operator<<= ( ); } -CORBA::Boolean +::CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, + const ::CORBA::Any &_tao_any, CORBA::AliasDef_ptr &_tao_elem ) { @@ -10053,27 +10748,109 @@ operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#endif // TAO_IDL - Generated from -// be\be_visitor_interface/any_op_cs.cpp:50 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/any_op_cs.cpp:51 + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + namespace TAO { template<> - CORBA::Boolean + ::CORBA::Boolean Any_Impl_T<CORBA::NativeDef>::to_object ( - CORBA::Object_ptr &_tao_elem + ::CORBA::Object_ptr &_tao_elem ) const { - _tao_elem = CORBA::Object::_duplicate (this->value_); + _tao_elem = ::CORBA::Object::_duplicate (this->value_); return true; } } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + + + // Copying insertion. + void + operator<<= ( + ::CORBA::Any &_tao_any, + NativeDef_ptr _tao_elem + ) + { + NativeDef_ptr _tao_objptr = + NativeDef::_duplicate (_tao_elem); + _tao_any <<= &_tao_objptr; + } + + // Non-copying insertion. + void + operator<<= ( + ::CORBA::Any &_tao_any, + NativeDef_ptr *_tao_elem + ) + { + TAO::Any_Impl_T<NativeDef>::insert ( + _tao_any, + NativeDef::_tao_any_destructor, + _tc_NativeDef, + *_tao_elem + ); + } + + ::CORBA::Boolean + operator>>= ( + const ::CORBA::Any &_tao_any, + NativeDef_ptr &_tao_elem + ) + { + return + TAO::Any_Impl_T<NativeDef>::extract ( + _tao_any, + NativeDef::_tao_any_destructor, + _tc_NativeDef, + _tao_elem + ); + } +} + +#else + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::NativeDef_ptr _tao_elem ) { @@ -10085,7 +10862,7 @@ operator<<= ( // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::NativeDef_ptr *_tao_elem ) { @@ -10097,9 +10874,9 @@ operator<<= ( ); } -CORBA::Boolean +::CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, + const ::CORBA::Any &_tao_any, CORBA::NativeDef_ptr &_tao_elem ) { @@ -10111,27 +10888,109 @@ operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#endif // TAO_IDL - Generated from -// be\be_visitor_interface/any_op_cs.cpp:50 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/any_op_cs.cpp:51 + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + namespace TAO { template<> - CORBA::Boolean + ::CORBA::Boolean Any_Impl_T<CORBA::PrimitiveDef>::to_object ( - CORBA::Object_ptr &_tao_elem + ::CORBA::Object_ptr &_tao_elem ) const { - _tao_elem = CORBA::Object::_duplicate (this->value_); + _tao_elem = ::CORBA::Object::_duplicate (this->value_); return true; } } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + + + // Copying insertion. + void + operator<<= ( + ::CORBA::Any &_tao_any, + PrimitiveDef_ptr _tao_elem + ) + { + PrimitiveDef_ptr _tao_objptr = + PrimitiveDef::_duplicate (_tao_elem); + _tao_any <<= &_tao_objptr; + } + + // Non-copying insertion. + void + operator<<= ( + ::CORBA::Any &_tao_any, + PrimitiveDef_ptr *_tao_elem + ) + { + TAO::Any_Impl_T<PrimitiveDef>::insert ( + _tao_any, + PrimitiveDef::_tao_any_destructor, + _tc_PrimitiveDef, + *_tao_elem + ); + } + + ::CORBA::Boolean + operator>>= ( + const ::CORBA::Any &_tao_any, + PrimitiveDef_ptr &_tao_elem + ) + { + return + TAO::Any_Impl_T<PrimitiveDef>::extract ( + _tao_any, + PrimitiveDef::_tao_any_destructor, + _tc_PrimitiveDef, + _tao_elem + ); + } +} + +#else + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::PrimitiveDef_ptr _tao_elem ) { @@ -10143,7 +11002,7 @@ operator<<= ( // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::PrimitiveDef_ptr *_tao_elem ) { @@ -10155,9 +11014,9 @@ operator<<= ( ); } -CORBA::Boolean +::CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, + const ::CORBA::Any &_tao_any, CORBA::PrimitiveDef_ptr &_tao_elem ) { @@ -10169,27 +11028,109 @@ operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#endif // TAO_IDL - Generated from -// be\be_visitor_interface/any_op_cs.cpp:50 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/any_op_cs.cpp:51 + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + namespace TAO { template<> - CORBA::Boolean + ::CORBA::Boolean Any_Impl_T<CORBA::StringDef>::to_object ( - CORBA::Object_ptr &_tao_elem + ::CORBA::Object_ptr &_tao_elem ) const { - _tao_elem = CORBA::Object::_duplicate (this->value_); + _tao_elem = ::CORBA::Object::_duplicate (this->value_); return true; } } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + + + // Copying insertion. + void + operator<<= ( + ::CORBA::Any &_tao_any, + StringDef_ptr _tao_elem + ) + { + StringDef_ptr _tao_objptr = + StringDef::_duplicate (_tao_elem); + _tao_any <<= &_tao_objptr; + } + + // Non-copying insertion. + void + operator<<= ( + ::CORBA::Any &_tao_any, + StringDef_ptr *_tao_elem + ) + { + TAO::Any_Impl_T<StringDef>::insert ( + _tao_any, + StringDef::_tao_any_destructor, + _tc_StringDef, + *_tao_elem + ); + } + + ::CORBA::Boolean + operator>>= ( + const ::CORBA::Any &_tao_any, + StringDef_ptr &_tao_elem + ) + { + return + TAO::Any_Impl_T<StringDef>::extract ( + _tao_any, + StringDef::_tao_any_destructor, + _tc_StringDef, + _tao_elem + ); + } +} + +#else + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::StringDef_ptr _tao_elem ) { @@ -10201,7 +11142,7 @@ operator<<= ( // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::StringDef_ptr *_tao_elem ) { @@ -10213,9 +11154,9 @@ operator<<= ( ); } -CORBA::Boolean +::CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, + const ::CORBA::Any &_tao_any, CORBA::StringDef_ptr &_tao_elem ) { @@ -10227,27 +11168,109 @@ operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#endif // TAO_IDL - Generated from -// be\be_visitor_interface/any_op_cs.cpp:50 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/any_op_cs.cpp:51 + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + namespace TAO { template<> - CORBA::Boolean + ::CORBA::Boolean Any_Impl_T<CORBA::WstringDef>::to_object ( - CORBA::Object_ptr &_tao_elem + ::CORBA::Object_ptr &_tao_elem ) const { - _tao_elem = CORBA::Object::_duplicate (this->value_); + _tao_elem = ::CORBA::Object::_duplicate (this->value_); return true; } } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + + + // Copying insertion. + void + operator<<= ( + ::CORBA::Any &_tao_any, + WstringDef_ptr _tao_elem + ) + { + WstringDef_ptr _tao_objptr = + WstringDef::_duplicate (_tao_elem); + _tao_any <<= &_tao_objptr; + } + + // Non-copying insertion. + void + operator<<= ( + ::CORBA::Any &_tao_any, + WstringDef_ptr *_tao_elem + ) + { + TAO::Any_Impl_T<WstringDef>::insert ( + _tao_any, + WstringDef::_tao_any_destructor, + _tc_WstringDef, + *_tao_elem + ); + } + + ::CORBA::Boolean + operator>>= ( + const ::CORBA::Any &_tao_any, + WstringDef_ptr &_tao_elem + ) + { + return + TAO::Any_Impl_T<WstringDef>::extract ( + _tao_any, + WstringDef::_tao_any_destructor, + _tc_WstringDef, + _tao_elem + ); + } +} + +#else + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::WstringDef_ptr _tao_elem ) { @@ -10259,7 +11282,7 @@ operator<<= ( // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::WstringDef_ptr *_tao_elem ) { @@ -10271,9 +11294,9 @@ operator<<= ( ); } -CORBA::Boolean +::CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, + const ::CORBA::Any &_tao_any, CORBA::WstringDef_ptr &_tao_elem ) { @@ -10285,27 +11308,109 @@ operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#endif // TAO_IDL - Generated from -// be\be_visitor_interface/any_op_cs.cpp:50 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/any_op_cs.cpp:51 + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + namespace TAO { template<> - CORBA::Boolean + ::CORBA::Boolean Any_Impl_T<CORBA::SequenceDef>::to_object ( - CORBA::Object_ptr &_tao_elem + ::CORBA::Object_ptr &_tao_elem ) const { - _tao_elem = CORBA::Object::_duplicate (this->value_); + _tao_elem = ::CORBA::Object::_duplicate (this->value_); return true; } } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + + + // Copying insertion. + void + operator<<= ( + ::CORBA::Any &_tao_any, + SequenceDef_ptr _tao_elem + ) + { + SequenceDef_ptr _tao_objptr = + SequenceDef::_duplicate (_tao_elem); + _tao_any <<= &_tao_objptr; + } + + // Non-copying insertion. + void + operator<<= ( + ::CORBA::Any &_tao_any, + SequenceDef_ptr *_tao_elem + ) + { + TAO::Any_Impl_T<SequenceDef>::insert ( + _tao_any, + SequenceDef::_tao_any_destructor, + _tc_SequenceDef, + *_tao_elem + ); + } + + ::CORBA::Boolean + operator>>= ( + const ::CORBA::Any &_tao_any, + SequenceDef_ptr &_tao_elem + ) + { + return + TAO::Any_Impl_T<SequenceDef>::extract ( + _tao_any, + SequenceDef::_tao_any_destructor, + _tc_SequenceDef, + _tao_elem + ); + } +} + +#else + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::SequenceDef_ptr _tao_elem ) { @@ -10317,7 +11422,7 @@ operator<<= ( // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::SequenceDef_ptr *_tao_elem ) { @@ -10329,9 +11434,9 @@ operator<<= ( ); } -CORBA::Boolean +::CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, + const ::CORBA::Any &_tao_any, CORBA::SequenceDef_ptr &_tao_elem ) { @@ -10343,27 +11448,109 @@ operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#endif // TAO_IDL - Generated from -// be\be_visitor_interface/any_op_cs.cpp:50 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/any_op_cs.cpp:51 + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + namespace TAO { template<> - CORBA::Boolean + ::CORBA::Boolean Any_Impl_T<CORBA::ArrayDef>::to_object ( - CORBA::Object_ptr &_tao_elem + ::CORBA::Object_ptr &_tao_elem ) const { - _tao_elem = CORBA::Object::_duplicate (this->value_); + _tao_elem = ::CORBA::Object::_duplicate (this->value_); return true; } } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + + + // Copying insertion. + void + operator<<= ( + ::CORBA::Any &_tao_any, + ArrayDef_ptr _tao_elem + ) + { + ArrayDef_ptr _tao_objptr = + ArrayDef::_duplicate (_tao_elem); + _tao_any <<= &_tao_objptr; + } + + // Non-copying insertion. + void + operator<<= ( + ::CORBA::Any &_tao_any, + ArrayDef_ptr *_tao_elem + ) + { + TAO::Any_Impl_T<ArrayDef>::insert ( + _tao_any, + ArrayDef::_tao_any_destructor, + _tc_ArrayDef, + *_tao_elem + ); + } + + ::CORBA::Boolean + operator>>= ( + const ::CORBA::Any &_tao_any, + ArrayDef_ptr &_tao_elem + ) + { + return + TAO::Any_Impl_T<ArrayDef>::extract ( + _tao_any, + ArrayDef::_tao_any_destructor, + _tc_ArrayDef, + _tao_elem + ); + } +} + +#else + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::ArrayDef_ptr _tao_elem ) { @@ -10375,7 +11562,7 @@ operator<<= ( // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::ArrayDef_ptr *_tao_elem ) { @@ -10387,9 +11574,9 @@ operator<<= ( ); } -CORBA::Boolean +::CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, + const ::CORBA::Any &_tao_any, CORBA::ArrayDef_ptr &_tao_elem ) { @@ -10401,27 +11588,109 @@ operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#endif // TAO_IDL - Generated from -// be\be_visitor_interface/any_op_cs.cpp:50 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/any_op_cs.cpp:51 + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + namespace TAO { template<> - CORBA::Boolean + ::CORBA::Boolean Any_Impl_T<CORBA::ExceptionDef>::to_object ( - CORBA::Object_ptr &_tao_elem + ::CORBA::Object_ptr &_tao_elem ) const { - _tao_elem = CORBA::Object::_duplicate (this->value_); + _tao_elem = ::CORBA::Object::_duplicate (this->value_); return true; } } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + + + // Copying insertion. + void + operator<<= ( + ::CORBA::Any &_tao_any, + ExceptionDef_ptr _tao_elem + ) + { + ExceptionDef_ptr _tao_objptr = + ExceptionDef::_duplicate (_tao_elem); + _tao_any <<= &_tao_objptr; + } + + // Non-copying insertion. + void + operator<<= ( + ::CORBA::Any &_tao_any, + ExceptionDef_ptr *_tao_elem + ) + { + TAO::Any_Impl_T<ExceptionDef>::insert ( + _tao_any, + ExceptionDef::_tao_any_destructor, + _tc_ExceptionDef, + *_tao_elem + ); + } + + ::CORBA::Boolean + operator>>= ( + const ::CORBA::Any &_tao_any, + ExceptionDef_ptr &_tao_elem + ) + { + return + TAO::Any_Impl_T<ExceptionDef>::extract ( + _tao_any, + ExceptionDef::_tao_any_destructor, + _tc_ExceptionDef, + _tao_elem + ); + } +} + +#else + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::ExceptionDef_ptr _tao_elem ) { @@ -10433,7 +11702,7 @@ operator<<= ( // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::ExceptionDef_ptr *_tao_elem ) { @@ -10445,9 +11714,9 @@ operator<<= ( ); } -CORBA::Boolean +::CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, + const ::CORBA::Any &_tao_any, CORBA::ExceptionDef_ptr &_tao_elem ) { @@ -10459,28 +11728,47 @@ operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL -// TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_cs.cpp:54 + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#endif + +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/any_op_cs.cpp:54 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, const CORBA::ExceptionDefSeq &_tao_elem ) { - TAO::Any_Dual_Impl_T<CORBA::ExceptionDefSeq>::insert_copy ( - _tao_any, - CORBA::ExceptionDefSeq::_tao_any_destructor, - TAO::TypeCode::tc_CORBA_ExceptionDefSeq_0, - _tao_elem - ); + if (0 == &_tao_elem) // Trying to de-reference NULL object + _tao_any <<= static_cast<CORBA::ExceptionDefSeq *>( 0 ); // Use non-copying insertion of a NULL + else + TAO::Any_Dual_Impl_T<CORBA::ExceptionDefSeq>::insert_copy ( + _tao_any, + CORBA::ExceptionDefSeq::_tao_any_destructor, + TAO::TypeCode::tc_CORBA_ExceptionDefSeq_0, + _tao_elem + ); } // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::ExceptionDefSeq *_tao_elem ) { @@ -10493,8 +11781,8 @@ void operator<<= ( } // Extraction to non-const pointer (deprecated). -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, CORBA::ExceptionDefSeq *&_tao_elem ) { @@ -10505,8 +11793,8 @@ CORBA::Boolean operator>>= ( } // Extraction to const pointer. -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, const CORBA::ExceptionDefSeq *&_tao_elem ) { @@ -10518,12 +11806,26 @@ CORBA::Boolean operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + // TAO_IDL - Generated from -// be\be_visitor_enum/any_op_cs.cpp:52 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_enum/any_op_cs.cpp:52 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::AttributeMode _tao_elem ) { @@ -10534,8 +11836,8 @@ void operator<<= ( ); } -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, CORBA::AttributeMode &_tao_elem ) { @@ -10543,30 +11845,110 @@ CORBA::Boolean operator>>= ( TAO::Any_Basic_Impl_T<CORBA::AttributeMode>::extract ( _tao_any, CORBA::_tc_AttributeMode, - _tao_elem + _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + // TAO_IDL - Generated from -// be\be_visitor_interface/any_op_cs.cpp:50 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/any_op_cs.cpp:51 + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + namespace TAO { template<> - CORBA::Boolean + ::CORBA::Boolean Any_Impl_T<CORBA::AttributeDef>::to_object ( - CORBA::Object_ptr &_tao_elem + ::CORBA::Object_ptr &_tao_elem ) const { - _tao_elem = CORBA::Object::_duplicate (this->value_); + _tao_elem = ::CORBA::Object::_duplicate (this->value_); return true; } } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + + + // Copying insertion. + void + operator<<= ( + ::CORBA::Any &_tao_any, + AttributeDef_ptr _tao_elem + ) + { + AttributeDef_ptr _tao_objptr = + AttributeDef::_duplicate (_tao_elem); + _tao_any <<= &_tao_objptr; + } + + // Non-copying insertion. + void + operator<<= ( + ::CORBA::Any &_tao_any, + AttributeDef_ptr *_tao_elem + ) + { + TAO::Any_Impl_T<AttributeDef>::insert ( + _tao_any, + AttributeDef::_tao_any_destructor, + _tc_AttributeDef, + *_tao_elem + ); + } + + ::CORBA::Boolean + operator>>= ( + const ::CORBA::Any &_tao_any, + AttributeDef_ptr &_tao_elem + ) + { + return + TAO::Any_Impl_T<AttributeDef>::extract ( + _tao_any, + AttributeDef::_tao_any_destructor, + _tc_AttributeDef, + _tao_elem + ); + } +} + +#else + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::AttributeDef_ptr _tao_elem ) { @@ -10578,7 +11960,7 @@ operator<<= ( // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::AttributeDef_ptr *_tao_elem ) { @@ -10590,9 +11972,9 @@ operator<<= ( ); } -CORBA::Boolean +::CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, + const ::CORBA::Any &_tao_any, CORBA::AttributeDef_ptr &_tao_elem ) { @@ -10604,27 +11986,46 @@ operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#endif + +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/any_op_cs.cpp:54 -// TAO_IDL - Generated from -// be\be_visitor_structure/any_op_cs.cpp:54 + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, const CORBA::AttributeDescription &_tao_elem ) { - TAO::Any_Dual_Impl_T<CORBA::AttributeDescription>::insert_copy ( - _tao_any, - CORBA::AttributeDescription::_tao_any_destructor, - CORBA::_tc_AttributeDescription, - _tao_elem - ); + if (0 == &_tao_elem) // Trying to de-reference NULL object + _tao_any <<= static_cast<CORBA::AttributeDescription *>( 0 ); // Use non-copying insertion of a NULL + else + TAO::Any_Dual_Impl_T<CORBA::AttributeDescription>::insert_copy ( + _tao_any, + CORBA::AttributeDescription::_tao_any_destructor, + CORBA::_tc_AttributeDescription, + _tao_elem + ); } // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::AttributeDescription *_tao_elem ) { @@ -10637,8 +12038,8 @@ void operator<<= ( } // Extraction to non-const pointer (deprecated). -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, CORBA::AttributeDescription *&_tao_elem ) { @@ -10649,8 +12050,8 @@ CORBA::Boolean operator>>= ( } // Extraction to const pointer. -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, const CORBA::AttributeDescription *&_tao_elem ) { @@ -10662,27 +12063,44 @@ CORBA::Boolean operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -// TAO_IDL - Generated from -// be\be_visitor_structure/any_op_cs.cpp:54 + +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/any_op_cs.cpp:54 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, const CORBA::ExtAttributeDescription &_tao_elem ) { - TAO::Any_Dual_Impl_T<CORBA::ExtAttributeDescription>::insert_copy ( - _tao_any, - CORBA::ExtAttributeDescription::_tao_any_destructor, - CORBA::_tc_ExtAttributeDescription, - _tao_elem - ); + if (0 == &_tao_elem) // Trying to de-reference NULL object + _tao_any <<= static_cast<CORBA::ExtAttributeDescription *>( 0 ); // Use non-copying insertion of a NULL + else + TAO::Any_Dual_Impl_T<CORBA::ExtAttributeDescription>::insert_copy ( + _tao_any, + CORBA::ExtAttributeDescription::_tao_any_destructor, + CORBA::_tc_ExtAttributeDescription, + _tao_elem + ); } // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::ExtAttributeDescription *_tao_elem ) { @@ -10695,8 +12113,8 @@ void operator<<= ( } // Extraction to non-const pointer (deprecated). -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, CORBA::ExtAttributeDescription *&_tao_elem ) { @@ -10707,8 +12125,8 @@ CORBA::Boolean operator>>= ( } // Extraction to const pointer. -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, const CORBA::ExtAttributeDescription *&_tao_elem ) { @@ -10720,27 +12138,107 @@ CORBA::Boolean operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + // TAO_IDL - Generated from -// be\be_visitor_interface/any_op_cs.cpp:50 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/any_op_cs.cpp:51 + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + namespace TAO { template<> - CORBA::Boolean + ::CORBA::Boolean Any_Impl_T<CORBA::ExtAttributeDef>::to_object ( - CORBA::Object_ptr &_tao_elem + ::CORBA::Object_ptr &_tao_elem ) const { - _tao_elem = CORBA::Object::_duplicate (this->value_); + _tao_elem = ::CORBA::Object::_duplicate (this->value_); return true; } } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + + + // Copying insertion. + void + operator<<= ( + ::CORBA::Any &_tao_any, + ExtAttributeDef_ptr _tao_elem + ) + { + ExtAttributeDef_ptr _tao_objptr = + ExtAttributeDef::_duplicate (_tao_elem); + _tao_any <<= &_tao_objptr; + } + + // Non-copying insertion. + void + operator<<= ( + ::CORBA::Any &_tao_any, + ExtAttributeDef_ptr *_tao_elem + ) + { + TAO::Any_Impl_T<ExtAttributeDef>::insert ( + _tao_any, + ExtAttributeDef::_tao_any_destructor, + _tc_ExtAttributeDef, + *_tao_elem + ); + } + + ::CORBA::Boolean + operator>>= ( + const ::CORBA::Any &_tao_any, + ExtAttributeDef_ptr &_tao_elem + ) + { + return + TAO::Any_Impl_T<ExtAttributeDef>::extract ( + _tao_any, + ExtAttributeDef::_tao_any_destructor, + _tc_ExtAttributeDef, + _tao_elem + ); + } +} + +#else + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::ExtAttributeDef_ptr _tao_elem ) { @@ -10752,7 +12250,7 @@ operator<<= ( // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::ExtAttributeDef_ptr *_tao_elem ) { @@ -10764,9 +12262,9 @@ operator<<= ( ); } -CORBA::Boolean +::CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, + const ::CORBA::Any &_tao_any, CORBA::ExtAttributeDef_ptr &_tao_elem ) { @@ -10778,12 +12276,28 @@ operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#endif // TAO_IDL - Generated from -// be\be_visitor_enum/any_op_cs.cpp:52 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_enum/any_op_cs.cpp:52 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::OperationMode _tao_elem ) { @@ -10794,8 +12308,8 @@ void operator<<= ( ); } -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, CORBA::OperationMode &_tao_elem ) { @@ -10803,30 +12317,47 @@ CORBA::Boolean operator>>= ( TAO::Any_Basic_Impl_T<CORBA::OperationMode>::extract ( _tao_any, CORBA::_tc_OperationMode, - _tao_elem + _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL -// TAO_IDL - Generated from -// be\be_visitor_structure/any_op_cs.cpp:54 + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/any_op_cs.cpp:54 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, const CORBA::ParameterDescription &_tao_elem ) { - TAO::Any_Dual_Impl_T<CORBA::ParameterDescription>::insert_copy ( - _tao_any, - CORBA::ParameterDescription::_tao_any_destructor, - CORBA::_tc_ParameterDescription, - _tao_elem - ); + if (0 == &_tao_elem) // Trying to de-reference NULL object + _tao_any <<= static_cast<CORBA::ParameterDescription *>( 0 ); // Use non-copying insertion of a NULL + else + TAO::Any_Dual_Impl_T<CORBA::ParameterDescription>::insert_copy ( + _tao_any, + CORBA::ParameterDescription::_tao_any_destructor, + CORBA::_tc_ParameterDescription, + _tao_elem + ); } // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::ParameterDescription *_tao_elem ) { @@ -10839,8 +12370,8 @@ void operator<<= ( } // Extraction to non-const pointer (deprecated). -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, CORBA::ParameterDescription *&_tao_elem ) { @@ -10851,8 +12382,8 @@ CORBA::Boolean operator>>= ( } // Extraction to const pointer. -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, const CORBA::ParameterDescription *&_tao_elem ) { @@ -10864,28 +12395,45 @@ CORBA::Boolean operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL -// TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_cs.cpp:54 + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/any_op_cs.cpp:54 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, const CORBA::ParDescriptionSeq &_tao_elem ) { - TAO::Any_Dual_Impl_T<CORBA::ParDescriptionSeq>::insert_copy ( - _tao_any, - CORBA::ParDescriptionSeq::_tao_any_destructor, - TAO::TypeCode::tc_CORBA_ParDescriptionSeq_0, - _tao_elem - ); + if (0 == &_tao_elem) // Trying to de-reference NULL object + _tao_any <<= static_cast<CORBA::ParDescriptionSeq *>( 0 ); // Use non-copying insertion of a NULL + else + TAO::Any_Dual_Impl_T<CORBA::ParDescriptionSeq>::insert_copy ( + _tao_any, + CORBA::ParDescriptionSeq::_tao_any_destructor, + TAO::TypeCode::tc_CORBA_ParDescriptionSeq_0, + _tao_elem + ); } // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::ParDescriptionSeq *_tao_elem ) { @@ -10898,8 +12446,8 @@ void operator<<= ( } // Extraction to non-const pointer (deprecated). -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, CORBA::ParDescriptionSeq *&_tao_elem ) { @@ -10910,8 +12458,8 @@ CORBA::Boolean operator>>= ( } // Extraction to const pointer. -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, const CORBA::ParDescriptionSeq *&_tao_elem ) { @@ -10923,28 +12471,45 @@ CORBA::Boolean operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/any_op_cs.cpp:54 + -// TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_cs.cpp:54 + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, const CORBA::ContextIdSeq &_tao_elem ) { - TAO::Any_Dual_Impl_T<CORBA::ContextIdSeq>::insert_copy ( - _tao_any, - CORBA::ContextIdSeq::_tao_any_destructor, - TAO::TypeCode::tc_CORBA_ContextIdSeq_0, - _tao_elem - ); + if (0 == &_tao_elem) // Trying to de-reference NULL object + _tao_any <<= static_cast<CORBA::ContextIdSeq *>( 0 ); // Use non-copying insertion of a NULL + else + TAO::Any_Dual_Impl_T<CORBA::ContextIdSeq>::insert_copy ( + _tao_any, + CORBA::ContextIdSeq::_tao_any_destructor, + TAO::TypeCode::tc_CORBA_ContextIdSeq_0, + _tao_elem + ); } // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::ContextIdSeq *_tao_elem ) { @@ -10957,8 +12522,8 @@ void operator<<= ( } // Extraction to non-const pointer (deprecated). -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, CORBA::ContextIdSeq *&_tao_elem ) { @@ -10969,8 +12534,8 @@ CORBA::Boolean operator>>= ( } // Extraction to const pointer. -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, const CORBA::ContextIdSeq *&_tao_elem ) { @@ -10982,27 +12547,107 @@ CORBA::Boolean operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + // TAO_IDL - Generated from -// be\be_visitor_interface/any_op_cs.cpp:50 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/any_op_cs.cpp:51 + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + namespace TAO { template<> - CORBA::Boolean + ::CORBA::Boolean Any_Impl_T<CORBA::OperationDef>::to_object ( - CORBA::Object_ptr &_tao_elem + ::CORBA::Object_ptr &_tao_elem ) const { - _tao_elem = CORBA::Object::_duplicate (this->value_); + _tao_elem = ::CORBA::Object::_duplicate (this->value_); return true; } } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + + + // Copying insertion. + void + operator<<= ( + ::CORBA::Any &_tao_any, + OperationDef_ptr _tao_elem + ) + { + OperationDef_ptr _tao_objptr = + OperationDef::_duplicate (_tao_elem); + _tao_any <<= &_tao_objptr; + } + + // Non-copying insertion. + void + operator<<= ( + ::CORBA::Any &_tao_any, + OperationDef_ptr *_tao_elem + ) + { + TAO::Any_Impl_T<OperationDef>::insert ( + _tao_any, + OperationDef::_tao_any_destructor, + _tc_OperationDef, + *_tao_elem + ); + } + + ::CORBA::Boolean + operator>>= ( + const ::CORBA::Any &_tao_any, + OperationDef_ptr &_tao_elem + ) + { + return + TAO::Any_Impl_T<OperationDef>::extract ( + _tao_any, + OperationDef::_tao_any_destructor, + _tc_OperationDef, + _tao_elem + ); + } +} + +#else + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::OperationDef_ptr _tao_elem ) { @@ -11014,7 +12659,7 @@ operator<<= ( // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::OperationDef_ptr *_tao_elem ) { @@ -11026,9 +12671,9 @@ operator<<= ( ); } -CORBA::Boolean +::CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, + const ::CORBA::Any &_tao_any, CORBA::OperationDef_ptr &_tao_elem ) { @@ -11040,27 +12685,46 @@ operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL -// TAO_IDL - Generated from -// be\be_visitor_structure/any_op_cs.cpp:54 + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#endif + +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/any_op_cs.cpp:54 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, const CORBA::OperationDescription &_tao_elem ) { - TAO::Any_Dual_Impl_T<CORBA::OperationDescription>::insert_copy ( - _tao_any, - CORBA::OperationDescription::_tao_any_destructor, - CORBA::_tc_OperationDescription, - _tao_elem - ); + if (0 == &_tao_elem) // Trying to de-reference NULL object + _tao_any <<= static_cast<CORBA::OperationDescription *>( 0 ); // Use non-copying insertion of a NULL + else + TAO::Any_Dual_Impl_T<CORBA::OperationDescription>::insert_copy ( + _tao_any, + CORBA::OperationDescription::_tao_any_destructor, + CORBA::_tc_OperationDescription, + _tao_elem + ); } // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::OperationDescription *_tao_elem ) { @@ -11073,8 +12737,8 @@ void operator<<= ( } // Extraction to non-const pointer (deprecated). -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, CORBA::OperationDescription *&_tao_elem ) { @@ -11085,8 +12749,8 @@ CORBA::Boolean operator>>= ( } // Extraction to const pointer. -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, const CORBA::OperationDescription *&_tao_elem ) { @@ -11098,28 +12762,45 @@ CORBA::Boolean operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + -// TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_cs.cpp:54 + + +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/any_op_cs.cpp:54 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, const CORBA::RepositoryIdSeq &_tao_elem ) { - TAO::Any_Dual_Impl_T<CORBA::RepositoryIdSeq>::insert_copy ( - _tao_any, - CORBA::RepositoryIdSeq::_tao_any_destructor, - TAO::TypeCode::tc_CORBA_RepositoryIdSeq_0, - _tao_elem - ); + if (0 == &_tao_elem) // Trying to de-reference NULL object + _tao_any <<= static_cast<CORBA::RepositoryIdSeq *>( 0 ); // Use non-copying insertion of a NULL + else + TAO::Any_Dual_Impl_T<CORBA::RepositoryIdSeq>::insert_copy ( + _tao_any, + CORBA::RepositoryIdSeq::_tao_any_destructor, + TAO::TypeCode::tc_CORBA_RepositoryIdSeq_0, + _tao_elem + ); } // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::RepositoryIdSeq *_tao_elem ) { @@ -11132,8 +12813,8 @@ void operator<<= ( } // Extraction to non-const pointer (deprecated). -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, CORBA::RepositoryIdSeq *&_tao_elem ) { @@ -11144,8 +12825,8 @@ CORBA::Boolean operator>>= ( } // Extraction to const pointer. -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, const CORBA::RepositoryIdSeq *&_tao_elem ) { @@ -11157,28 +12838,45 @@ CORBA::Boolean operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL -// TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_cs.cpp:54 + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/any_op_cs.cpp:54 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, const CORBA::OpDescriptionSeq &_tao_elem ) { - TAO::Any_Dual_Impl_T<CORBA::OpDescriptionSeq>::insert_copy ( - _tao_any, - CORBA::OpDescriptionSeq::_tao_any_destructor, - TAO::TypeCode::tc_CORBA_OpDescriptionSeq_0, - _tao_elem - ); + if (0 == &_tao_elem) // Trying to de-reference NULL object + _tao_any <<= static_cast<CORBA::OpDescriptionSeq *>( 0 ); // Use non-copying insertion of a NULL + else + TAO::Any_Dual_Impl_T<CORBA::OpDescriptionSeq>::insert_copy ( + _tao_any, + CORBA::OpDescriptionSeq::_tao_any_destructor, + TAO::TypeCode::tc_CORBA_OpDescriptionSeq_0, + _tao_elem + ); } // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::OpDescriptionSeq *_tao_elem ) { @@ -11191,8 +12889,8 @@ void operator<<= ( } // Extraction to non-const pointer (deprecated). -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, CORBA::OpDescriptionSeq *&_tao_elem ) { @@ -11203,8 +12901,8 @@ CORBA::Boolean operator>>= ( } // Extraction to const pointer. -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, const CORBA::OpDescriptionSeq *&_tao_elem ) { @@ -11216,28 +12914,45 @@ CORBA::Boolean operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL -// TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_cs.cpp:54 + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/any_op_cs.cpp:54 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, const CORBA::AttrDescriptionSeq &_tao_elem ) { - TAO::Any_Dual_Impl_T<CORBA::AttrDescriptionSeq>::insert_copy ( - _tao_any, - CORBA::AttrDescriptionSeq::_tao_any_destructor, - TAO::TypeCode::tc_CORBA_AttrDescriptionSeq_0, - _tao_elem - ); + if (0 == &_tao_elem) // Trying to de-reference NULL object + _tao_any <<= static_cast<CORBA::AttrDescriptionSeq *>( 0 ); // Use non-copying insertion of a NULL + else + TAO::Any_Dual_Impl_T<CORBA::AttrDescriptionSeq>::insert_copy ( + _tao_any, + CORBA::AttrDescriptionSeq::_tao_any_destructor, + TAO::TypeCode::tc_CORBA_AttrDescriptionSeq_0, + _tao_elem + ); } // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::AttrDescriptionSeq *_tao_elem ) { @@ -11250,8 +12965,8 @@ void operator<<= ( } // Extraction to non-const pointer (deprecated). -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, CORBA::AttrDescriptionSeq *&_tao_elem ) { @@ -11262,8 +12977,8 @@ CORBA::Boolean operator>>= ( } // Extraction to const pointer. -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, const CORBA::AttrDescriptionSeq *&_tao_elem ) { @@ -11275,28 +12990,45 @@ CORBA::Boolean operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL -// TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_cs.cpp:54 + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/any_op_cs.cpp:54 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, const CORBA::ExtAttrDescriptionSeq &_tao_elem ) { - TAO::Any_Dual_Impl_T<CORBA::ExtAttrDescriptionSeq>::insert_copy ( - _tao_any, - CORBA::ExtAttrDescriptionSeq::_tao_any_destructor, - TAO::TypeCode::tc_CORBA_ExtAttrDescriptionSeq_0, - _tao_elem - ); + if (0 == &_tao_elem) // Trying to de-reference NULL object + _tao_any <<= static_cast<CORBA::ExtAttrDescriptionSeq *>( 0 ); // Use non-copying insertion of a NULL + else + TAO::Any_Dual_Impl_T<CORBA::ExtAttrDescriptionSeq>::insert_copy ( + _tao_any, + CORBA::ExtAttrDescriptionSeq::_tao_any_destructor, + TAO::TypeCode::tc_CORBA_ExtAttrDescriptionSeq_0, + _tao_elem + ); } // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::ExtAttrDescriptionSeq *_tao_elem ) { @@ -11309,8 +13041,8 @@ void operator<<= ( } // Extraction to non-const pointer (deprecated). -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, CORBA::ExtAttrDescriptionSeq *&_tao_elem ) { @@ -11321,8 +13053,8 @@ CORBA::Boolean operator>>= ( } // Extraction to const pointer. -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, const CORBA::ExtAttrDescriptionSeq *&_tao_elem ) { @@ -11334,27 +13066,107 @@ CORBA::Boolean operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + // TAO_IDL - Generated from -// be\be_visitor_interface/any_op_cs.cpp:50 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/any_op_cs.cpp:51 + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + namespace TAO { template<> - CORBA::Boolean + ::CORBA::Boolean Any_Impl_T<CORBA::InterfaceDef>::to_object ( - CORBA::Object_ptr &_tao_elem + ::CORBA::Object_ptr &_tao_elem ) const { - _tao_elem = CORBA::Object::_duplicate (this->value_); + _tao_elem = ::CORBA::Object::_duplicate (this->value_); return true; } } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + + + // Copying insertion. + void + operator<<= ( + ::CORBA::Any &_tao_any, + InterfaceDef_ptr _tao_elem + ) + { + InterfaceDef_ptr _tao_objptr = + InterfaceDef::_duplicate (_tao_elem); + _tao_any <<= &_tao_objptr; + } + + // Non-copying insertion. + void + operator<<= ( + ::CORBA::Any &_tao_any, + InterfaceDef_ptr *_tao_elem + ) + { + TAO::Any_Impl_T<InterfaceDef>::insert ( + _tao_any, + InterfaceDef::_tao_any_destructor, + _tc_InterfaceDef, + *_tao_elem + ); + } + + ::CORBA::Boolean + operator>>= ( + const ::CORBA::Any &_tao_any, + InterfaceDef_ptr &_tao_elem + ) + { + return + TAO::Any_Impl_T<InterfaceDef>::extract ( + _tao_any, + InterfaceDef::_tao_any_destructor, + _tc_InterfaceDef, + _tao_elem + ); + } +} + +#else + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::InterfaceDef_ptr _tao_elem ) { @@ -11366,7 +13178,7 @@ operator<<= ( // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::InterfaceDef_ptr *_tao_elem ) { @@ -11378,9 +13190,9 @@ operator<<= ( ); } -CORBA::Boolean +::CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, + const ::CORBA::Any &_tao_any, CORBA::InterfaceDef_ptr &_tao_elem ) { @@ -11392,27 +13204,46 @@ operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#endif + +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/any_op_cs.cpp:54 -// TAO_IDL - Generated from -// be\be_visitor_structure/any_op_cs.cpp:54 + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, const CORBA::InterfaceDef::FullInterfaceDescription &_tao_elem ) { - TAO::Any_Dual_Impl_T<CORBA::InterfaceDef::FullInterfaceDescription>::insert_copy ( - _tao_any, - CORBA::InterfaceDef::FullInterfaceDescription::_tao_any_destructor, - CORBA::InterfaceDef::_tc_FullInterfaceDescription, - _tao_elem - ); + if (0 == &_tao_elem) // Trying to de-reference NULL object + _tao_any <<= static_cast<CORBA::InterfaceDef::FullInterfaceDescription *>( 0 ); // Use non-copying insertion of a NULL + else + TAO::Any_Dual_Impl_T<CORBA::InterfaceDef::FullInterfaceDescription>::insert_copy ( + _tao_any, + CORBA::InterfaceDef::FullInterfaceDescription::_tao_any_destructor, + CORBA::InterfaceDef::_tc_FullInterfaceDescription, + _tao_elem + ); } // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::InterfaceDef::FullInterfaceDescription *_tao_elem ) { @@ -11425,8 +13256,8 @@ void operator<<= ( } // Extraction to non-const pointer (deprecated). -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, CORBA::InterfaceDef::FullInterfaceDescription *&_tao_elem ) { @@ -11437,8 +13268,8 @@ CORBA::Boolean operator>>= ( } // Extraction to const pointer. -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, const CORBA::InterfaceDef::FullInterfaceDescription *&_tao_elem ) { @@ -11450,27 +13281,44 @@ CORBA::Boolean operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -// TAO_IDL - Generated from -// be\be_visitor_structure/any_op_cs.cpp:54 + +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/any_op_cs.cpp:54 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, const CORBA::InterfaceDescription &_tao_elem ) { - TAO::Any_Dual_Impl_T<CORBA::InterfaceDescription>::insert_copy ( - _tao_any, - CORBA::InterfaceDescription::_tao_any_destructor, - CORBA::_tc_InterfaceDescription, - _tao_elem - ); + if (0 == &_tao_elem) // Trying to de-reference NULL object + _tao_any <<= static_cast<CORBA::InterfaceDescription *>( 0 ); // Use non-copying insertion of a NULL + else + TAO::Any_Dual_Impl_T<CORBA::InterfaceDescription>::insert_copy ( + _tao_any, + CORBA::InterfaceDescription::_tao_any_destructor, + CORBA::_tc_InterfaceDescription, + _tao_elem + ); } // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::InterfaceDescription *_tao_elem ) { @@ -11483,8 +13331,8 @@ void operator<<= ( } // Extraction to non-const pointer (deprecated). -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, CORBA::InterfaceDescription *&_tao_elem ) { @@ -11495,8 +13343,8 @@ CORBA::Boolean operator>>= ( } // Extraction to const pointer. -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, const CORBA::InterfaceDescription *&_tao_elem ) { @@ -11508,27 +13356,107 @@ CORBA::Boolean operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + // TAO_IDL - Generated from -// be\be_visitor_interface/any_op_cs.cpp:50 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/any_op_cs.cpp:51 + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + namespace TAO { template<> - CORBA::Boolean + ::CORBA::Boolean Any_Impl_T<CORBA::InterfaceAttrExtension>::to_object ( - CORBA::Object_ptr &_tao_elem + ::CORBA::Object_ptr &_tao_elem ) const { - _tao_elem = CORBA::Object::_duplicate (this->value_); + _tao_elem = ::CORBA::Object::_duplicate (this->value_); return true; } } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + + + // Copying insertion. + void + operator<<= ( + ::CORBA::Any &_tao_any, + InterfaceAttrExtension_ptr _tao_elem + ) + { + InterfaceAttrExtension_ptr _tao_objptr = + InterfaceAttrExtension::_duplicate (_tao_elem); + _tao_any <<= &_tao_objptr; + } + + // Non-copying insertion. + void + operator<<= ( + ::CORBA::Any &_tao_any, + InterfaceAttrExtension_ptr *_tao_elem + ) + { + TAO::Any_Impl_T<InterfaceAttrExtension>::insert ( + _tao_any, + InterfaceAttrExtension::_tao_any_destructor, + _tc_InterfaceAttrExtension, + *_tao_elem + ); + } + + ::CORBA::Boolean + operator>>= ( + const ::CORBA::Any &_tao_any, + InterfaceAttrExtension_ptr &_tao_elem + ) + { + return + TAO::Any_Impl_T<InterfaceAttrExtension>::extract ( + _tao_any, + InterfaceAttrExtension::_tao_any_destructor, + _tc_InterfaceAttrExtension, + _tao_elem + ); + } +} + +#else + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::InterfaceAttrExtension_ptr _tao_elem ) { @@ -11540,7 +13468,7 @@ operator<<= ( // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::InterfaceAttrExtension_ptr *_tao_elem ) { @@ -11552,9 +13480,9 @@ operator<<= ( ); } -CORBA::Boolean +::CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, + const ::CORBA::Any &_tao_any, CORBA::InterfaceAttrExtension_ptr &_tao_elem ) { @@ -11566,27 +13494,46 @@ operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + -// TAO_IDL - Generated from -// be\be_visitor_structure/any_op_cs.cpp:54 + + +#endif + +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/any_op_cs.cpp:54 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, const CORBA::InterfaceAttrExtension::ExtFullInterfaceDescription &_tao_elem ) { - TAO::Any_Dual_Impl_T<CORBA::InterfaceAttrExtension::ExtFullInterfaceDescription>::insert_copy ( - _tao_any, - CORBA::InterfaceAttrExtension::ExtFullInterfaceDescription::_tao_any_destructor, - CORBA::InterfaceAttrExtension::_tc_ExtFullInterfaceDescription, - _tao_elem - ); + if (0 == &_tao_elem) // Trying to de-reference NULL object + _tao_any <<= static_cast<CORBA::InterfaceAttrExtension::ExtFullInterfaceDescription *>( 0 ); // Use non-copying insertion of a NULL + else + TAO::Any_Dual_Impl_T<CORBA::InterfaceAttrExtension::ExtFullInterfaceDescription>::insert_copy ( + _tao_any, + CORBA::InterfaceAttrExtension::ExtFullInterfaceDescription::_tao_any_destructor, + CORBA::InterfaceAttrExtension::_tc_ExtFullInterfaceDescription, + _tao_elem + ); } // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::InterfaceAttrExtension::ExtFullInterfaceDescription *_tao_elem ) { @@ -11599,8 +13546,8 @@ void operator<<= ( } // Extraction to non-const pointer (deprecated). -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, CORBA::InterfaceAttrExtension::ExtFullInterfaceDescription *&_tao_elem ) { @@ -11611,8 +13558,8 @@ CORBA::Boolean operator>>= ( } // Extraction to const pointer. -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, const CORBA::InterfaceAttrExtension::ExtFullInterfaceDescription *&_tao_elem ) { @@ -11624,27 +13571,107 @@ CORBA::Boolean operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + // TAO_IDL - Generated from -// be\be_visitor_interface/any_op_cs.cpp:50 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/any_op_cs.cpp:51 + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + namespace TAO { template<> - CORBA::Boolean + ::CORBA::Boolean Any_Impl_T<CORBA::ExtInterfaceDef>::to_object ( - CORBA::Object_ptr &_tao_elem + ::CORBA::Object_ptr &_tao_elem ) const { - _tao_elem = CORBA::Object::_duplicate (this->value_); + _tao_elem = ::CORBA::Object::_duplicate (this->value_); return true; } } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + + + // Copying insertion. + void + operator<<= ( + ::CORBA::Any &_tao_any, + ExtInterfaceDef_ptr _tao_elem + ) + { + ExtInterfaceDef_ptr _tao_objptr = + ExtInterfaceDef::_duplicate (_tao_elem); + _tao_any <<= &_tao_objptr; + } + + // Non-copying insertion. + void + operator<<= ( + ::CORBA::Any &_tao_any, + ExtInterfaceDef_ptr *_tao_elem + ) + { + TAO::Any_Impl_T<ExtInterfaceDef>::insert ( + _tao_any, + ExtInterfaceDef::_tao_any_destructor, + _tc_ExtInterfaceDef, + *_tao_elem + ); + } + + ::CORBA::Boolean + operator>>= ( + const ::CORBA::Any &_tao_any, + ExtInterfaceDef_ptr &_tao_elem + ) + { + return + TAO::Any_Impl_T<ExtInterfaceDef>::extract ( + _tao_any, + ExtInterfaceDef::_tao_any_destructor, + _tc_ExtInterfaceDef, + _tao_elem + ); + } +} + +#else + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::ExtInterfaceDef_ptr _tao_elem ) { @@ -11656,7 +13683,7 @@ operator<<= ( // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::ExtInterfaceDef_ptr *_tao_elem ) { @@ -11668,9 +13695,9 @@ operator<<= ( ); } -CORBA::Boolean +::CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, + const ::CORBA::Any &_tao_any, CORBA::ExtInterfaceDef_ptr &_tao_elem ) { @@ -11682,27 +13709,109 @@ operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#endif // TAO_IDL - Generated from -// be\be_visitor_interface/any_op_cs.cpp:50 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/any_op_cs.cpp:51 + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + namespace TAO { template<> - CORBA::Boolean + ::CORBA::Boolean Any_Impl_T<CORBA::AbstractInterfaceDef>::to_object ( - CORBA::Object_ptr &_tao_elem + ::CORBA::Object_ptr &_tao_elem ) const { - _tao_elem = CORBA::Object::_duplicate (this->value_); + _tao_elem = ::CORBA::Object::_duplicate (this->value_); return true; } } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + + + // Copying insertion. + void + operator<<= ( + ::CORBA::Any &_tao_any, + AbstractInterfaceDef_ptr _tao_elem + ) + { + AbstractInterfaceDef_ptr _tao_objptr = + AbstractInterfaceDef::_duplicate (_tao_elem); + _tao_any <<= &_tao_objptr; + } + + // Non-copying insertion. + void + operator<<= ( + ::CORBA::Any &_tao_any, + AbstractInterfaceDef_ptr *_tao_elem + ) + { + TAO::Any_Impl_T<AbstractInterfaceDef>::insert ( + _tao_any, + AbstractInterfaceDef::_tao_any_destructor, + _tc_AbstractInterfaceDef, + *_tao_elem + ); + } + + ::CORBA::Boolean + operator>>= ( + const ::CORBA::Any &_tao_any, + AbstractInterfaceDef_ptr &_tao_elem + ) + { + return + TAO::Any_Impl_T<AbstractInterfaceDef>::extract ( + _tao_any, + AbstractInterfaceDef::_tao_any_destructor, + _tc_AbstractInterfaceDef, + _tao_elem + ); + } +} + +#else + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::AbstractInterfaceDef_ptr _tao_elem ) { @@ -11714,7 +13823,7 @@ operator<<= ( // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::AbstractInterfaceDef_ptr *_tao_elem ) { @@ -11726,9 +13835,9 @@ operator<<= ( ); } -CORBA::Boolean +::CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, + const ::CORBA::Any &_tao_any, CORBA::AbstractInterfaceDef_ptr &_tao_elem ) { @@ -11740,27 +13849,109 @@ operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#endif // TAO_IDL - Generated from -// be\be_visitor_interface/any_op_cs.cpp:50 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/any_op_cs.cpp:51 + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + namespace TAO { template<> - CORBA::Boolean + ::CORBA::Boolean Any_Impl_T<CORBA::ExtAbstractInterfaceDef>::to_object ( - CORBA::Object_ptr &_tao_elem + ::CORBA::Object_ptr &_tao_elem ) const { - _tao_elem = CORBA::Object::_duplicate (this->value_); + _tao_elem = ::CORBA::Object::_duplicate (this->value_); return true; } } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + + + // Copying insertion. + void + operator<<= ( + ::CORBA::Any &_tao_any, + ExtAbstractInterfaceDef_ptr _tao_elem + ) + { + ExtAbstractInterfaceDef_ptr _tao_objptr = + ExtAbstractInterfaceDef::_duplicate (_tao_elem); + _tao_any <<= &_tao_objptr; + } + + // Non-copying insertion. + void + operator<<= ( + ::CORBA::Any &_tao_any, + ExtAbstractInterfaceDef_ptr *_tao_elem + ) + { + TAO::Any_Impl_T<ExtAbstractInterfaceDef>::insert ( + _tao_any, + ExtAbstractInterfaceDef::_tao_any_destructor, + _tc_ExtAbstractInterfaceDef, + *_tao_elem + ); + } + + ::CORBA::Boolean + operator>>= ( + const ::CORBA::Any &_tao_any, + ExtAbstractInterfaceDef_ptr &_tao_elem + ) + { + return + TAO::Any_Impl_T<ExtAbstractInterfaceDef>::extract ( + _tao_any, + ExtAbstractInterfaceDef::_tao_any_destructor, + _tc_ExtAbstractInterfaceDef, + _tao_elem + ); + } +} + +#else + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::ExtAbstractInterfaceDef_ptr _tao_elem ) { @@ -11772,7 +13963,7 @@ operator<<= ( // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::ExtAbstractInterfaceDef_ptr *_tao_elem ) { @@ -11784,9 +13975,9 @@ operator<<= ( ); } -CORBA::Boolean +::CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, + const ::CORBA::Any &_tao_any, CORBA::ExtAbstractInterfaceDef_ptr &_tao_elem ) { @@ -11798,27 +13989,109 @@ operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#endif // TAO_IDL - Generated from -// be\be_visitor_interface/any_op_cs.cpp:50 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/any_op_cs.cpp:51 + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + namespace TAO { template<> - CORBA::Boolean + ::CORBA::Boolean Any_Impl_T<CORBA::LocalInterfaceDef>::to_object ( - CORBA::Object_ptr &_tao_elem + ::CORBA::Object_ptr &_tao_elem ) const { - _tao_elem = CORBA::Object::_duplicate (this->value_); + _tao_elem = ::CORBA::Object::_duplicate (this->value_); return true; } } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + + + // Copying insertion. + void + operator<<= ( + ::CORBA::Any &_tao_any, + LocalInterfaceDef_ptr _tao_elem + ) + { + LocalInterfaceDef_ptr _tao_objptr = + LocalInterfaceDef::_duplicate (_tao_elem); + _tao_any <<= &_tao_objptr; + } + + // Non-copying insertion. + void + operator<<= ( + ::CORBA::Any &_tao_any, + LocalInterfaceDef_ptr *_tao_elem + ) + { + TAO::Any_Impl_T<LocalInterfaceDef>::insert ( + _tao_any, + LocalInterfaceDef::_tao_any_destructor, + _tc_LocalInterfaceDef, + *_tao_elem + ); + } + + ::CORBA::Boolean + operator>>= ( + const ::CORBA::Any &_tao_any, + LocalInterfaceDef_ptr &_tao_elem + ) + { + return + TAO::Any_Impl_T<LocalInterfaceDef>::extract ( + _tao_any, + LocalInterfaceDef::_tao_any_destructor, + _tc_LocalInterfaceDef, + _tao_elem + ); + } +} + +#else + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::LocalInterfaceDef_ptr _tao_elem ) { @@ -11830,7 +14103,7 @@ operator<<= ( // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::LocalInterfaceDef_ptr *_tao_elem ) { @@ -11842,9 +14115,9 @@ operator<<= ( ); } -CORBA::Boolean +::CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, + const ::CORBA::Any &_tao_any, CORBA::LocalInterfaceDef_ptr &_tao_elem ) { @@ -11856,27 +14129,109 @@ operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#endif // TAO_IDL - Generated from -// be\be_visitor_interface/any_op_cs.cpp:50 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/any_op_cs.cpp:51 + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + namespace TAO { template<> - CORBA::Boolean + ::CORBA::Boolean Any_Impl_T<CORBA::ExtLocalInterfaceDef>::to_object ( - CORBA::Object_ptr &_tao_elem + ::CORBA::Object_ptr &_tao_elem ) const { - _tao_elem = CORBA::Object::_duplicate (this->value_); + _tao_elem = ::CORBA::Object::_duplicate (this->value_); return true; } } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + + + // Copying insertion. + void + operator<<= ( + ::CORBA::Any &_tao_any, + ExtLocalInterfaceDef_ptr _tao_elem + ) + { + ExtLocalInterfaceDef_ptr _tao_objptr = + ExtLocalInterfaceDef::_duplicate (_tao_elem); + _tao_any <<= &_tao_objptr; + } + + // Non-copying insertion. + void + operator<<= ( + ::CORBA::Any &_tao_any, + ExtLocalInterfaceDef_ptr *_tao_elem + ) + { + TAO::Any_Impl_T<ExtLocalInterfaceDef>::insert ( + _tao_any, + ExtLocalInterfaceDef::_tao_any_destructor, + _tc_ExtLocalInterfaceDef, + *_tao_elem + ); + } + + ::CORBA::Boolean + operator>>= ( + const ::CORBA::Any &_tao_any, + ExtLocalInterfaceDef_ptr &_tao_elem + ) + { + return + TAO::Any_Impl_T<ExtLocalInterfaceDef>::extract ( + _tao_any, + ExtLocalInterfaceDef::_tao_any_destructor, + _tc_ExtLocalInterfaceDef, + _tao_elem + ); + } +} + +#else + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::ExtLocalInterfaceDef_ptr _tao_elem ) { @@ -11888,7 +14243,7 @@ operator<<= ( // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::ExtLocalInterfaceDef_ptr *_tao_elem ) { @@ -11900,9 +14255,9 @@ operator<<= ( ); } -CORBA::Boolean +::CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, + const ::CORBA::Any &_tao_any, CORBA::ExtLocalInterfaceDef_ptr &_tao_elem ) { @@ -11914,104 +14269,162 @@ operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#endif // TAO_IDL - Generated from -// be\be_visitor_enum/cdr_op_cs.cpp:51 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_enum/cdr_op_cs.cpp:51 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL -CORBA::Boolean operator<< (TAO_OutputCDR & strm, CORBA::PrimitiveKind _tao_enumerator) +::CORBA::Boolean operator<< (TAO_OutputCDR & strm, CORBA::PrimitiveKind _tao_enumerator) { - return strm << static_cast<CORBA::ULong> (_tao_enumerator); + return strm << static_cast< ::CORBA::ULong> (_tao_enumerator); } -CORBA::Boolean operator>> (TAO_InputCDR & strm, CORBA::PrimitiveKind & _tao_enumerator) +::CORBA::Boolean operator>> (TAO_InputCDR & strm, CORBA::PrimitiveKind & _tao_enumerator) { - CORBA::ULong _tao_temp = 0; - CORBA::Boolean const _tao_success = strm >> _tao_temp; - + ::CORBA::ULong _tao_temp = 0; + ::CORBA::Boolean const _tao_success = strm >> _tao_temp; + if (_tao_success) { _tao_enumerator = static_cast<CORBA::PrimitiveKind> (_tao_temp); } - + return _tao_success; } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + // TAO_IDL - Generated from -// be\be_visitor_interface/cdr_op_cs.cpp:63 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/cdr_op_cs.cpp:63 + + +TAO_END_VERSIONED_NAMESPACE_DECL -CORBA::Boolean operator<< ( + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::Repository_ptr _tao_objref ) { - CORBA::Object_ptr _tao_corba_obj = _tao_objref; + ::CORBA::Object_ptr _tao_corba_obj = _tao_objref; return (strm << _tao_corba_obj); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::Repository_ptr &_tao_objref ) { - CORBA::Object_var obj; - + ::CORBA::Object_var obj; + if (!(strm >> obj.inout ())) { return false; } - + typedef ::CORBA::Repository RHS_SCOPED_NAME; - + // Narrow to the right type. _tao_objref = TAO::Narrow_Utils<RHS_SCOPED_NAME>::unchecked_narrow ( obj.in (), CORBA__TAO_Repository_Proxy_Broker_Factory_function_pointer ); - - return 1; + + return true; } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + // TAO_IDL - Generated from -// be\be_visitor_interface/cdr_op_cs.cpp:63 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/cdr_op_cs.cpp:63 + + +TAO_END_VERSIONED_NAMESPACE_DECL -CORBA::Boolean operator<< ( + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::ModuleDef_ptr _tao_objref ) { - CORBA::Object_ptr _tao_corba_obj = _tao_objref; + ::CORBA::Object_ptr _tao_corba_obj = _tao_objref; return (strm << _tao_corba_obj); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::ModuleDef_ptr &_tao_objref ) { - CORBA::Object_var obj; - + ::CORBA::Object_var obj; + if (!(strm >> obj.inout ())) { return false; } - + typedef ::CORBA::ModuleDef RHS_SCOPED_NAME; - + // Narrow to the right type. _tao_objref = TAO::Narrow_Utils<RHS_SCOPED_NAME>::unchecked_narrow ( obj.in (), CORBA__TAO_ModuleDef_Proxy_Broker_Factory_function_pointer ); - - return 1; + + return true; } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + // TAO_IDL - Generated from -// be\be_visitor_structure/cdr_op_cs.cpp:61 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/cdr_op_cs.cpp:61 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL -CORBA::Boolean operator<< ( +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::ModuleDescription &_tao_aggregate ) @@ -12023,7 +14436,7 @@ CORBA::Boolean operator<< ( (strm << _tao_aggregate.version.in ()); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::ModuleDescription &_tao_aggregate ) @@ -12034,47 +14447,75 @@ CORBA::Boolean operator>> ( (strm >> _tao_aggregate.defined_in.out ()) && (strm >> _tao_aggregate.version.out ()); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + // TAO_IDL - Generated from -// be\be_visitor_interface/cdr_op_cs.cpp:63 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/cdr_op_cs.cpp:63 + -CORBA::Boolean operator<< ( +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::ConstantDef_ptr _tao_objref ) { - CORBA::Object_ptr _tao_corba_obj = _tao_objref; + ::CORBA::Object_ptr _tao_corba_obj = _tao_objref; return (strm << _tao_corba_obj); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::ConstantDef_ptr &_tao_objref ) { - CORBA::Object_var obj; - + ::CORBA::Object_var obj; + if (!(strm >> obj.inout ())) { return false; } - + typedef ::CORBA::ConstantDef RHS_SCOPED_NAME; - + // Narrow to the right type. _tao_objref = TAO::Narrow_Utils<RHS_SCOPED_NAME>::unchecked_narrow ( obj.in (), CORBA__TAO_ConstantDef_Proxy_Broker_Factory_function_pointer ); - - return 1; + + return true; } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + // TAO_IDL - Generated from -// be\be_visitor_structure/cdr_op_cs.cpp:61 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/cdr_op_cs.cpp:61 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL -CORBA::Boolean operator<< ( +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::ConstantDescription &_tao_aggregate ) @@ -12088,7 +14529,7 @@ CORBA::Boolean operator<< ( (strm << _tao_aggregate.value); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::ConstantDescription &_tao_aggregate ) @@ -12101,410 +14542,576 @@ CORBA::Boolean operator>> ( (strm >> _tao_aggregate.type.out ()) && (strm >> _tao_aggregate.value); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + // TAO_IDL - Generated from -// be\be_visitor_interface/cdr_op_cs.cpp:63 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/cdr_op_cs.cpp:63 + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL -CORBA::Boolean operator<< ( +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::StructDef_ptr _tao_objref ) { - CORBA::Object_ptr _tao_corba_obj = _tao_objref; + ::CORBA::Object_ptr _tao_corba_obj = _tao_objref; return (strm << _tao_corba_obj); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::StructDef_ptr &_tao_objref ) { - CORBA::Object_var obj; - + ::CORBA::Object_var obj; + if (!(strm >> obj.inout ())) { return false; } - + typedef ::CORBA::StructDef RHS_SCOPED_NAME; - + // Narrow to the right type. _tao_objref = TAO::Narrow_Utils<RHS_SCOPED_NAME>::unchecked_narrow ( obj.in (), CORBA__TAO_StructDef_Proxy_Broker_Factory_function_pointer ); - - return 1; + + return true; } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + // TAO_IDL - Generated from -// be\be_visitor_interface/cdr_op_cs.cpp:63 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/cdr_op_cs.cpp:63 + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL -CORBA::Boolean operator<< ( +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::UnionDef_ptr _tao_objref ) { - CORBA::Object_ptr _tao_corba_obj = _tao_objref; + ::CORBA::Object_ptr _tao_corba_obj = _tao_objref; return (strm << _tao_corba_obj); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::UnionDef_ptr &_tao_objref ) { - CORBA::Object_var obj; - + ::CORBA::Object_var obj; + if (!(strm >> obj.inout ())) { return false; } - + typedef ::CORBA::UnionDef RHS_SCOPED_NAME; - + // Narrow to the right type. _tao_objref = TAO::Narrow_Utils<RHS_SCOPED_NAME>::unchecked_narrow ( obj.in (), CORBA__TAO_UnionDef_Proxy_Broker_Factory_function_pointer ); - - return 1; + + return true; } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + // TAO_IDL - Generated from -// be\be_visitor_interface/cdr_op_cs.cpp:63 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/cdr_op_cs.cpp:63 + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL -CORBA::Boolean operator<< ( +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::EnumDef_ptr _tao_objref ) { - CORBA::Object_ptr _tao_corba_obj = _tao_objref; + ::CORBA::Object_ptr _tao_corba_obj = _tao_objref; return (strm << _tao_corba_obj); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::EnumDef_ptr &_tao_objref ) { - CORBA::Object_var obj; - + ::CORBA::Object_var obj; + if (!(strm >> obj.inout ())) { return false; } - + typedef ::CORBA::EnumDef RHS_SCOPED_NAME; - + // Narrow to the right type. _tao_objref = TAO::Narrow_Utils<RHS_SCOPED_NAME>::unchecked_narrow ( obj.in (), CORBA__TAO_EnumDef_Proxy_Broker_Factory_function_pointer ); - - return 1; + + return true; } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + // TAO_IDL - Generated from -// be\be_visitor_interface/cdr_op_cs.cpp:63 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/cdr_op_cs.cpp:63 + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL -CORBA::Boolean operator<< ( +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::AliasDef_ptr _tao_objref ) { - CORBA::Object_ptr _tao_corba_obj = _tao_objref; + ::CORBA::Object_ptr _tao_corba_obj = _tao_objref; return (strm << _tao_corba_obj); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::AliasDef_ptr &_tao_objref ) { - CORBA::Object_var obj; - + ::CORBA::Object_var obj; + if (!(strm >> obj.inout ())) { return false; } - + typedef ::CORBA::AliasDef RHS_SCOPED_NAME; - + // Narrow to the right type. _tao_objref = TAO::Narrow_Utils<RHS_SCOPED_NAME>::unchecked_narrow ( obj.in (), CORBA__TAO_AliasDef_Proxy_Broker_Factory_function_pointer ); - - return 1; + + return true; } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + // TAO_IDL - Generated from -// be\be_visitor_interface/cdr_op_cs.cpp:63 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/cdr_op_cs.cpp:63 + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL -CORBA::Boolean operator<< ( +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::NativeDef_ptr _tao_objref ) { - CORBA::Object_ptr _tao_corba_obj = _tao_objref; + ::CORBA::Object_ptr _tao_corba_obj = _tao_objref; return (strm << _tao_corba_obj); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::NativeDef_ptr &_tao_objref ) { - CORBA::Object_var obj; - + ::CORBA::Object_var obj; + if (!(strm >> obj.inout ())) { return false; } - + typedef ::CORBA::NativeDef RHS_SCOPED_NAME; - + // Narrow to the right type. _tao_objref = TAO::Narrow_Utils<RHS_SCOPED_NAME>::unchecked_narrow ( obj.in (), CORBA__TAO_NativeDef_Proxy_Broker_Factory_function_pointer ); - - return 1; + + return true; } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + // TAO_IDL - Generated from -// be\be_visitor_interface/cdr_op_cs.cpp:63 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/cdr_op_cs.cpp:63 + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL -CORBA::Boolean operator<< ( +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::PrimitiveDef_ptr _tao_objref ) { - CORBA::Object_ptr _tao_corba_obj = _tao_objref; + ::CORBA::Object_ptr _tao_corba_obj = _tao_objref; return (strm << _tao_corba_obj); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::PrimitiveDef_ptr &_tao_objref ) { - CORBA::Object_var obj; - + ::CORBA::Object_var obj; + if (!(strm >> obj.inout ())) { return false; } - + typedef ::CORBA::PrimitiveDef RHS_SCOPED_NAME; - + // Narrow to the right type. _tao_objref = TAO::Narrow_Utils<RHS_SCOPED_NAME>::unchecked_narrow ( obj.in (), CORBA__TAO_PrimitiveDef_Proxy_Broker_Factory_function_pointer ); - - return 1; + + return true; } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + // TAO_IDL - Generated from -// be\be_visitor_interface/cdr_op_cs.cpp:63 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/cdr_op_cs.cpp:63 + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL -CORBA::Boolean operator<< ( +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::StringDef_ptr _tao_objref ) { - CORBA::Object_ptr _tao_corba_obj = _tao_objref; + ::CORBA::Object_ptr _tao_corba_obj = _tao_objref; return (strm << _tao_corba_obj); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::StringDef_ptr &_tao_objref ) { - CORBA::Object_var obj; - + ::CORBA::Object_var obj; + if (!(strm >> obj.inout ())) { return false; } - + typedef ::CORBA::StringDef RHS_SCOPED_NAME; - + // Narrow to the right type. _tao_objref = TAO::Narrow_Utils<RHS_SCOPED_NAME>::unchecked_narrow ( obj.in (), CORBA__TAO_StringDef_Proxy_Broker_Factory_function_pointer ); - - return 1; + + return true; } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + // TAO_IDL - Generated from -// be\be_visitor_interface/cdr_op_cs.cpp:63 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/cdr_op_cs.cpp:63 + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL -CORBA::Boolean operator<< ( +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::WstringDef_ptr _tao_objref ) { - CORBA::Object_ptr _tao_corba_obj = _tao_objref; + ::CORBA::Object_ptr _tao_corba_obj = _tao_objref; return (strm << _tao_corba_obj); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::WstringDef_ptr &_tao_objref ) { - CORBA::Object_var obj; - + ::CORBA::Object_var obj; + if (!(strm >> obj.inout ())) { return false; } - + typedef ::CORBA::WstringDef RHS_SCOPED_NAME; - + // Narrow to the right type. _tao_objref = TAO::Narrow_Utils<RHS_SCOPED_NAME>::unchecked_narrow ( obj.in (), CORBA__TAO_WstringDef_Proxy_Broker_Factory_function_pointer ); - - return 1; + + return true; } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + // TAO_IDL - Generated from -// be\be_visitor_interface/cdr_op_cs.cpp:63 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/cdr_op_cs.cpp:63 + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL -CORBA::Boolean operator<< ( +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::SequenceDef_ptr _tao_objref ) { - CORBA::Object_ptr _tao_corba_obj = _tao_objref; + ::CORBA::Object_ptr _tao_corba_obj = _tao_objref; return (strm << _tao_corba_obj); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::SequenceDef_ptr &_tao_objref ) { - CORBA::Object_var obj; - + ::CORBA::Object_var obj; + if (!(strm >> obj.inout ())) { return false; } - + typedef ::CORBA::SequenceDef RHS_SCOPED_NAME; - + // Narrow to the right type. _tao_objref = TAO::Narrow_Utils<RHS_SCOPED_NAME>::unchecked_narrow ( obj.in (), CORBA__TAO_SequenceDef_Proxy_Broker_Factory_function_pointer ); - - return 1; + + return true; } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + // TAO_IDL - Generated from -// be\be_visitor_interface/cdr_op_cs.cpp:63 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/cdr_op_cs.cpp:63 + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL -CORBA::Boolean operator<< ( +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::ArrayDef_ptr _tao_objref ) { - CORBA::Object_ptr _tao_corba_obj = _tao_objref; + ::CORBA::Object_ptr _tao_corba_obj = _tao_objref; return (strm << _tao_corba_obj); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::ArrayDef_ptr &_tao_objref ) { - CORBA::Object_var obj; - + ::CORBA::Object_var obj; + if (!(strm >> obj.inout ())) { return false; } - + typedef ::CORBA::ArrayDef RHS_SCOPED_NAME; - + // Narrow to the right type. _tao_objref = TAO::Narrow_Utils<RHS_SCOPED_NAME>::unchecked_narrow ( obj.in (), CORBA__TAO_ArrayDef_Proxy_Broker_Factory_function_pointer ); - - return 1; + + return true; } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + // TAO_IDL - Generated from -// be\be_visitor_interface/cdr_op_cs.cpp:63 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/cdr_op_cs.cpp:63 + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL -CORBA::Boolean operator<< ( +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::ExceptionDef_ptr _tao_objref ) { - CORBA::Object_ptr _tao_corba_obj = _tao_objref; + ::CORBA::Object_ptr _tao_corba_obj = _tao_objref; return (strm << _tao_corba_obj); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::ExceptionDef_ptr &_tao_objref ) { - CORBA::Object_var obj; - + ::CORBA::Object_var obj; + if (!(strm >> obj.inout ())) { return false; } - + typedef ::CORBA::ExceptionDef RHS_SCOPED_NAME; - + // Narrow to the right type. _tao_objref = TAO::Narrow_Utils<RHS_SCOPED_NAME>::unchecked_narrow ( obj.in (), CORBA__TAO_ExceptionDef_Proxy_Broker_Factory_function_pointer ); - - return 1; + + return true; } -// TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_cs.cpp:96 +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/cdr_op_cs.cpp:96 #if !defined _TAO_CDR_OP_CORBA_ExceptionDefSeq_CPP_ #define _TAO_CDR_OP_CORBA_ExceptionDefSeq_CPP_ -CORBA::Boolean operator<< ( + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::ExceptionDefSeq &_tao_sequence ) @@ -12512,7 +15119,7 @@ CORBA::Boolean operator<< ( return TAO::marshal_sequence(strm, _tao_sequence); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::ExceptionDefSeq &_tao_sequence ) @@ -12520,69 +15127,110 @@ CORBA::Boolean operator>> ( return TAO::demarshal_sequence(strm, _tao_sequence); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + #endif /* _TAO_CDR_OP_CORBA_ExceptionDefSeq_CPP_ */ // TAO_IDL - Generated from -// be\be_visitor_enum/cdr_op_cs.cpp:51 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_enum/cdr_op_cs.cpp:51 + + + +TAO_END_VERSIONED_NAMESPACE_DECL -CORBA::Boolean operator<< (TAO_OutputCDR & strm, CORBA::AttributeMode _tao_enumerator) + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +::CORBA::Boolean operator<< (TAO_OutputCDR & strm, CORBA::AttributeMode _tao_enumerator) { - return strm << static_cast<CORBA::ULong> (_tao_enumerator); + return strm << static_cast< ::CORBA::ULong> (_tao_enumerator); } -CORBA::Boolean operator>> (TAO_InputCDR & strm, CORBA::AttributeMode & _tao_enumerator) +::CORBA::Boolean operator>> (TAO_InputCDR & strm, CORBA::AttributeMode & _tao_enumerator) { - CORBA::ULong _tao_temp = 0; - CORBA::Boolean const _tao_success = strm >> _tao_temp; - + ::CORBA::ULong _tao_temp = 0; + ::CORBA::Boolean const _tao_success = strm >> _tao_temp; + if (_tao_success) { _tao_enumerator = static_cast<CORBA::AttributeMode> (_tao_temp); } - + return _tao_success; } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + // TAO_IDL - Generated from -// be\be_visitor_interface/cdr_op_cs.cpp:63 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/cdr_op_cs.cpp:63 + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL -CORBA::Boolean operator<< ( +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::AttributeDef_ptr _tao_objref ) { - CORBA::Object_ptr _tao_corba_obj = _tao_objref; + ::CORBA::Object_ptr _tao_corba_obj = _tao_objref; return (strm << _tao_corba_obj); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::AttributeDef_ptr &_tao_objref ) { - CORBA::Object_var obj; - + ::CORBA::Object_var obj; + if (!(strm >> obj.inout ())) { return false; } - + typedef ::CORBA::AttributeDef RHS_SCOPED_NAME; - + // Narrow to the right type. _tao_objref = TAO::Narrow_Utils<RHS_SCOPED_NAME>::unchecked_narrow ( obj.in (), CORBA__TAO_AttributeDef_Proxy_Broker_Factory_function_pointer ); - - return 1; + + return true; } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + // TAO_IDL - Generated from -// be\be_visitor_structure/cdr_op_cs.cpp:61 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/cdr_op_cs.cpp:61 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + -CORBA::Boolean operator<< ( +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::AttributeDescription &_tao_aggregate ) @@ -12596,7 +15244,7 @@ CORBA::Boolean operator<< ( (strm << _tao_aggregate.mode); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::AttributeDescription &_tao_aggregate ) @@ -12609,11 +15257,25 @@ CORBA::Boolean operator>> ( (strm >> _tao_aggregate.type.out ()) && (strm >> _tao_aggregate.mode); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + // TAO_IDL - Generated from -// be\be_visitor_structure/cdr_op_cs.cpp:61 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/cdr_op_cs.cpp:61 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL -CORBA::Boolean operator<< ( +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::ExtAttributeDescription &_tao_aggregate ) @@ -12629,7 +15291,7 @@ CORBA::Boolean operator<< ( (strm << _tao_aggregate.put_exceptions); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::ExtAttributeDescription &_tao_aggregate ) @@ -12644,68 +15306,110 @@ CORBA::Boolean operator>> ( (strm >> _tao_aggregate.get_exceptions) && (strm >> _tao_aggregate.put_exceptions); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + // TAO_IDL - Generated from -// be\be_visitor_interface/cdr_op_cs.cpp:63 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/cdr_op_cs.cpp:63 + -CORBA::Boolean operator<< ( +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::ExtAttributeDef_ptr _tao_objref ) { - CORBA::Object_ptr _tao_corba_obj = _tao_objref; + ::CORBA::Object_ptr _tao_corba_obj = _tao_objref; return (strm << _tao_corba_obj); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::ExtAttributeDef_ptr &_tao_objref ) { - CORBA::Object_var obj; - + ::CORBA::Object_var obj; + if (!(strm >> obj.inout ())) { return false; } - + typedef ::CORBA::ExtAttributeDef RHS_SCOPED_NAME; - + // Narrow to the right type. _tao_objref = TAO::Narrow_Utils<RHS_SCOPED_NAME>::unchecked_narrow ( obj.in (), CORBA__TAO_ExtAttributeDef_Proxy_Broker_Factory_function_pointer ); - - return 1; + + return true; } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + // TAO_IDL - Generated from -// be\be_visitor_enum/cdr_op_cs.cpp:51 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_enum/cdr_op_cs.cpp:51 + -CORBA::Boolean operator<< (TAO_OutputCDR & strm, CORBA::OperationMode _tao_enumerator) + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +::CORBA::Boolean operator<< (TAO_OutputCDR & strm, CORBA::OperationMode _tao_enumerator) { - return strm << static_cast<CORBA::ULong> (_tao_enumerator); + return strm << static_cast< ::CORBA::ULong> (_tao_enumerator); } -CORBA::Boolean operator>> (TAO_InputCDR & strm, CORBA::OperationMode & _tao_enumerator) +::CORBA::Boolean operator>> (TAO_InputCDR & strm, CORBA::OperationMode & _tao_enumerator) { - CORBA::ULong _tao_temp = 0; - CORBA::Boolean const _tao_success = strm >> _tao_temp; - + ::CORBA::ULong _tao_temp = 0; + ::CORBA::Boolean const _tao_success = strm >> _tao_temp; + if (_tao_success) { _tao_enumerator = static_cast<CORBA::OperationMode> (_tao_temp); } - + return _tao_success; } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + // TAO_IDL - Generated from -// be\be_visitor_structure/cdr_op_cs.cpp:61 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/cdr_op_cs.cpp:61 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL -CORBA::Boolean operator<< ( +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::ParameterDescription &_tao_aggregate ) @@ -12713,14 +15417,14 @@ CORBA::Boolean operator<< ( return (strm << _tao_aggregate.name.in ()) && (strm << _tao_aggregate.type.in ()) && - CORBA::Object::marshal ( + ::CORBA::Object::marshal ( _tao_aggregate.type_def.in (), strm ) && (strm << _tao_aggregate.mode); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::ParameterDescription &_tao_aggregate ) @@ -12731,14 +15435,26 @@ CORBA::Boolean operator>> ( (strm >> _tao_aggregate.type_def.out ()) && (strm >> _tao_aggregate.mode); } +TAO_END_VERSIONED_NAMESPACE_DECL -// TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_cs.cpp:96 +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/cdr_op_cs.cpp:96 #if !defined _TAO_CDR_OP_CORBA_ParDescriptionSeq_CPP_ #define _TAO_CDR_OP_CORBA_ParDescriptionSeq_CPP_ -CORBA::Boolean operator<< ( + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::ParDescriptionSeq &_tao_sequence ) @@ -12746,7 +15462,7 @@ CORBA::Boolean operator<< ( return TAO::marshal_sequence(strm, _tao_sequence); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::ParDescriptionSeq &_tao_sequence ) @@ -12754,15 +15470,26 @@ CORBA::Boolean operator>> ( return TAO::demarshal_sequence(strm, _tao_sequence); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + #endif /* _TAO_CDR_OP_CORBA_ParDescriptionSeq_CPP_ */ // TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_cs.cpp:96 - +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/cdr_op_cs.cpp:96 #if !defined _TAO_CDR_OP_CORBA_ContextIdSeq_CPP_ #define _TAO_CDR_OP_CORBA_ContextIdSeq_CPP_ -CORBA::Boolean operator<< ( + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::ContextIdSeq &_tao_sequence ) @@ -12770,7 +15497,7 @@ CORBA::Boolean operator<< ( return TAO::marshal_sequence(strm, _tao_sequence); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::ContextIdSeq &_tao_sequence ) @@ -12778,48 +15505,75 @@ CORBA::Boolean operator>> ( return TAO::demarshal_sequence(strm, _tao_sequence); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + #endif /* _TAO_CDR_OP_CORBA_ContextIdSeq_CPP_ */ // TAO_IDL - Generated from -// be\be_visitor_interface/cdr_op_cs.cpp:63 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/cdr_op_cs.cpp:63 + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL -CORBA::Boolean operator<< ( +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::OperationDef_ptr _tao_objref ) { - CORBA::Object_ptr _tao_corba_obj = _tao_objref; + ::CORBA::Object_ptr _tao_corba_obj = _tao_objref; return (strm << _tao_corba_obj); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::OperationDef_ptr &_tao_objref ) { - CORBA::Object_var obj; - + ::CORBA::Object_var obj; + if (!(strm >> obj.inout ())) { return false; } - + typedef ::CORBA::OperationDef RHS_SCOPED_NAME; - + // Narrow to the right type. _tao_objref = TAO::Narrow_Utils<RHS_SCOPED_NAME>::unchecked_narrow ( obj.in (), CORBA__TAO_OperationDef_Proxy_Broker_Factory_function_pointer ); - - return 1; + + return true; } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + // TAO_IDL - Generated from -// be\be_visitor_structure/cdr_op_cs.cpp:61 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/cdr_op_cs.cpp:61 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + -CORBA::Boolean operator<< ( +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::OperationDescription &_tao_aggregate ) @@ -12836,7 +15590,7 @@ CORBA::Boolean operator<< ( (strm << _tao_aggregate.exceptions); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::OperationDescription &_tao_aggregate ) @@ -12852,14 +15606,26 @@ CORBA::Boolean operator>> ( (strm >> _tao_aggregate.parameters) && (strm >> _tao_aggregate.exceptions); } +TAO_END_VERSIONED_NAMESPACE_DECL -// TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_cs.cpp:96 +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/cdr_op_cs.cpp:96 #if !defined _TAO_CDR_OP_CORBA_RepositoryIdSeq_CPP_ #define _TAO_CDR_OP_CORBA_RepositoryIdSeq_CPP_ -CORBA::Boolean operator<< ( + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::RepositoryIdSeq &_tao_sequence ) @@ -12867,7 +15633,7 @@ CORBA::Boolean operator<< ( return TAO::marshal_sequence(strm, _tao_sequence); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::RepositoryIdSeq &_tao_sequence ) @@ -12875,15 +15641,26 @@ CORBA::Boolean operator>> ( return TAO::demarshal_sequence(strm, _tao_sequence); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + #endif /* _TAO_CDR_OP_CORBA_RepositoryIdSeq_CPP_ */ // TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_cs.cpp:96 - +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/cdr_op_cs.cpp:96 #if !defined _TAO_CDR_OP_CORBA_OpDescriptionSeq_CPP_ #define _TAO_CDR_OP_CORBA_OpDescriptionSeq_CPP_ -CORBA::Boolean operator<< ( + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::OpDescriptionSeq &_tao_sequence ) @@ -12891,7 +15668,7 @@ CORBA::Boolean operator<< ( return TAO::marshal_sequence(strm, _tao_sequence); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::OpDescriptionSeq &_tao_sequence ) @@ -12899,15 +15676,26 @@ CORBA::Boolean operator>> ( return TAO::demarshal_sequence(strm, _tao_sequence); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + #endif /* _TAO_CDR_OP_CORBA_OpDescriptionSeq_CPP_ */ // TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_cs.cpp:96 - +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/cdr_op_cs.cpp:96 #if !defined _TAO_CDR_OP_CORBA_AttrDescriptionSeq_CPP_ #define _TAO_CDR_OP_CORBA_AttrDescriptionSeq_CPP_ -CORBA::Boolean operator<< ( + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::AttrDescriptionSeq &_tao_sequence ) @@ -12915,7 +15703,7 @@ CORBA::Boolean operator<< ( return TAO::marshal_sequence(strm, _tao_sequence); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::AttrDescriptionSeq &_tao_sequence ) @@ -12923,15 +15711,26 @@ CORBA::Boolean operator>> ( return TAO::demarshal_sequence(strm, _tao_sequence); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + #endif /* _TAO_CDR_OP_CORBA_AttrDescriptionSeq_CPP_ */ // TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_cs.cpp:96 - +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/cdr_op_cs.cpp:96 #if !defined _TAO_CDR_OP_CORBA_ExtAttrDescriptionSeq_CPP_ #define _TAO_CDR_OP_CORBA_ExtAttrDescriptionSeq_CPP_ -CORBA::Boolean operator<< ( + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::ExtAttrDescriptionSeq &_tao_sequence ) @@ -12939,7 +15738,7 @@ CORBA::Boolean operator<< ( return TAO::marshal_sequence(strm, _tao_sequence); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::ExtAttrDescriptionSeq &_tao_sequence ) @@ -12947,12 +15746,25 @@ CORBA::Boolean operator>> ( return TAO::demarshal_sequence(strm, _tao_sequence); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + #endif /* _TAO_CDR_OP_CORBA_ExtAttrDescriptionSeq_CPP_ */ // TAO_IDL - Generated from -// be\be_visitor_structure/cdr_op_cs.cpp:61 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/cdr_op_cs.cpp:61 + + + +TAO_END_VERSIONED_NAMESPACE_DECL -CORBA::Boolean operator<< ( + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::InterfaceDef::FullInterfaceDescription &_tao_aggregate ) @@ -12968,7 +15780,7 @@ CORBA::Boolean operator<< ( (strm << _tao_aggregate.type.in ()); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::InterfaceDef::FullInterfaceDescription &_tao_aggregate ) @@ -12983,47 +15795,75 @@ CORBA::Boolean operator>> ( (strm >> _tao_aggregate.base_interfaces) && (strm >> _tao_aggregate.type.out ()); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + // TAO_IDL - Generated from -// be\be_visitor_interface/cdr_op_cs.cpp:63 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/cdr_op_cs.cpp:63 + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL -CORBA::Boolean operator<< ( +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::InterfaceDef_ptr _tao_objref ) { - CORBA::Object_ptr _tao_corba_obj = _tao_objref; + ::CORBA::Object_ptr _tao_corba_obj = _tao_objref; return (strm << _tao_corba_obj); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::InterfaceDef_ptr &_tao_objref ) { - CORBA::Object_var obj; - + ::CORBA::Object_var obj; + if (!(strm >> obj.inout ())) { return false; } - + typedef ::CORBA::InterfaceDef RHS_SCOPED_NAME; - + // Narrow to the right type. _tao_objref = TAO::Narrow_Utils<RHS_SCOPED_NAME>::unchecked_narrow ( obj.in (), CORBA__TAO_InterfaceDef_Proxy_Broker_Factory_function_pointer ); - - return 1; + + return true; } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + // TAO_IDL - Generated from -// be\be_visitor_structure/cdr_op_cs.cpp:61 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/cdr_op_cs.cpp:61 + + -CORBA::Boolean operator<< ( +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::InterfaceDescription &_tao_aggregate ) @@ -13036,7 +15876,7 @@ CORBA::Boolean operator<< ( (strm << _tao_aggregate.base_interfaces); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::InterfaceDescription &_tao_aggregate ) @@ -13048,11 +15888,25 @@ CORBA::Boolean operator>> ( (strm >> _tao_aggregate.version.out ()) && (strm >> _tao_aggregate.base_interfaces); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + // TAO_IDL - Generated from -// be\be_visitor_structure/cdr_op_cs.cpp:61 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/cdr_op_cs.cpp:61 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL -CORBA::Boolean operator<< ( +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::InterfaceAttrExtension::ExtFullInterfaceDescription &_tao_aggregate ) @@ -13068,7 +15922,7 @@ CORBA::Boolean operator<< ( (strm << _tao_aggregate.type.in ()); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::InterfaceAttrExtension::ExtFullInterfaceDescription &_tao_aggregate ) @@ -13083,221 +15937,315 @@ CORBA::Boolean operator>> ( (strm >> _tao_aggregate.base_interfaces) && (strm >> _tao_aggregate.type.out ()); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + // TAO_IDL - Generated from -// be\be_visitor_interface/cdr_op_cs.cpp:63 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/cdr_op_cs.cpp:63 + + +TAO_END_VERSIONED_NAMESPACE_DECL + -CORBA::Boolean operator<< ( +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::InterfaceAttrExtension_ptr _tao_objref ) { - CORBA::Object_ptr _tao_corba_obj = _tao_objref; + ::CORBA::Object_ptr _tao_corba_obj = _tao_objref; return (strm << _tao_corba_obj); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::InterfaceAttrExtension_ptr &_tao_objref ) { - CORBA::Object_var obj; - + ::CORBA::Object_var obj; + if (!(strm >> obj.inout ())) { return false; } - + typedef ::CORBA::InterfaceAttrExtension RHS_SCOPED_NAME; - + // Narrow to the right type. _tao_objref = TAO::Narrow_Utils<RHS_SCOPED_NAME>::unchecked_narrow ( obj.in (), CORBA__TAO_InterfaceAttrExtension_Proxy_Broker_Factory_function_pointer ); - - return 1; + + return true; } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + // TAO_IDL - Generated from -// be\be_visitor_interface/cdr_op_cs.cpp:63 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/cdr_op_cs.cpp:63 + + +TAO_END_VERSIONED_NAMESPACE_DECL + -CORBA::Boolean operator<< ( +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::ExtInterfaceDef_ptr _tao_objref ) { - CORBA::Object_ptr _tao_corba_obj = _tao_objref; + ::CORBA::Object_ptr _tao_corba_obj = _tao_objref; return (strm << _tao_corba_obj); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::ExtInterfaceDef_ptr &_tao_objref ) { - CORBA::Object_var obj; - + ::CORBA::Object_var obj; + if (!(strm >> obj.inout ())) { return false; } - + typedef ::CORBA::ExtInterfaceDef RHS_SCOPED_NAME; - + // Narrow to the right type. _tao_objref = TAO::Narrow_Utils<RHS_SCOPED_NAME>::unchecked_narrow ( obj.in (), CORBA__TAO_ExtInterfaceDef_Proxy_Broker_Factory_function_pointer ); - - return 1; + + return true; } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + // TAO_IDL - Generated from -// be\be_visitor_interface/cdr_op_cs.cpp:63 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/cdr_op_cs.cpp:63 + + +TAO_END_VERSIONED_NAMESPACE_DECL + -CORBA::Boolean operator<< ( +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::AbstractInterfaceDef_ptr _tao_objref ) { - CORBA::Object_ptr _tao_corba_obj = _tao_objref; + ::CORBA::Object_ptr _tao_corba_obj = _tao_objref; return (strm << _tao_corba_obj); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::AbstractInterfaceDef_ptr &_tao_objref ) { - CORBA::Object_var obj; - + ::CORBA::Object_var obj; + if (!(strm >> obj.inout ())) { return false; } - + typedef ::CORBA::AbstractInterfaceDef RHS_SCOPED_NAME; - + // Narrow to the right type. _tao_objref = TAO::Narrow_Utils<RHS_SCOPED_NAME>::unchecked_narrow ( obj.in (), CORBA__TAO_AbstractInterfaceDef_Proxy_Broker_Factory_function_pointer ); - - return 1; + + return true; } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + // TAO_IDL - Generated from -// be\be_visitor_interface/cdr_op_cs.cpp:63 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/cdr_op_cs.cpp:63 + + +TAO_END_VERSIONED_NAMESPACE_DECL + -CORBA::Boolean operator<< ( +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::ExtAbstractInterfaceDef_ptr _tao_objref ) { - CORBA::Object_ptr _tao_corba_obj = _tao_objref; + ::CORBA::Object_ptr _tao_corba_obj = _tao_objref; return (strm << _tao_corba_obj); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::ExtAbstractInterfaceDef_ptr &_tao_objref ) { - CORBA::Object_var obj; - + ::CORBA::Object_var obj; + if (!(strm >> obj.inout ())) { return false; } - + typedef ::CORBA::ExtAbstractInterfaceDef RHS_SCOPED_NAME; - + // Narrow to the right type. _tao_objref = TAO::Narrow_Utils<RHS_SCOPED_NAME>::unchecked_narrow ( obj.in (), CORBA__TAO_ExtAbstractInterfaceDef_Proxy_Broker_Factory_function_pointer ); - - return 1; + + return true; } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + // TAO_IDL - Generated from -// be\be_visitor_interface/cdr_op_cs.cpp:63 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/cdr_op_cs.cpp:63 + + +TAO_END_VERSIONED_NAMESPACE_DECL + -CORBA::Boolean operator<< ( +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::LocalInterfaceDef_ptr _tao_objref ) { - CORBA::Object_ptr _tao_corba_obj = _tao_objref; + ::CORBA::Object_ptr _tao_corba_obj = _tao_objref; return (strm << _tao_corba_obj); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::LocalInterfaceDef_ptr &_tao_objref ) { - CORBA::Object_var obj; - + ::CORBA::Object_var obj; + if (!(strm >> obj.inout ())) { return false; } - + typedef ::CORBA::LocalInterfaceDef RHS_SCOPED_NAME; - + // Narrow to the right type. _tao_objref = TAO::Narrow_Utils<RHS_SCOPED_NAME>::unchecked_narrow ( obj.in (), CORBA__TAO_LocalInterfaceDef_Proxy_Broker_Factory_function_pointer ); - - return 1; + + return true; } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + // TAO_IDL - Generated from -// be\be_visitor_interface/cdr_op_cs.cpp:63 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/cdr_op_cs.cpp:63 + + +TAO_END_VERSIONED_NAMESPACE_DECL + -CORBA::Boolean operator<< ( +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::ExtLocalInterfaceDef_ptr _tao_objref ) { - CORBA::Object_ptr _tao_corba_obj = _tao_objref; + ::CORBA::Object_ptr _tao_corba_obj = _tao_objref; return (strm << _tao_corba_obj); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::ExtLocalInterfaceDef_ptr &_tao_objref ) { - CORBA::Object_var obj; - + ::CORBA::Object_var obj; + if (!(strm >> obj.inout ())) { return false; } - + typedef ::CORBA::ExtLocalInterfaceDef RHS_SCOPED_NAME; - + // Narrow to the right type. _tao_objref = TAO::Narrow_Utils<RHS_SCOPED_NAME>::unchecked_narrow ( obj.in (), CORBA__TAO_ExtLocalInterfaceDef_Proxy_Broker_Factory_function_pointer ); - - return 1; + + return true; } TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + diff --git a/TAO/tao/IFR_Client/IFR_BasicC.h b/TAO/tao/IFR_Client/IFR_BasicC.h index f9ca9d2ec73..c4736ee3838 100644 --- a/TAO/tao/IFR_Client/IFR_BasicC.h +++ b/TAO/tao/IFR_Client/IFR_BasicC.h @@ -26,10 +26,10 @@ // http://www.cs.wustl.edu/~schmidt/TAO.html // TAO_IDL - Generated from -// be\be_codegen.cpp:154 +// .\be\be_codegen.cpp:154 -#ifndef _TAO_IDL_ORIG_IFR_BASICC_H_ -#define _TAO_IDL_ORIG_IFR_BASICC_H_ +#ifndef _TAO_IDL_IFR_BASICC_H_ +#define _TAO_IDL_IFR_BASICC_H_ #include /**/ "ace/pre.h" @@ -40,20 +40,23 @@ # pragma once #endif /* ACE_LACKS_PRAGMA_ONCE */ -#include "tao/IFR_Client/ifr_client_export.h" -#include "tao/AnyTypeCode/TypeCode.h" -#include "tao/AnyTypeCode/TypeCode_Constants.h" -#include "tao/AnyTypeCode/Any.h" -#include "tao/AnyTypeCode/TypeCode.h" +#include "ifr_client_export.h" +#include "tao/AnyTypeCode/AnyTypeCode_methods.h" #include "tao/ORB.h" #include "tao/SystemException.h" #include "tao/Environment.h" #include "tao/Object.h" +#include "tao/AnyTypeCode/TypeCode.h" +#include "tao/AnyTypeCode/TypeCode_Constants.h" +#include "tao/AnyTypeCode/Any.h" +#include "tao/String_Manager_T.h" +#include "tao/AnyTypeCode/ParameterModeA.h" #include "tao/Sequence_T.h" #include "tao/Objref_VarOut_T.h" #include "tao/Seq_Var_T.h" #include "tao/Seq_Out_T.h" #include "tao/VarOut_T.h" +#include "tao/Versioned_Namespace.h" #include "tao/IFR_Client/IFR_BaseC.h" #include "tao/ParameterModeC.h" @@ -63,47 +66,54 @@ #endif #define TAO_EXPORT_MACRO TAO_IFR_Client_Export -#if defined(_MSC_VER) -#pragma warning(push) -#pragma warning(disable:4250) -#endif /* _MSC_VER */ +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_root/root_ch.cpp:62 + +TAO_END_VERSIONED_NAMESPACE_DECL -#if defined (__BORLANDC__) -#pragma option push -w-rvl -w-rch -w-ccc -w-inl -#endif /* __BORLANDC__ */ TAO_BEGIN_VERSIONED_NAMESPACE_DECL -// TAO_IDL - Generated from -// be\be_visitor_root/root_ch.cpp:62 + namespace TAO { class Collocation_Proxy_Broker; template<typename T> class Narrow_Utils; } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + // TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:48 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_module/module_ch.cpp:49 namespace CORBA { - + // TAO_IDL - Generated from - // be\be_interface.cpp:598 + // .\be\be_interface.cpp:640 #if !defined (_CORBA_PRIMITIVEDEF__VAR_OUT_CH_) #define _CORBA_PRIMITIVEDEF__VAR_OUT_CH_ - + class PrimitiveDef; typedef PrimitiveDef *PrimitiveDef_ptr; - + typedef TAO_Objref_Var_T< PrimitiveDef > PrimitiveDef_var; - + typedef TAO_Objref_Out_T< PrimitiveDef @@ -111,22 +121,22 @@ namespace CORBA PrimitiveDef_out; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_interface.cpp:598 + // .\be\be_interface.cpp:640 #if !defined (_CORBA_STRINGDEF__VAR_OUT_CH_) #define _CORBA_STRINGDEF__VAR_OUT_CH_ - + class StringDef; typedef StringDef *StringDef_ptr; - + typedef TAO_Objref_Var_T< StringDef > StringDef_var; - + typedef TAO_Objref_Out_T< StringDef @@ -134,22 +144,22 @@ namespace CORBA StringDef_out; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_interface.cpp:598 + // .\be\be_interface.cpp:640 #if !defined (_CORBA_SEQUENCEDEF__VAR_OUT_CH_) #define _CORBA_SEQUENCEDEF__VAR_OUT_CH_ - + class SequenceDef; typedef SequenceDef *SequenceDef_ptr; - + typedef TAO_Objref_Var_T< SequenceDef > SequenceDef_var; - + typedef TAO_Objref_Out_T< SequenceDef @@ -157,22 +167,22 @@ namespace CORBA SequenceDef_out; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_interface.cpp:598 + // .\be\be_interface.cpp:640 #if !defined (_CORBA_ARRAYDEF__VAR_OUT_CH_) #define _CORBA_ARRAYDEF__VAR_OUT_CH_ - + class ArrayDef; typedef ArrayDef *ArrayDef_ptr; - + typedef TAO_Objref_Var_T< ArrayDef > ArrayDef_var; - + typedef TAO_Objref_Out_T< ArrayDef @@ -180,22 +190,22 @@ namespace CORBA ArrayDef_out; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_interface.cpp:598 + // .\be\be_interface.cpp:640 #if !defined (_CORBA_WSTRINGDEF__VAR_OUT_CH_) #define _CORBA_WSTRINGDEF__VAR_OUT_CH_ - + class WstringDef; typedef WstringDef *WstringDef_ptr; - + typedef TAO_Objref_Var_T< WstringDef > WstringDef_var; - + typedef TAO_Objref_Out_T< WstringDef @@ -203,22 +213,22 @@ namespace CORBA WstringDef_out; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_interface.cpp:598 + // .\be\be_interface.cpp:640 #if !defined (_CORBA_FIXEDDEF__VAR_OUT_CH_) #define _CORBA_FIXEDDEF__VAR_OUT_CH_ - + class FixedDef; typedef FixedDef *FixedDef_ptr; - + typedef TAO_Objref_Var_T< FixedDef > FixedDef_var; - + typedef TAO_Objref_Out_T< FixedDef @@ -226,10 +236,10 @@ namespace CORBA FixedDef_out; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_enum/enum_ch.cpp:57 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_enum/enum_ch.cpp:57 + enum PrimitiveKind { pk_null, @@ -255,29 +265,29 @@ namespace CORBA pk_wstring, pk_value_base }; - + typedef PrimitiveKind &PrimitiveKind_out; - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_PrimitiveKind; - + // TAO_IDL - Generated from - // be\be_interface.cpp:598 + // .\be\be_interface.cpp:640 #if !defined (_CORBA_REPOSITORY__VAR_OUT_CH_) #define _CORBA_REPOSITORY__VAR_OUT_CH_ - + class Repository; typedef Repository *Repository_ptr; - + typedef TAO_Objref_Var_T< Repository > Repository_var; - + typedef TAO_Objref_Out_T< Repository @@ -285,13 +295,13 @@ namespace CORBA Repository_out; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_interface/interface_ch.cpp:54 + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ch.cpp:54 #if !defined (_CORBA_REPOSITORY_CH_) #define _CORBA_REPOSITORY_CH_ - + class TAO_IFR_Client_Export Repository : public virtual ::CORBA::Container { @@ -299,186 +309,187 @@ namespace CORBA friend class TAO::Narrow_Utils<Repository>; typedef Repository_ptr _ptr_type; typedef Repository_var _var_type; - + typedef Repository_out _out_type; + // The static operations. static Repository_ptr _duplicate (Repository_ptr obj); - + static void _tao_release (Repository_ptr obj); - + static Repository_ptr _narrow ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static Repository_ptr _unchecked_narrow ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static Repository_ptr _nil (void) { return static_cast<Repository_ptr> (0); } - + static void _tao_any_destructor (void *); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual ::CORBA::Contained_ptr lookup_id ( const char * search_id ACE_ENV_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - - virtual CORBA::TypeCode_ptr get_canonical_typecode ( + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + + virtual ::CORBA::TypeCode_ptr get_canonical_typecode ( ::CORBA::TypeCode_ptr tc ACE_ENV_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual ::CORBA::PrimitiveDef_ptr get_primitive ( ::CORBA::PrimitiveKind kind ACE_ENV_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual ::CORBA::StringDef_ptr create_string ( ::CORBA::ULong bound ACE_ENV_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual ::CORBA::WstringDef_ptr create_wstring ( ::CORBA::ULong bound ACE_ENV_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual ::CORBA::SequenceDef_ptr create_sequence ( ::CORBA::ULong bound, ::CORBA::IDLType_ptr element_type ACE_ENV_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual ::CORBA::ArrayDef_ptr create_array ( ::CORBA::ULong length, ::CORBA::IDLType_ptr element_type ACE_ENV_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual ::CORBA::FixedDef_ptr create_fixed ( ::CORBA::UShort digits, ::CORBA::Short scale ACE_ENV_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_interface/interface_ch.cpp:210 - - virtual CORBA::Boolean _is_a ( + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ch.cpp:212 + + virtual ::CORBA::Boolean _is_a ( const char *type_id ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + virtual const char* _interface_repository_id (void) const; - virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr); + virtual ::CORBA::Boolean marshal (TAO_OutputCDR &cdr); private: TAO::Collocation_Proxy_Broker *the_TAO_Repository_Proxy_Broker_; - + protected: // Concrete interface only. Repository (void); - + // These methods travese the inheritance tree and set the // parents piece of the given class in the right mode. virtual void CORBA_Repository_setup_collocation (void); - + // Concrete non-local interface only. Repository ( IOP::IOR *ior, TAO_ORB_Core *orb_core = 0 ); - + // Non-local interface only. Repository ( TAO_Stub *objref, - CORBA::Boolean _tao_collocated = 0, + ::CORBA::Boolean _tao_collocated = 0, TAO_Abstract_ServantBase *servant = 0, TAO_ORB_Core *orb_core = 0 ); - + virtual ~Repository (void); - + private: // Private and unimplemented for concrete interfaces. Repository (const Repository &); - + void operator= (const Repository &); }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_Repository; - + // TAO_IDL - Generated from - // be\be_interface.cpp:598 + // .\be\be_interface.cpp:640 #if !defined (_CORBA_MODULEDEF__VAR_OUT_CH_) #define _CORBA_MODULEDEF__VAR_OUT_CH_ - + class ModuleDef; typedef ModuleDef *ModuleDef_ptr; - + typedef TAO_Objref_Var_T< ModuleDef > ModuleDef_var; - + typedef TAO_Objref_Out_T< ModuleDef @@ -486,13 +497,13 @@ namespace CORBA ModuleDef_out; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_interface/interface_ch.cpp:54 + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ch.cpp:54 #if !defined (_CORBA_MODULEDEF_CH_) #define _CORBA_MODULEDEF_CH_ - + class TAO_IFR_Client_Export ModuleDef : public virtual ::CORBA::Container, public virtual ::CORBA::Contained @@ -501,132 +512,134 @@ namespace CORBA friend class TAO::Narrow_Utils<ModuleDef>; typedef ModuleDef_ptr _ptr_type; typedef ModuleDef_var _var_type; - + typedef ModuleDef_out _out_type; + // The static operations. static ModuleDef_ptr _duplicate (ModuleDef_ptr obj); - + static void _tao_release (ModuleDef_ptr obj); - + static ModuleDef_ptr _narrow ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static ModuleDef_ptr _unchecked_narrow ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static ModuleDef_ptr _nil (void) { return static_cast<ModuleDef_ptr> (0); } - + static void _tao_any_destructor (void *); - + // TAO_IDL - Generated from - // be\be_visitor_interface/interface_ch.cpp:210 - - virtual CORBA::Boolean _is_a ( + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ch.cpp:212 + + virtual ::CORBA::Boolean _is_a ( const char *type_id ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + virtual const char* _interface_repository_id (void) const; - virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr); + virtual ::CORBA::Boolean marshal (TAO_OutputCDR &cdr); private: TAO::Collocation_Proxy_Broker *the_TAO_ModuleDef_Proxy_Broker_; - + protected: // Concrete interface only. ModuleDef (void); - + // These methods travese the inheritance tree and set the // parents piece of the given class in the right mode. virtual void CORBA_ModuleDef_setup_collocation (void); - + // Concrete non-local interface only. ModuleDef ( IOP::IOR *ior, TAO_ORB_Core *orb_core = 0 ); - + // Non-local interface only. ModuleDef ( TAO_Stub *objref, - CORBA::Boolean _tao_collocated = 0, + ::CORBA::Boolean _tao_collocated = 0, TAO_Abstract_ServantBase *servant = 0, TAO_ORB_Core *orb_core = 0 ); - + virtual ~ModuleDef (void); - + private: // Private and unimplemented for concrete interfaces. ModuleDef (const ModuleDef &); - + void operator= (const ModuleDef &); }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_ModuleDef; - + // TAO_IDL - Generated from - // be\be_type.cpp:258 - + // .\be\be_type.cpp:258 + struct ModuleDescription; - + typedef TAO_Var_Var_T< ModuleDescription > ModuleDescription_var; - + typedef TAO_Out_T< ModuleDescription, ModuleDescription_var > ModuleDescription_out; - + // TAO_IDL - Generated from - // be\be_visitor_structure/structure_ch.cpp:57 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/structure_ch.cpp:57 + struct TAO_IFR_Client_Export ModuleDescription { typedef ModuleDescription_var _var_type; - + typedef ModuleDescription_out _out_type; + static void _tao_any_destructor (void *); TAO::String_Manager name; TAO::String_Manager id; TAO::String_Manager defined_in; TAO::String_Manager version; }; - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_ModuleDescription; - + // TAO_IDL - Generated from - // be\be_interface.cpp:598 + // .\be\be_interface.cpp:640 #if !defined (_CORBA_CONSTANTDEF__VAR_OUT_CH_) #define _CORBA_CONSTANTDEF__VAR_OUT_CH_ - + class ConstantDef; typedef ConstantDef *ConstantDef_ptr; - + typedef TAO_Objref_Var_T< ConstantDef > ConstantDef_var; - + typedef TAO_Objref_Out_T< ConstantDef @@ -634,13 +647,13 @@ namespace CORBA ConstantDef_out; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_interface/interface_ch.cpp:54 + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ch.cpp:54 #if !defined (_CORBA_CONSTANTDEF_CH_) #define _CORBA_CONSTANTDEF_CH_ - + class TAO_IFR_Client_Export ConstantDef : public virtual ::CORBA::Contained { @@ -648,186 +661,188 @@ namespace CORBA friend class TAO::Narrow_Utils<ConstantDef>; typedef ConstantDef_ptr _ptr_type; typedef ConstantDef_var _var_type; - + typedef ConstantDef_out _out_type; + // The static operations. static ConstantDef_ptr _duplicate (ConstantDef_ptr obj); - + static void _tao_release (ConstantDef_ptr obj); - + static ConstantDef_ptr _narrow ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static ConstantDef_ptr _unchecked_narrow ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static ConstantDef_ptr _nil (void) { return static_cast<ConstantDef_ptr> (0); } - + static void _tao_any_destructor (void *); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - - virtual CORBA::TypeCode_ptr type ( + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + + virtual ::CORBA::TypeCode_ptr type ( ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual ::CORBA::IDLType_ptr type_def ( ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual void type_def ( ::CORBA::IDLType_ptr type_def ACE_ENV_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - - virtual CORBA::Any * value ( + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + + virtual ::CORBA::Any * value ( ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual void value ( const ::CORBA::Any & value ACE_ENV_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_interface/interface_ch.cpp:210 - - virtual CORBA::Boolean _is_a ( + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ch.cpp:212 + + virtual ::CORBA::Boolean _is_a ( const char *type_id ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + virtual const char* _interface_repository_id (void) const; - virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr); + virtual ::CORBA::Boolean marshal (TAO_OutputCDR &cdr); private: TAO::Collocation_Proxy_Broker *the_TAO_ConstantDef_Proxy_Broker_; - + protected: // Concrete interface only. ConstantDef (void); - + // These methods travese the inheritance tree and set the // parents piece of the given class in the right mode. virtual void CORBA_ConstantDef_setup_collocation (void); - + // Concrete non-local interface only. ConstantDef ( IOP::IOR *ior, TAO_ORB_Core *orb_core = 0 ); - + // Non-local interface only. ConstantDef ( TAO_Stub *objref, - CORBA::Boolean _tao_collocated = 0, + ::CORBA::Boolean _tao_collocated = 0, TAO_Abstract_ServantBase *servant = 0, TAO_ORB_Core *orb_core = 0 ); - + virtual ~ConstantDef (void); - + private: // Private and unimplemented for concrete interfaces. ConstantDef (const ConstantDef &); - + void operator= (const ConstantDef &); }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_ConstantDef; - + // TAO_IDL - Generated from - // be\be_type.cpp:258 - + // .\be\be_type.cpp:258 + struct ConstantDescription; - + typedef TAO_Var_Var_T< ConstantDescription > ConstantDescription_var; - + typedef TAO_Out_T< ConstantDescription, ConstantDescription_var > ConstantDescription_out; - + // TAO_IDL - Generated from - // be\be_visitor_structure/structure_ch.cpp:57 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/structure_ch.cpp:57 + struct TAO_IFR_Client_Export ConstantDescription { typedef ConstantDescription_var _var_type; - + typedef ConstantDescription_out _out_type; + static void _tao_any_destructor (void *); TAO::String_Manager name; TAO::String_Manager id; TAO::String_Manager defined_in; TAO::String_Manager version; - CORBA::TypeCode_var type; - CORBA::Any value; + ::CORBA::TypeCode_var type; + ::CORBA::Any value; }; - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_ConstantDescription; - + // TAO_IDL - Generated from - // be\be_interface.cpp:598 + // .\be\be_interface.cpp:640 #if !defined (_CORBA_STRUCTDEF__VAR_OUT_CH_) #define _CORBA_STRUCTDEF__VAR_OUT_CH_ - + class StructDef; typedef StructDef *StructDef_ptr; - + typedef TAO_Objref_Var_T< StructDef > StructDef_var; - + typedef TAO_Objref_Out_T< StructDef @@ -835,13 +850,13 @@ namespace CORBA StructDef_out; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_interface/interface_ch.cpp:54 + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ch.cpp:54 #if !defined (_CORBA_STRUCTDEF_CH_) #define _CORBA_STRUCTDEF_CH_ - + class TAO_IFR_Client_Export StructDef : public virtual ::CORBA::TypedefDef, public virtual ::CORBA::Container @@ -850,116 +865,117 @@ namespace CORBA friend class TAO::Narrow_Utils<StructDef>; typedef StructDef_ptr _ptr_type; typedef StructDef_var _var_type; - + typedef StructDef_out _out_type; + // The static operations. static StructDef_ptr _duplicate (StructDef_ptr obj); - + static void _tao_release (StructDef_ptr obj); - + static StructDef_ptr _narrow ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static StructDef_ptr _unchecked_narrow ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static StructDef_ptr _nil (void) { return static_cast<StructDef_ptr> (0); } - + static void _tao_any_destructor (void *); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual ::CORBA::StructMemberSeq * members ( ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual void members ( const ::CORBA::StructMemberSeq & members ACE_ENV_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_interface/interface_ch.cpp:210 - - virtual CORBA::Boolean _is_a ( + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ch.cpp:212 + + virtual ::CORBA::Boolean _is_a ( const char *type_id ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + virtual const char* _interface_repository_id (void) const; - virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr); + virtual ::CORBA::Boolean marshal (TAO_OutputCDR &cdr); private: TAO::Collocation_Proxy_Broker *the_TAO_StructDef_Proxy_Broker_; - + protected: // Concrete interface only. StructDef (void); - + // These methods travese the inheritance tree and set the // parents piece of the given class in the right mode. virtual void CORBA_StructDef_setup_collocation (void); - + // Concrete non-local interface only. StructDef ( IOP::IOR *ior, TAO_ORB_Core *orb_core = 0 ); - + // Non-local interface only. StructDef ( TAO_Stub *objref, - CORBA::Boolean _tao_collocated = 0, + ::CORBA::Boolean _tao_collocated = 0, TAO_Abstract_ServantBase *servant = 0, TAO_ORB_Core *orb_core = 0 ); - + virtual ~StructDef (void); - + private: // Private and unimplemented for concrete interfaces. StructDef (const StructDef &); - + void operator= (const StructDef &); }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_StructDef; - + // TAO_IDL - Generated from - // be\be_interface.cpp:598 + // .\be\be_interface.cpp:640 #if !defined (_CORBA_UNIONDEF__VAR_OUT_CH_) #define _CORBA_UNIONDEF__VAR_OUT_CH_ - + class UnionDef; typedef UnionDef *UnionDef_ptr; - + typedef TAO_Objref_Var_T< UnionDef > UnionDef_var; - + typedef TAO_Objref_Out_T< UnionDef @@ -967,13 +983,13 @@ namespace CORBA UnionDef_out; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_interface/interface_ch.cpp:54 + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ch.cpp:54 #if !defined (_CORBA_UNIONDEF_CH_) #define _CORBA_UNIONDEF_CH_ - + class TAO_IFR_Client_Export UnionDef : public virtual ::CORBA::TypedefDef, public virtual ::CORBA::Container @@ -982,147 +998,148 @@ namespace CORBA friend class TAO::Narrow_Utils<UnionDef>; typedef UnionDef_ptr _ptr_type; typedef UnionDef_var _var_type; - + typedef UnionDef_out _out_type; + // The static operations. static UnionDef_ptr _duplicate (UnionDef_ptr obj); - + static void _tao_release (UnionDef_ptr obj); - + static UnionDef_ptr _narrow ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static UnionDef_ptr _unchecked_narrow ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static UnionDef_ptr _nil (void) { return static_cast<UnionDef_ptr> (0); } - + static void _tao_any_destructor (void *); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - - virtual CORBA::TypeCode_ptr discriminator_type ( + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + + virtual ::CORBA::TypeCode_ptr discriminator_type ( ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual ::CORBA::IDLType_ptr discriminator_type_def ( ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual void discriminator_type_def ( ::CORBA::IDLType_ptr discriminator_type_def ACE_ENV_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual ::CORBA::UnionMemberSeq * members ( ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual void members ( const ::CORBA::UnionMemberSeq & members ACE_ENV_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_interface/interface_ch.cpp:210 - - virtual CORBA::Boolean _is_a ( + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ch.cpp:212 + + virtual ::CORBA::Boolean _is_a ( const char *type_id ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + virtual const char* _interface_repository_id (void) const; - virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr); + virtual ::CORBA::Boolean marshal (TAO_OutputCDR &cdr); private: TAO::Collocation_Proxy_Broker *the_TAO_UnionDef_Proxy_Broker_; - + protected: // Concrete interface only. UnionDef (void); - + // These methods travese the inheritance tree and set the // parents piece of the given class in the right mode. virtual void CORBA_UnionDef_setup_collocation (void); - + // Concrete non-local interface only. UnionDef ( IOP::IOR *ior, TAO_ORB_Core *orb_core = 0 ); - + // Non-local interface only. UnionDef ( TAO_Stub *objref, - CORBA::Boolean _tao_collocated = 0, + ::CORBA::Boolean _tao_collocated = 0, TAO_Abstract_ServantBase *servant = 0, TAO_ORB_Core *orb_core = 0 ); - + virtual ~UnionDef (void); - + private: // Private and unimplemented for concrete interfaces. UnionDef (const UnionDef &); - + void operator= (const UnionDef &); }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_UnionDef; - + // TAO_IDL - Generated from - // be\be_interface.cpp:598 + // .\be\be_interface.cpp:640 #if !defined (_CORBA_ENUMDEF__VAR_OUT_CH_) #define _CORBA_ENUMDEF__VAR_OUT_CH_ - + class EnumDef; typedef EnumDef *EnumDef_ptr; - + typedef TAO_Objref_Var_T< EnumDef > EnumDef_var; - + typedef TAO_Objref_Out_T< EnumDef @@ -1130,13 +1147,13 @@ namespace CORBA EnumDef_out; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_interface/interface_ch.cpp:54 + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ch.cpp:54 #if !defined (_CORBA_ENUMDEF_CH_) #define _CORBA_ENUMDEF_CH_ - + class TAO_IFR_Client_Export EnumDef : public virtual ::CORBA::TypedefDef { @@ -1144,116 +1161,117 @@ namespace CORBA friend class TAO::Narrow_Utils<EnumDef>; typedef EnumDef_ptr _ptr_type; typedef EnumDef_var _var_type; - + typedef EnumDef_out _out_type; + // The static operations. static EnumDef_ptr _duplicate (EnumDef_ptr obj); - + static void _tao_release (EnumDef_ptr obj); - + static EnumDef_ptr _narrow ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static EnumDef_ptr _unchecked_narrow ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static EnumDef_ptr _nil (void) { return static_cast<EnumDef_ptr> (0); } - + static void _tao_any_destructor (void *); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual ::CORBA::EnumMemberSeq * members ( ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual void members ( const ::CORBA::EnumMemberSeq & members ACE_ENV_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_interface/interface_ch.cpp:210 - - virtual CORBA::Boolean _is_a ( + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ch.cpp:212 + + virtual ::CORBA::Boolean _is_a ( const char *type_id ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + virtual const char* _interface_repository_id (void) const; - virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr); + virtual ::CORBA::Boolean marshal (TAO_OutputCDR &cdr); private: TAO::Collocation_Proxy_Broker *the_TAO_EnumDef_Proxy_Broker_; - + protected: // Concrete interface only. EnumDef (void); - + // These methods travese the inheritance tree and set the // parents piece of the given class in the right mode. virtual void CORBA_EnumDef_setup_collocation (void); - + // Concrete non-local interface only. EnumDef ( IOP::IOR *ior, TAO_ORB_Core *orb_core = 0 ); - + // Non-local interface only. EnumDef ( TAO_Stub *objref, - CORBA::Boolean _tao_collocated = 0, + ::CORBA::Boolean _tao_collocated = 0, TAO_Abstract_ServantBase *servant = 0, TAO_ORB_Core *orb_core = 0 ); - + virtual ~EnumDef (void); - + private: // Private and unimplemented for concrete interfaces. EnumDef (const EnumDef &); - + void operator= (const EnumDef &); }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_EnumDef; - + // TAO_IDL - Generated from - // be\be_interface.cpp:598 + // .\be\be_interface.cpp:640 #if !defined (_CORBA_ALIASDEF__VAR_OUT_CH_) #define _CORBA_ALIASDEF__VAR_OUT_CH_ - + class AliasDef; typedef AliasDef *AliasDef_ptr; - + typedef TAO_Objref_Var_T< AliasDef > AliasDef_var; - + typedef TAO_Objref_Out_T< AliasDef @@ -1261,13 +1279,13 @@ namespace CORBA AliasDef_out; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_interface/interface_ch.cpp:54 + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ch.cpp:54 #if !defined (_CORBA_ALIASDEF_CH_) #define _CORBA_ALIASDEF_CH_ - + class TAO_IFR_Client_Export AliasDef : public virtual ::CORBA::TypedefDef { @@ -1275,116 +1293,117 @@ namespace CORBA friend class TAO::Narrow_Utils<AliasDef>; typedef AliasDef_ptr _ptr_type; typedef AliasDef_var _var_type; - + typedef AliasDef_out _out_type; + // The static operations. static AliasDef_ptr _duplicate (AliasDef_ptr obj); - + static void _tao_release (AliasDef_ptr obj); - + static AliasDef_ptr _narrow ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static AliasDef_ptr _unchecked_narrow ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static AliasDef_ptr _nil (void) { return static_cast<AliasDef_ptr> (0); } - + static void _tao_any_destructor (void *); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual ::CORBA::IDLType_ptr original_type_def ( ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual void original_type_def ( ::CORBA::IDLType_ptr original_type_def ACE_ENV_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_interface/interface_ch.cpp:210 - - virtual CORBA::Boolean _is_a ( + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ch.cpp:212 + + virtual ::CORBA::Boolean _is_a ( const char *type_id ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + virtual const char* _interface_repository_id (void) const; - virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr); + virtual ::CORBA::Boolean marshal (TAO_OutputCDR &cdr); private: TAO::Collocation_Proxy_Broker *the_TAO_AliasDef_Proxy_Broker_; - + protected: // Concrete interface only. AliasDef (void); - + // These methods travese the inheritance tree and set the // parents piece of the given class in the right mode. virtual void CORBA_AliasDef_setup_collocation (void); - + // Concrete non-local interface only. AliasDef ( IOP::IOR *ior, TAO_ORB_Core *orb_core = 0 ); - + // Non-local interface only. AliasDef ( TAO_Stub *objref, - CORBA::Boolean _tao_collocated = 0, + ::CORBA::Boolean _tao_collocated = 0, TAO_Abstract_ServantBase *servant = 0, TAO_ORB_Core *orb_core = 0 ); - + virtual ~AliasDef (void); - + private: // Private and unimplemented for concrete interfaces. AliasDef (const AliasDef &); - + void operator= (const AliasDef &); }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_AliasDef; - + // TAO_IDL - Generated from - // be\be_interface.cpp:598 + // .\be\be_interface.cpp:640 #if !defined (_CORBA_NATIVEDEF__VAR_OUT_CH_) #define _CORBA_NATIVEDEF__VAR_OUT_CH_ - + class NativeDef; typedef NativeDef *NativeDef_ptr; - + typedef TAO_Objref_Var_T< NativeDef > NativeDef_var; - + typedef TAO_Objref_Out_T< NativeDef @@ -1392,13 +1411,13 @@ namespace CORBA NativeDef_out; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_interface/interface_ch.cpp:54 + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ch.cpp:54 #if !defined (_CORBA_NATIVEDEF_CH_) #define _CORBA_NATIVEDEF_CH_ - + class TAO_IFR_Client_Export NativeDef : public virtual ::CORBA::TypedefDef { @@ -1406,86 +1425,87 @@ namespace CORBA friend class TAO::Narrow_Utils<NativeDef>; typedef NativeDef_ptr _ptr_type; typedef NativeDef_var _var_type; - + typedef NativeDef_out _out_type; + // The static operations. static NativeDef_ptr _duplicate (NativeDef_ptr obj); - + static void _tao_release (NativeDef_ptr obj); - + static NativeDef_ptr _narrow ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static NativeDef_ptr _unchecked_narrow ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static NativeDef_ptr _nil (void) { return static_cast<NativeDef_ptr> (0); } - + static void _tao_any_destructor (void *); - + // TAO_IDL - Generated from - // be\be_visitor_interface/interface_ch.cpp:210 - - virtual CORBA::Boolean _is_a ( + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ch.cpp:212 + + virtual ::CORBA::Boolean _is_a ( const char *type_id ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + virtual const char* _interface_repository_id (void) const; - virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr); + virtual ::CORBA::Boolean marshal (TAO_OutputCDR &cdr); private: TAO::Collocation_Proxy_Broker *the_TAO_NativeDef_Proxy_Broker_; - + protected: // Concrete interface only. NativeDef (void); - + // These methods travese the inheritance tree and set the // parents piece of the given class in the right mode. virtual void CORBA_NativeDef_setup_collocation (void); - + // Concrete non-local interface only. NativeDef ( IOP::IOR *ior, TAO_ORB_Core *orb_core = 0 ); - + // Non-local interface only. NativeDef ( TAO_Stub *objref, - CORBA::Boolean _tao_collocated = 0, + ::CORBA::Boolean _tao_collocated = 0, TAO_Abstract_ServantBase *servant = 0, TAO_ORB_Core *orb_core = 0 ); - + virtual ~NativeDef (void); - + private: // Private and unimplemented for concrete interfaces. NativeDef (const NativeDef &); - + void operator= (const NativeDef &); }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_NativeDef; - + // TAO_IDL - Generated from - // be\be_visitor_interface/interface_ch.cpp:54 + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ch.cpp:54 #if !defined (_CORBA_PRIMITIVEDEF_CH_) #define _CORBA_PRIMITIVEDEF_CH_ - + class TAO_IFR_Client_Export PrimitiveDef : public virtual ::CORBA::IDLType { @@ -1493,96 +1513,97 @@ namespace CORBA friend class TAO::Narrow_Utils<PrimitiveDef>; typedef PrimitiveDef_ptr _ptr_type; typedef PrimitiveDef_var _var_type; - + typedef PrimitiveDef_out _out_type; + // The static operations. static PrimitiveDef_ptr _duplicate (PrimitiveDef_ptr obj); - + static void _tao_release (PrimitiveDef_ptr obj); - + static PrimitiveDef_ptr _narrow ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static PrimitiveDef_ptr _unchecked_narrow ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static PrimitiveDef_ptr _nil (void) { return static_cast<PrimitiveDef_ptr> (0); } - + static void _tao_any_destructor (void *); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual ::CORBA::PrimitiveKind kind ( ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_interface/interface_ch.cpp:210 - - virtual CORBA::Boolean _is_a ( + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ch.cpp:212 + + virtual ::CORBA::Boolean _is_a ( const char *type_id ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + virtual const char* _interface_repository_id (void) const; - virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr); + virtual ::CORBA::Boolean marshal (TAO_OutputCDR &cdr); private: TAO::Collocation_Proxy_Broker *the_TAO_PrimitiveDef_Proxy_Broker_; - + protected: // Concrete interface only. PrimitiveDef (void); - + // These methods travese the inheritance tree and set the // parents piece of the given class in the right mode. virtual void CORBA_PrimitiveDef_setup_collocation (void); - + // Concrete non-local interface only. PrimitiveDef ( IOP::IOR *ior, TAO_ORB_Core *orb_core = 0 ); - + // Non-local interface only. PrimitiveDef ( TAO_Stub *objref, - CORBA::Boolean _tao_collocated = 0, + ::CORBA::Boolean _tao_collocated = 0, TAO_Abstract_ServantBase *servant = 0, TAO_ORB_Core *orb_core = 0 ); - + virtual ~PrimitiveDef (void); - + private: // Private and unimplemented for concrete interfaces. PrimitiveDef (const PrimitiveDef &); - + void operator= (const PrimitiveDef &); }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_PrimitiveDef; - + // TAO_IDL - Generated from - // be\be_visitor_interface/interface_ch.cpp:54 + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ch.cpp:54 #if !defined (_CORBA_STRINGDEF_CH_) #define _CORBA_STRINGDEF_CH_ - + class TAO_IFR_Client_Export StringDef : public virtual ::CORBA::IDLType { @@ -1590,107 +1611,108 @@ namespace CORBA friend class TAO::Narrow_Utils<StringDef>; typedef StringDef_ptr _ptr_type; typedef StringDef_var _var_type; - + typedef StringDef_out _out_type; + // The static operations. static StringDef_ptr _duplicate (StringDef_ptr obj); - + static void _tao_release (StringDef_ptr obj); - + static StringDef_ptr _narrow ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static StringDef_ptr _unchecked_narrow ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static StringDef_ptr _nil (void) { return static_cast<StringDef_ptr> (0); } - + static void _tao_any_destructor (void *); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - - virtual CORBA::ULong bound ( + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + + virtual ::CORBA::ULong bound ( ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual void bound ( ::CORBA::ULong bound ACE_ENV_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_interface/interface_ch.cpp:210 - - virtual CORBA::Boolean _is_a ( + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ch.cpp:212 + + virtual ::CORBA::Boolean _is_a ( const char *type_id ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + virtual const char* _interface_repository_id (void) const; - virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr); + virtual ::CORBA::Boolean marshal (TAO_OutputCDR &cdr); private: TAO::Collocation_Proxy_Broker *the_TAO_StringDef_Proxy_Broker_; - + protected: // Concrete interface only. StringDef (void); - + // These methods travese the inheritance tree and set the // parents piece of the given class in the right mode. virtual void CORBA_StringDef_setup_collocation (void); - + // Concrete non-local interface only. StringDef ( IOP::IOR *ior, TAO_ORB_Core *orb_core = 0 ); - + // Non-local interface only. StringDef ( TAO_Stub *objref, - CORBA::Boolean _tao_collocated = 0, + ::CORBA::Boolean _tao_collocated = 0, TAO_Abstract_ServantBase *servant = 0, TAO_ORB_Core *orb_core = 0 ); - + virtual ~StringDef (void); - + private: // Private and unimplemented for concrete interfaces. StringDef (const StringDef &); - + void operator= (const StringDef &); }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_StringDef; - + // TAO_IDL - Generated from - // be\be_visitor_interface/interface_ch.cpp:54 + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ch.cpp:54 #if !defined (_CORBA_WSTRINGDEF_CH_) #define _CORBA_WSTRINGDEF_CH_ - + class TAO_IFR_Client_Export WstringDef : public virtual ::CORBA::IDLType { @@ -1698,107 +1720,108 @@ namespace CORBA friend class TAO::Narrow_Utils<WstringDef>; typedef WstringDef_ptr _ptr_type; typedef WstringDef_var _var_type; - + typedef WstringDef_out _out_type; + // The static operations. static WstringDef_ptr _duplicate (WstringDef_ptr obj); - + static void _tao_release (WstringDef_ptr obj); - + static WstringDef_ptr _narrow ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static WstringDef_ptr _unchecked_narrow ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static WstringDef_ptr _nil (void) { return static_cast<WstringDef_ptr> (0); } - + static void _tao_any_destructor (void *); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - - virtual CORBA::ULong bound ( + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + + virtual ::CORBA::ULong bound ( ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual void bound ( ::CORBA::ULong bound ACE_ENV_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_interface/interface_ch.cpp:210 - - virtual CORBA::Boolean _is_a ( + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ch.cpp:212 + + virtual ::CORBA::Boolean _is_a ( const char *type_id ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + virtual const char* _interface_repository_id (void) const; - virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr); + virtual ::CORBA::Boolean marshal (TAO_OutputCDR &cdr); private: TAO::Collocation_Proxy_Broker *the_TAO_WstringDef_Proxy_Broker_; - + protected: // Concrete interface only. WstringDef (void); - + // These methods travese the inheritance tree and set the // parents piece of the given class in the right mode. virtual void CORBA_WstringDef_setup_collocation (void); - + // Concrete non-local interface only. WstringDef ( IOP::IOR *ior, TAO_ORB_Core *orb_core = 0 ); - + // Non-local interface only. WstringDef ( TAO_Stub *objref, - CORBA::Boolean _tao_collocated = 0, + ::CORBA::Boolean _tao_collocated = 0, TAO_Abstract_ServantBase *servant = 0, TAO_ORB_Core *orb_core = 0 ); - + virtual ~WstringDef (void); - + private: // Private and unimplemented for concrete interfaces. WstringDef (const WstringDef &); - + void operator= (const WstringDef &); }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_WstringDef; - + // TAO_IDL - Generated from - // be\be_visitor_interface/interface_ch.cpp:54 + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ch.cpp:54 #if !defined (_CORBA_SEQUENCEDEF_CH_) #define _CORBA_SEQUENCEDEF_CH_ - + class TAO_IFR_Client_Export SequenceDef : public virtual ::CORBA::IDLType { @@ -1806,138 +1829,139 @@ namespace CORBA friend class TAO::Narrow_Utils<SequenceDef>; typedef SequenceDef_ptr _ptr_type; typedef SequenceDef_var _var_type; - + typedef SequenceDef_out _out_type; + // The static operations. static SequenceDef_ptr _duplicate (SequenceDef_ptr obj); - + static void _tao_release (SequenceDef_ptr obj); - + static SequenceDef_ptr _narrow ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static SequenceDef_ptr _unchecked_narrow ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static SequenceDef_ptr _nil (void) { return static_cast<SequenceDef_ptr> (0); } - + static void _tao_any_destructor (void *); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - - virtual CORBA::ULong bound ( + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + + virtual ::CORBA::ULong bound ( ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual void bound ( ::CORBA::ULong bound ACE_ENV_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - - virtual CORBA::TypeCode_ptr element_type ( + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + + virtual ::CORBA::TypeCode_ptr element_type ( ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual ::CORBA::IDLType_ptr element_type_def ( ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual void element_type_def ( ::CORBA::IDLType_ptr element_type_def ACE_ENV_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_interface/interface_ch.cpp:210 - - virtual CORBA::Boolean _is_a ( + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ch.cpp:212 + + virtual ::CORBA::Boolean _is_a ( const char *type_id ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + virtual const char* _interface_repository_id (void) const; - virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr); + virtual ::CORBA::Boolean marshal (TAO_OutputCDR &cdr); private: TAO::Collocation_Proxy_Broker *the_TAO_SequenceDef_Proxy_Broker_; - + protected: // Concrete interface only. SequenceDef (void); - + // These methods travese the inheritance tree and set the // parents piece of the given class in the right mode. virtual void CORBA_SequenceDef_setup_collocation (void); - + // Concrete non-local interface only. SequenceDef ( IOP::IOR *ior, TAO_ORB_Core *orb_core = 0 ); - + // Non-local interface only. SequenceDef ( TAO_Stub *objref, - CORBA::Boolean _tao_collocated = 0, + ::CORBA::Boolean _tao_collocated = 0, TAO_Abstract_ServantBase *servant = 0, TAO_ORB_Core *orb_core = 0 ); - + virtual ~SequenceDef (void); - + private: // Private and unimplemented for concrete interfaces. SequenceDef (const SequenceDef &); - + void operator= (const SequenceDef &); }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_SequenceDef; - + // TAO_IDL - Generated from - // be\be_visitor_interface/interface_ch.cpp:54 + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ch.cpp:54 #if !defined (_CORBA_ARRAYDEF_CH_) #define _CORBA_ARRAYDEF_CH_ - + class TAO_IFR_Client_Export ArrayDef : public virtual ::CORBA::IDLType { @@ -1945,147 +1969,148 @@ namespace CORBA friend class TAO::Narrow_Utils<ArrayDef>; typedef ArrayDef_ptr _ptr_type; typedef ArrayDef_var _var_type; - + typedef ArrayDef_out _out_type; + // The static operations. static ArrayDef_ptr _duplicate (ArrayDef_ptr obj); - + static void _tao_release (ArrayDef_ptr obj); - + static ArrayDef_ptr _narrow ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static ArrayDef_ptr _unchecked_narrow ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static ArrayDef_ptr _nil (void) { return static_cast<ArrayDef_ptr> (0); } - + static void _tao_any_destructor (void *); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - - virtual CORBA::ULong length ( + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + + virtual ::CORBA::ULong length ( ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual void length ( ::CORBA::ULong length ACE_ENV_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - - virtual CORBA::TypeCode_ptr element_type ( + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + + virtual ::CORBA::TypeCode_ptr element_type ( ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual ::CORBA::IDLType_ptr element_type_def ( ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual void element_type_def ( ::CORBA::IDLType_ptr element_type_def ACE_ENV_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_interface/interface_ch.cpp:210 - - virtual CORBA::Boolean _is_a ( + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ch.cpp:212 + + virtual ::CORBA::Boolean _is_a ( const char *type_id ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + virtual const char* _interface_repository_id (void) const; - virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr); + virtual ::CORBA::Boolean marshal (TAO_OutputCDR &cdr); private: TAO::Collocation_Proxy_Broker *the_TAO_ArrayDef_Proxy_Broker_; - + protected: // Concrete interface only. ArrayDef (void); - + // These methods travese the inheritance tree and set the // parents piece of the given class in the right mode. virtual void CORBA_ArrayDef_setup_collocation (void); - + // Concrete non-local interface only. ArrayDef ( IOP::IOR *ior, TAO_ORB_Core *orb_core = 0 ); - + // Non-local interface only. ArrayDef ( TAO_Stub *objref, - CORBA::Boolean _tao_collocated = 0, + ::CORBA::Boolean _tao_collocated = 0, TAO_Abstract_ServantBase *servant = 0, TAO_ORB_Core *orb_core = 0 ); - + virtual ~ArrayDef (void); - + private: // Private and unimplemented for concrete interfaces. ArrayDef (const ArrayDef &); - + void operator= (const ArrayDef &); }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_ArrayDef; - + // TAO_IDL - Generated from - // be\be_interface.cpp:598 + // .\be\be_interface.cpp:640 #if !defined (_CORBA_EXCEPTIONDEF__VAR_OUT_CH_) #define _CORBA_EXCEPTIONDEF__VAR_OUT_CH_ - + class ExceptionDef; typedef ExceptionDef *ExceptionDef_ptr; - + typedef TAO_Objref_Var_T< ExceptionDef > ExceptionDef_var; - + typedef TAO_Objref_Out_T< ExceptionDef @@ -2093,13 +2118,13 @@ namespace CORBA ExceptionDef_out; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_interface/interface_ch.cpp:54 + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ch.cpp:54 #if !defined (_CORBA_EXCEPTIONDEF_CH_) #define _CORBA_EXCEPTIONDEF_CH_ - + class TAO_IFR_Client_Export ExceptionDef : public virtual ::CORBA::Contained, public virtual ::CORBA::Container @@ -2108,131 +2133,132 @@ namespace CORBA friend class TAO::Narrow_Utils<ExceptionDef>; typedef ExceptionDef_ptr _ptr_type; typedef ExceptionDef_var _var_type; - + typedef ExceptionDef_out _out_type; + // The static operations. static ExceptionDef_ptr _duplicate (ExceptionDef_ptr obj); - + static void _tao_release (ExceptionDef_ptr obj); - + static ExceptionDef_ptr _narrow ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static ExceptionDef_ptr _unchecked_narrow ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static ExceptionDef_ptr _nil (void) { return static_cast<ExceptionDef_ptr> (0); } - + static void _tao_any_destructor (void *); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - - virtual CORBA::TypeCode_ptr type ( + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + + virtual ::CORBA::TypeCode_ptr type ( ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual ::CORBA::StructMemberSeq * members ( ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual void members ( const ::CORBA::StructMemberSeq & members ACE_ENV_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_interface/interface_ch.cpp:210 - - virtual CORBA::Boolean _is_a ( + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ch.cpp:212 + + virtual ::CORBA::Boolean _is_a ( const char *type_id ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + virtual const char* _interface_repository_id (void) const; - virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr); + virtual ::CORBA::Boolean marshal (TAO_OutputCDR &cdr); private: TAO::Collocation_Proxy_Broker *the_TAO_ExceptionDef_Proxy_Broker_; - + protected: // Concrete interface only. ExceptionDef (void); - + // These methods travese the inheritance tree and set the // parents piece of the given class in the right mode. virtual void CORBA_ExceptionDef_setup_collocation (void); - + // Concrete non-local interface only. ExceptionDef ( IOP::IOR *ior, TAO_ORB_Core *orb_core = 0 ); - + // Non-local interface only. ExceptionDef ( TAO_Stub *objref, - CORBA::Boolean _tao_collocated = 0, + ::CORBA::Boolean _tao_collocated = 0, TAO_Abstract_ServantBase *servant = 0, TAO_ORB_Core *orb_core = 0 ); - + virtual ~ExceptionDef (void); - + private: // Private and unimplemented for concrete interfaces. ExceptionDef (const ExceptionDef &); - + void operator= (const ExceptionDef &); }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_ExceptionDef; - + // TAO_IDL - Generated from - // be\be_visitor_sequence/sequence_ch.cpp:101 + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/sequence_ch.cpp:101 #if !defined (_CORBA_EXCEPTIONDEFSEQ_CH_) #define _CORBA_EXCEPTIONDEFSEQ_CH_ - + class ExceptionDefSeq; - + typedef TAO_VarSeq_Var_T< ExceptionDefSeq > ExceptionDefSeq_var; - + typedef TAO_Seq_Out_T< ExceptionDefSeq > ExceptionDefSeq_out; - + class TAO_IFR_Client_Export ExceptionDefSeq : public TAO::unbounded_object_reference_sequence< @@ -2242,59 +2268,62 @@ namespace CORBA { public: ExceptionDefSeq (void); - ExceptionDefSeq (CORBA::ULong max); + ExceptionDefSeq ( ::CORBA::ULong max); ExceptionDefSeq ( - CORBA::ULong max, - CORBA::ULong length, - ExceptionDef_ptr* buffer, - CORBA::Boolean release = false + ::CORBA::ULong max, + ::CORBA::ULong length, + ExceptionDef_ptr* buffer, + ::CORBA::Boolean release = false ); ExceptionDefSeq (const ExceptionDefSeq &); ~ExceptionDefSeq (void); - + static void _tao_any_destructor (void *); - + typedef ExceptionDefSeq_var _var_type; + typedef ExceptionDefSeq_out _out_type; + + }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_ExceptionDefSeq; - + // TAO_IDL - Generated from - // be\be_visitor_enum/enum_ch.cpp:57 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_enum/enum_ch.cpp:57 + enum AttributeMode { ATTR_NORMAL, ATTR_READONLY }; - + typedef AttributeMode &AttributeMode_out; - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_AttributeMode; - + // TAO_IDL - Generated from - // be\be_interface.cpp:598 + // .\be\be_interface.cpp:640 #if !defined (_CORBA_ATTRIBUTEDEF__VAR_OUT_CH_) #define _CORBA_ATTRIBUTEDEF__VAR_OUT_CH_ - + class AttributeDef; typedef AttributeDef *AttributeDef_ptr; - + typedef TAO_Objref_Var_T< AttributeDef > AttributeDef_var; - + typedef TAO_Objref_Out_T< AttributeDef @@ -2302,13 +2331,13 @@ namespace CORBA AttributeDef_out; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_interface/interface_ch.cpp:54 + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ch.cpp:54 #if !defined (_CORBA_ATTRIBUTEDEF_CH_) #define _CORBA_ATTRIBUTEDEF_CH_ - + class TAO_IFR_Client_Export AttributeDef : public virtual ::CORBA::Contained { @@ -2316,227 +2345,230 @@ namespace CORBA friend class TAO::Narrow_Utils<AttributeDef>; typedef AttributeDef_ptr _ptr_type; typedef AttributeDef_var _var_type; - + typedef AttributeDef_out _out_type; + // The static operations. static AttributeDef_ptr _duplicate (AttributeDef_ptr obj); - + static void _tao_release (AttributeDef_ptr obj); - + static AttributeDef_ptr _narrow ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static AttributeDef_ptr _unchecked_narrow ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static AttributeDef_ptr _nil (void) { return static_cast<AttributeDef_ptr> (0); } - + static void _tao_any_destructor (void *); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - - virtual CORBA::TypeCode_ptr type ( + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + + virtual ::CORBA::TypeCode_ptr type ( ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual ::CORBA::IDLType_ptr type_def ( ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual void type_def ( ::CORBA::IDLType_ptr type_def ACE_ENV_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual ::CORBA::AttributeMode mode ( ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual void mode ( ::CORBA::AttributeMode mode ACE_ENV_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_interface/interface_ch.cpp:210 - - virtual CORBA::Boolean _is_a ( + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ch.cpp:212 + + virtual ::CORBA::Boolean _is_a ( const char *type_id ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + virtual const char* _interface_repository_id (void) const; - virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr); + virtual ::CORBA::Boolean marshal (TAO_OutputCDR &cdr); private: TAO::Collocation_Proxy_Broker *the_TAO_AttributeDef_Proxy_Broker_; - + protected: // Concrete interface only. AttributeDef (void); - + // These methods travese the inheritance tree and set the // parents piece of the given class in the right mode. virtual void CORBA_AttributeDef_setup_collocation (void); - + // Concrete non-local interface only. AttributeDef ( IOP::IOR *ior, TAO_ORB_Core *orb_core = 0 ); - + // Non-local interface only. AttributeDef ( TAO_Stub *objref, - CORBA::Boolean _tao_collocated = 0, + ::CORBA::Boolean _tao_collocated = 0, TAO_Abstract_ServantBase *servant = 0, TAO_ORB_Core *orb_core = 0 ); - + virtual ~AttributeDef (void); - + private: // Private and unimplemented for concrete interfaces. AttributeDef (const AttributeDef &); - + void operator= (const AttributeDef &); }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_AttributeDef; - + // TAO_IDL - Generated from - // be\be_type.cpp:258 - + // .\be\be_type.cpp:258 + struct AttributeDescription; - + typedef TAO_Var_Var_T< AttributeDescription > AttributeDescription_var; - + typedef TAO_Out_T< AttributeDescription, AttributeDescription_var > AttributeDescription_out; - + // TAO_IDL - Generated from - // be\be_visitor_structure/structure_ch.cpp:57 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/structure_ch.cpp:57 + struct TAO_IFR_Client_Export AttributeDescription { typedef AttributeDescription_var _var_type; - + typedef AttributeDescription_out _out_type; + static void _tao_any_destructor (void *); TAO::String_Manager name; TAO::String_Manager id; TAO::String_Manager defined_in; TAO::String_Manager version; - CORBA::TypeCode_var type; + ::CORBA::TypeCode_var type; CORBA::AttributeMode mode; }; - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_AttributeDescription; - + // TAO_IDL - Generated from - // be\be_type.cpp:258 - + // .\be\be_type.cpp:258 + struct ExtAttributeDescription; - + typedef TAO_Var_Var_T< ExtAttributeDescription > ExtAttributeDescription_var; - + typedef TAO_Out_T< ExtAttributeDescription, ExtAttributeDescription_var > ExtAttributeDescription_out; - + // TAO_IDL - Generated from - // be\be_visitor_structure/structure_ch.cpp:57 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/structure_ch.cpp:57 + struct TAO_IFR_Client_Export ExtAttributeDescription { typedef ExtAttributeDescription_var _var_type; - + typedef ExtAttributeDescription_out _out_type; + static void _tao_any_destructor (void *); TAO::String_Manager name; TAO::String_Manager id; TAO::String_Manager defined_in; TAO::String_Manager version; - CORBA::TypeCode_var type; + ::CORBA::TypeCode_var type; CORBA::AttributeMode mode; CORBA::ExcDescriptionSeq get_exceptions; CORBA::ExcDescriptionSeq put_exceptions; }; - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_ExtAttributeDescription; - + // TAO_IDL - Generated from - // be\be_interface.cpp:598 + // .\be\be_interface.cpp:640 #if !defined (_CORBA_EXTATTRIBUTEDEF__VAR_OUT_CH_) #define _CORBA_EXTATTRIBUTEDEF__VAR_OUT_CH_ - + class ExtAttributeDef; typedef ExtAttributeDef *ExtAttributeDef_ptr; - + typedef TAO_Objref_Var_T< ExtAttributeDef > ExtAttributeDef_var; - + typedef TAO_Objref_Out_T< ExtAttributeDef @@ -2544,13 +2576,13 @@ namespace CORBA ExtAttributeDef_out; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_interface/interface_ch.cpp:54 + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ch.cpp:54 #if !defined (_CORBA_EXTATTRIBUTEDEF_CH_) #define _CORBA_EXTATTRIBUTEDEF_CH_ - + class TAO_IFR_Client_Export ExtAttributeDef : public virtual ::CORBA::AttributeDef { @@ -2558,205 +2590,207 @@ namespace CORBA friend class TAO::Narrow_Utils<ExtAttributeDef>; typedef ExtAttributeDef_ptr _ptr_type; typedef ExtAttributeDef_var _var_type; - + typedef ExtAttributeDef_out _out_type; + // The static operations. static ExtAttributeDef_ptr _duplicate (ExtAttributeDef_ptr obj); - + static void _tao_release (ExtAttributeDef_ptr obj); - + static ExtAttributeDef_ptr _narrow ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static ExtAttributeDef_ptr _unchecked_narrow ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static ExtAttributeDef_ptr _nil (void) { return static_cast<ExtAttributeDef_ptr> (0); } - + static void _tao_any_destructor (void *); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual ::CORBA::ExcDescriptionSeq * get_exceptions ( ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual void get_exceptions ( const ::CORBA::ExcDescriptionSeq & get_exceptions ACE_ENV_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual ::CORBA::ExcDescriptionSeq * set_exceptions ( ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual void set_exceptions ( const ::CORBA::ExcDescriptionSeq & set_exceptions ACE_ENV_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual ::CORBA::ExtAttributeDescription * describe_attribute ( ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_interface/interface_ch.cpp:210 - - virtual CORBA::Boolean _is_a ( + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ch.cpp:212 + + virtual ::CORBA::Boolean _is_a ( const char *type_id ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + virtual const char* _interface_repository_id (void) const; - virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr); + virtual ::CORBA::Boolean marshal (TAO_OutputCDR &cdr); private: TAO::Collocation_Proxy_Broker *the_TAO_ExtAttributeDef_Proxy_Broker_; - + protected: // Concrete interface only. ExtAttributeDef (void); - + // These methods travese the inheritance tree and set the // parents piece of the given class in the right mode. virtual void CORBA_ExtAttributeDef_setup_collocation (void); - + // Concrete non-local interface only. ExtAttributeDef ( IOP::IOR *ior, TAO_ORB_Core *orb_core = 0 ); - + // Non-local interface only. ExtAttributeDef ( TAO_Stub *objref, - CORBA::Boolean _tao_collocated = 0, + ::CORBA::Boolean _tao_collocated = 0, TAO_Abstract_ServantBase *servant = 0, TAO_ORB_Core *orb_core = 0 ); - + virtual ~ExtAttributeDef (void); - + private: // Private and unimplemented for concrete interfaces. ExtAttributeDef (const ExtAttributeDef &); - + void operator= (const ExtAttributeDef &); }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_ExtAttributeDef; - + // TAO_IDL - Generated from - // be\be_visitor_enum/enum_ch.cpp:57 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_enum/enum_ch.cpp:57 + enum OperationMode { OP_NORMAL, OP_ONEWAY }; - + typedef OperationMode &OperationMode_out; - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_OperationMode; - + // TAO_IDL - Generated from - // be\be_type.cpp:258 - + // .\be\be_type.cpp:258 + struct ParameterDescription; - + typedef TAO_Var_Var_T< ParameterDescription > ParameterDescription_var; - + typedef TAO_Out_T< ParameterDescription, ParameterDescription_var > ParameterDescription_out; - + // TAO_IDL - Generated from - // be\be_visitor_structure/structure_ch.cpp:57 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/structure_ch.cpp:57 + struct TAO_IFR_Client_Export ParameterDescription { typedef ParameterDescription_var _var_type; - + typedef ParameterDescription_out _out_type; + static void _tao_any_destructor (void *); TAO::String_Manager name; - CORBA::TypeCode_var type; + ::CORBA::TypeCode_var type; CORBA::IDLType_var type_def; CORBA::ParameterMode mode; }; - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_ParameterDescription; - + // TAO_IDL - Generated from - // be\be_visitor_sequence/sequence_ch.cpp:101 + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/sequence_ch.cpp:101 #if !defined (_CORBA_PARDESCRIPTIONSEQ_CH_) #define _CORBA_PARDESCRIPTIONSEQ_CH_ - + class ParDescriptionSeq; - + typedef TAO_VarSeq_Var_T< ParDescriptionSeq > ParDescriptionSeq_var; - + typedef TAO_Seq_Out_T< ParDescriptionSeq > ParDescriptionSeq_out; - + class TAO_IFR_Client_Export ParDescriptionSeq : public TAO::unbounded_value_sequence< @@ -2765,103 +2799,109 @@ namespace CORBA { public: ParDescriptionSeq (void); - ParDescriptionSeq (CORBA::ULong max); + ParDescriptionSeq ( ::CORBA::ULong max); ParDescriptionSeq ( - CORBA::ULong max, - CORBA::ULong length, - ParameterDescription* buffer, - CORBA::Boolean release = false + ::CORBA::ULong max, + ::CORBA::ULong length, + ParameterDescription* buffer, + ::CORBA::Boolean release = false ); ParDescriptionSeq (const ParDescriptionSeq &); ~ParDescriptionSeq (void); - + static void _tao_any_destructor (void *); - + typedef ParDescriptionSeq_var _var_type; + typedef ParDescriptionSeq_out _out_type; + + }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_ParDescriptionSeq; - + // TAO_IDL - Generated from - // be\be_visitor_typedef/typedef_ch.cpp:413 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typedef/typedef_ch.cpp:419 + typedef char * ContextIdentifier; - typedef CORBA::String_var ContextIdentifier_var; - typedef CORBA::String_out ContextIdentifier_out; - + typedef ::CORBA::String_var ContextIdentifier_var; + typedef ::CORBA::String_out ContextIdentifier_out; + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_ContextIdentifier; - + // TAO_IDL - Generated from - // be\be_visitor_sequence/sequence_ch.cpp:101 + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/sequence_ch.cpp:101 #if !defined (_CORBA_CONTEXTIDSEQ_CH_) #define _CORBA_CONTEXTIDSEQ_CH_ - + class ContextIdSeq; - + typedef TAO_VarSeq_Var_T< ContextIdSeq > ContextIdSeq_var; - + typedef TAO_Seq_Out_T< ContextIdSeq > ContextIdSeq_out; - + class TAO_IFR_Client_Export ContextIdSeq : public TAO::unbounded_string_sequence { public: ContextIdSeq (void); - ContextIdSeq (CORBA::ULong max); + ContextIdSeq ( ::CORBA::ULong max); ContextIdSeq ( - CORBA::ULong max, - CORBA::ULong length, - char ** buffer, - CORBA::Boolean release = false + ::CORBA::ULong max, + ::CORBA::ULong length, + char ** buffer, + ::CORBA::Boolean release = false ); ContextIdSeq (const ContextIdSeq &); ~ContextIdSeq (void); - + static void _tao_any_destructor (void *); - + typedef ContextIdSeq_var _var_type; + typedef ContextIdSeq_out _out_type; + + }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_ContextIdSeq; - + // TAO_IDL - Generated from - // be\be_interface.cpp:598 + // .\be\be_interface.cpp:640 #if !defined (_CORBA_OPERATIONDEF__VAR_OUT_CH_) #define _CORBA_OPERATIONDEF__VAR_OUT_CH_ - + class OperationDef; typedef OperationDef *OperationDef_ptr; - + typedef TAO_Objref_Var_T< OperationDef > OperationDef_var; - + typedef TAO_Objref_Out_T< OperationDef @@ -2869,13 +2909,13 @@ namespace CORBA OperationDef_out; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_interface/interface_ch.cpp:54 + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ch.cpp:54 #if !defined (_CORBA_OPERATIONDEF_CH_) #define _CORBA_OPERATIONDEF_CH_ - + class TAO_IFR_Client_Export OperationDef : public virtual ::CORBA::Contained { @@ -2883,305 +2923,310 @@ namespace CORBA friend class TAO::Narrow_Utils<OperationDef>; typedef OperationDef_ptr _ptr_type; typedef OperationDef_var _var_type; - + typedef OperationDef_out _out_type; + // The static operations. static OperationDef_ptr _duplicate (OperationDef_ptr obj); - + static void _tao_release (OperationDef_ptr obj); - + static OperationDef_ptr _narrow ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static OperationDef_ptr _unchecked_narrow ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static OperationDef_ptr _nil (void) { return static_cast<OperationDef_ptr> (0); } - + static void _tao_any_destructor (void *); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - - virtual CORBA::TypeCode_ptr result ( + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + + virtual ::CORBA::TypeCode_ptr result ( ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual ::CORBA::IDLType_ptr result_def ( ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual void result_def ( ::CORBA::IDLType_ptr result_def ACE_ENV_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual ::CORBA::ParDescriptionSeq * params ( ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual void params ( const ::CORBA::ParDescriptionSeq & params ACE_ENV_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual ::CORBA::OperationMode mode ( ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual void mode ( ::CORBA::OperationMode mode ACE_ENV_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual ::CORBA::ContextIdSeq * contexts ( ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual void contexts ( const ::CORBA::ContextIdSeq & contexts ACE_ENV_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual ::CORBA::ExceptionDefSeq * exceptions ( ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual void exceptions ( const ::CORBA::ExceptionDefSeq & exceptions ACE_ENV_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_interface/interface_ch.cpp:210 - - virtual CORBA::Boolean _is_a ( + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ch.cpp:212 + + virtual ::CORBA::Boolean _is_a ( const char *type_id ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + virtual const char* _interface_repository_id (void) const; - virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr); + virtual ::CORBA::Boolean marshal (TAO_OutputCDR &cdr); private: TAO::Collocation_Proxy_Broker *the_TAO_OperationDef_Proxy_Broker_; - + protected: // Concrete interface only. OperationDef (void); - + // These methods travese the inheritance tree and set the // parents piece of the given class in the right mode. virtual void CORBA_OperationDef_setup_collocation (void); - + // Concrete non-local interface only. OperationDef ( IOP::IOR *ior, TAO_ORB_Core *orb_core = 0 ); - + // Non-local interface only. OperationDef ( TAO_Stub *objref, - CORBA::Boolean _tao_collocated = 0, + ::CORBA::Boolean _tao_collocated = 0, TAO_Abstract_ServantBase *servant = 0, TAO_ORB_Core *orb_core = 0 ); - + virtual ~OperationDef (void); - + private: // Private and unimplemented for concrete interfaces. OperationDef (const OperationDef &); - + void operator= (const OperationDef &); }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_OperationDef; - + // TAO_IDL - Generated from - // be\be_type.cpp:258 - + // .\be\be_type.cpp:258 + struct OperationDescription; - + typedef TAO_Var_Var_T< OperationDescription > OperationDescription_var; - + typedef TAO_Out_T< OperationDescription, OperationDescription_var > OperationDescription_out; - + // TAO_IDL - Generated from - // be\be_visitor_structure/structure_ch.cpp:57 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/structure_ch.cpp:57 + struct TAO_IFR_Client_Export OperationDescription { typedef OperationDescription_var _var_type; - + typedef OperationDescription_out _out_type; + static void _tao_any_destructor (void *); TAO::String_Manager name; TAO::String_Manager id; TAO::String_Manager defined_in; TAO::String_Manager version; - CORBA::TypeCode_var result; + ::CORBA::TypeCode_var result; CORBA::OperationMode mode; CORBA::ContextIdSeq contexts; CORBA::ParDescriptionSeq parameters; CORBA::ExcDescriptionSeq exceptions; }; - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_OperationDescription; - + // TAO_IDL - Generated from - // be\be_visitor_sequence/sequence_ch.cpp:101 + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/sequence_ch.cpp:101 #if !defined (_CORBA_REPOSITORYIDSEQ_CH_) #define _CORBA_REPOSITORYIDSEQ_CH_ - + class RepositoryIdSeq; - + typedef TAO_VarSeq_Var_T< RepositoryIdSeq > RepositoryIdSeq_var; - + typedef TAO_Seq_Out_T< RepositoryIdSeq > RepositoryIdSeq_out; - + class TAO_IFR_Client_Export RepositoryIdSeq : public TAO::unbounded_string_sequence { public: RepositoryIdSeq (void); - RepositoryIdSeq (CORBA::ULong max); + RepositoryIdSeq ( ::CORBA::ULong max); RepositoryIdSeq ( - CORBA::ULong max, - CORBA::ULong length, - char ** buffer, - CORBA::Boolean release = false + ::CORBA::ULong max, + ::CORBA::ULong length, + char ** buffer, + ::CORBA::Boolean release = false ); RepositoryIdSeq (const RepositoryIdSeq &); ~RepositoryIdSeq (void); - + static void _tao_any_destructor (void *); - + typedef RepositoryIdSeq_var _var_type; + typedef RepositoryIdSeq_out _out_type; + + }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_RepositoryIdSeq; - + // TAO_IDL - Generated from - // be\be_visitor_sequence/sequence_ch.cpp:101 + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/sequence_ch.cpp:101 #if !defined (_CORBA_OPDESCRIPTIONSEQ_CH_) #define _CORBA_OPDESCRIPTIONSEQ_CH_ - + class OpDescriptionSeq; - + typedef TAO_VarSeq_Var_T< OpDescriptionSeq > OpDescriptionSeq_var; - + typedef TAO_Seq_Out_T< OpDescriptionSeq > OpDescriptionSeq_out; - + class TAO_IFR_Client_Export OpDescriptionSeq : public TAO::unbounded_value_sequence< @@ -3190,48 +3235,51 @@ namespace CORBA { public: OpDescriptionSeq (void); - OpDescriptionSeq (CORBA::ULong max); + OpDescriptionSeq ( ::CORBA::ULong max); OpDescriptionSeq ( - CORBA::ULong max, - CORBA::ULong length, - OperationDescription* buffer, - CORBA::Boolean release = false + ::CORBA::ULong max, + ::CORBA::ULong length, + OperationDescription* buffer, + ::CORBA::Boolean release = false ); OpDescriptionSeq (const OpDescriptionSeq &); ~OpDescriptionSeq (void); - + static void _tao_any_destructor (void *); - + typedef OpDescriptionSeq_var _var_type; + typedef OpDescriptionSeq_out _out_type; + + }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_OpDescriptionSeq; - + // TAO_IDL - Generated from - // be\be_visitor_sequence/sequence_ch.cpp:101 + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/sequence_ch.cpp:101 #if !defined (_CORBA_ATTRDESCRIPTIONSEQ_CH_) #define _CORBA_ATTRDESCRIPTIONSEQ_CH_ - + class AttrDescriptionSeq; - + typedef TAO_VarSeq_Var_T< AttrDescriptionSeq > AttrDescriptionSeq_var; - + typedef TAO_Seq_Out_T< AttrDescriptionSeq > AttrDescriptionSeq_out; - + class TAO_IFR_Client_Export AttrDescriptionSeq : public TAO::unbounded_value_sequence< @@ -3240,48 +3288,51 @@ namespace CORBA { public: AttrDescriptionSeq (void); - AttrDescriptionSeq (CORBA::ULong max); + AttrDescriptionSeq ( ::CORBA::ULong max); AttrDescriptionSeq ( - CORBA::ULong max, - CORBA::ULong length, - AttributeDescription* buffer, - CORBA::Boolean release = false + ::CORBA::ULong max, + ::CORBA::ULong length, + AttributeDescription* buffer, + ::CORBA::Boolean release = false ); AttrDescriptionSeq (const AttrDescriptionSeq &); ~AttrDescriptionSeq (void); - + static void _tao_any_destructor (void *); - + typedef AttrDescriptionSeq_var _var_type; + typedef AttrDescriptionSeq_out _out_type; + + }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_AttrDescriptionSeq; - + // TAO_IDL - Generated from - // be\be_visitor_sequence/sequence_ch.cpp:101 + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/sequence_ch.cpp:101 #if !defined (_CORBA_EXTATTRDESCRIPTIONSEQ_CH_) #define _CORBA_EXTATTRDESCRIPTIONSEQ_CH_ - + class ExtAttrDescriptionSeq; - + typedef TAO_VarSeq_Var_T< ExtAttrDescriptionSeq > ExtAttrDescriptionSeq_var; - + typedef TAO_Seq_Out_T< ExtAttrDescriptionSeq > ExtAttrDescriptionSeq_out; - + class TAO_IFR_Client_Export ExtAttrDescriptionSeq : public TAO::unbounded_value_sequence< @@ -3290,43 +3341,46 @@ namespace CORBA { public: ExtAttrDescriptionSeq (void); - ExtAttrDescriptionSeq (CORBA::ULong max); + ExtAttrDescriptionSeq ( ::CORBA::ULong max); ExtAttrDescriptionSeq ( - CORBA::ULong max, - CORBA::ULong length, - ExtAttributeDescription* buffer, - CORBA::Boolean release = false + ::CORBA::ULong max, + ::CORBA::ULong length, + ExtAttributeDescription* buffer, + ::CORBA::Boolean release = false ); ExtAttrDescriptionSeq (const ExtAttrDescriptionSeq &); ~ExtAttrDescriptionSeq (void); - + static void _tao_any_destructor (void *); - + typedef ExtAttrDescriptionSeq_var _var_type; + typedef ExtAttrDescriptionSeq_out _out_type; + + }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_ExtAttrDescriptionSeq; - + // TAO_IDL - Generated from - // be\be_interface.cpp:598 + // .\be\be_interface.cpp:640 #if !defined (_CORBA_INTERFACEDEF__VAR_OUT_CH_) #define _CORBA_INTERFACEDEF__VAR_OUT_CH_ - + class InterfaceDef; typedef InterfaceDef *InterfaceDef_ptr; - + typedef TAO_Objref_Var_T< InterfaceDef > InterfaceDef_var; - + typedef TAO_Objref_Out_T< InterfaceDef @@ -3334,13 +3388,13 @@ namespace CORBA InterfaceDef_out; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_interface/interface_ch.cpp:54 + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ch.cpp:54 #if !defined (_CORBA_INTERFACEDEF_CH_) #define _CORBA_INTERFACEDEF_CH_ - + class TAO_IFR_Client_Export InterfaceDef : public virtual ::CORBA::Container, public virtual ::CORBA::Contained, @@ -3350,115 +3404,117 @@ namespace CORBA friend class TAO::Narrow_Utils<InterfaceDef>; typedef InterfaceDef_ptr _ptr_type; typedef InterfaceDef_var _var_type; - + typedef InterfaceDef_out _out_type; + // The static operations. static InterfaceDef_ptr _duplicate (InterfaceDef_ptr obj); - + static void _tao_release (InterfaceDef_ptr obj); - + static InterfaceDef_ptr _narrow ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static InterfaceDef_ptr _unchecked_narrow ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static InterfaceDef_ptr _nil (void) { return static_cast<InterfaceDef_ptr> (0); } - + static void _tao_any_destructor (void *); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual ::CORBA::InterfaceDefSeq * base_interfaces ( ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual void base_interfaces ( const ::CORBA::InterfaceDefSeq & base_interfaces ACE_ENV_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - - virtual CORBA::Boolean is_a ( + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + + virtual ::CORBA::Boolean is_a ( const char * interface_id ACE_ENV_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_type.cpp:258 - + // .\be\be_type.cpp:258 + struct FullInterfaceDescription; - + typedef TAO_Var_Var_T< FullInterfaceDescription > FullInterfaceDescription_var; - + typedef TAO_Out_T< FullInterfaceDescription, FullInterfaceDescription_var > FullInterfaceDescription_out; - + // TAO_IDL - Generated from - // be\be_visitor_structure/structure_ch.cpp:57 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/structure_ch.cpp:57 + struct TAO_IFR_Client_Export FullInterfaceDescription { typedef FullInterfaceDescription_var _var_type; - + typedef FullInterfaceDescription_out _out_type; + static void _tao_any_destructor (void *); TAO::String_Manager name; TAO::String_Manager id; TAO::String_Manager defined_in; TAO::String_Manager version; - ::CORBA::OpDescriptionSeq operations; - ::CORBA::AttrDescriptionSeq attributes; - ::CORBA::RepositoryIdSeq base_interfaces; + CORBA::OpDescriptionSeq operations; + CORBA::AttrDescriptionSeq attributes; + CORBA::RepositoryIdSeq base_interfaces; ::CORBA::TypeCode_var type; }; - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + static ::CORBA::TypeCode_ptr const _tc_FullInterfaceDescription; - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual ::CORBA::InterfaceDef::FullInterfaceDescription * describe_interface ( ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual ::CORBA::AttributeDef_ptr create_attribute ( const char * id, const char * name, @@ -3468,12 +3524,12 @@ namespace CORBA ACE_ENV_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual ::CORBA::OperationDef_ptr create_operation ( const char * id, const char * name, @@ -3486,85 +3542,86 @@ namespace CORBA ACE_ENV_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_interface/interface_ch.cpp:210 - - virtual CORBA::Boolean _is_a ( + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ch.cpp:212 + + virtual ::CORBA::Boolean _is_a ( const char *type_id ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + virtual const char* _interface_repository_id (void) const; - virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr); + virtual ::CORBA::Boolean marshal (TAO_OutputCDR &cdr); private: TAO::Collocation_Proxy_Broker *the_TAO_InterfaceDef_Proxy_Broker_; - + protected: // Concrete interface only. InterfaceDef (void); - + // These methods travese the inheritance tree and set the // parents piece of the given class in the right mode. virtual void CORBA_InterfaceDef_setup_collocation (void); - + // Concrete non-local interface only. InterfaceDef ( IOP::IOR *ior, TAO_ORB_Core *orb_core = 0 ); - + // Non-local interface only. InterfaceDef ( TAO_Stub *objref, - CORBA::Boolean _tao_collocated = 0, + ::CORBA::Boolean _tao_collocated = 0, TAO_Abstract_ServantBase *servant = 0, TAO_ORB_Core *orb_core = 0 ); - + virtual ~InterfaceDef (void); - + private: // Private and unimplemented for concrete interfaces. InterfaceDef (const InterfaceDef &); - + void operator= (const InterfaceDef &); }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_InterfaceDef; - + // TAO_IDL - Generated from - // be\be_type.cpp:258 - + // .\be\be_type.cpp:258 + struct InterfaceDescription; - + typedef TAO_Var_Var_T< InterfaceDescription > InterfaceDescription_var; - + typedef TAO_Out_T< InterfaceDescription, InterfaceDescription_var > InterfaceDescription_out; - + // TAO_IDL - Generated from - // be\be_visitor_structure/structure_ch.cpp:57 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/structure_ch.cpp:57 + struct TAO_IFR_Client_Export InterfaceDescription { typedef InterfaceDescription_var _var_type; - + typedef InterfaceDescription_out _out_type; + static void _tao_any_destructor (void *); TAO::String_Manager name; TAO::String_Manager id; @@ -3572,27 +3629,27 @@ namespace CORBA TAO::String_Manager version; CORBA::RepositoryIdSeq base_interfaces; }; - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_InterfaceDescription; - + // TAO_IDL - Generated from - // be\be_interface.cpp:598 + // .\be\be_interface.cpp:640 #if !defined (_CORBA_INTERFACEATTREXTENSION__VAR_OUT_CH_) #define _CORBA_INTERFACEATTREXTENSION__VAR_OUT_CH_ - + class InterfaceAttrExtension; typedef InterfaceAttrExtension *InterfaceAttrExtension_ptr; - + typedef TAO_Objref_Var_T< InterfaceAttrExtension > InterfaceAttrExtension_var; - + typedef TAO_Objref_Out_T< InterfaceAttrExtension @@ -3600,97 +3657,99 @@ namespace CORBA InterfaceAttrExtension_out; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_interface/interface_ch.cpp:54 + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ch.cpp:54 #if !defined (_CORBA_INTERFACEATTREXTENSION_CH_) #define _CORBA_INTERFACEATTREXTENSION_CH_ - + class TAO_IFR_Client_Export InterfaceAttrExtension - : public virtual CORBA::Object + : public virtual ::CORBA::Object { public: friend class TAO::Narrow_Utils<InterfaceAttrExtension>; typedef InterfaceAttrExtension_ptr _ptr_type; typedef InterfaceAttrExtension_var _var_type; - + typedef InterfaceAttrExtension_out _out_type; + // The static operations. static InterfaceAttrExtension_ptr _duplicate (InterfaceAttrExtension_ptr obj); - + static void _tao_release (InterfaceAttrExtension_ptr obj); - + static InterfaceAttrExtension_ptr _narrow ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static InterfaceAttrExtension_ptr _unchecked_narrow ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static InterfaceAttrExtension_ptr _nil (void) { return static_cast<InterfaceAttrExtension_ptr> (0); } - + static void _tao_any_destructor (void *); - + // TAO_IDL - Generated from - // be\be_type.cpp:258 - + // .\be\be_type.cpp:258 + struct ExtFullInterfaceDescription; - + typedef TAO_Var_Var_T< ExtFullInterfaceDescription > ExtFullInterfaceDescription_var; - + typedef TAO_Out_T< ExtFullInterfaceDescription, ExtFullInterfaceDescription_var > ExtFullInterfaceDescription_out; - + // TAO_IDL - Generated from - // be\be_visitor_structure/structure_ch.cpp:57 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/structure_ch.cpp:57 + struct TAO_IFR_Client_Export ExtFullInterfaceDescription { typedef ExtFullInterfaceDescription_var _var_type; - + typedef ExtFullInterfaceDescription_out _out_type; + static void _tao_any_destructor (void *); TAO::String_Manager name; TAO::String_Manager id; TAO::String_Manager defined_in; TAO::String_Manager version; - ::CORBA::OpDescriptionSeq operations; - ::CORBA::ExtAttrDescriptionSeq attributes; - ::CORBA::RepositoryIdSeq base_interfaces; + CORBA::OpDescriptionSeq operations; + CORBA::ExtAttrDescriptionSeq attributes; + CORBA::RepositoryIdSeq base_interfaces; ::CORBA::TypeCode_var type; }; - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + static ::CORBA::TypeCode_ptr const _tc_ExtFullInterfaceDescription; - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual ::CORBA::InterfaceAttrExtension::ExtFullInterfaceDescription * describe_ext_interface ( ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual ::CORBA::ExtAttributeDef_ptr create_ext_attribute ( const char * id, const char * name, @@ -3702,75 +3761,75 @@ namespace CORBA ACE_ENV_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_interface/interface_ch.cpp:210 - - virtual CORBA::Boolean _is_a ( + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ch.cpp:212 + + virtual ::CORBA::Boolean _is_a ( const char *type_id ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + virtual const char* _interface_repository_id (void) const; - virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr); + virtual ::CORBA::Boolean marshal (TAO_OutputCDR &cdr); private: TAO::Collocation_Proxy_Broker *the_TAO_InterfaceAttrExtension_Proxy_Broker_; - + protected: // Concrete interface only. InterfaceAttrExtension (void); - + // These methods travese the inheritance tree and set the // parents piece of the given class in the right mode. virtual void CORBA_InterfaceAttrExtension_setup_collocation (void); - + // Concrete non-local interface only. InterfaceAttrExtension ( IOP::IOR *ior, TAO_ORB_Core *orb_core = 0 ); - + // Non-local interface only. InterfaceAttrExtension ( TAO_Stub *objref, - CORBA::Boolean _tao_collocated = 0, + ::CORBA::Boolean _tao_collocated = 0, TAO_Abstract_ServantBase *servant = 0, TAO_ORB_Core *orb_core = 0 ); - + virtual ~InterfaceAttrExtension (void); - + private: // Private and unimplemented for concrete interfaces. InterfaceAttrExtension (const InterfaceAttrExtension &); - + void operator= (const InterfaceAttrExtension &); }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_InterfaceAttrExtension; - + // TAO_IDL - Generated from - // be\be_interface.cpp:598 + // .\be\be_interface.cpp:640 #if !defined (_CORBA_EXTINTERFACEDEF__VAR_OUT_CH_) #define _CORBA_EXTINTERFACEDEF__VAR_OUT_CH_ - + class ExtInterfaceDef; typedef ExtInterfaceDef *ExtInterfaceDef_ptr; - + typedef TAO_Objref_Var_T< ExtInterfaceDef > ExtInterfaceDef_var; - + typedef TAO_Objref_Out_T< ExtInterfaceDef @@ -3778,13 +3837,13 @@ namespace CORBA ExtInterfaceDef_out; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_interface/interface_ch.cpp:54 + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ch.cpp:54 #if !defined (_CORBA_EXTINTERFACEDEF_CH_) #define _CORBA_EXTINTERFACEDEF_CH_ - + class TAO_IFR_Client_Export ExtInterfaceDef : public virtual ::CORBA::InterfaceDef, public virtual ::CORBA::InterfaceAttrExtension @@ -3793,95 +3852,96 @@ namespace CORBA friend class TAO::Narrow_Utils<ExtInterfaceDef>; typedef ExtInterfaceDef_ptr _ptr_type; typedef ExtInterfaceDef_var _var_type; - + typedef ExtInterfaceDef_out _out_type; + // The static operations. static ExtInterfaceDef_ptr _duplicate (ExtInterfaceDef_ptr obj); - + static void _tao_release (ExtInterfaceDef_ptr obj); - + static ExtInterfaceDef_ptr _narrow ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static ExtInterfaceDef_ptr _unchecked_narrow ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static ExtInterfaceDef_ptr _nil (void) { return static_cast<ExtInterfaceDef_ptr> (0); } - + static void _tao_any_destructor (void *); - + // TAO_IDL - Generated from - // be\be_visitor_interface/interface_ch.cpp:210 - - virtual CORBA::Boolean _is_a ( + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ch.cpp:212 + + virtual ::CORBA::Boolean _is_a ( const char *type_id ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + virtual const char* _interface_repository_id (void) const; - virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr); + virtual ::CORBA::Boolean marshal (TAO_OutputCDR &cdr); private: TAO::Collocation_Proxy_Broker *the_TAO_ExtInterfaceDef_Proxy_Broker_; - + protected: // Concrete interface only. ExtInterfaceDef (void); - + // These methods travese the inheritance tree and set the // parents piece of the given class in the right mode. virtual void CORBA_ExtInterfaceDef_setup_collocation (void); - + // Concrete non-local interface only. ExtInterfaceDef ( IOP::IOR *ior, TAO_ORB_Core *orb_core = 0 ); - + // Non-local interface only. ExtInterfaceDef ( TAO_Stub *objref, - CORBA::Boolean _tao_collocated = 0, + ::CORBA::Boolean _tao_collocated = 0, TAO_Abstract_ServantBase *servant = 0, TAO_ORB_Core *orb_core = 0 ); - + virtual ~ExtInterfaceDef (void); - + private: // Private and unimplemented for concrete interfaces. ExtInterfaceDef (const ExtInterfaceDef &); - + void operator= (const ExtInterfaceDef &); }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_ExtInterfaceDef; - + // TAO_IDL - Generated from - // be\be_interface.cpp:598 + // .\be\be_interface.cpp:640 #if !defined (_CORBA_ABSTRACTINTERFACEDEF__VAR_OUT_CH_) #define _CORBA_ABSTRACTINTERFACEDEF__VAR_OUT_CH_ - + class AbstractInterfaceDef; typedef AbstractInterfaceDef *AbstractInterfaceDef_ptr; - + typedef TAO_Objref_Var_T< AbstractInterfaceDef > AbstractInterfaceDef_var; - + typedef TAO_Objref_Out_T< AbstractInterfaceDef @@ -3889,13 +3949,13 @@ namespace CORBA AbstractInterfaceDef_out; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_interface/interface_ch.cpp:54 + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ch.cpp:54 #if !defined (_CORBA_ABSTRACTINTERFACEDEF_CH_) #define _CORBA_ABSTRACTINTERFACEDEF_CH_ - + class TAO_IFR_Client_Export AbstractInterfaceDef : public virtual ::CORBA::InterfaceDef { @@ -3903,95 +3963,96 @@ namespace CORBA friend class TAO::Narrow_Utils<AbstractInterfaceDef>; typedef AbstractInterfaceDef_ptr _ptr_type; typedef AbstractInterfaceDef_var _var_type; - + typedef AbstractInterfaceDef_out _out_type; + // The static operations. static AbstractInterfaceDef_ptr _duplicate (AbstractInterfaceDef_ptr obj); - + static void _tao_release (AbstractInterfaceDef_ptr obj); - + static AbstractInterfaceDef_ptr _narrow ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static AbstractInterfaceDef_ptr _unchecked_narrow ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static AbstractInterfaceDef_ptr _nil (void) { return static_cast<AbstractInterfaceDef_ptr> (0); } - + static void _tao_any_destructor (void *); - + // TAO_IDL - Generated from - // be\be_visitor_interface/interface_ch.cpp:210 - - virtual CORBA::Boolean _is_a ( + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ch.cpp:212 + + virtual ::CORBA::Boolean _is_a ( const char *type_id ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + virtual const char* _interface_repository_id (void) const; - virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr); + virtual ::CORBA::Boolean marshal (TAO_OutputCDR &cdr); private: TAO::Collocation_Proxy_Broker *the_TAO_AbstractInterfaceDef_Proxy_Broker_; - + protected: // Concrete interface only. AbstractInterfaceDef (void); - + // These methods travese the inheritance tree and set the // parents piece of the given class in the right mode. virtual void CORBA_AbstractInterfaceDef_setup_collocation (void); - + // Concrete non-local interface only. AbstractInterfaceDef ( IOP::IOR *ior, TAO_ORB_Core *orb_core = 0 ); - + // Non-local interface only. AbstractInterfaceDef ( TAO_Stub *objref, - CORBA::Boolean _tao_collocated = 0, + ::CORBA::Boolean _tao_collocated = 0, TAO_Abstract_ServantBase *servant = 0, TAO_ORB_Core *orb_core = 0 ); - + virtual ~AbstractInterfaceDef (void); - + private: // Private and unimplemented for concrete interfaces. AbstractInterfaceDef (const AbstractInterfaceDef &); - + void operator= (const AbstractInterfaceDef &); }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_AbstractInterfaceDef; - + // TAO_IDL - Generated from - // be\be_interface.cpp:598 + // .\be\be_interface.cpp:640 #if !defined (_CORBA_EXTABSTRACTINTERFACEDEF__VAR_OUT_CH_) #define _CORBA_EXTABSTRACTINTERFACEDEF__VAR_OUT_CH_ - + class ExtAbstractInterfaceDef; typedef ExtAbstractInterfaceDef *ExtAbstractInterfaceDef_ptr; - + typedef TAO_Objref_Var_T< ExtAbstractInterfaceDef > ExtAbstractInterfaceDef_var; - + typedef TAO_Objref_Out_T< ExtAbstractInterfaceDef @@ -3999,13 +4060,13 @@ namespace CORBA ExtAbstractInterfaceDef_out; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_interface/interface_ch.cpp:54 + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ch.cpp:54 #if !defined (_CORBA_EXTABSTRACTINTERFACEDEF_CH_) #define _CORBA_EXTABSTRACTINTERFACEDEF_CH_ - + class TAO_IFR_Client_Export ExtAbstractInterfaceDef : public virtual ::CORBA::AbstractInterfaceDef, public virtual ::CORBA::InterfaceAttrExtension @@ -4014,95 +4075,96 @@ namespace CORBA friend class TAO::Narrow_Utils<ExtAbstractInterfaceDef>; typedef ExtAbstractInterfaceDef_ptr _ptr_type; typedef ExtAbstractInterfaceDef_var _var_type; - + typedef ExtAbstractInterfaceDef_out _out_type; + // The static operations. static ExtAbstractInterfaceDef_ptr _duplicate (ExtAbstractInterfaceDef_ptr obj); - + static void _tao_release (ExtAbstractInterfaceDef_ptr obj); - + static ExtAbstractInterfaceDef_ptr _narrow ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static ExtAbstractInterfaceDef_ptr _unchecked_narrow ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static ExtAbstractInterfaceDef_ptr _nil (void) { return static_cast<ExtAbstractInterfaceDef_ptr> (0); } - + static void _tao_any_destructor (void *); - + // TAO_IDL - Generated from - // be\be_visitor_interface/interface_ch.cpp:210 - - virtual CORBA::Boolean _is_a ( + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ch.cpp:212 + + virtual ::CORBA::Boolean _is_a ( const char *type_id ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + virtual const char* _interface_repository_id (void) const; - virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr); + virtual ::CORBA::Boolean marshal (TAO_OutputCDR &cdr); private: TAO::Collocation_Proxy_Broker *the_TAO_ExtAbstractInterfaceDef_Proxy_Broker_; - + protected: // Concrete interface only. ExtAbstractInterfaceDef (void); - + // These methods travese the inheritance tree and set the // parents piece of the given class in the right mode. virtual void CORBA_ExtAbstractInterfaceDef_setup_collocation (void); - + // Concrete non-local interface only. ExtAbstractInterfaceDef ( IOP::IOR *ior, TAO_ORB_Core *orb_core = 0 ); - + // Non-local interface only. ExtAbstractInterfaceDef ( TAO_Stub *objref, - CORBA::Boolean _tao_collocated = 0, + ::CORBA::Boolean _tao_collocated = 0, TAO_Abstract_ServantBase *servant = 0, TAO_ORB_Core *orb_core = 0 ); - + virtual ~ExtAbstractInterfaceDef (void); - + private: // Private and unimplemented for concrete interfaces. ExtAbstractInterfaceDef (const ExtAbstractInterfaceDef &); - + void operator= (const ExtAbstractInterfaceDef &); }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_ExtAbstractInterfaceDef; - + // TAO_IDL - Generated from - // be\be_interface.cpp:598 + // .\be\be_interface.cpp:640 #if !defined (_CORBA_LOCALINTERFACEDEF__VAR_OUT_CH_) #define _CORBA_LOCALINTERFACEDEF__VAR_OUT_CH_ - + class LocalInterfaceDef; typedef LocalInterfaceDef *LocalInterfaceDef_ptr; - + typedef TAO_Objref_Var_T< LocalInterfaceDef > LocalInterfaceDef_var; - + typedef TAO_Objref_Out_T< LocalInterfaceDef @@ -4110,13 +4172,13 @@ namespace CORBA LocalInterfaceDef_out; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_interface/interface_ch.cpp:54 + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ch.cpp:54 #if !defined (_CORBA_LOCALINTERFACEDEF_CH_) #define _CORBA_LOCALINTERFACEDEF_CH_ - + class TAO_IFR_Client_Export LocalInterfaceDef : public virtual ::CORBA::InterfaceDef { @@ -4124,95 +4186,96 @@ namespace CORBA friend class TAO::Narrow_Utils<LocalInterfaceDef>; typedef LocalInterfaceDef_ptr _ptr_type; typedef LocalInterfaceDef_var _var_type; - + typedef LocalInterfaceDef_out _out_type; + // The static operations. static LocalInterfaceDef_ptr _duplicate (LocalInterfaceDef_ptr obj); - + static void _tao_release (LocalInterfaceDef_ptr obj); - + static LocalInterfaceDef_ptr _narrow ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static LocalInterfaceDef_ptr _unchecked_narrow ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static LocalInterfaceDef_ptr _nil (void) { return static_cast<LocalInterfaceDef_ptr> (0); } - + static void _tao_any_destructor (void *); - + // TAO_IDL - Generated from - // be\be_visitor_interface/interface_ch.cpp:210 - - virtual CORBA::Boolean _is_a ( + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ch.cpp:212 + + virtual ::CORBA::Boolean _is_a ( const char *type_id ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + virtual const char* _interface_repository_id (void) const; - virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr); + virtual ::CORBA::Boolean marshal (TAO_OutputCDR &cdr); private: TAO::Collocation_Proxy_Broker *the_TAO_LocalInterfaceDef_Proxy_Broker_; - + protected: // Concrete interface only. LocalInterfaceDef (void); - + // These methods travese the inheritance tree and set the // parents piece of the given class in the right mode. virtual void CORBA_LocalInterfaceDef_setup_collocation (void); - + // Concrete non-local interface only. LocalInterfaceDef ( IOP::IOR *ior, TAO_ORB_Core *orb_core = 0 ); - + // Non-local interface only. LocalInterfaceDef ( TAO_Stub *objref, - CORBA::Boolean _tao_collocated = 0, + ::CORBA::Boolean _tao_collocated = 0, TAO_Abstract_ServantBase *servant = 0, TAO_ORB_Core *orb_core = 0 ); - + virtual ~LocalInterfaceDef (void); - + private: // Private and unimplemented for concrete interfaces. LocalInterfaceDef (const LocalInterfaceDef &); - + void operator= (const LocalInterfaceDef &); }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_LocalInterfaceDef; - + // TAO_IDL - Generated from - // be\be_interface.cpp:598 + // .\be\be_interface.cpp:640 #if !defined (_CORBA_EXTLOCALINTERFACEDEF__VAR_OUT_CH_) #define _CORBA_EXTLOCALINTERFACEDEF__VAR_OUT_CH_ - + class ExtLocalInterfaceDef; typedef ExtLocalInterfaceDef *ExtLocalInterfaceDef_ptr; - + typedef TAO_Objref_Var_T< ExtLocalInterfaceDef > ExtLocalInterfaceDef_var; - + typedef TAO_Objref_Out_T< ExtLocalInterfaceDef @@ -4220,13 +4283,13 @@ namespace CORBA ExtLocalInterfaceDef_out; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_interface/interface_ch.cpp:54 + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ch.cpp:54 #if !defined (_CORBA_EXTLOCALINTERFACEDEF_CH_) #define _CORBA_EXTLOCALINTERFACEDEF_CH_ - + class TAO_IFR_Client_Export ExtLocalInterfaceDef : public virtual ::CORBA::LocalInterfaceDef, public virtual ::CORBA::InterfaceAttrExtension @@ -4235,236 +4298,243 @@ namespace CORBA friend class TAO::Narrow_Utils<ExtLocalInterfaceDef>; typedef ExtLocalInterfaceDef_ptr _ptr_type; typedef ExtLocalInterfaceDef_var _var_type; - + typedef ExtLocalInterfaceDef_out _out_type; + // The static operations. static ExtLocalInterfaceDef_ptr _duplicate (ExtLocalInterfaceDef_ptr obj); - + static void _tao_release (ExtLocalInterfaceDef_ptr obj); - + static ExtLocalInterfaceDef_ptr _narrow ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static ExtLocalInterfaceDef_ptr _unchecked_narrow ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static ExtLocalInterfaceDef_ptr _nil (void) { return static_cast<ExtLocalInterfaceDef_ptr> (0); } - + static void _tao_any_destructor (void *); - + // TAO_IDL - Generated from - // be\be_visitor_interface/interface_ch.cpp:210 - - virtual CORBA::Boolean _is_a ( + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ch.cpp:212 + + virtual ::CORBA::Boolean _is_a ( const char *type_id ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + virtual const char* _interface_repository_id (void) const; - virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr); + virtual ::CORBA::Boolean marshal (TAO_OutputCDR &cdr); private: TAO::Collocation_Proxy_Broker *the_TAO_ExtLocalInterfaceDef_Proxy_Broker_; - + protected: // Concrete interface only. ExtLocalInterfaceDef (void); - + // These methods travese the inheritance tree and set the // parents piece of the given class in the right mode. virtual void CORBA_ExtLocalInterfaceDef_setup_collocation (void); - + // Concrete non-local interface only. ExtLocalInterfaceDef ( IOP::IOR *ior, TAO_ORB_Core *orb_core = 0 ); - + // Non-local interface only. ExtLocalInterfaceDef ( TAO_Stub *objref, - CORBA::Boolean _tao_collocated = 0, + ::CORBA::Boolean _tao_collocated = 0, TAO_Abstract_ServantBase *servant = 0, TAO_ORB_Core *orb_core = 0 ); - + virtual ~ExtLocalInterfaceDef (void); - + private: // Private and unimplemented for concrete interfaces. ExtLocalInterfaceDef (const ExtLocalInterfaceDef &); - + void operator= (const ExtLocalInterfaceDef &); }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_ExtLocalInterfaceDef; // TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:66 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_module/module_ch.cpp:78 } // module CORBA // Proxy Broker Factory function pointer declarations. // TAO_IDL - Generated from -// be\be_visitor_root/root.cpp:139 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_root/root.cpp:139 extern TAO_IFR_Client_Export TAO::Collocation_Proxy_Broker * (*CORBA__TAO_Repository_Proxy_Broker_Factory_function_pointer) ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ); extern TAO_IFR_Client_Export TAO::Collocation_Proxy_Broker * (*CORBA__TAO_ModuleDef_Proxy_Broker_Factory_function_pointer) ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ); extern TAO_IFR_Client_Export TAO::Collocation_Proxy_Broker * (*CORBA__TAO_ConstantDef_Proxy_Broker_Factory_function_pointer) ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ); extern TAO_IFR_Client_Export TAO::Collocation_Proxy_Broker * (*CORBA__TAO_StructDef_Proxy_Broker_Factory_function_pointer) ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ); extern TAO_IFR_Client_Export TAO::Collocation_Proxy_Broker * (*CORBA__TAO_UnionDef_Proxy_Broker_Factory_function_pointer) ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ); extern TAO_IFR_Client_Export TAO::Collocation_Proxy_Broker * (*CORBA__TAO_EnumDef_Proxy_Broker_Factory_function_pointer) ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ); extern TAO_IFR_Client_Export TAO::Collocation_Proxy_Broker * (*CORBA__TAO_AliasDef_Proxy_Broker_Factory_function_pointer) ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ); extern TAO_IFR_Client_Export TAO::Collocation_Proxy_Broker * (*CORBA__TAO_NativeDef_Proxy_Broker_Factory_function_pointer) ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ); extern TAO_IFR_Client_Export TAO::Collocation_Proxy_Broker * (*CORBA__TAO_PrimitiveDef_Proxy_Broker_Factory_function_pointer) ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ); extern TAO_IFR_Client_Export TAO::Collocation_Proxy_Broker * (*CORBA__TAO_StringDef_Proxy_Broker_Factory_function_pointer) ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ); extern TAO_IFR_Client_Export TAO::Collocation_Proxy_Broker * (*CORBA__TAO_WstringDef_Proxy_Broker_Factory_function_pointer) ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ); extern TAO_IFR_Client_Export TAO::Collocation_Proxy_Broker * (*CORBA__TAO_SequenceDef_Proxy_Broker_Factory_function_pointer) ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ); extern TAO_IFR_Client_Export TAO::Collocation_Proxy_Broker * (*CORBA__TAO_ArrayDef_Proxy_Broker_Factory_function_pointer) ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ); extern TAO_IFR_Client_Export TAO::Collocation_Proxy_Broker * (*CORBA__TAO_ExceptionDef_Proxy_Broker_Factory_function_pointer) ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ); extern TAO_IFR_Client_Export TAO::Collocation_Proxy_Broker * (*CORBA__TAO_AttributeDef_Proxy_Broker_Factory_function_pointer) ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ); extern TAO_IFR_Client_Export TAO::Collocation_Proxy_Broker * (*CORBA__TAO_ExtAttributeDef_Proxy_Broker_Factory_function_pointer) ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ); extern TAO_IFR_Client_Export TAO::Collocation_Proxy_Broker * (*CORBA__TAO_OperationDef_Proxy_Broker_Factory_function_pointer) ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ); extern TAO_IFR_Client_Export TAO::Collocation_Proxy_Broker * (*CORBA__TAO_InterfaceDef_Proxy_Broker_Factory_function_pointer) ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ); extern TAO_IFR_Client_Export TAO::Collocation_Proxy_Broker * (*CORBA__TAO_InterfaceAttrExtension_Proxy_Broker_Factory_function_pointer) ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ); extern TAO_IFR_Client_Export TAO::Collocation_Proxy_Broker * (*CORBA__TAO_ExtInterfaceDef_Proxy_Broker_Factory_function_pointer) ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ); extern TAO_IFR_Client_Export TAO::Collocation_Proxy_Broker * (*CORBA__TAO_AbstractInterfaceDef_Proxy_Broker_Factory_function_pointer) ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ); extern TAO_IFR_Client_Export TAO::Collocation_Proxy_Broker * (*CORBA__TAO_ExtAbstractInterfaceDef_Proxy_Broker_Factory_function_pointer) ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ); extern TAO_IFR_Client_Export TAO::Collocation_Proxy_Broker * (*CORBA__TAO_LocalInterfaceDef_Proxy_Broker_Factory_function_pointer) ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ); extern TAO_IFR_Client_Export TAO::Collocation_Proxy_Broker * (*CORBA__TAO_ExtLocalInterfaceDef_Proxy_Broker_Factory_function_pointer) ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ); // TAO_IDL - Generated from -// be\be_visitor_traits.cpp:61 +// .\be\be_visitor_traits.cpp:64 + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL // Traits specializations. namespace TAO @@ -4472,7 +4542,7 @@ namespace TAO #if !defined (_CORBA_FIXEDDEF__TRAITS_) #define _CORBA_FIXEDDEF__TRAITS_ - + template<> struct TAO_IFR_Client_Export Objref_Traits< ::CORBA::FixedDef> { @@ -4483,8 +4553,8 @@ namespace TAO ::CORBA::FixedDef_ptr ); static ::CORBA::FixedDef_ptr nil (void); - static CORBA::Boolean marshal ( - ::CORBA::FixedDef_ptr p, + static ::CORBA::Boolean marshal ( + const ::CORBA::FixedDef_ptr p, TAO_OutputCDR & cdr ); }; @@ -4493,7 +4563,7 @@ namespace TAO #if !defined (_CORBA_REPOSITORY__TRAITS_) #define _CORBA_REPOSITORY__TRAITS_ - + template<> struct TAO_IFR_Client_Export Objref_Traits< ::CORBA::Repository> { @@ -4504,8 +4574,8 @@ namespace TAO ::CORBA::Repository_ptr ); static ::CORBA::Repository_ptr nil (void); - static CORBA::Boolean marshal ( - ::CORBA::Repository_ptr p, + static ::CORBA::Boolean marshal ( + const ::CORBA::Repository_ptr p, TAO_OutputCDR & cdr ); }; @@ -4514,7 +4584,7 @@ namespace TAO #if !defined (_CORBA_MODULEDEF__TRAITS_) #define _CORBA_MODULEDEF__TRAITS_ - + template<> struct TAO_IFR_Client_Export Objref_Traits< ::CORBA::ModuleDef> { @@ -4525,8 +4595,8 @@ namespace TAO ::CORBA::ModuleDef_ptr ); static ::CORBA::ModuleDef_ptr nil (void); - static CORBA::Boolean marshal ( - ::CORBA::ModuleDef_ptr p, + static ::CORBA::Boolean marshal ( + const ::CORBA::ModuleDef_ptr p, TAO_OutputCDR & cdr ); }; @@ -4535,7 +4605,7 @@ namespace TAO #if !defined (_CORBA_CONSTANTDEF__TRAITS_) #define _CORBA_CONSTANTDEF__TRAITS_ - + template<> struct TAO_IFR_Client_Export Objref_Traits< ::CORBA::ConstantDef> { @@ -4546,8 +4616,8 @@ namespace TAO ::CORBA::ConstantDef_ptr ); static ::CORBA::ConstantDef_ptr nil (void); - static CORBA::Boolean marshal ( - ::CORBA::ConstantDef_ptr p, + static ::CORBA::Boolean marshal ( + const ::CORBA::ConstantDef_ptr p, TAO_OutputCDR & cdr ); }; @@ -4556,7 +4626,7 @@ namespace TAO #if !defined (_CORBA_STRUCTDEF__TRAITS_) #define _CORBA_STRUCTDEF__TRAITS_ - + template<> struct TAO_IFR_Client_Export Objref_Traits< ::CORBA::StructDef> { @@ -4567,8 +4637,8 @@ namespace TAO ::CORBA::StructDef_ptr ); static ::CORBA::StructDef_ptr nil (void); - static CORBA::Boolean marshal ( - ::CORBA::StructDef_ptr p, + static ::CORBA::Boolean marshal ( + const ::CORBA::StructDef_ptr p, TAO_OutputCDR & cdr ); }; @@ -4577,7 +4647,7 @@ namespace TAO #if !defined (_CORBA_UNIONDEF__TRAITS_) #define _CORBA_UNIONDEF__TRAITS_ - + template<> struct TAO_IFR_Client_Export Objref_Traits< ::CORBA::UnionDef> { @@ -4588,8 +4658,8 @@ namespace TAO ::CORBA::UnionDef_ptr ); static ::CORBA::UnionDef_ptr nil (void); - static CORBA::Boolean marshal ( - ::CORBA::UnionDef_ptr p, + static ::CORBA::Boolean marshal ( + const ::CORBA::UnionDef_ptr p, TAO_OutputCDR & cdr ); }; @@ -4598,7 +4668,7 @@ namespace TAO #if !defined (_CORBA_ENUMDEF__TRAITS_) #define _CORBA_ENUMDEF__TRAITS_ - + template<> struct TAO_IFR_Client_Export Objref_Traits< ::CORBA::EnumDef> { @@ -4609,8 +4679,8 @@ namespace TAO ::CORBA::EnumDef_ptr ); static ::CORBA::EnumDef_ptr nil (void); - static CORBA::Boolean marshal ( - ::CORBA::EnumDef_ptr p, + static ::CORBA::Boolean marshal ( + const ::CORBA::EnumDef_ptr p, TAO_OutputCDR & cdr ); }; @@ -4619,7 +4689,7 @@ namespace TAO #if !defined (_CORBA_ALIASDEF__TRAITS_) #define _CORBA_ALIASDEF__TRAITS_ - + template<> struct TAO_IFR_Client_Export Objref_Traits< ::CORBA::AliasDef> { @@ -4630,8 +4700,8 @@ namespace TAO ::CORBA::AliasDef_ptr ); static ::CORBA::AliasDef_ptr nil (void); - static CORBA::Boolean marshal ( - ::CORBA::AliasDef_ptr p, + static ::CORBA::Boolean marshal ( + const ::CORBA::AliasDef_ptr p, TAO_OutputCDR & cdr ); }; @@ -4640,7 +4710,7 @@ namespace TAO #if !defined (_CORBA_NATIVEDEF__TRAITS_) #define _CORBA_NATIVEDEF__TRAITS_ - + template<> struct TAO_IFR_Client_Export Objref_Traits< ::CORBA::NativeDef> { @@ -4651,8 +4721,8 @@ namespace TAO ::CORBA::NativeDef_ptr ); static ::CORBA::NativeDef_ptr nil (void); - static CORBA::Boolean marshal ( - ::CORBA::NativeDef_ptr p, + static ::CORBA::Boolean marshal ( + const ::CORBA::NativeDef_ptr p, TAO_OutputCDR & cdr ); }; @@ -4661,7 +4731,7 @@ namespace TAO #if !defined (_CORBA_PRIMITIVEDEF__TRAITS_) #define _CORBA_PRIMITIVEDEF__TRAITS_ - + template<> struct TAO_IFR_Client_Export Objref_Traits< ::CORBA::PrimitiveDef> { @@ -4672,8 +4742,8 @@ namespace TAO ::CORBA::PrimitiveDef_ptr ); static ::CORBA::PrimitiveDef_ptr nil (void); - static CORBA::Boolean marshal ( - ::CORBA::PrimitiveDef_ptr p, + static ::CORBA::Boolean marshal ( + const ::CORBA::PrimitiveDef_ptr p, TAO_OutputCDR & cdr ); }; @@ -4682,7 +4752,7 @@ namespace TAO #if !defined (_CORBA_STRINGDEF__TRAITS_) #define _CORBA_STRINGDEF__TRAITS_ - + template<> struct TAO_IFR_Client_Export Objref_Traits< ::CORBA::StringDef> { @@ -4693,8 +4763,8 @@ namespace TAO ::CORBA::StringDef_ptr ); static ::CORBA::StringDef_ptr nil (void); - static CORBA::Boolean marshal ( - ::CORBA::StringDef_ptr p, + static ::CORBA::Boolean marshal ( + const ::CORBA::StringDef_ptr p, TAO_OutputCDR & cdr ); }; @@ -4703,7 +4773,7 @@ namespace TAO #if !defined (_CORBA_WSTRINGDEF__TRAITS_) #define _CORBA_WSTRINGDEF__TRAITS_ - + template<> struct TAO_IFR_Client_Export Objref_Traits< ::CORBA::WstringDef> { @@ -4714,8 +4784,8 @@ namespace TAO ::CORBA::WstringDef_ptr ); static ::CORBA::WstringDef_ptr nil (void); - static CORBA::Boolean marshal ( - ::CORBA::WstringDef_ptr p, + static ::CORBA::Boolean marshal ( + const ::CORBA::WstringDef_ptr p, TAO_OutputCDR & cdr ); }; @@ -4724,7 +4794,7 @@ namespace TAO #if !defined (_CORBA_SEQUENCEDEF__TRAITS_) #define _CORBA_SEQUENCEDEF__TRAITS_ - + template<> struct TAO_IFR_Client_Export Objref_Traits< ::CORBA::SequenceDef> { @@ -4735,8 +4805,8 @@ namespace TAO ::CORBA::SequenceDef_ptr ); static ::CORBA::SequenceDef_ptr nil (void); - static CORBA::Boolean marshal ( - ::CORBA::SequenceDef_ptr p, + static ::CORBA::Boolean marshal ( + const ::CORBA::SequenceDef_ptr p, TAO_OutputCDR & cdr ); }; @@ -4745,7 +4815,7 @@ namespace TAO #if !defined (_CORBA_ARRAYDEF__TRAITS_) #define _CORBA_ARRAYDEF__TRAITS_ - + template<> struct TAO_IFR_Client_Export Objref_Traits< ::CORBA::ArrayDef> { @@ -4756,8 +4826,8 @@ namespace TAO ::CORBA::ArrayDef_ptr ); static ::CORBA::ArrayDef_ptr nil (void); - static CORBA::Boolean marshal ( - ::CORBA::ArrayDef_ptr p, + static ::CORBA::Boolean marshal ( + const ::CORBA::ArrayDef_ptr p, TAO_OutputCDR & cdr ); }; @@ -4766,7 +4836,7 @@ namespace TAO #if !defined (_CORBA_EXCEPTIONDEF__TRAITS_) #define _CORBA_EXCEPTIONDEF__TRAITS_ - + template<> struct TAO_IFR_Client_Export Objref_Traits< ::CORBA::ExceptionDef> { @@ -4777,8 +4847,8 @@ namespace TAO ::CORBA::ExceptionDef_ptr ); static ::CORBA::ExceptionDef_ptr nil (void); - static CORBA::Boolean marshal ( - ::CORBA::ExceptionDef_ptr p, + static ::CORBA::Boolean marshal ( + const ::CORBA::ExceptionDef_ptr p, TAO_OutputCDR & cdr ); }; @@ -4787,7 +4857,7 @@ namespace TAO #if !defined (_CORBA_ATTRIBUTEDEF__TRAITS_) #define _CORBA_ATTRIBUTEDEF__TRAITS_ - + template<> struct TAO_IFR_Client_Export Objref_Traits< ::CORBA::AttributeDef> { @@ -4798,8 +4868,8 @@ namespace TAO ::CORBA::AttributeDef_ptr ); static ::CORBA::AttributeDef_ptr nil (void); - static CORBA::Boolean marshal ( - ::CORBA::AttributeDef_ptr p, + static ::CORBA::Boolean marshal ( + const ::CORBA::AttributeDef_ptr p, TAO_OutputCDR & cdr ); }; @@ -4808,7 +4878,7 @@ namespace TAO #if !defined (_CORBA_EXTATTRIBUTEDEF__TRAITS_) #define _CORBA_EXTATTRIBUTEDEF__TRAITS_ - + template<> struct TAO_IFR_Client_Export Objref_Traits< ::CORBA::ExtAttributeDef> { @@ -4819,8 +4889,8 @@ namespace TAO ::CORBA::ExtAttributeDef_ptr ); static ::CORBA::ExtAttributeDef_ptr nil (void); - static CORBA::Boolean marshal ( - ::CORBA::ExtAttributeDef_ptr p, + static ::CORBA::Boolean marshal ( + const ::CORBA::ExtAttributeDef_ptr p, TAO_OutputCDR & cdr ); }; @@ -4829,7 +4899,7 @@ namespace TAO #if !defined (_CORBA_OPERATIONDEF__TRAITS_) #define _CORBA_OPERATIONDEF__TRAITS_ - + template<> struct TAO_IFR_Client_Export Objref_Traits< ::CORBA::OperationDef> { @@ -4840,8 +4910,8 @@ namespace TAO ::CORBA::OperationDef_ptr ); static ::CORBA::OperationDef_ptr nil (void); - static CORBA::Boolean marshal ( - ::CORBA::OperationDef_ptr p, + static ::CORBA::Boolean marshal ( + const ::CORBA::OperationDef_ptr p, TAO_OutputCDR & cdr ); }; @@ -4850,7 +4920,7 @@ namespace TAO #if !defined (_CORBA_INTERFACEDEF__TRAITS_) #define _CORBA_INTERFACEDEF__TRAITS_ - + template<> struct TAO_IFR_Client_Export Objref_Traits< ::CORBA::InterfaceDef> { @@ -4861,8 +4931,8 @@ namespace TAO ::CORBA::InterfaceDef_ptr ); static ::CORBA::InterfaceDef_ptr nil (void); - static CORBA::Boolean marshal ( - ::CORBA::InterfaceDef_ptr p, + static ::CORBA::Boolean marshal ( + const ::CORBA::InterfaceDef_ptr p, TAO_OutputCDR & cdr ); }; @@ -4871,7 +4941,7 @@ namespace TAO #if !defined (_CORBA_INTERFACEATTREXTENSION__TRAITS_) #define _CORBA_INTERFACEATTREXTENSION__TRAITS_ - + template<> struct TAO_IFR_Client_Export Objref_Traits< ::CORBA::InterfaceAttrExtension> { @@ -4882,8 +4952,8 @@ namespace TAO ::CORBA::InterfaceAttrExtension_ptr ); static ::CORBA::InterfaceAttrExtension_ptr nil (void); - static CORBA::Boolean marshal ( - ::CORBA::InterfaceAttrExtension_ptr p, + static ::CORBA::Boolean marshal ( + const ::CORBA::InterfaceAttrExtension_ptr p, TAO_OutputCDR & cdr ); }; @@ -4892,7 +4962,7 @@ namespace TAO #if !defined (_CORBA_EXTINTERFACEDEF__TRAITS_) #define _CORBA_EXTINTERFACEDEF__TRAITS_ - + template<> struct TAO_IFR_Client_Export Objref_Traits< ::CORBA::ExtInterfaceDef> { @@ -4903,8 +4973,8 @@ namespace TAO ::CORBA::ExtInterfaceDef_ptr ); static ::CORBA::ExtInterfaceDef_ptr nil (void); - static CORBA::Boolean marshal ( - ::CORBA::ExtInterfaceDef_ptr p, + static ::CORBA::Boolean marshal ( + const ::CORBA::ExtInterfaceDef_ptr p, TAO_OutputCDR & cdr ); }; @@ -4913,7 +4983,7 @@ namespace TAO #if !defined (_CORBA_ABSTRACTINTERFACEDEF__TRAITS_) #define _CORBA_ABSTRACTINTERFACEDEF__TRAITS_ - + template<> struct TAO_IFR_Client_Export Objref_Traits< ::CORBA::AbstractInterfaceDef> { @@ -4924,8 +4994,8 @@ namespace TAO ::CORBA::AbstractInterfaceDef_ptr ); static ::CORBA::AbstractInterfaceDef_ptr nil (void); - static CORBA::Boolean marshal ( - ::CORBA::AbstractInterfaceDef_ptr p, + static ::CORBA::Boolean marshal ( + const ::CORBA::AbstractInterfaceDef_ptr p, TAO_OutputCDR & cdr ); }; @@ -4934,7 +5004,7 @@ namespace TAO #if !defined (_CORBA_EXTABSTRACTINTERFACEDEF__TRAITS_) #define _CORBA_EXTABSTRACTINTERFACEDEF__TRAITS_ - + template<> struct TAO_IFR_Client_Export Objref_Traits< ::CORBA::ExtAbstractInterfaceDef> { @@ -4945,8 +5015,8 @@ namespace TAO ::CORBA::ExtAbstractInterfaceDef_ptr ); static ::CORBA::ExtAbstractInterfaceDef_ptr nil (void); - static CORBA::Boolean marshal ( - ::CORBA::ExtAbstractInterfaceDef_ptr p, + static ::CORBA::Boolean marshal ( + const ::CORBA::ExtAbstractInterfaceDef_ptr p, TAO_OutputCDR & cdr ); }; @@ -4955,7 +5025,7 @@ namespace TAO #if !defined (_CORBA_LOCALINTERFACEDEF__TRAITS_) #define _CORBA_LOCALINTERFACEDEF__TRAITS_ - + template<> struct TAO_IFR_Client_Export Objref_Traits< ::CORBA::LocalInterfaceDef> { @@ -4966,8 +5036,8 @@ namespace TAO ::CORBA::LocalInterfaceDef_ptr ); static ::CORBA::LocalInterfaceDef_ptr nil (void); - static CORBA::Boolean marshal ( - ::CORBA::LocalInterfaceDef_ptr p, + static ::CORBA::Boolean marshal ( + const ::CORBA::LocalInterfaceDef_ptr p, TAO_OutputCDR & cdr ); }; @@ -4976,7 +5046,7 @@ namespace TAO #if !defined (_CORBA_EXTLOCALINTERFACEDEF__TRAITS_) #define _CORBA_EXTLOCALINTERFACEDEF__TRAITS_ - + template<> struct TAO_IFR_Client_Export Objref_Traits< ::CORBA::ExtLocalInterfaceDef> { @@ -4987,695 +5057,2302 @@ namespace TAO ::CORBA::ExtLocalInterfaceDef_ptr ); static ::CORBA::ExtLocalInterfaceDef_ptr nil (void); - static CORBA::Boolean marshal ( - ::CORBA::ExtLocalInterfaceDef_ptr p, + static ::CORBA::Boolean marshal ( + const ::CORBA::ExtLocalInterfaceDef_ptr p, TAO_OutputCDR & cdr ); }; #endif /* end #if !defined */ } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + // TAO_IDL - Generated from -// be\be_visitor_interface_fwd/any_op_ch.cpp:63 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface_fwd/any_op_ch.cpp:64 + -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::FixedDef_ptr); // copying -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::FixedDef_ptr *); // non-copying -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::FixedDef *&); + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, FixedDef_ptr); // copying + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, FixedDef_ptr *); // non-copying + TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, FixedDef *&); +} + +#else + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::FixedDef_ptr); // copying +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::FixedDef_ptr *); // non-copying +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::FixedDef *&); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#endif // TAO_IDL - Generated from -// be\be_visitor_enum/any_op_ch.cpp:52 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_enum/any_op_ch.cpp:52 + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::PrimitiveKind); +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::PrimitiveKind &); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::PrimitiveKind); -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::PrimitiveKind &); // TAO_IDL - Generated from -// be\be_visitor_interface/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/any_op_ch.cpp:54 + -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::Repository_ptr); // copying -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::Repository_ptr *); // non-copying -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::Repository_ptr &); + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, Repository_ptr); // copying + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, Repository_ptr *); // non-copying + TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, Repository_ptr &); +} + +#else + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::Repository_ptr); // copying +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::Repository_ptr *); // non-copying +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::Repository_ptr &); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#endif // TAO_IDL - Generated from -// be\be_visitor_interface/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/any_op_ch.cpp:54 + + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, ModuleDef_ptr); // copying + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, ModuleDef_ptr *); // non-copying + TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, ModuleDef_ptr &); +} + +#else + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::ModuleDef_ptr); // copying +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::ModuleDef_ptr *); // non-copying +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::ModuleDef_ptr &); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ModuleDef_ptr); // copying -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ModuleDef_ptr *); // non-copying -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::ModuleDef_ptr &); + + + +#endif // TAO_IDL - Generated from -// be\be_visitor_structure/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/any_op_ch.cpp:53 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, const CORBA::ModuleDescription &); // copying version +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::ModuleDescription*); // noncopying version +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::ModuleDescription *&); // deprecated +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, const CORBA::ModuleDescription *&); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, const CORBA::ModuleDescription &); // copying version -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ModuleDescription*); // noncopying version -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::ModuleDescription *&); // deprecated -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, const CORBA::ModuleDescription *&); // TAO_IDL - Generated from -// be\be_visitor_interface/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/any_op_ch.cpp:54 + + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, ConstantDef_ptr); // copying + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, ConstantDef_ptr *); // non-copying + TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, ConstantDef_ptr &); +} + +#else + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::ConstantDef_ptr); // copying +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::ConstantDef_ptr *); // non-copying +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::ConstantDef_ptr &); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ConstantDef_ptr); // copying -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ConstantDef_ptr *); // non-copying -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::ConstantDef_ptr &); + + + +#endif // TAO_IDL - Generated from -// be\be_visitor_structure/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/any_op_ch.cpp:53 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, const CORBA::ConstantDescription &); // copying version +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::ConstantDescription*); // noncopying version +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::ConstantDescription *&); // deprecated +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, const CORBA::ConstantDescription *&); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, const CORBA::ConstantDescription &); // copying version -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ConstantDescription*); // noncopying version -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::ConstantDescription *&); // deprecated -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, const CORBA::ConstantDescription *&); // TAO_IDL - Generated from -// be\be_visitor_interface/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/any_op_ch.cpp:54 + + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, StructDef_ptr); // copying + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, StructDef_ptr *); // non-copying + TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, StructDef_ptr &); +} + +#else + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::StructDef_ptr); // copying +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::StructDef_ptr *); // non-copying +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::StructDef_ptr &); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::StructDef_ptr); // copying -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::StructDef_ptr *); // non-copying -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::StructDef_ptr &); + + + +#endif // TAO_IDL - Generated from -// be\be_visitor_interface/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/any_op_ch.cpp:54 + + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, UnionDef_ptr); // copying + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, UnionDef_ptr *); // non-copying + TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, UnionDef_ptr &); +} + +#else + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::UnionDef_ptr); // copying +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::UnionDef_ptr *); // non-copying +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::UnionDef_ptr &); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::UnionDef_ptr); // copying -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::UnionDef_ptr *); // non-copying -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::UnionDef_ptr &); + + + +#endif // TAO_IDL - Generated from -// be\be_visitor_interface/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/any_op_ch.cpp:54 + + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, EnumDef_ptr); // copying + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, EnumDef_ptr *); // non-copying + TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, EnumDef_ptr &); +} + +#else + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::EnumDef_ptr); // copying -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::EnumDef_ptr *); // non-copying -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::EnumDef_ptr &); +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::EnumDef_ptr); // copying +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::EnumDef_ptr *); // non-copying +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::EnumDef_ptr &); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#endif // TAO_IDL - Generated from -// be\be_visitor_interface/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/any_op_ch.cpp:54 + + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, AliasDef_ptr); // copying + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, AliasDef_ptr *); // non-copying + TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, AliasDef_ptr &); +} + +#else + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::AliasDef_ptr); // copying +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::AliasDef_ptr *); // non-copying +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::AliasDef_ptr &); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::AliasDef_ptr); // copying -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::AliasDef_ptr *); // non-copying -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::AliasDef_ptr &); + +#endif // TAO_IDL - Generated from -// be\be_visitor_interface/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/any_op_ch.cpp:54 + + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, NativeDef_ptr); // copying + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, NativeDef_ptr *); // non-copying + TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, NativeDef_ptr &); +} + +#else + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::NativeDef_ptr); // copying +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::NativeDef_ptr *); // non-copying +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::NativeDef_ptr &); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::NativeDef_ptr); // copying -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::NativeDef_ptr *); // non-copying -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::NativeDef_ptr &); + +#endif // TAO_IDL - Generated from -// be\be_visitor_interface/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/any_op_ch.cpp:54 + + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, PrimitiveDef_ptr); // copying + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, PrimitiveDef_ptr *); // non-copying + TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, PrimitiveDef_ptr &); +} + +#else + -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::PrimitiveDef_ptr); // copying -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::PrimitiveDef_ptr *); // non-copying -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::PrimitiveDef_ptr &); + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::PrimitiveDef_ptr); // copying +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::PrimitiveDef_ptr *); // non-copying +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::PrimitiveDef_ptr &); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#endif // TAO_IDL - Generated from -// be\be_visitor_interface/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/any_op_ch.cpp:54 -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::StringDef_ptr); // copying -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::StringDef_ptr *); // non-copying -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::StringDef_ptr &); + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, StringDef_ptr); // copying + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, StringDef_ptr *); // non-copying + TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, StringDef_ptr &); +} + +#else + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::StringDef_ptr); // copying +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::StringDef_ptr *); // non-copying +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::StringDef_ptr &); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#endif // TAO_IDL - Generated from -// be\be_visitor_interface/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/any_op_ch.cpp:54 -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::WstringDef_ptr); // copying -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::WstringDef_ptr *); // non-copying -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::WstringDef_ptr &); + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, WstringDef_ptr); // copying + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, WstringDef_ptr *); // non-copying + TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, WstringDef_ptr &); +} + +#else + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::WstringDef_ptr); // copying +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::WstringDef_ptr *); // non-copying +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::WstringDef_ptr &); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#endif // TAO_IDL - Generated from -// be\be_visitor_interface/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/any_op_ch.cpp:54 -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::SequenceDef_ptr); // copying -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::SequenceDef_ptr *); // non-copying -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::SequenceDef_ptr &); + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, SequenceDef_ptr); // copying + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, SequenceDef_ptr *); // non-copying + TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, SequenceDef_ptr &); +} + +#else + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::SequenceDef_ptr); // copying +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::SequenceDef_ptr *); // non-copying +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::SequenceDef_ptr &); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#endif // TAO_IDL - Generated from -// be\be_visitor_interface/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/any_op_ch.cpp:54 + + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, ArrayDef_ptr); // copying + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, ArrayDef_ptr *); // non-copying + TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, ArrayDef_ptr &); +} + +#else + -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ArrayDef_ptr); // copying -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ArrayDef_ptr *); // non-copying -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::ArrayDef_ptr &); + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::ArrayDef_ptr); // copying +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::ArrayDef_ptr *); // non-copying +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::ArrayDef_ptr &); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#endif // TAO_IDL - Generated from -// be\be_visitor_interface/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/any_op_ch.cpp:54 + + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, ExceptionDef_ptr); // copying + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, ExceptionDef_ptr *); // non-copying + TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, ExceptionDef_ptr &); +} + +#else + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::ExceptionDef_ptr); // copying +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::ExceptionDef_ptr *); // non-copying +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::ExceptionDef_ptr &); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ExceptionDef_ptr); // copying -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ExceptionDef_ptr *); // non-copying -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::ExceptionDef_ptr &); +#endif // TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/any_op_ch.cpp:53 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, const CORBA::ExceptionDefSeq &); // copying version +TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, CORBA::ExceptionDefSeq*); // noncopying version +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::ExceptionDefSeq *&); // deprecated +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, const CORBA::ExceptionDefSeq *&); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, const CORBA::ExceptionDefSeq &); // copying version -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ExceptionDefSeq*); // noncopying version -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::ExceptionDefSeq *&); // deprecated -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, const CORBA::ExceptionDefSeq *&); // TAO_IDL - Generated from -// be\be_visitor_enum/any_op_ch.cpp:52 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_enum/any_op_ch.cpp:52 + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::AttributeMode); +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::AttributeMode &); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::AttributeMode); -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::AttributeMode &); // TAO_IDL - Generated from -// be\be_visitor_interface/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/any_op_ch.cpp:54 + + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, AttributeDef_ptr); // copying + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, AttributeDef_ptr *); // non-copying + TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, AttributeDef_ptr &); +} + +#else + -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::AttributeDef_ptr); // copying -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::AttributeDef_ptr *); // non-copying -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::AttributeDef_ptr &); + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::AttributeDef_ptr); // copying +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::AttributeDef_ptr *); // non-copying +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::AttributeDef_ptr &); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#endif // TAO_IDL - Generated from -// be\be_visitor_structure/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/any_op_ch.cpp:53 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, const CORBA::AttributeDescription &); // copying version +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::AttributeDescription*); // noncopying version +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::AttributeDescription *&); // deprecated +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, const CORBA::AttributeDescription *&); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, const CORBA::AttributeDescription &); // copying version -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::AttributeDescription*); // noncopying version -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::AttributeDescription *&); // deprecated -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, const CORBA::AttributeDescription *&); // TAO_IDL - Generated from -// be\be_visitor_structure/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/any_op_ch.cpp:53 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, const CORBA::ExtAttributeDescription &); // copying version +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::ExtAttributeDescription*); // noncopying version +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::ExtAttributeDescription *&); // deprecated +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, const CORBA::ExtAttributeDescription *&); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, const CORBA::ExtAttributeDescription &); // copying version -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ExtAttributeDescription*); // noncopying version -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::ExtAttributeDescription *&); // deprecated -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, const CORBA::ExtAttributeDescription *&); // TAO_IDL - Generated from -// be\be_visitor_interface/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/any_op_ch.cpp:54 + + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, ExtAttributeDef_ptr); // copying + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, ExtAttributeDef_ptr *); // non-copying + TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, ExtAttributeDef_ptr &); +} + +#else + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::ExtAttributeDef_ptr); // copying +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::ExtAttributeDef_ptr *); // non-copying +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::ExtAttributeDef_ptr &); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ExtAttributeDef_ptr); // copying -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ExtAttributeDef_ptr *); // non-copying -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::ExtAttributeDef_ptr &); + +#endif // TAO_IDL - Generated from -// be\be_visitor_enum/any_op_ch.cpp:52 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_enum/any_op_ch.cpp:52 + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::OperationMode); +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::OperationMode &); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::OperationMode); -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::OperationMode &); // TAO_IDL - Generated from -// be\be_visitor_structure/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/any_op_ch.cpp:53 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, const CORBA::ParameterDescription &); // copying version +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::ParameterDescription*); // noncopying version +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::ParameterDescription *&); // deprecated +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, const CORBA::ParameterDescription *&); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, const CORBA::ParameterDescription &); // copying version -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ParameterDescription*); // noncopying version -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::ParameterDescription *&); // deprecated -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, const CORBA::ParameterDescription *&); // TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/any_op_ch.cpp:53 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, const CORBA::ParDescriptionSeq &); // copying version +TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, CORBA::ParDescriptionSeq*); // noncopying version +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::ParDescriptionSeq *&); // deprecated +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, const CORBA::ParDescriptionSeq *&); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, const CORBA::ParDescriptionSeq &); // copying version -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ParDescriptionSeq*); // noncopying version -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::ParDescriptionSeq *&); // deprecated -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, const CORBA::ParDescriptionSeq *&); // TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/any_op_ch.cpp:53 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, const CORBA::ContextIdSeq &); // copying version +TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, CORBA::ContextIdSeq*); // noncopying version +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::ContextIdSeq *&); // deprecated +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, const CORBA::ContextIdSeq *&); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, const CORBA::ContextIdSeq &); // copying version -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ContextIdSeq*); // noncopying version -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::ContextIdSeq *&); // deprecated -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, const CORBA::ContextIdSeq *&); // TAO_IDL - Generated from -// be\be_visitor_interface/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/any_op_ch.cpp:54 + -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::OperationDef_ptr); // copying -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::OperationDef_ptr *); // non-copying -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::OperationDef_ptr &); + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, OperationDef_ptr); // copying + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, OperationDef_ptr *); // non-copying + TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, OperationDef_ptr &); +} + +#else + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::OperationDef_ptr); // copying +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::OperationDef_ptr *); // non-copying +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::OperationDef_ptr &); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#endif // TAO_IDL - Generated from -// be\be_visitor_structure/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/any_op_ch.cpp:53 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, const CORBA::OperationDescription &); // copying version +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::OperationDescription*); // noncopying version +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::OperationDescription *&); // deprecated +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, const CORBA::OperationDescription *&); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, const CORBA::OperationDescription &); // copying version -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::OperationDescription*); // noncopying version -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::OperationDescription *&); // deprecated -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, const CORBA::OperationDescription *&); // TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/any_op_ch.cpp:53 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, const CORBA::RepositoryIdSeq &); // copying version +TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, CORBA::RepositoryIdSeq*); // noncopying version +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::RepositoryIdSeq *&); // deprecated +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, const CORBA::RepositoryIdSeq *&); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, const CORBA::RepositoryIdSeq &); // copying version -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::RepositoryIdSeq*); // noncopying version -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::RepositoryIdSeq *&); // deprecated -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, const CORBA::RepositoryIdSeq *&); // TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/any_op_ch.cpp:53 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, const CORBA::OpDescriptionSeq &); // copying version +TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, CORBA::OpDescriptionSeq*); // noncopying version +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::OpDescriptionSeq *&); // deprecated +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, const CORBA::OpDescriptionSeq *&); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, const CORBA::OpDescriptionSeq &); // copying version -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::OpDescriptionSeq*); // noncopying version -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::OpDescriptionSeq *&); // deprecated -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, const CORBA::OpDescriptionSeq *&); // TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/any_op_ch.cpp:53 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, const CORBA::AttrDescriptionSeq &); // copying version +TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, CORBA::AttrDescriptionSeq*); // noncopying version +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::AttrDescriptionSeq *&); // deprecated +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, const CORBA::AttrDescriptionSeq *&); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, const CORBA::AttrDescriptionSeq &); // copying version -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::AttrDescriptionSeq*); // noncopying version -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::AttrDescriptionSeq *&); // deprecated -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, const CORBA::AttrDescriptionSeq *&); // TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/any_op_ch.cpp:53 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, const CORBA::ExtAttrDescriptionSeq &); // copying version +TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, CORBA::ExtAttrDescriptionSeq*); // noncopying version +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::ExtAttrDescriptionSeq *&); // deprecated +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, const CORBA::ExtAttrDescriptionSeq *&); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, const CORBA::ExtAttrDescriptionSeq &); // copying version -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ExtAttrDescriptionSeq*); // noncopying version -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::ExtAttrDescriptionSeq *&); // deprecated -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, const CORBA::ExtAttrDescriptionSeq *&); // TAO_IDL - Generated from -// be\be_visitor_interface/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/any_op_ch.cpp:54 + + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, InterfaceDef_ptr); // copying + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, InterfaceDef_ptr *); // non-copying + TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, InterfaceDef_ptr &); +} + +#else + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::InterfaceDef_ptr); // copying +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::InterfaceDef_ptr *); // non-copying +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::InterfaceDef_ptr &); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::InterfaceDef_ptr); // copying -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::InterfaceDef_ptr *); // non-copying -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::InterfaceDef_ptr &); + + +#endif // TAO_IDL - Generated from -// be\be_visitor_structure/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/any_op_ch.cpp:53 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, const CORBA::InterfaceDef::FullInterfaceDescription &); // copying version +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::InterfaceDef::FullInterfaceDescription*); // noncopying version +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::InterfaceDef::FullInterfaceDescription *&); // deprecated +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, const CORBA::InterfaceDef::FullInterfaceDescription *&); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, const CORBA::InterfaceDef::FullInterfaceDescription &); // copying version -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::InterfaceDef::FullInterfaceDescription*); // noncopying version -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::InterfaceDef::FullInterfaceDescription *&); // deprecated -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, const CORBA::InterfaceDef::FullInterfaceDescription *&); // TAO_IDL - Generated from -// be\be_visitor_structure/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/any_op_ch.cpp:53 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, const CORBA::InterfaceDescription &); // copying version +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::InterfaceDescription*); // noncopying version +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::InterfaceDescription *&); // deprecated +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, const CORBA::InterfaceDescription *&); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, const CORBA::InterfaceDescription &); // copying version -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::InterfaceDescription*); // noncopying version -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::InterfaceDescription *&); // deprecated -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, const CORBA::InterfaceDescription *&); // TAO_IDL - Generated from -// be\be_visitor_interface/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/any_op_ch.cpp:54 + + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, InterfaceAttrExtension_ptr); // copying + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, InterfaceAttrExtension_ptr *); // non-copying + TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, InterfaceAttrExtension_ptr &); +} + +#else + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::InterfaceAttrExtension_ptr); // copying +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::InterfaceAttrExtension_ptr *); // non-copying +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::InterfaceAttrExtension_ptr &); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::InterfaceAttrExtension_ptr); // copying -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::InterfaceAttrExtension_ptr *); // non-copying -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::InterfaceAttrExtension_ptr &); + + +#endif // TAO_IDL - Generated from -// be\be_visitor_structure/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/any_op_ch.cpp:53 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, const CORBA::InterfaceAttrExtension::ExtFullInterfaceDescription &); // copying version +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::InterfaceAttrExtension::ExtFullInterfaceDescription*); // noncopying version +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::InterfaceAttrExtension::ExtFullInterfaceDescription *&); // deprecated +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, const CORBA::InterfaceAttrExtension::ExtFullInterfaceDescription *&); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, const CORBA::InterfaceAttrExtension::ExtFullInterfaceDescription &); // copying version -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::InterfaceAttrExtension::ExtFullInterfaceDescription*); // noncopying version -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::InterfaceAttrExtension::ExtFullInterfaceDescription *&); // deprecated -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, const CORBA::InterfaceAttrExtension::ExtFullInterfaceDescription *&); // TAO_IDL - Generated from -// be\be_visitor_interface/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/any_op_ch.cpp:54 + + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, ExtInterfaceDef_ptr); // copying + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, ExtInterfaceDef_ptr *); // non-copying + TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, ExtInterfaceDef_ptr &); +} + +#else + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::ExtInterfaceDef_ptr); // copying +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::ExtInterfaceDef_ptr *); // non-copying +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::ExtInterfaceDef_ptr &); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ExtInterfaceDef_ptr); // copying -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ExtInterfaceDef_ptr *); // non-copying -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::ExtInterfaceDef_ptr &); + + +#endif // TAO_IDL - Generated from -// be\be_visitor_interface/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/any_op_ch.cpp:54 + + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, AbstractInterfaceDef_ptr); // copying + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, AbstractInterfaceDef_ptr *); // non-copying + TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, AbstractInterfaceDef_ptr &); +} + +#else + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::AbstractInterfaceDef_ptr); // copying +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::AbstractInterfaceDef_ptr *); // non-copying +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::AbstractInterfaceDef_ptr &); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::AbstractInterfaceDef_ptr); // copying -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::AbstractInterfaceDef_ptr *); // non-copying -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::AbstractInterfaceDef_ptr &); + + +#endif // TAO_IDL - Generated from -// be\be_visitor_interface/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/any_op_ch.cpp:54 + + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, ExtAbstractInterfaceDef_ptr); // copying + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, ExtAbstractInterfaceDef_ptr *); // non-copying + TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, ExtAbstractInterfaceDef_ptr &); +} + +#else + + + +TAO_END_VERSIONED_NAMESPACE_DECL + -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ExtAbstractInterfaceDef_ptr); // copying -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ExtAbstractInterfaceDef_ptr *); // non-copying -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::ExtAbstractInterfaceDef_ptr &); +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::ExtAbstractInterfaceDef_ptr); // copying +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::ExtAbstractInterfaceDef_ptr *); // non-copying +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::ExtAbstractInterfaceDef_ptr &); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#endif // TAO_IDL - Generated from -// be\be_visitor_interface/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/any_op_ch.cpp:54 + + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, LocalInterfaceDef_ptr); // copying + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, LocalInterfaceDef_ptr *); // non-copying + TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, LocalInterfaceDef_ptr &); +} + +#else + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::LocalInterfaceDef_ptr); // copying +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::LocalInterfaceDef_ptr *); // non-copying +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::LocalInterfaceDef_ptr &); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::LocalInterfaceDef_ptr); // copying -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::LocalInterfaceDef_ptr *); // non-copying -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::LocalInterfaceDef_ptr &); + + + +#endif // TAO_IDL - Generated from -// be\be_visitor_interface/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/any_op_ch.cpp:54 + + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, ExtLocalInterfaceDef_ptr); // copying + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, ExtLocalInterfaceDef_ptr *); // non-copying + TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, ExtLocalInterfaceDef_ptr &); +} + +#else + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::ExtLocalInterfaceDef_ptr); // copying +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::ExtLocalInterfaceDef_ptr *); // non-copying +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::ExtLocalInterfaceDef_ptr &); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ExtLocalInterfaceDef_ptr); // copying -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ExtLocalInterfaceDef_ptr *); // non-copying -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::ExtLocalInterfaceDef_ptr &); + + + +#endif // TAO_IDL - Generated from -// be\be_visitor_interface_fwd/cdr_op_ch.cpp:66 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface_fwd/cdr_op_ch.cpp:66 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::FixedDef_ptr ); +TAO_IFR_Client_Export ::CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::FixedDef_ptr &); + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + -TAO_IFR_Client_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::FixedDef_ptr ); -TAO_IFR_Client_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::FixedDef_ptr &); // TAO_IDL - Generated from -// be\be_visitor_enum/cdr_op_ch.cpp:50 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_enum/cdr_op_ch.cpp:50 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< (TAO_OutputCDR &, CORBA::PrimitiveKind); +TAO_IFR_Client_Export ::CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::PrimitiveKind &); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export CORBA::Boolean operator<< (TAO_OutputCDR &, CORBA::PrimitiveKind); -TAO_IFR_Client_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::PrimitiveKind &); // TAO_IDL - Generated from -// be\be_visitor_interface/cdr_op_ch.cpp:55 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/cdr_op_ch.cpp:55 + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::Repository_ptr ); +TAO_IFR_Client_Export ::CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::Repository_ptr &); + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::Repository_ptr ); -TAO_IFR_Client_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::Repository_ptr &); // TAO_IDL - Generated from -// be\be_visitor_interface/cdr_op_ch.cpp:55 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/cdr_op_ch.cpp:55 + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ModuleDef_ptr ); +TAO_IFR_Client_Export ::CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ModuleDef_ptr &); + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ModuleDef_ptr ); -TAO_IFR_Client_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ModuleDef_ptr &); // TAO_IDL - Generated from -// be\be_visitor_structure/cdr_op_ch.cpp:54 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/cdr_op_ch.cpp:54 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ModuleDescription &); +TAO_IFR_Client_Export ::CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ModuleDescription &); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ModuleDescription &); -TAO_IFR_Client_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ModuleDescription &); // TAO_IDL - Generated from -// be\be_visitor_interface/cdr_op_ch.cpp:55 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/cdr_op_ch.cpp:55 + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ConstantDef_ptr ); +TAO_IFR_Client_Export ::CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ConstantDef_ptr &); + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ConstantDef_ptr ); -TAO_IFR_Client_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ConstantDef_ptr &); // TAO_IDL - Generated from -// be\be_visitor_structure/cdr_op_ch.cpp:54 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/cdr_op_ch.cpp:54 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ConstantDescription &); +TAO_IFR_Client_Export ::CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ConstantDescription &); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ConstantDescription &); -TAO_IFR_Client_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ConstantDescription &); // TAO_IDL - Generated from -// be\be_visitor_interface/cdr_op_ch.cpp:55 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/cdr_op_ch.cpp:55 + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::StructDef_ptr ); +TAO_IFR_Client_Export ::CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::StructDef_ptr &); + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::StructDef_ptr ); -TAO_IFR_Client_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::StructDef_ptr &); // TAO_IDL - Generated from -// be\be_visitor_interface/cdr_op_ch.cpp:55 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/cdr_op_ch.cpp:55 + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::UnionDef_ptr ); +TAO_IFR_Client_Export ::CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::UnionDef_ptr &); + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::UnionDef_ptr ); -TAO_IFR_Client_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::UnionDef_ptr &); // TAO_IDL - Generated from -// be\be_visitor_interface/cdr_op_ch.cpp:55 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/cdr_op_ch.cpp:55 + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::EnumDef_ptr ); +TAO_IFR_Client_Export ::CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::EnumDef_ptr &); + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::EnumDef_ptr ); -TAO_IFR_Client_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::EnumDef_ptr &); // TAO_IDL - Generated from -// be\be_visitor_interface/cdr_op_ch.cpp:55 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/cdr_op_ch.cpp:55 + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::AliasDef_ptr ); +TAO_IFR_Client_Export ::CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::AliasDef_ptr &); + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::AliasDef_ptr ); -TAO_IFR_Client_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::AliasDef_ptr &); // TAO_IDL - Generated from -// be\be_visitor_interface/cdr_op_ch.cpp:55 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/cdr_op_ch.cpp:55 + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::NativeDef_ptr ); +TAO_IFR_Client_Export ::CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::NativeDef_ptr &); + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::NativeDef_ptr ); -TAO_IFR_Client_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::NativeDef_ptr &); // TAO_IDL - Generated from -// be\be_visitor_interface/cdr_op_ch.cpp:55 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/cdr_op_ch.cpp:55 + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::PrimitiveDef_ptr ); +TAO_IFR_Client_Export ::CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::PrimitiveDef_ptr &); + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::PrimitiveDef_ptr ); -TAO_IFR_Client_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::PrimitiveDef_ptr &); // TAO_IDL - Generated from -// be\be_visitor_interface/cdr_op_ch.cpp:55 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/cdr_op_ch.cpp:55 + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::StringDef_ptr ); +TAO_IFR_Client_Export ::CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::StringDef_ptr &); + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::StringDef_ptr ); -TAO_IFR_Client_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::StringDef_ptr &); // TAO_IDL - Generated from -// be\be_visitor_interface/cdr_op_ch.cpp:55 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/cdr_op_ch.cpp:55 + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::WstringDef_ptr ); +TAO_IFR_Client_Export ::CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::WstringDef_ptr &); + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::WstringDef_ptr ); -TAO_IFR_Client_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::WstringDef_ptr &); // TAO_IDL - Generated from -// be\be_visitor_interface/cdr_op_ch.cpp:55 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/cdr_op_ch.cpp:55 + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::SequenceDef_ptr ); +TAO_IFR_Client_Export ::CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::SequenceDef_ptr &); + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::SequenceDef_ptr ); -TAO_IFR_Client_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::SequenceDef_ptr &); // TAO_IDL - Generated from -// be\be_visitor_interface/cdr_op_ch.cpp:55 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/cdr_op_ch.cpp:55 + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ArrayDef_ptr ); +TAO_IFR_Client_Export ::CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ArrayDef_ptr &); + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ArrayDef_ptr ); -TAO_IFR_Client_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ArrayDef_ptr &); // TAO_IDL - Generated from -// be\be_visitor_interface/cdr_op_ch.cpp:55 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/cdr_op_ch.cpp:55 + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ExceptionDef_ptr ); +TAO_IFR_Client_Export ::CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ExceptionDef_ptr &); + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ExceptionDef_ptr ); -TAO_IFR_Client_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ExceptionDef_ptr &); // TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_ch.cpp:71 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/cdr_op_ch.cpp:71 #if !defined _TAO_CDR_OP_CORBA_ExceptionDefSeq_H_ #define _TAO_CDR_OP_CORBA_ExceptionDefSeq_H_ -TAO_IFR_Client_Export CORBA::Boolean operator<< ( +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< ( TAO_OutputCDR &, const CORBA::ExceptionDefSeq & ); -TAO_IFR_Client_Export CORBA::Boolean operator>> ( +TAO_IFR_Client_Export ::CORBA::Boolean operator>> ( TAO_InputCDR &, CORBA::ExceptionDefSeq & ); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + #endif /* _TAO_CDR_OP_CORBA_ExceptionDefSeq_H_ */ // TAO_IDL - Generated from -// be\be_visitor_enum/cdr_op_ch.cpp:50 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_enum/cdr_op_ch.cpp:50 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< (TAO_OutputCDR &, CORBA::AttributeMode); +TAO_IFR_Client_Export ::CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::AttributeMode &); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export CORBA::Boolean operator<< (TAO_OutputCDR &, CORBA::AttributeMode); -TAO_IFR_Client_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::AttributeMode &); // TAO_IDL - Generated from -// be\be_visitor_interface/cdr_op_ch.cpp:55 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/cdr_op_ch.cpp:55 + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::AttributeDef_ptr ); +TAO_IFR_Client_Export ::CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::AttributeDef_ptr &); + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::AttributeDef_ptr ); -TAO_IFR_Client_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::AttributeDef_ptr &); // TAO_IDL - Generated from -// be\be_visitor_structure/cdr_op_ch.cpp:54 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/cdr_op_ch.cpp:54 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::AttributeDescription &); +TAO_IFR_Client_Export ::CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::AttributeDescription &); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::AttributeDescription &); -TAO_IFR_Client_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::AttributeDescription &); // TAO_IDL - Generated from -// be\be_visitor_structure/cdr_op_ch.cpp:54 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/cdr_op_ch.cpp:54 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ExtAttributeDescription &); +TAO_IFR_Client_Export ::CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ExtAttributeDescription &); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ExtAttributeDescription &); -TAO_IFR_Client_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ExtAttributeDescription &); // TAO_IDL - Generated from -// be\be_visitor_interface/cdr_op_ch.cpp:55 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/cdr_op_ch.cpp:55 + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ExtAttributeDef_ptr ); +TAO_IFR_Client_Export ::CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ExtAttributeDef_ptr &); + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ExtAttributeDef_ptr ); -TAO_IFR_Client_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ExtAttributeDef_ptr &); // TAO_IDL - Generated from -// be\be_visitor_enum/cdr_op_ch.cpp:50 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_enum/cdr_op_ch.cpp:50 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< (TAO_OutputCDR &, CORBA::OperationMode); +TAO_IFR_Client_Export ::CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::OperationMode &); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export CORBA::Boolean operator<< (TAO_OutputCDR &, CORBA::OperationMode); -TAO_IFR_Client_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::OperationMode &); // TAO_IDL - Generated from -// be\be_visitor_structure/cdr_op_ch.cpp:54 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/cdr_op_ch.cpp:54 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ParameterDescription &); +TAO_IFR_Client_Export ::CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ParameterDescription &); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ParameterDescription &); -TAO_IFR_Client_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ParameterDescription &); // TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_ch.cpp:71 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/cdr_op_ch.cpp:71 #if !defined _TAO_CDR_OP_CORBA_ParDescriptionSeq_H_ #define _TAO_CDR_OP_CORBA_ParDescriptionSeq_H_ -TAO_IFR_Client_Export CORBA::Boolean operator<< ( +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< ( TAO_OutputCDR &, const CORBA::ParDescriptionSeq & ); -TAO_IFR_Client_Export CORBA::Boolean operator>> ( +TAO_IFR_Client_Export ::CORBA::Boolean operator>> ( TAO_InputCDR &, CORBA::ParDescriptionSeq & ); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + #endif /* _TAO_CDR_OP_CORBA_ParDescriptionSeq_H_ */ // TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_ch.cpp:71 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/cdr_op_ch.cpp:71 #if !defined _TAO_CDR_OP_CORBA_ContextIdSeq_H_ #define _TAO_CDR_OP_CORBA_ContextIdSeq_H_ -TAO_IFR_Client_Export CORBA::Boolean operator<< ( +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< ( TAO_OutputCDR &, const CORBA::ContextIdSeq & ); -TAO_IFR_Client_Export CORBA::Boolean operator>> ( +TAO_IFR_Client_Export ::CORBA::Boolean operator>> ( TAO_InputCDR &, CORBA::ContextIdSeq & ); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + #endif /* _TAO_CDR_OP_CORBA_ContextIdSeq_H_ */ // TAO_IDL - Generated from -// be\be_visitor_interface/cdr_op_ch.cpp:55 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/cdr_op_ch.cpp:55 + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::OperationDef_ptr ); +TAO_IFR_Client_Export ::CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::OperationDef_ptr &); + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::OperationDef_ptr ); -TAO_IFR_Client_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::OperationDef_ptr &); // TAO_IDL - Generated from -// be\be_visitor_structure/cdr_op_ch.cpp:54 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/cdr_op_ch.cpp:54 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::OperationDescription &); +TAO_IFR_Client_Export ::CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::OperationDescription &); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::OperationDescription &); -TAO_IFR_Client_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::OperationDescription &); // TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_ch.cpp:71 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/cdr_op_ch.cpp:71 #if !defined _TAO_CDR_OP_CORBA_RepositoryIdSeq_H_ #define _TAO_CDR_OP_CORBA_RepositoryIdSeq_H_ -TAO_IFR_Client_Export CORBA::Boolean operator<< ( +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< ( TAO_OutputCDR &, const CORBA::RepositoryIdSeq & ); -TAO_IFR_Client_Export CORBA::Boolean operator>> ( +TAO_IFR_Client_Export ::CORBA::Boolean operator>> ( TAO_InputCDR &, CORBA::RepositoryIdSeq & ); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + #endif /* _TAO_CDR_OP_CORBA_RepositoryIdSeq_H_ */ // TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_ch.cpp:71 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/cdr_op_ch.cpp:71 #if !defined _TAO_CDR_OP_CORBA_OpDescriptionSeq_H_ #define _TAO_CDR_OP_CORBA_OpDescriptionSeq_H_ -TAO_IFR_Client_Export CORBA::Boolean operator<< ( +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< ( TAO_OutputCDR &, const CORBA::OpDescriptionSeq & ); -TAO_IFR_Client_Export CORBA::Boolean operator>> ( +TAO_IFR_Client_Export ::CORBA::Boolean operator>> ( TAO_InputCDR &, CORBA::OpDescriptionSeq & ); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + #endif /* _TAO_CDR_OP_CORBA_OpDescriptionSeq_H_ */ // TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_ch.cpp:71 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/cdr_op_ch.cpp:71 #if !defined _TAO_CDR_OP_CORBA_AttrDescriptionSeq_H_ #define _TAO_CDR_OP_CORBA_AttrDescriptionSeq_H_ -TAO_IFR_Client_Export CORBA::Boolean operator<< ( +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< ( TAO_OutputCDR &, const CORBA::AttrDescriptionSeq & ); -TAO_IFR_Client_Export CORBA::Boolean operator>> ( +TAO_IFR_Client_Export ::CORBA::Boolean operator>> ( TAO_InputCDR &, CORBA::AttrDescriptionSeq & ); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + #endif /* _TAO_CDR_OP_CORBA_AttrDescriptionSeq_H_ */ // TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_ch.cpp:71 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/cdr_op_ch.cpp:71 #if !defined _TAO_CDR_OP_CORBA_ExtAttrDescriptionSeq_H_ #define _TAO_CDR_OP_CORBA_ExtAttrDescriptionSeq_H_ -TAO_IFR_Client_Export CORBA::Boolean operator<< ( +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< ( TAO_OutputCDR &, const CORBA::ExtAttrDescriptionSeq & ); -TAO_IFR_Client_Export CORBA::Boolean operator>> ( +TAO_IFR_Client_Export ::CORBA::Boolean operator>> ( TAO_InputCDR &, CORBA::ExtAttrDescriptionSeq & ); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + #endif /* _TAO_CDR_OP_CORBA_ExtAttrDescriptionSeq_H_ */ // TAO_IDL - Generated from -// be\be_visitor_interface/cdr_op_ch.cpp:55 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/cdr_op_ch.cpp:55 + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::InterfaceDef_ptr ); +TAO_IFR_Client_Export ::CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::InterfaceDef_ptr &); + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::InterfaceDef_ptr ); -TAO_IFR_Client_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::InterfaceDef_ptr &); // TAO_IDL - Generated from -// be\be_visitor_structure/cdr_op_ch.cpp:54 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/cdr_op_ch.cpp:54 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::InterfaceDef::FullInterfaceDescription &); +TAO_IFR_Client_Export ::CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::InterfaceDef::FullInterfaceDescription &); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::InterfaceDef::FullInterfaceDescription &); -TAO_IFR_Client_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::InterfaceDef::FullInterfaceDescription &); // TAO_IDL - Generated from -// be\be_visitor_structure/cdr_op_ch.cpp:54 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/cdr_op_ch.cpp:54 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::InterfaceDescription &); +TAO_IFR_Client_Export ::CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::InterfaceDescription &); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::InterfaceDescription &); -TAO_IFR_Client_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::InterfaceDescription &); // TAO_IDL - Generated from -// be\be_visitor_interface/cdr_op_ch.cpp:55 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/cdr_op_ch.cpp:55 + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::InterfaceAttrExtension_ptr ); +TAO_IFR_Client_Export ::CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::InterfaceAttrExtension_ptr &); + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::InterfaceAttrExtension_ptr ); -TAO_IFR_Client_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::InterfaceAttrExtension_ptr &); // TAO_IDL - Generated from -// be\be_visitor_structure/cdr_op_ch.cpp:54 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/cdr_op_ch.cpp:54 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::InterfaceAttrExtension::ExtFullInterfaceDescription &); +TAO_IFR_Client_Export ::CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::InterfaceAttrExtension::ExtFullInterfaceDescription &); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::InterfaceAttrExtension::ExtFullInterfaceDescription &); -TAO_IFR_Client_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::InterfaceAttrExtension::ExtFullInterfaceDescription &); // TAO_IDL - Generated from -// be\be_visitor_interface/cdr_op_ch.cpp:55 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/cdr_op_ch.cpp:55 + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ExtInterfaceDef_ptr ); +TAO_IFR_Client_Export ::CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ExtInterfaceDef_ptr &); + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ExtInterfaceDef_ptr ); -TAO_IFR_Client_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ExtInterfaceDef_ptr &); // TAO_IDL - Generated from -// be\be_visitor_interface/cdr_op_ch.cpp:55 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/cdr_op_ch.cpp:55 + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::AbstractInterfaceDef_ptr ); +TAO_IFR_Client_Export ::CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::AbstractInterfaceDef_ptr &); + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::AbstractInterfaceDef_ptr ); -TAO_IFR_Client_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::AbstractInterfaceDef_ptr &); // TAO_IDL - Generated from -// be\be_visitor_interface/cdr_op_ch.cpp:55 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/cdr_op_ch.cpp:55 + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ExtAbstractInterfaceDef_ptr ); +TAO_IFR_Client_Export ::CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ExtAbstractInterfaceDef_ptr &); + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ExtAbstractInterfaceDef_ptr ); -TAO_IFR_Client_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ExtAbstractInterfaceDef_ptr &); // TAO_IDL - Generated from -// be\be_visitor_interface/cdr_op_ch.cpp:55 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/cdr_op_ch.cpp:55 + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::LocalInterfaceDef_ptr ); +TAO_IFR_Client_Export ::CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::LocalInterfaceDef_ptr &); + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::LocalInterfaceDef_ptr ); -TAO_IFR_Client_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::LocalInterfaceDef_ptr &); // TAO_IDL - Generated from -// be\be_visitor_interface/cdr_op_ch.cpp:55 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/cdr_op_ch.cpp:55 + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ExtLocalInterfaceDef_ptr ); +TAO_IFR_Client_Export ::CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ExtLocalInterfaceDef_ptr &); + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ExtLocalInterfaceDef_ptr ); -TAO_IFR_Client_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ExtLocalInterfaceDef_ptr &); // TAO_IDL - Generated from -// be\be_codegen.cpp:1136 +// .\be\be_codegen.cpp:1092 + TAO_END_VERSIONED_NAMESPACE_DECL #if defined (__ACE_INLINE__) -#include "tao/IFR_Client/IFR_BasicC.inl" +#include "IFR_BasicC.inl" #endif /* defined INLINE */ -#if defined(_MSC_VER) -#pragma warning(pop) -#endif /* _MSC_VER */ - -#if defined (__BORLANDC__) -#pragma option pop -#endif /* __BORLANDC__ */ - #include /**/ "ace/post.h" #endif /* ifndef */ diff --git a/TAO/tao/IFR_Client/IFR_BasicC.inl b/TAO/tao/IFR_Client/IFR_BasicC.inl index 2cdaff7f308..f0bb1eaa4b7 100644 --- a/TAO/tao/IFR_Client/IFR_BasicC.inl +++ b/TAO/tao/IFR_Client/IFR_BasicC.inl @@ -28,8 +28,10 @@ TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + // TAO_IDL - Generated from -// be\be_visitor_interface/interface_ci.cpp:70 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ci.cpp:70 #if !defined (_CORBA_REPOSITORY___CI_) #define _CORBA_REPOSITORY___CI_ @@ -37,16 +39,11 @@ TAO_BEGIN_VERSIONED_NAMESPACE_DECL ACE_INLINE CORBA::Repository::Repository ( TAO_Stub *objref, - CORBA::Boolean _tao_collocated, + ::CORBA::Boolean _tao_collocated, TAO_Abstract_ServantBase *servant, TAO_ORB_Core *oc ) - : ::CORBA::Object ( - objref, - _tao_collocated, - servant, - oc - ), + : ::CORBA::Object (objref, _tao_collocated, servant, oc), the_TAO_Repository_Proxy_Broker_ (0) { this->CORBA_Repository_setup_collocation (); @@ -65,7 +62,7 @@ CORBA::Repository::Repository ( #endif /* end #if !defined */ // TAO_IDL - Generated from -// be\be_visitor_interface/interface_ci.cpp:70 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ci.cpp:70 #if !defined (_CORBA_MODULEDEF___CI_) #define _CORBA_MODULEDEF___CI_ @@ -73,16 +70,11 @@ CORBA::Repository::Repository ( ACE_INLINE CORBA::ModuleDef::ModuleDef ( TAO_Stub *objref, - CORBA::Boolean _tao_collocated, + ::CORBA::Boolean _tao_collocated, TAO_Abstract_ServantBase *servant, TAO_ORB_Core *oc ) - : ::CORBA::Object ( - objref, - _tao_collocated, - servant, - oc - ), + : ::CORBA::Object (objref, _tao_collocated, servant, oc), the_TAO_ModuleDef_Proxy_Broker_ (0) { this->CORBA_ModuleDef_setup_collocation (); @@ -101,7 +93,7 @@ CORBA::ModuleDef::ModuleDef ( #endif /* end #if !defined */ // TAO_IDL - Generated from -// be\be_visitor_interface/interface_ci.cpp:70 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ci.cpp:70 #if !defined (_CORBA_CONSTANTDEF___CI_) #define _CORBA_CONSTANTDEF___CI_ @@ -109,16 +101,11 @@ CORBA::ModuleDef::ModuleDef ( ACE_INLINE CORBA::ConstantDef::ConstantDef ( TAO_Stub *objref, - CORBA::Boolean _tao_collocated, + ::CORBA::Boolean _tao_collocated, TAO_Abstract_ServantBase *servant, TAO_ORB_Core *oc ) - : ::CORBA::Object ( - objref, - _tao_collocated, - servant, - oc - ), + : ::CORBA::Object (objref, _tao_collocated, servant, oc), the_TAO_ConstantDef_Proxy_Broker_ (0) { this->CORBA_ConstantDef_setup_collocation (); @@ -137,7 +124,7 @@ CORBA::ConstantDef::ConstantDef ( #endif /* end #if !defined */ // TAO_IDL - Generated from -// be\be_visitor_interface/interface_ci.cpp:70 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ci.cpp:70 #if !defined (_CORBA_STRUCTDEF___CI_) #define _CORBA_STRUCTDEF___CI_ @@ -145,16 +132,11 @@ CORBA::ConstantDef::ConstantDef ( ACE_INLINE CORBA::StructDef::StructDef ( TAO_Stub *objref, - CORBA::Boolean _tao_collocated, + ::CORBA::Boolean _tao_collocated, TAO_Abstract_ServantBase *servant, TAO_ORB_Core *oc ) - : ::CORBA::Object ( - objref, - _tao_collocated, - servant, - oc - ), + : ::CORBA::Object (objref, _tao_collocated, servant, oc), the_TAO_StructDef_Proxy_Broker_ (0) { this->CORBA_StructDef_setup_collocation (); @@ -173,7 +155,7 @@ CORBA::StructDef::StructDef ( #endif /* end #if !defined */ // TAO_IDL - Generated from -// be\be_visitor_interface/interface_ci.cpp:70 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ci.cpp:70 #if !defined (_CORBA_UNIONDEF___CI_) #define _CORBA_UNIONDEF___CI_ @@ -181,16 +163,11 @@ CORBA::StructDef::StructDef ( ACE_INLINE CORBA::UnionDef::UnionDef ( TAO_Stub *objref, - CORBA::Boolean _tao_collocated, + ::CORBA::Boolean _tao_collocated, TAO_Abstract_ServantBase *servant, TAO_ORB_Core *oc ) - : ::CORBA::Object ( - objref, - _tao_collocated, - servant, - oc - ), + : ::CORBA::Object (objref, _tao_collocated, servant, oc), the_TAO_UnionDef_Proxy_Broker_ (0) { this->CORBA_UnionDef_setup_collocation (); @@ -209,7 +186,7 @@ CORBA::UnionDef::UnionDef ( #endif /* end #if !defined */ // TAO_IDL - Generated from -// be\be_visitor_interface/interface_ci.cpp:70 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ci.cpp:70 #if !defined (_CORBA_ENUMDEF___CI_) #define _CORBA_ENUMDEF___CI_ @@ -217,16 +194,11 @@ CORBA::UnionDef::UnionDef ( ACE_INLINE CORBA::EnumDef::EnumDef ( TAO_Stub *objref, - CORBA::Boolean _tao_collocated, + ::CORBA::Boolean _tao_collocated, TAO_Abstract_ServantBase *servant, TAO_ORB_Core *oc ) - : ::CORBA::Object ( - objref, - _tao_collocated, - servant, - oc - ), + : ::CORBA::Object (objref, _tao_collocated, servant, oc), the_TAO_EnumDef_Proxy_Broker_ (0) { this->CORBA_EnumDef_setup_collocation (); @@ -245,7 +217,7 @@ CORBA::EnumDef::EnumDef ( #endif /* end #if !defined */ // TAO_IDL - Generated from -// be\be_visitor_interface/interface_ci.cpp:70 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ci.cpp:70 #if !defined (_CORBA_ALIASDEF___CI_) #define _CORBA_ALIASDEF___CI_ @@ -253,16 +225,11 @@ CORBA::EnumDef::EnumDef ( ACE_INLINE CORBA::AliasDef::AliasDef ( TAO_Stub *objref, - CORBA::Boolean _tao_collocated, + ::CORBA::Boolean _tao_collocated, TAO_Abstract_ServantBase *servant, TAO_ORB_Core *oc ) - : ::CORBA::Object ( - objref, - _tao_collocated, - servant, - oc - ), + : ::CORBA::Object (objref, _tao_collocated, servant, oc), the_TAO_AliasDef_Proxy_Broker_ (0) { this->CORBA_AliasDef_setup_collocation (); @@ -281,7 +248,7 @@ CORBA::AliasDef::AliasDef ( #endif /* end #if !defined */ // TAO_IDL - Generated from -// be\be_visitor_interface/interface_ci.cpp:70 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ci.cpp:70 #if !defined (_CORBA_NATIVEDEF___CI_) #define _CORBA_NATIVEDEF___CI_ @@ -289,16 +256,11 @@ CORBA::AliasDef::AliasDef ( ACE_INLINE CORBA::NativeDef::NativeDef ( TAO_Stub *objref, - CORBA::Boolean _tao_collocated, + ::CORBA::Boolean _tao_collocated, TAO_Abstract_ServantBase *servant, TAO_ORB_Core *oc ) - : ::CORBA::Object ( - objref, - _tao_collocated, - servant, - oc - ), + : ::CORBA::Object (objref, _tao_collocated, servant, oc), the_TAO_NativeDef_Proxy_Broker_ (0) { this->CORBA_NativeDef_setup_collocation (); @@ -317,7 +279,7 @@ CORBA::NativeDef::NativeDef ( #endif /* end #if !defined */ // TAO_IDL - Generated from -// be\be_visitor_interface/interface_ci.cpp:70 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ci.cpp:70 #if !defined (_CORBA_PRIMITIVEDEF___CI_) #define _CORBA_PRIMITIVEDEF___CI_ @@ -325,16 +287,11 @@ CORBA::NativeDef::NativeDef ( ACE_INLINE CORBA::PrimitiveDef::PrimitiveDef ( TAO_Stub *objref, - CORBA::Boolean _tao_collocated, + ::CORBA::Boolean _tao_collocated, TAO_Abstract_ServantBase *servant, TAO_ORB_Core *oc ) - : ::CORBA::Object ( - objref, - _tao_collocated, - servant, - oc - ), + : ::CORBA::Object (objref, _tao_collocated, servant, oc), the_TAO_PrimitiveDef_Proxy_Broker_ (0) { this->CORBA_PrimitiveDef_setup_collocation (); @@ -353,7 +310,7 @@ CORBA::PrimitiveDef::PrimitiveDef ( #endif /* end #if !defined */ // TAO_IDL - Generated from -// be\be_visitor_interface/interface_ci.cpp:70 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ci.cpp:70 #if !defined (_CORBA_STRINGDEF___CI_) #define _CORBA_STRINGDEF___CI_ @@ -361,16 +318,11 @@ CORBA::PrimitiveDef::PrimitiveDef ( ACE_INLINE CORBA::StringDef::StringDef ( TAO_Stub *objref, - CORBA::Boolean _tao_collocated, + ::CORBA::Boolean _tao_collocated, TAO_Abstract_ServantBase *servant, TAO_ORB_Core *oc ) - : ::CORBA::Object ( - objref, - _tao_collocated, - servant, - oc - ), + : ::CORBA::Object (objref, _tao_collocated, servant, oc), the_TAO_StringDef_Proxy_Broker_ (0) { this->CORBA_StringDef_setup_collocation (); @@ -389,7 +341,7 @@ CORBA::StringDef::StringDef ( #endif /* end #if !defined */ // TAO_IDL - Generated from -// be\be_visitor_interface/interface_ci.cpp:70 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ci.cpp:70 #if !defined (_CORBA_WSTRINGDEF___CI_) #define _CORBA_WSTRINGDEF___CI_ @@ -397,16 +349,11 @@ CORBA::StringDef::StringDef ( ACE_INLINE CORBA::WstringDef::WstringDef ( TAO_Stub *objref, - CORBA::Boolean _tao_collocated, + ::CORBA::Boolean _tao_collocated, TAO_Abstract_ServantBase *servant, TAO_ORB_Core *oc ) - : ::CORBA::Object ( - objref, - _tao_collocated, - servant, - oc - ), + : ::CORBA::Object (objref, _tao_collocated, servant, oc), the_TAO_WstringDef_Proxy_Broker_ (0) { this->CORBA_WstringDef_setup_collocation (); @@ -425,7 +372,7 @@ CORBA::WstringDef::WstringDef ( #endif /* end #if !defined */ // TAO_IDL - Generated from -// be\be_visitor_interface/interface_ci.cpp:70 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ci.cpp:70 #if !defined (_CORBA_SEQUENCEDEF___CI_) #define _CORBA_SEQUENCEDEF___CI_ @@ -433,16 +380,11 @@ CORBA::WstringDef::WstringDef ( ACE_INLINE CORBA::SequenceDef::SequenceDef ( TAO_Stub *objref, - CORBA::Boolean _tao_collocated, + ::CORBA::Boolean _tao_collocated, TAO_Abstract_ServantBase *servant, TAO_ORB_Core *oc ) - : ::CORBA::Object ( - objref, - _tao_collocated, - servant, - oc - ), + : ::CORBA::Object (objref, _tao_collocated, servant, oc), the_TAO_SequenceDef_Proxy_Broker_ (0) { this->CORBA_SequenceDef_setup_collocation (); @@ -461,7 +403,7 @@ CORBA::SequenceDef::SequenceDef ( #endif /* end #if !defined */ // TAO_IDL - Generated from -// be\be_visitor_interface/interface_ci.cpp:70 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ci.cpp:70 #if !defined (_CORBA_ARRAYDEF___CI_) #define _CORBA_ARRAYDEF___CI_ @@ -469,16 +411,11 @@ CORBA::SequenceDef::SequenceDef ( ACE_INLINE CORBA::ArrayDef::ArrayDef ( TAO_Stub *objref, - CORBA::Boolean _tao_collocated, + ::CORBA::Boolean _tao_collocated, TAO_Abstract_ServantBase *servant, TAO_ORB_Core *oc ) - : ::CORBA::Object ( - objref, - _tao_collocated, - servant, - oc - ), + : ::CORBA::Object (objref, _tao_collocated, servant, oc), the_TAO_ArrayDef_Proxy_Broker_ (0) { this->CORBA_ArrayDef_setup_collocation (); @@ -497,7 +434,7 @@ CORBA::ArrayDef::ArrayDef ( #endif /* end #if !defined */ // TAO_IDL - Generated from -// be\be_visitor_interface/interface_ci.cpp:70 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ci.cpp:70 #if !defined (_CORBA_EXCEPTIONDEF___CI_) #define _CORBA_EXCEPTIONDEF___CI_ @@ -505,16 +442,11 @@ CORBA::ArrayDef::ArrayDef ( ACE_INLINE CORBA::ExceptionDef::ExceptionDef ( TAO_Stub *objref, - CORBA::Boolean _tao_collocated, + ::CORBA::Boolean _tao_collocated, TAO_Abstract_ServantBase *servant, TAO_ORB_Core *oc ) - : ::CORBA::Object ( - objref, - _tao_collocated, - servant, - oc - ), + : ::CORBA::Object (objref, _tao_collocated, servant, oc), the_TAO_ExceptionDef_Proxy_Broker_ (0) { this->CORBA_ExceptionDef_setup_collocation (); @@ -533,7 +465,7 @@ CORBA::ExceptionDef::ExceptionDef ( #endif /* end #if !defined */ // TAO_IDL - Generated from -// be\be_visitor_interface/interface_ci.cpp:70 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ci.cpp:70 #if !defined (_CORBA_ATTRIBUTEDEF___CI_) #define _CORBA_ATTRIBUTEDEF___CI_ @@ -541,16 +473,11 @@ CORBA::ExceptionDef::ExceptionDef ( ACE_INLINE CORBA::AttributeDef::AttributeDef ( TAO_Stub *objref, - CORBA::Boolean _tao_collocated, + ::CORBA::Boolean _tao_collocated, TAO_Abstract_ServantBase *servant, TAO_ORB_Core *oc ) - : ::CORBA::Object ( - objref, - _tao_collocated, - servant, - oc - ), + : ::CORBA::Object (objref, _tao_collocated, servant, oc), the_TAO_AttributeDef_Proxy_Broker_ (0) { this->CORBA_AttributeDef_setup_collocation (); @@ -569,7 +496,7 @@ CORBA::AttributeDef::AttributeDef ( #endif /* end #if !defined */ // TAO_IDL - Generated from -// be\be_visitor_interface/interface_ci.cpp:70 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ci.cpp:70 #if !defined (_CORBA_EXTATTRIBUTEDEF___CI_) #define _CORBA_EXTATTRIBUTEDEF___CI_ @@ -577,16 +504,11 @@ CORBA::AttributeDef::AttributeDef ( ACE_INLINE CORBA::ExtAttributeDef::ExtAttributeDef ( TAO_Stub *objref, - CORBA::Boolean _tao_collocated, + ::CORBA::Boolean _tao_collocated, TAO_Abstract_ServantBase *servant, TAO_ORB_Core *oc ) - : ::CORBA::Object ( - objref, - _tao_collocated, - servant, - oc - ), + : ::CORBA::Object (objref, _tao_collocated, servant, oc), the_TAO_ExtAttributeDef_Proxy_Broker_ (0) { this->CORBA_ExtAttributeDef_setup_collocation (); @@ -605,7 +527,7 @@ CORBA::ExtAttributeDef::ExtAttributeDef ( #endif /* end #if !defined */ // TAO_IDL - Generated from -// be\be_visitor_interface/interface_ci.cpp:70 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ci.cpp:70 #if !defined (_CORBA_OPERATIONDEF___CI_) #define _CORBA_OPERATIONDEF___CI_ @@ -613,16 +535,11 @@ CORBA::ExtAttributeDef::ExtAttributeDef ( ACE_INLINE CORBA::OperationDef::OperationDef ( TAO_Stub *objref, - CORBA::Boolean _tao_collocated, + ::CORBA::Boolean _tao_collocated, TAO_Abstract_ServantBase *servant, TAO_ORB_Core *oc ) - : ::CORBA::Object ( - objref, - _tao_collocated, - servant, - oc - ), + : ::CORBA::Object (objref, _tao_collocated, servant, oc), the_TAO_OperationDef_Proxy_Broker_ (0) { this->CORBA_OperationDef_setup_collocation (); @@ -641,7 +558,7 @@ CORBA::OperationDef::OperationDef ( #endif /* end #if !defined */ // TAO_IDL - Generated from -// be\be_visitor_interface/interface_ci.cpp:70 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ci.cpp:70 #if !defined (_CORBA_INTERFACEDEF___CI_) #define _CORBA_INTERFACEDEF___CI_ @@ -649,16 +566,11 @@ CORBA::OperationDef::OperationDef ( ACE_INLINE CORBA::InterfaceDef::InterfaceDef ( TAO_Stub *objref, - CORBA::Boolean _tao_collocated, + ::CORBA::Boolean _tao_collocated, TAO_Abstract_ServantBase *servant, TAO_ORB_Core *oc ) - : ::CORBA::Object ( - objref, - _tao_collocated, - servant, - oc - ), + : ::CORBA::Object (objref, _tao_collocated, servant, oc), the_TAO_InterfaceDef_Proxy_Broker_ (0) { this->CORBA_InterfaceDef_setup_collocation (); @@ -677,7 +589,7 @@ CORBA::InterfaceDef::InterfaceDef ( #endif /* end #if !defined */ // TAO_IDL - Generated from -// be\be_visitor_interface/interface_ci.cpp:70 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ci.cpp:70 #if !defined (_CORBA_INTERFACEATTREXTENSION___CI_) #define _CORBA_INTERFACEATTREXTENSION___CI_ @@ -685,16 +597,11 @@ CORBA::InterfaceDef::InterfaceDef ( ACE_INLINE CORBA::InterfaceAttrExtension::InterfaceAttrExtension ( TAO_Stub *objref, - CORBA::Boolean _tao_collocated, + ::CORBA::Boolean _tao_collocated, TAO_Abstract_ServantBase *servant, TAO_ORB_Core *oc ) - : ::CORBA::Object ( - objref, - _tao_collocated, - servant, - oc - ), + : ::CORBA::Object (objref, _tao_collocated, servant, oc), the_TAO_InterfaceAttrExtension_Proxy_Broker_ (0) { this->CORBA_InterfaceAttrExtension_setup_collocation (); @@ -713,7 +620,7 @@ CORBA::InterfaceAttrExtension::InterfaceAttrExtension ( #endif /* end #if !defined */ // TAO_IDL - Generated from -// be\be_visitor_interface/interface_ci.cpp:70 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ci.cpp:70 #if !defined (_CORBA_EXTINTERFACEDEF___CI_) #define _CORBA_EXTINTERFACEDEF___CI_ @@ -721,16 +628,11 @@ CORBA::InterfaceAttrExtension::InterfaceAttrExtension ( ACE_INLINE CORBA::ExtInterfaceDef::ExtInterfaceDef ( TAO_Stub *objref, - CORBA::Boolean _tao_collocated, + ::CORBA::Boolean _tao_collocated, TAO_Abstract_ServantBase *servant, TAO_ORB_Core *oc ) - : ::CORBA::Object ( - objref, - _tao_collocated, - servant, - oc - ), + : ::CORBA::Object (objref, _tao_collocated, servant, oc), the_TAO_ExtInterfaceDef_Proxy_Broker_ (0) { this->CORBA_ExtInterfaceDef_setup_collocation (); @@ -749,7 +651,7 @@ CORBA::ExtInterfaceDef::ExtInterfaceDef ( #endif /* end #if !defined */ // TAO_IDL - Generated from -// be\be_visitor_interface/interface_ci.cpp:70 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ci.cpp:70 #if !defined (_CORBA_ABSTRACTINTERFACEDEF___CI_) #define _CORBA_ABSTRACTINTERFACEDEF___CI_ @@ -757,16 +659,11 @@ CORBA::ExtInterfaceDef::ExtInterfaceDef ( ACE_INLINE CORBA::AbstractInterfaceDef::AbstractInterfaceDef ( TAO_Stub *objref, - CORBA::Boolean _tao_collocated, + ::CORBA::Boolean _tao_collocated, TAO_Abstract_ServantBase *servant, TAO_ORB_Core *oc ) - : ::CORBA::Object ( - objref, - _tao_collocated, - servant, - oc - ), + : ::CORBA::Object (objref, _tao_collocated, servant, oc), the_TAO_AbstractInterfaceDef_Proxy_Broker_ (0) { this->CORBA_AbstractInterfaceDef_setup_collocation (); @@ -785,7 +682,7 @@ CORBA::AbstractInterfaceDef::AbstractInterfaceDef ( #endif /* end #if !defined */ // TAO_IDL - Generated from -// be\be_visitor_interface/interface_ci.cpp:70 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ci.cpp:70 #if !defined (_CORBA_EXTABSTRACTINTERFACEDEF___CI_) #define _CORBA_EXTABSTRACTINTERFACEDEF___CI_ @@ -793,16 +690,11 @@ CORBA::AbstractInterfaceDef::AbstractInterfaceDef ( ACE_INLINE CORBA::ExtAbstractInterfaceDef::ExtAbstractInterfaceDef ( TAO_Stub *objref, - CORBA::Boolean _tao_collocated, + ::CORBA::Boolean _tao_collocated, TAO_Abstract_ServantBase *servant, TAO_ORB_Core *oc ) - : ::CORBA::Object ( - objref, - _tao_collocated, - servant, - oc - ), + : ::CORBA::Object (objref, _tao_collocated, servant, oc), the_TAO_ExtAbstractInterfaceDef_Proxy_Broker_ (0) { this->CORBA_ExtAbstractInterfaceDef_setup_collocation (); @@ -821,7 +713,7 @@ CORBA::ExtAbstractInterfaceDef::ExtAbstractInterfaceDef ( #endif /* end #if !defined */ // TAO_IDL - Generated from -// be\be_visitor_interface/interface_ci.cpp:70 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ci.cpp:70 #if !defined (_CORBA_LOCALINTERFACEDEF___CI_) #define _CORBA_LOCALINTERFACEDEF___CI_ @@ -829,16 +721,11 @@ CORBA::ExtAbstractInterfaceDef::ExtAbstractInterfaceDef ( ACE_INLINE CORBA::LocalInterfaceDef::LocalInterfaceDef ( TAO_Stub *objref, - CORBA::Boolean _tao_collocated, + ::CORBA::Boolean _tao_collocated, TAO_Abstract_ServantBase *servant, TAO_ORB_Core *oc ) - : ::CORBA::Object ( - objref, - _tao_collocated, - servant, - oc - ), + : ::CORBA::Object (objref, _tao_collocated, servant, oc), the_TAO_LocalInterfaceDef_Proxy_Broker_ (0) { this->CORBA_LocalInterfaceDef_setup_collocation (); @@ -857,7 +744,7 @@ CORBA::LocalInterfaceDef::LocalInterfaceDef ( #endif /* end #if !defined */ // TAO_IDL - Generated from -// be\be_visitor_interface/interface_ci.cpp:70 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ci.cpp:70 #if !defined (_CORBA_EXTLOCALINTERFACEDEF___CI_) #define _CORBA_EXTLOCALINTERFACEDEF___CI_ @@ -865,16 +752,11 @@ CORBA::LocalInterfaceDef::LocalInterfaceDef ( ACE_INLINE CORBA::ExtLocalInterfaceDef::ExtLocalInterfaceDef ( TAO_Stub *objref, - CORBA::Boolean _tao_collocated, + ::CORBA::Boolean _tao_collocated, TAO_Abstract_ServantBase *servant, TAO_ORB_Core *oc ) - : ::CORBA::Object ( - objref, - _tao_collocated, - servant, - oc - ), + : ::CORBA::Object (objref, _tao_collocated, servant, oc), the_TAO_ExtLocalInterfaceDef_Proxy_Broker_ (0) { this->CORBA_ExtLocalInterfaceDef_setup_collocation (); @@ -892,4 +774,7 @@ CORBA::ExtLocalInterfaceDef::ExtLocalInterfaceDef ( #endif /* end #if !defined */ + TAO_END_VERSIONED_NAMESPACE_DECL + + diff --git a/TAO/tao/IFR_Client/IFR_ComponentsC.cpp b/TAO/tao/IFR_Client/IFR_ComponentsC.cpp index 6ff269545c4..61e60c3495f 100644 --- a/TAO/tao/IFR_Client/IFR_ComponentsC.cpp +++ b/TAO/tao/IFR_Client/IFR_ComponentsC.cpp @@ -26,15 +26,10 @@ // http://www.cs.wustl.edu/~schmidt/TAO.html // TAO_IDL - Generated from -// be\be_codegen.cpp:293 +// .\be\be_codegen.cpp:282 -#include "tao/AnyTypeCode/orb_typesA.h" -#include "tao/IFR_Client/IFR_ComponentsC.h" -#include "tao/CDR.h" -#include "tao/IFR_Client/IFR_ExtendedC.h" -#include "tao/Invocation_Adapter.h" -#include "tao/Object_T.h" +#include "IFR_ComponentsC.h" #include "tao/AnyTypeCode/Null_RefCount_Policy.h" #include "tao/AnyTypeCode/TypeCode_Constants.h" #include "tao/AnyTypeCode/Alias_TypeCode_Static.h" @@ -44,6 +39,11 @@ #include "tao/AnyTypeCode/Struct_TypeCode_Static.h" #include "tao/AnyTypeCode/TypeCode_Struct_Field.h" #include "tao/AnyTypeCode/Recursive_Type_TypeCode.h" +#include "tao/CDR.h" +#include "tao/Exception_Data.h" +#include "tao/Invocation_Adapter.h" +#include "tao/Object_T.h" +#include "tao/AnyTypeCode/Any.h" #include "tao/AnyTypeCode/Any_Impl_T.h" #include "tao/AnyTypeCode/Any_Dual_Impl_T.h" #include "tao/Basic_Arguments.h" @@ -53,30 +53,34 @@ #include "tao/Var_Size_Argument_T.h" #include "ace/OS_NS_string.h" -#if defined (__BORLANDC__) -#pragma option -w-rvl -w-rch -w-ccc -w-aus -w-sig -#endif /* __BORLANDC__ */ - #if !defined (__ACE_INLINE__) -#include "tao/IFR_Client/IFR_ComponentsC.inl" +#include "IFR_ComponentsC.inl" #endif /* !defined INLINE */ +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + // TAO_IDL - Generated from -// be\be_visitor_arg_traits.cpp:70 +// .\be\be_visitor_arg_traits.cpp:72 + + +TAO_END_VERSIONED_NAMESPACE_DECL TAO_BEGIN_VERSIONED_NAMESPACE_DECL + // Arg traits specializations. namespace TAO { - + // TAO_IDL - Generated from - // be\be_visitor_arg_traits.cpp:118 + // .\be\be_visitor_arg_traits.cpp:125 #if !defined (_CORBA_INTERFACEDEF__ARG_TRAITS_) #define _CORBA_INTERFACEDEF__ARG_TRAITS_ - + template<> class Arg_Traits<CORBA::InterfaceDef> : public @@ -91,33 +95,31 @@ namespace TAO }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_arg_traits.cpp:543 + // .\be\be_visitor_arg_traits.cpp:593 #if !defined (_CORBA_INTERFACEDEFSEQ__ARG_TRAITS_) #define _CORBA_INTERFACEDEFSEQ__ARG_TRAITS_ - + template<> class Arg_Traits<CORBA::InterfaceDefSeq> : public Var_Size_Arg_Traits_T< CORBA::InterfaceDefSeq, - CORBA::InterfaceDefSeq_var, - CORBA::InterfaceDefSeq_out, TAO::Any_Insert_Policy_Stream <CORBA::InterfaceDefSeq> > { }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_arg_traits.cpp:118 + // .\be\be_visitor_arg_traits.cpp:125 #if !defined (_CORBA_VALUEDEF__ARG_TRAITS_) #define _CORBA_VALUEDEF__ARG_TRAITS_ - + template<> class Arg_Traits<CORBA::ValueDef> : public @@ -132,93 +134,85 @@ namespace TAO }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_arg_traits.cpp:543 + // .\be\be_visitor_arg_traits.cpp:593 #if !defined (_CORBA_VALUEDEFSEQ__ARG_TRAITS_) #define _CORBA_VALUEDEFSEQ__ARG_TRAITS_ - + template<> class Arg_Traits<CORBA::ValueDefSeq> : public Var_Size_Arg_Traits_T< CORBA::ValueDefSeq, - CORBA::ValueDefSeq_var, - CORBA::ValueDefSeq_out, TAO::Any_Insert_Policy_Stream <CORBA::ValueDefSeq> > { }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_arg_traits.cpp:543 + // .\be\be_visitor_arg_traits.cpp:593 #if !defined (_CORBA_EXTINITIALIZERSEQ__ARG_TRAITS_) #define _CORBA_EXTINITIALIZERSEQ__ARG_TRAITS_ - + template<> class Arg_Traits<CORBA::ExtInitializerSeq> : public Var_Size_Arg_Traits_T< CORBA::ExtInitializerSeq, - CORBA::ExtInitializerSeq_var, - CORBA::ExtInitializerSeq_out, TAO::Any_Insert_Policy_Stream <CORBA::ExtInitializerSeq> > { }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_arg_traits.cpp:543 + // .\be\be_visitor_arg_traits.cpp:593 #if !defined (_CORBA_EXCEPTIONDEFSEQ__ARG_TRAITS_) #define _CORBA_EXCEPTIONDEFSEQ__ARG_TRAITS_ - + template<> class Arg_Traits<CORBA::ExceptionDefSeq> : public Var_Size_Arg_Traits_T< CORBA::ExceptionDefSeq, - CORBA::ExceptionDefSeq_var, - CORBA::ExceptionDefSeq_out, TAO::Any_Insert_Policy_Stream <CORBA::ExceptionDefSeq> > { }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_arg_traits.cpp:543 + // .\be\be_visitor_arg_traits.cpp:593 #if !defined (_CORBA_PARDESCRIPTIONSEQ__ARG_TRAITS_) #define _CORBA_PARDESCRIPTIONSEQ__ARG_TRAITS_ - + template<> class Arg_Traits<CORBA::ParDescriptionSeq> : public Var_Size_Arg_Traits_T< CORBA::ParDescriptionSeq, - CORBA::ParDescriptionSeq_var, - CORBA::ParDescriptionSeq_out, TAO::Any_Insert_Policy_Stream <CORBA::ParDescriptionSeq> > { }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_arg_traits.cpp:118 + // .\be\be_visitor_arg_traits.cpp:125 #if !defined (_CORBA_COMPONENTIR_COMPONENTDEF__ARG_TRAITS_) #define _CORBA_COMPONENTIR_COMPONENTDEF__ARG_TRAITS_ - + template<> class Arg_Traits<CORBA::ComponentIR::ComponentDef> : public @@ -233,13 +227,13 @@ namespace TAO }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_arg_traits.cpp:118 + // .\be\be_visitor_arg_traits.cpp:125 #if !defined (_CORBA_COMPONENTIR_HOMEDEF__ARG_TRAITS_) #define _CORBA_COMPONENTIR_HOMEDEF__ARG_TRAITS_ - + template<> class Arg_Traits<CORBA::ComponentIR::HomeDef> : public @@ -254,13 +248,13 @@ namespace TAO }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_arg_traits.cpp:118 + // .\be\be_visitor_arg_traits.cpp:125 #if !defined (_CORBA_COMPONENTIR_EVENTDEF__ARG_TRAITS_) #define _CORBA_COMPONENTIR_EVENTDEF__ARG_TRAITS_ - + template<> class Arg_Traits<CORBA::ComponentIR::EventDef> : public @@ -275,13 +269,13 @@ namespace TAO }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_arg_traits.cpp:118 + // .\be\be_visitor_arg_traits.cpp:125 #if !defined (_CORBA_COMPONENTIR_PROVIDESDEF__ARG_TRAITS_) #define _CORBA_COMPONENTIR_PROVIDESDEF__ARG_TRAITS_ - + template<> class Arg_Traits<CORBA::ComponentIR::ProvidesDef> : public @@ -296,13 +290,13 @@ namespace TAO }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_arg_traits.cpp:118 + // .\be\be_visitor_arg_traits.cpp:125 #if !defined (_CORBA_COMPONENTIR_USESDEF__ARG_TRAITS_) #define _CORBA_COMPONENTIR_USESDEF__ARG_TRAITS_ - + template<> class Arg_Traits<CORBA::ComponentIR::UsesDef> : public @@ -317,13 +311,13 @@ namespace TAO }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_arg_traits.cpp:118 + // .\be\be_visitor_arg_traits.cpp:125 #if !defined (_CORBA_COMPONENTIR_EMITSDEF__ARG_TRAITS_) #define _CORBA_COMPONENTIR_EMITSDEF__ARG_TRAITS_ - + template<> class Arg_Traits<CORBA::ComponentIR::EmitsDef> : public @@ -338,13 +332,13 @@ namespace TAO }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_arg_traits.cpp:118 + // .\be\be_visitor_arg_traits.cpp:125 #if !defined (_CORBA_COMPONENTIR_PUBLISHESDEF__ARG_TRAITS_) #define _CORBA_COMPONENTIR_PUBLISHESDEF__ARG_TRAITS_ - + template<> class Arg_Traits<CORBA::ComponentIR::PublishesDef> : public @@ -359,13 +353,13 @@ namespace TAO }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_arg_traits.cpp:118 + // .\be\be_visitor_arg_traits.cpp:125 #if !defined (_CORBA_COMPONENTIR_CONSUMESDEF__ARG_TRAITS_) #define _CORBA_COMPONENTIR_CONSUMESDEF__ARG_TRAITS_ - + template<> class Arg_Traits<CORBA::ComponentIR::ConsumesDef> : public @@ -380,13 +374,13 @@ namespace TAO }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_arg_traits.cpp:118 + // .\be\be_visitor_arg_traits.cpp:125 #if !defined (_CORBA_COMPONENTIR_FACTORYDEF__ARG_TRAITS_) #define _CORBA_COMPONENTIR_FACTORYDEF__ARG_TRAITS_ - + template<> class Arg_Traits<CORBA::ComponentIR::FactoryDef> : public @@ -401,13 +395,13 @@ namespace TAO }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_arg_traits.cpp:118 + // .\be\be_visitor_arg_traits.cpp:125 #if !defined (_CORBA_COMPONENTIR_FINDERDEF__ARG_TRAITS_) #define _CORBA_COMPONENTIR_FINDERDEF__ARG_TRAITS_ - + template<> class Arg_Traits<CORBA::ComponentIR::FinderDef> : public @@ -424,9 +418,16 @@ namespace TAO #endif /* end #if !defined */ } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + // TAO_IDL - Generated from -// be\be_visitor_interface/interface_cs.cpp:60 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_cs.cpp:60 // Traits specializations for CORBA::ComponentIR::EventDef. @@ -452,19 +453,19 @@ TAO::Objref_Traits<CORBA::ComponentIR::EventDef>::nil (void) return CORBA::ComponentIR::EventDef::_nil (); } -CORBA::Boolean +::CORBA::Boolean TAO::Objref_Traits<CORBA::ComponentIR::EventDef>::marshal ( - CORBA::ComponentIR::EventDef_ptr p, + const CORBA::ComponentIR::EventDef_ptr p, TAO_OutputCDR & cdr ) { - return CORBA::Object::marshal (p, cdr); + return ::CORBA::Object::marshal (p, cdr); } // Function pointer for collocation factory initialization. -TAO::Collocation_Proxy_Broker * +TAO::Collocation_Proxy_Broker * (*CORBA_ComponentIR__TAO_EventDef_Proxy_Broker_Factory_function_pointer) ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ) = 0; CORBA::ComponentIR::EventDef::EventDef (void) @@ -481,14 +482,14 @@ CORBA::ComponentIR::EventDef::CORBA_ComponentIR_EventDef_setup_collocation () this->the_TAO_EventDef_Proxy_Broker_ = ::CORBA_ComponentIR__TAO_EventDef_Proxy_Broker_Factory_function_pointer (this); } - + this->CORBA_ExtValueDef_setup_collocation (); } CORBA::ComponentIR::EventDef::~EventDef (void) {} -void +void CORBA::ComponentIR::EventDef::_tao_any_destructor (void *_tao_void_pointer) { EventDef *_tao_tmp_pointer = @@ -498,7 +499,7 @@ CORBA::ComponentIR::EventDef::_tao_any_destructor (void *_tao_void_pointer) CORBA::ComponentIR::EventDef_ptr CORBA::ComponentIR::EventDef::_narrow ( - CORBA::Object_ptr _tao_objref + ::CORBA::Object_ptr _tao_objref ACE_ENV_ARG_DECL ) { @@ -513,7 +514,7 @@ CORBA::ComponentIR::EventDef::_narrow ( CORBA::ComponentIR::EventDef_ptr CORBA::ComponentIR::EventDef::_unchecked_narrow ( - CORBA::Object_ptr _tao_objref + ::CORBA::Object_ptr _tao_objref ACE_ENV_ARG_DECL ) { @@ -533,7 +534,7 @@ CORBA::ComponentIR::EventDef::_duplicate (EventDef_ptr obj) { obj->_add_ref (); } - + return obj; } @@ -543,7 +544,7 @@ CORBA::ComponentIR::EventDef::_tao_release (EventDef_ptr obj) ::CORBA::release (obj); } -CORBA::Boolean +::CORBA::Boolean CORBA::ComponentIR::EventDef::_is_a ( const char *value ACE_ENV_ARG_DECL @@ -600,22 +601,22 @@ const char* CORBA::ComponentIR::EventDef::_interface_repository_id (void) const return "IDL:omg.org/CORBA/ComponentIR/EventDef:1.0"; } -CORBA::Boolean +::CORBA::Boolean CORBA::ComponentIR::EventDef::marshal (TAO_OutputCDR &cdr) { return (cdr << this); } // TAO_IDL - Generated from -// be\be_visitor_typecode/objref_typecode.cpp:76 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/objref_typecode.cpp:76 static TAO::TypeCode::Objref<char const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_ComponentIR_EventDef ( - CORBA::tk_objref, + ::CORBA::tk_objref, "IDL:omg.org/CORBA/ComponentIR/EventDef:1.0", "EventDef"); - + namespace CORBA { namespace ComponentIR @@ -628,7 +629,7 @@ namespace CORBA // TAO_IDL - Generated from -// be\be_visitor_interface/interface_cs.cpp:60 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_cs.cpp:60 // Traits specializations for CORBA::ComponentIR::Container. @@ -654,23 +655,23 @@ TAO::Objref_Traits<CORBA::ComponentIR::Container>::nil (void) return CORBA::ComponentIR::Container::_nil (); } -CORBA::Boolean +::CORBA::Boolean TAO::Objref_Traits<CORBA::ComponentIR::Container>::marshal ( - CORBA::ComponentIR::Container_ptr p, + const CORBA::ComponentIR::Container_ptr p, TAO_OutputCDR & cdr ) { - return CORBA::Object::marshal (p, cdr); + return ::CORBA::Object::marshal (p, cdr); } // Function pointer for collocation factory initialization. -TAO::Collocation_Proxy_Broker * +TAO::Collocation_Proxy_Broker * (*CORBA_ComponentIR__TAO_Container_Proxy_Broker_Factory_function_pointer) ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ) = 0; // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 ::CORBA::ComponentIR::ComponentDef_ptr CORBA::ComponentIR::Container::create_component ( const char * id, @@ -681,26 +682,26 @@ TAO::Collocation_Proxy_Broker * ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_Container_Proxy_Broker_ == 0) { CORBA_ComponentIR_Container_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::ComponentIR::ComponentDef>::ret_val _tao_retval; TAO::Arg_Traits< ::CORBA::RepositoryId>::in_arg_val _tao_id (id); TAO::Arg_Traits< ::CORBA::Identifier>::in_arg_val _tao_name (name); TAO::Arg_Traits< ::CORBA::VersionSpec>::in_arg_val _tao_version (version); TAO::Arg_Traits< ::CORBA::ComponentIR::ComponentDef>::in_arg_val _tao_base_component (base_component); TAO::Arg_Traits< ::CORBA::InterfaceDefSeq>::in_arg_val _tao_supports_interfaces (supports_interfaces); - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval, @@ -710,7 +711,7 @@ TAO::Collocation_Proxy_Broker * &_tao_base_component, &_tao_supports_interfaces }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -719,15 +720,15 @@ TAO::Collocation_Proxy_Broker * 16, this->the_TAO_Container_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 ::CORBA::ComponentIR::HomeDef_ptr CORBA::ComponentIR::Container::create_home ( const char * id, @@ -740,19 +741,19 @@ TAO::Collocation_Proxy_Broker * ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_Container_Proxy_Broker_ == 0) { CORBA_ComponentIR_Container_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::ComponentIR::HomeDef>::ret_val _tao_retval; TAO::Arg_Traits< ::CORBA::RepositoryId>::in_arg_val _tao_id (id); TAO::Arg_Traits< ::CORBA::Identifier>::in_arg_val _tao_name (name); @@ -761,7 +762,7 @@ TAO::Collocation_Proxy_Broker * TAO::Arg_Traits< ::CORBA::ComponentIR::ComponentDef>::in_arg_val _tao_managed_component (managed_component); TAO::Arg_Traits< ::CORBA::InterfaceDefSeq>::in_arg_val _tao_supports_interfaces (supports_interfaces); TAO::Arg_Traits< ::CORBA::ValueDef>::in_arg_val _tao_primary_key (primary_key); - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval, @@ -773,7 +774,7 @@ TAO::Collocation_Proxy_Broker * &_tao_supports_interfaces, &_tao_primary_key }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -782,15 +783,15 @@ TAO::Collocation_Proxy_Broker * 11, this->the_TAO_Container_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 ::CORBA::ComponentIR::EventDef_ptr CORBA::ComponentIR::Container::create_event ( const char * id, @@ -806,19 +807,19 @@ TAO::Collocation_Proxy_Broker * ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_Container_Proxy_Broker_ == 0) { CORBA_ComponentIR_Container_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::ComponentIR::EventDef>::ret_val _tao_retval; TAO::Arg_Traits< ::CORBA::RepositoryId>::in_arg_val _tao_id (id); TAO::Arg_Traits< ::CORBA::Identifier>::in_arg_val _tao_name (name); @@ -830,7 +831,7 @@ TAO::Collocation_Proxy_Broker * TAO::Arg_Traits< ::CORBA::ValueDefSeq>::in_arg_val _tao_abstract_base_values (abstract_base_values); TAO::Arg_Traits< ::CORBA::InterfaceDefSeq>::in_arg_val _tao_supported_interfaces (supported_interfaces); TAO::Arg_Traits< ::CORBA::ExtInitializerSeq>::in_arg_val _tao_initializers (initializers); - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval, @@ -845,7 +846,7 @@ TAO::Collocation_Proxy_Broker * &_tao_supported_interfaces, &_tao_initializers }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -854,10 +855,10 @@ TAO::Collocation_Proxy_Broker * 12, this->the_TAO_Container_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } @@ -875,14 +876,14 @@ CORBA::ComponentIR::Container::CORBA_ComponentIR_Container_setup_collocation () this->the_TAO_Container_Proxy_Broker_ = ::CORBA_ComponentIR__TAO_Container_Proxy_Broker_Factory_function_pointer (this); } - + this->CORBA_Container_setup_collocation (); } CORBA::ComponentIR::Container::~Container (void) {} -void +void CORBA::ComponentIR::Container::_tao_any_destructor (void *_tao_void_pointer) { Container *_tao_tmp_pointer = @@ -892,7 +893,7 @@ CORBA::ComponentIR::Container::_tao_any_destructor (void *_tao_void_pointer) CORBA::ComponentIR::Container_ptr CORBA::ComponentIR::Container::_narrow ( - CORBA::Object_ptr _tao_objref + ::CORBA::Object_ptr _tao_objref ACE_ENV_ARG_DECL ) { @@ -907,7 +908,7 @@ CORBA::ComponentIR::Container::_narrow ( CORBA::ComponentIR::Container_ptr CORBA::ComponentIR::Container::_unchecked_narrow ( - CORBA::Object_ptr _tao_objref + ::CORBA::Object_ptr _tao_objref ACE_ENV_ARG_DECL ) { @@ -927,7 +928,7 @@ CORBA::ComponentIR::Container::_duplicate (Container_ptr obj) { obj->_add_ref (); } - + return obj; } @@ -937,7 +938,7 @@ CORBA::ComponentIR::Container::_tao_release (Container_ptr obj) ::CORBA::release (obj); } -CORBA::Boolean +::CORBA::Boolean CORBA::ComponentIR::Container::_is_a ( const char *value ACE_ENV_ARG_DECL @@ -978,22 +979,22 @@ const char* CORBA::ComponentIR::Container::_interface_repository_id (void) const return "IDL:omg.org/CORBA/ComponentIR/Container:1.0"; } -CORBA::Boolean +::CORBA::Boolean CORBA::ComponentIR::Container::marshal (TAO_OutputCDR &cdr) { return (cdr << this); } // TAO_IDL - Generated from -// be\be_visitor_typecode/objref_typecode.cpp:76 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/objref_typecode.cpp:76 static TAO::TypeCode::Objref<char const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_ComponentIR_Container ( - CORBA::tk_objref, + ::CORBA::tk_objref, "IDL:omg.org/CORBA/ComponentIR/Container:1.0", "Container"); - + namespace CORBA { namespace ComponentIR @@ -1006,7 +1007,7 @@ namespace CORBA // TAO_IDL - Generated from -// be\be_visitor_interface/interface_cs.cpp:60 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_cs.cpp:60 // Traits specializations for CORBA::ComponentIR::ModuleDef. @@ -1032,19 +1033,19 @@ TAO::Objref_Traits<CORBA::ComponentIR::ModuleDef>::nil (void) return CORBA::ComponentIR::ModuleDef::_nil (); } -CORBA::Boolean +::CORBA::Boolean TAO::Objref_Traits<CORBA::ComponentIR::ModuleDef>::marshal ( - CORBA::ComponentIR::ModuleDef_ptr p, + const CORBA::ComponentIR::ModuleDef_ptr p, TAO_OutputCDR & cdr ) { - return CORBA::Object::marshal (p, cdr); + return ::CORBA::Object::marshal (p, cdr); } // Function pointer for collocation factory initialization. -TAO::Collocation_Proxy_Broker * +TAO::Collocation_Proxy_Broker * (*CORBA_ComponentIR__TAO_ModuleDef_Proxy_Broker_Factory_function_pointer) ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ) = 0; CORBA::ComponentIR::ModuleDef::ModuleDef (void) @@ -1061,7 +1062,7 @@ CORBA::ComponentIR::ModuleDef::CORBA_ComponentIR_ModuleDef_setup_collocation () this->the_TAO_ModuleDef_Proxy_Broker_ = ::CORBA_ComponentIR__TAO_ModuleDef_Proxy_Broker_Factory_function_pointer (this); } - + this->CORBA_ModuleDef_setup_collocation (); this->CORBA_ComponentIR_Container_setup_collocation (); } @@ -1069,7 +1070,7 @@ CORBA::ComponentIR::ModuleDef::CORBA_ComponentIR_ModuleDef_setup_collocation () CORBA::ComponentIR::ModuleDef::~ModuleDef (void) {} -void +void CORBA::ComponentIR::ModuleDef::_tao_any_destructor (void *_tao_void_pointer) { ModuleDef *_tao_tmp_pointer = @@ -1079,7 +1080,7 @@ CORBA::ComponentIR::ModuleDef::_tao_any_destructor (void *_tao_void_pointer) CORBA::ComponentIR::ModuleDef_ptr CORBA::ComponentIR::ModuleDef::_narrow ( - CORBA::Object_ptr _tao_objref + ::CORBA::Object_ptr _tao_objref ACE_ENV_ARG_DECL ) { @@ -1094,7 +1095,7 @@ CORBA::ComponentIR::ModuleDef::_narrow ( CORBA::ComponentIR::ModuleDef_ptr CORBA::ComponentIR::ModuleDef::_unchecked_narrow ( - CORBA::Object_ptr _tao_objref + ::CORBA::Object_ptr _tao_objref ACE_ENV_ARG_DECL ) { @@ -1114,7 +1115,7 @@ CORBA::ComponentIR::ModuleDef::_duplicate (ModuleDef_ptr obj) { obj->_add_ref (); } - + return obj; } @@ -1124,7 +1125,7 @@ CORBA::ComponentIR::ModuleDef::_tao_release (ModuleDef_ptr obj) ::CORBA::release (obj); } -CORBA::Boolean +::CORBA::Boolean CORBA::ComponentIR::ModuleDef::_is_a ( const char *value ACE_ENV_ARG_DECL @@ -1177,22 +1178,22 @@ const char* CORBA::ComponentIR::ModuleDef::_interface_repository_id (void) const return "IDL:omg.org/CORBA/ComponentIR/ModuleDef:1.0"; } -CORBA::Boolean +::CORBA::Boolean CORBA::ComponentIR::ModuleDef::marshal (TAO_OutputCDR &cdr) { return (cdr << this); } // TAO_IDL - Generated from -// be\be_visitor_typecode/objref_typecode.cpp:76 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/objref_typecode.cpp:76 static TAO::TypeCode::Objref<char const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_ComponentIR_ModuleDef ( - CORBA::tk_objref, + ::CORBA::tk_objref, "IDL:omg.org/CORBA/ComponentIR/ModuleDef:1.0", "ModuleDef"); - + namespace CORBA { namespace ComponentIR @@ -1205,7 +1206,7 @@ namespace CORBA // TAO_IDL - Generated from -// be\be_visitor_interface/interface_cs.cpp:60 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_cs.cpp:60 // Traits specializations for CORBA::ComponentIR::Repository. @@ -1231,19 +1232,19 @@ TAO::Objref_Traits<CORBA::ComponentIR::Repository>::nil (void) return CORBA::ComponentIR::Repository::_nil (); } -CORBA::Boolean +::CORBA::Boolean TAO::Objref_Traits<CORBA::ComponentIR::Repository>::marshal ( - CORBA::ComponentIR::Repository_ptr p, + const CORBA::ComponentIR::Repository_ptr p, TAO_OutputCDR & cdr ) { - return CORBA::Object::marshal (p, cdr); + return ::CORBA::Object::marshal (p, cdr); } // Function pointer for collocation factory initialization. -TAO::Collocation_Proxy_Broker * +TAO::Collocation_Proxy_Broker * (*CORBA_ComponentIR__TAO_Repository_Proxy_Broker_Factory_function_pointer) ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ) = 0; CORBA::ComponentIR::Repository::Repository (void) @@ -1260,7 +1261,7 @@ CORBA::ComponentIR::Repository::CORBA_ComponentIR_Repository_setup_collocation ( this->the_TAO_Repository_Proxy_Broker_ = ::CORBA_ComponentIR__TAO_Repository_Proxy_Broker_Factory_function_pointer (this); } - + this->CORBA_Repository_setup_collocation (); this->CORBA_ComponentIR_Container_setup_collocation (); } @@ -1268,7 +1269,7 @@ CORBA::ComponentIR::Repository::CORBA_ComponentIR_Repository_setup_collocation ( CORBA::ComponentIR::Repository::~Repository (void) {} -void +void CORBA::ComponentIR::Repository::_tao_any_destructor (void *_tao_void_pointer) { Repository *_tao_tmp_pointer = @@ -1278,7 +1279,7 @@ CORBA::ComponentIR::Repository::_tao_any_destructor (void *_tao_void_pointer) CORBA::ComponentIR::Repository_ptr CORBA::ComponentIR::Repository::_narrow ( - CORBA::Object_ptr _tao_objref + ::CORBA::Object_ptr _tao_objref ACE_ENV_ARG_DECL ) { @@ -1293,7 +1294,7 @@ CORBA::ComponentIR::Repository::_narrow ( CORBA::ComponentIR::Repository_ptr CORBA::ComponentIR::Repository::_unchecked_narrow ( - CORBA::Object_ptr _tao_objref + ::CORBA::Object_ptr _tao_objref ACE_ENV_ARG_DECL ) { @@ -1313,7 +1314,7 @@ CORBA::ComponentIR::Repository::_duplicate (Repository_ptr obj) { obj->_add_ref (); } - + return obj; } @@ -1323,7 +1324,7 @@ CORBA::ComponentIR::Repository::_tao_release (Repository_ptr obj) ::CORBA::release (obj); } -CORBA::Boolean +::CORBA::Boolean CORBA::ComponentIR::Repository::_is_a ( const char *value ACE_ENV_ARG_DECL @@ -1372,22 +1373,22 @@ const char* CORBA::ComponentIR::Repository::_interface_repository_id (void) cons return "IDL:omg.org/CORBA/ComponentIR/Repository:1.0"; } -CORBA::Boolean +::CORBA::Boolean CORBA::ComponentIR::Repository::marshal (TAO_OutputCDR &cdr) { return (cdr << this); } // TAO_IDL - Generated from -// be\be_visitor_typecode/objref_typecode.cpp:76 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/objref_typecode.cpp:76 static TAO::TypeCode::Objref<char const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_ComponentIR_Repository ( - CORBA::tk_objref, + ::CORBA::tk_objref, "IDL:omg.org/CORBA/ComponentIR/Repository:1.0", "Repository"); - + namespace CORBA { namespace ComponentIR @@ -1400,7 +1401,7 @@ namespace CORBA // TAO_IDL - Generated from -// be\be_visitor_interface/interface_cs.cpp:60 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_cs.cpp:60 // Traits specializations for CORBA::ComponentIR::ProvidesDef. @@ -1426,48 +1427,48 @@ TAO::Objref_Traits<CORBA::ComponentIR::ProvidesDef>::nil (void) return CORBA::ComponentIR::ProvidesDef::_nil (); } -CORBA::Boolean +::CORBA::Boolean TAO::Objref_Traits<CORBA::ComponentIR::ProvidesDef>::marshal ( - CORBA::ComponentIR::ProvidesDef_ptr p, + const CORBA::ComponentIR::ProvidesDef_ptr p, TAO_OutputCDR & cdr ) { - return CORBA::Object::marshal (p, cdr); + return ::CORBA::Object::marshal (p, cdr); } // Function pointer for collocation factory initialization. -TAO::Collocation_Proxy_Broker * +TAO::Collocation_Proxy_Broker * (*CORBA_ComponentIR__TAO_ProvidesDef_Proxy_Broker_Factory_function_pointer) ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ) = 0; // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 ::CORBA::InterfaceDef_ptr CORBA::ComponentIR::ProvidesDef::interface_type ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_ProvidesDef_Proxy_Broker_ == 0) { CORBA_ComponentIR_ProvidesDef_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::InterfaceDef>::ret_val _tao_retval; - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -1476,43 +1477,43 @@ TAO::Collocation_Proxy_Broker * 19, this->the_TAO_ProvidesDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 void CORBA::ComponentIR::ProvidesDef::interface_type ( ::CORBA::InterfaceDef_ptr interface_type ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_ProvidesDef_Proxy_Broker_ == 0) { CORBA_ComponentIR_ProvidesDef_setup_collocation (); } - + TAO::Arg_Traits< void>::ret_val _tao_retval; TAO::Arg_Traits< ::CORBA::InterfaceDef>::in_arg_val _tao_interface_type (interface_type); - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval, &_tao_interface_type }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -1521,7 +1522,7 @@ void CORBA::ComponentIR::ProvidesDef::interface_type ( 19, this->the_TAO_ProvidesDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK; } @@ -1540,14 +1541,14 @@ CORBA::ComponentIR::ProvidesDef::CORBA_ComponentIR_ProvidesDef_setup_collocation this->the_TAO_ProvidesDef_Proxy_Broker_ = ::CORBA_ComponentIR__TAO_ProvidesDef_Proxy_Broker_Factory_function_pointer (this); } - + this->CORBA_Contained_setup_collocation (); } CORBA::ComponentIR::ProvidesDef::~ProvidesDef (void) {} -void +void CORBA::ComponentIR::ProvidesDef::_tao_any_destructor (void *_tao_void_pointer) { ProvidesDef *_tao_tmp_pointer = @@ -1557,7 +1558,7 @@ CORBA::ComponentIR::ProvidesDef::_tao_any_destructor (void *_tao_void_pointer) CORBA::ComponentIR::ProvidesDef_ptr CORBA::ComponentIR::ProvidesDef::_narrow ( - CORBA::Object_ptr _tao_objref + ::CORBA::Object_ptr _tao_objref ACE_ENV_ARG_DECL ) { @@ -1572,7 +1573,7 @@ CORBA::ComponentIR::ProvidesDef::_narrow ( CORBA::ComponentIR::ProvidesDef_ptr CORBA::ComponentIR::ProvidesDef::_unchecked_narrow ( - CORBA::Object_ptr _tao_objref + ::CORBA::Object_ptr _tao_objref ACE_ENV_ARG_DECL ) { @@ -1592,7 +1593,7 @@ CORBA::ComponentIR::ProvidesDef::_duplicate (ProvidesDef_ptr obj) { obj->_add_ref (); } - + return obj; } @@ -1602,7 +1603,7 @@ CORBA::ComponentIR::ProvidesDef::_tao_release (ProvidesDef_ptr obj) ::CORBA::release (obj); } -CORBA::Boolean +::CORBA::Boolean CORBA::ComponentIR::ProvidesDef::_is_a ( const char *value ACE_ENV_ARG_DECL @@ -1643,22 +1644,22 @@ const char* CORBA::ComponentIR::ProvidesDef::_interface_repository_id (void) con return "IDL:omg.org/CORBA/ComponentIR/ProvidesDef:1.0"; } -CORBA::Boolean +::CORBA::Boolean CORBA::ComponentIR::ProvidesDef::marshal (TAO_OutputCDR &cdr) { return (cdr << this); } // TAO_IDL - Generated from -// be\be_visitor_typecode/objref_typecode.cpp:76 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/objref_typecode.cpp:76 static TAO::TypeCode::Objref<char const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_ComponentIR_ProvidesDef ( - CORBA::tk_objref, + ::CORBA::tk_objref, "IDL:omg.org/CORBA/ComponentIR/ProvidesDef:1.0", "ProvidesDef"); - + namespace CORBA { namespace ComponentIR @@ -1671,28 +1672,28 @@ namespace CORBA // TAO_IDL - Generated from -// be\be_visitor_typecode/struct_typecode.cpp:87 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/struct_typecode.cpp:89 -static TAO::TypeCode::Struct_Field<char const *, CORBA::TypeCode_ptr const *> const _tao_fields_CORBA_ComponentIR_ProvidesDescription[] = +static TAO::TypeCode::Struct_Field<char const *, ::CORBA::TypeCode_ptr const *> const _tao_fields_CORBA_ComponentIR_ProvidesDescription[] = { { "name", &CORBA::_tc_Identifier }, { "id", &CORBA::_tc_RepositoryId }, { "defined_in", &CORBA::_tc_RepositoryId }, { "version", &CORBA::_tc_VersionSpec }, { "interface_type", &CORBA::_tc_RepositoryId } - + }; static TAO::TypeCode::Struct<char const *, - CORBA::TypeCode_ptr const *, - TAO::TypeCode::Struct_Field<char const *, CORBA::TypeCode_ptr const *> const *, + ::CORBA::TypeCode_ptr const *, + TAO::TypeCode::Struct_Field<char const *, ::CORBA::TypeCode_ptr const *> const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_ComponentIR_ProvidesDescription ( - CORBA::tk_struct, + ::CORBA::tk_struct, "IDL:omg.org/CORBA/ComponentIR/ProvidesDescription:1.0", "ProvidesDescription", _tao_fields_CORBA_ComponentIR_ProvidesDescription, 5); - + namespace CORBA { namespace ComponentIR @@ -1704,10 +1705,10 @@ namespace CORBA -// TAO_IDL - Generated from -// be\be_visitor_structure/structure_cs.cpp:66 +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/structure_cs.cpp:66 -void +void CORBA::ComponentIR::ProvidesDescription::_tao_any_destructor ( void *_tao_void_pointer ) @@ -1718,7 +1719,7 @@ CORBA::ComponentIR::ProvidesDescription::_tao_any_destructor ( } // TAO_IDL - Generated from -// be\be_visitor_interface/interface_cs.cpp:60 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_cs.cpp:60 // Traits specializations for CORBA::ComponentIR::UsesDef. @@ -1744,48 +1745,48 @@ TAO::Objref_Traits<CORBA::ComponentIR::UsesDef>::nil (void) return CORBA::ComponentIR::UsesDef::_nil (); } -CORBA::Boolean +::CORBA::Boolean TAO::Objref_Traits<CORBA::ComponentIR::UsesDef>::marshal ( - CORBA::ComponentIR::UsesDef_ptr p, + const CORBA::ComponentIR::UsesDef_ptr p, TAO_OutputCDR & cdr ) { - return CORBA::Object::marshal (p, cdr); + return ::CORBA::Object::marshal (p, cdr); } // Function pointer for collocation factory initialization. -TAO::Collocation_Proxy_Broker * +TAO::Collocation_Proxy_Broker * (*CORBA_ComponentIR__TAO_UsesDef_Proxy_Broker_Factory_function_pointer) ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ) = 0; // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 ::CORBA::InterfaceDef_ptr CORBA::ComponentIR::UsesDef::interface_type ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_UsesDef_Proxy_Broker_ == 0) { CORBA_ComponentIR_UsesDef_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::InterfaceDef>::ret_val _tao_retval; - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -1794,43 +1795,43 @@ TAO::Collocation_Proxy_Broker * 19, this->the_TAO_UsesDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 void CORBA::ComponentIR::UsesDef::interface_type ( ::CORBA::InterfaceDef_ptr interface_type ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_UsesDef_Proxy_Broker_ == 0) { CORBA_ComponentIR_UsesDef_setup_collocation (); } - + TAO::Arg_Traits< void>::ret_val _tao_retval; TAO::Arg_Traits< ::CORBA::InterfaceDef>::in_arg_val _tao_interface_type (interface_type); - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval, &_tao_interface_type }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -1839,38 +1840,38 @@ void CORBA::ComponentIR::UsesDef::interface_type ( 19, this->the_TAO_UsesDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK; } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 -CORBA::Boolean CORBA::ComponentIR::UsesDef::is_multiple ( +::CORBA::Boolean CORBA::ComponentIR::UsesDef::is_multiple ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_UsesDef_Proxy_Broker_ == 0) { CORBA_ComponentIR_UsesDef_setup_collocation (); } - + TAO::Arg_Traits< ::ACE_InputCDR::to_boolean>::ret_val _tao_retval; - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -1879,43 +1880,43 @@ CORBA::Boolean CORBA::ComponentIR::UsesDef::is_multiple ( 16, this->the_TAO_UsesDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 void CORBA::ComponentIR::UsesDef::is_multiple ( ::CORBA::Boolean is_multiple ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_UsesDef_Proxy_Broker_ == 0) { CORBA_ComponentIR_UsesDef_setup_collocation (); } - + TAO::Arg_Traits< void>::ret_val _tao_retval; TAO::Arg_Traits< ::ACE_InputCDR::to_boolean>::in_arg_val _tao_is_multiple (is_multiple); - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval, &_tao_is_multiple }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -1924,7 +1925,7 @@ void CORBA::ComponentIR::UsesDef::is_multiple ( 16, this->the_TAO_UsesDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK; } @@ -1943,14 +1944,14 @@ CORBA::ComponentIR::UsesDef::CORBA_ComponentIR_UsesDef_setup_collocation () this->the_TAO_UsesDef_Proxy_Broker_ = ::CORBA_ComponentIR__TAO_UsesDef_Proxy_Broker_Factory_function_pointer (this); } - + this->CORBA_Contained_setup_collocation (); } CORBA::ComponentIR::UsesDef::~UsesDef (void) {} -void +void CORBA::ComponentIR::UsesDef::_tao_any_destructor (void *_tao_void_pointer) { UsesDef *_tao_tmp_pointer = @@ -1960,7 +1961,7 @@ CORBA::ComponentIR::UsesDef::_tao_any_destructor (void *_tao_void_pointer) CORBA::ComponentIR::UsesDef_ptr CORBA::ComponentIR::UsesDef::_narrow ( - CORBA::Object_ptr _tao_objref + ::CORBA::Object_ptr _tao_objref ACE_ENV_ARG_DECL ) { @@ -1975,7 +1976,7 @@ CORBA::ComponentIR::UsesDef::_narrow ( CORBA::ComponentIR::UsesDef_ptr CORBA::ComponentIR::UsesDef::_unchecked_narrow ( - CORBA::Object_ptr _tao_objref + ::CORBA::Object_ptr _tao_objref ACE_ENV_ARG_DECL ) { @@ -1995,7 +1996,7 @@ CORBA::ComponentIR::UsesDef::_duplicate (UsesDef_ptr obj) { obj->_add_ref (); } - + return obj; } @@ -2005,7 +2006,7 @@ CORBA::ComponentIR::UsesDef::_tao_release (UsesDef_ptr obj) ::CORBA::release (obj); } -CORBA::Boolean +::CORBA::Boolean CORBA::ComponentIR::UsesDef::_is_a ( const char *value ACE_ENV_ARG_DECL @@ -2046,22 +2047,22 @@ const char* CORBA::ComponentIR::UsesDef::_interface_repository_id (void) const return "IDL:omg.org/CORBA/ComponentIR/UsesDef:1.0"; } -CORBA::Boolean +::CORBA::Boolean CORBA::ComponentIR::UsesDef::marshal (TAO_OutputCDR &cdr) { return (cdr << this); } // TAO_IDL - Generated from -// be\be_visitor_typecode/objref_typecode.cpp:76 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/objref_typecode.cpp:76 static TAO::TypeCode::Objref<char const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_ComponentIR_UsesDef ( - CORBA::tk_objref, + ::CORBA::tk_objref, "IDL:omg.org/CORBA/ComponentIR/UsesDef:1.0", "UsesDef"); - + namespace CORBA { namespace ComponentIR @@ -2074,9 +2075,9 @@ namespace CORBA // TAO_IDL - Generated from -// be\be_visitor_typecode/struct_typecode.cpp:87 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/struct_typecode.cpp:89 -static TAO::TypeCode::Struct_Field<char const *, CORBA::TypeCode_ptr const *> const _tao_fields_CORBA_ComponentIR_UsesDescription[] = +static TAO::TypeCode::Struct_Field<char const *, ::CORBA::TypeCode_ptr const *> const _tao_fields_CORBA_ComponentIR_UsesDescription[] = { { "name", &CORBA::_tc_Identifier }, { "id", &CORBA::_tc_RepositoryId }, @@ -2084,19 +2085,19 @@ static TAO::TypeCode::Struct_Field<char const *, CORBA::TypeCode_ptr const *> co { "version", &CORBA::_tc_VersionSpec }, { "interface_type", &CORBA::_tc_RepositoryId }, { "is_multiple", &CORBA::_tc_boolean } - + }; static TAO::TypeCode::Struct<char const *, - CORBA::TypeCode_ptr const *, - TAO::TypeCode::Struct_Field<char const *, CORBA::TypeCode_ptr const *> const *, + ::CORBA::TypeCode_ptr const *, + TAO::TypeCode::Struct_Field<char const *, ::CORBA::TypeCode_ptr const *> const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_ComponentIR_UsesDescription ( - CORBA::tk_struct, + ::CORBA::tk_struct, "IDL:omg.org/CORBA/ComponentIR/UsesDescription:1.0", "UsesDescription", _tao_fields_CORBA_ComponentIR_UsesDescription, 6); - + namespace CORBA { namespace ComponentIR @@ -2108,10 +2109,10 @@ namespace CORBA -// TAO_IDL - Generated from -// be\be_visitor_structure/structure_cs.cpp:66 +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/structure_cs.cpp:66 -void +void CORBA::ComponentIR::UsesDescription::_tao_any_destructor ( void *_tao_void_pointer ) @@ -2122,7 +2123,7 @@ CORBA::ComponentIR::UsesDescription::_tao_any_destructor ( } // TAO_IDL - Generated from -// be\be_visitor_interface/interface_cs.cpp:60 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_cs.cpp:60 // Traits specializations for CORBA::ComponentIR::EventPortDef. @@ -2148,48 +2149,48 @@ TAO::Objref_Traits<CORBA::ComponentIR::EventPortDef>::nil (void) return CORBA::ComponentIR::EventPortDef::_nil (); } -CORBA::Boolean +::CORBA::Boolean TAO::Objref_Traits<CORBA::ComponentIR::EventPortDef>::marshal ( - CORBA::ComponentIR::EventPortDef_ptr p, + const CORBA::ComponentIR::EventPortDef_ptr p, TAO_OutputCDR & cdr ) { - return CORBA::Object::marshal (p, cdr); + return ::CORBA::Object::marshal (p, cdr); } // Function pointer for collocation factory initialization. -TAO::Collocation_Proxy_Broker * +TAO::Collocation_Proxy_Broker * (*CORBA_ComponentIR__TAO_EventPortDef_Proxy_Broker_Factory_function_pointer) ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ) = 0; // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 ::CORBA::ComponentIR::EventDef_ptr CORBA::ComponentIR::EventPortDef::event ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_EventPortDef_Proxy_Broker_ == 0) { CORBA_ComponentIR_EventPortDef_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::ComponentIR::EventDef>::ret_val _tao_retval; - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -2198,43 +2199,43 @@ TAO::Collocation_Proxy_Broker * 10, this->the_TAO_EventPortDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 void CORBA::ComponentIR::EventPortDef::event ( ::CORBA::ComponentIR::EventDef_ptr event ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_EventPortDef_Proxy_Broker_ == 0) { CORBA_ComponentIR_EventPortDef_setup_collocation (); } - + TAO::Arg_Traits< void>::ret_val _tao_retval; TAO::Arg_Traits< ::CORBA::ComponentIR::EventDef>::in_arg_val _tao_event (event); - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval, &_tao_event }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -2243,41 +2244,41 @@ void CORBA::ComponentIR::EventPortDef::event ( 10, this->the_TAO_EventPortDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK; } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 -CORBA::Boolean CORBA::ComponentIR::EventPortDef::is_a ( +::CORBA::Boolean CORBA::ComponentIR::EventPortDef::is_a ( const char * event_id ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_EventPortDef_Proxy_Broker_ == 0) { CORBA_ComponentIR_EventPortDef_setup_collocation (); } - + TAO::Arg_Traits< ::ACE_InputCDR::to_boolean>::ret_val _tao_retval; TAO::Arg_Traits< ::CORBA::RepositoryId>::in_arg_val _tao_event_id (event_id); - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval, &_tao_event_id }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -2286,10 +2287,10 @@ CORBA::Boolean CORBA::ComponentIR::EventPortDef::is_a ( 4, this->the_TAO_EventPortDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } @@ -2307,14 +2308,14 @@ CORBA::ComponentIR::EventPortDef::CORBA_ComponentIR_EventPortDef_setup_collocati this->the_TAO_EventPortDef_Proxy_Broker_ = ::CORBA_ComponentIR__TAO_EventPortDef_Proxy_Broker_Factory_function_pointer (this); } - + this->CORBA_Contained_setup_collocation (); } CORBA::ComponentIR::EventPortDef::~EventPortDef (void) {} -void +void CORBA::ComponentIR::EventPortDef::_tao_any_destructor (void *_tao_void_pointer) { EventPortDef *_tao_tmp_pointer = @@ -2324,7 +2325,7 @@ CORBA::ComponentIR::EventPortDef::_tao_any_destructor (void *_tao_void_pointer) CORBA::ComponentIR::EventPortDef_ptr CORBA::ComponentIR::EventPortDef::_narrow ( - CORBA::Object_ptr _tao_objref + ::CORBA::Object_ptr _tao_objref ACE_ENV_ARG_DECL ) { @@ -2339,7 +2340,7 @@ CORBA::ComponentIR::EventPortDef::_narrow ( CORBA::ComponentIR::EventPortDef_ptr CORBA::ComponentIR::EventPortDef::_unchecked_narrow ( - CORBA::Object_ptr _tao_objref + ::CORBA::Object_ptr _tao_objref ACE_ENV_ARG_DECL ) { @@ -2359,7 +2360,7 @@ CORBA::ComponentIR::EventPortDef::_duplicate (EventPortDef_ptr obj) { obj->_add_ref (); } - + return obj; } @@ -2369,7 +2370,7 @@ CORBA::ComponentIR::EventPortDef::_tao_release (EventPortDef_ptr obj) ::CORBA::release (obj); } -CORBA::Boolean +::CORBA::Boolean CORBA::ComponentIR::EventPortDef::_is_a ( const char *value ACE_ENV_ARG_DECL @@ -2410,22 +2411,22 @@ const char* CORBA::ComponentIR::EventPortDef::_interface_repository_id (void) co return "IDL:omg.org/CORBA/ComponentIR/EventPortDef:1.0"; } -CORBA::Boolean +::CORBA::Boolean CORBA::ComponentIR::EventPortDef::marshal (TAO_OutputCDR &cdr) { return (cdr << this); } // TAO_IDL - Generated from -// be\be_visitor_typecode/objref_typecode.cpp:76 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/objref_typecode.cpp:76 static TAO::TypeCode::Objref<char const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_ComponentIR_EventPortDef ( - CORBA::tk_objref, + ::CORBA::tk_objref, "IDL:omg.org/CORBA/ComponentIR/EventPortDef:1.0", "EventPortDef"); - + namespace CORBA { namespace ComponentIR @@ -2438,28 +2439,28 @@ namespace CORBA // TAO_IDL - Generated from -// be\be_visitor_typecode/struct_typecode.cpp:87 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/struct_typecode.cpp:89 -static TAO::TypeCode::Struct_Field<char const *, CORBA::TypeCode_ptr const *> const _tao_fields_CORBA_ComponentIR_EventPortDescription[] = +static TAO::TypeCode::Struct_Field<char const *, ::CORBA::TypeCode_ptr const *> const _tao_fields_CORBA_ComponentIR_EventPortDescription[] = { { "name", &CORBA::_tc_Identifier }, { "id", &CORBA::_tc_RepositoryId }, { "defined_in", &CORBA::_tc_RepositoryId }, { "version", &CORBA::_tc_VersionSpec }, { "event", &CORBA::_tc_RepositoryId } - + }; static TAO::TypeCode::Struct<char const *, - CORBA::TypeCode_ptr const *, - TAO::TypeCode::Struct_Field<char const *, CORBA::TypeCode_ptr const *> const *, + ::CORBA::TypeCode_ptr const *, + TAO::TypeCode::Struct_Field<char const *, ::CORBA::TypeCode_ptr const *> const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_ComponentIR_EventPortDescription ( - CORBA::tk_struct, + ::CORBA::tk_struct, "IDL:omg.org/CORBA/ComponentIR/EventPortDescription:1.0", "EventPortDescription", _tao_fields_CORBA_ComponentIR_EventPortDescription, 5); - + namespace CORBA { namespace ComponentIR @@ -2471,10 +2472,10 @@ namespace CORBA -// TAO_IDL - Generated from -// be\be_visitor_structure/structure_cs.cpp:66 +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/structure_cs.cpp:66 -void +void CORBA::ComponentIR::EventPortDescription::_tao_any_destructor ( void *_tao_void_pointer ) @@ -2485,7 +2486,7 @@ CORBA::ComponentIR::EventPortDescription::_tao_any_destructor ( } // TAO_IDL - Generated from -// be\be_visitor_interface/interface_cs.cpp:60 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_cs.cpp:60 // Traits specializations for CORBA::ComponentIR::EmitsDef. @@ -2511,19 +2512,19 @@ TAO::Objref_Traits<CORBA::ComponentIR::EmitsDef>::nil (void) return CORBA::ComponentIR::EmitsDef::_nil (); } -CORBA::Boolean +::CORBA::Boolean TAO::Objref_Traits<CORBA::ComponentIR::EmitsDef>::marshal ( - CORBA::ComponentIR::EmitsDef_ptr p, + const CORBA::ComponentIR::EmitsDef_ptr p, TAO_OutputCDR & cdr ) { - return CORBA::Object::marshal (p, cdr); + return ::CORBA::Object::marshal (p, cdr); } // Function pointer for collocation factory initialization. -TAO::Collocation_Proxy_Broker * +TAO::Collocation_Proxy_Broker * (*CORBA_ComponentIR__TAO_EmitsDef_Proxy_Broker_Factory_function_pointer) ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ) = 0; CORBA::ComponentIR::EmitsDef::EmitsDef (void) @@ -2540,14 +2541,14 @@ CORBA::ComponentIR::EmitsDef::CORBA_ComponentIR_EmitsDef_setup_collocation () this->the_TAO_EmitsDef_Proxy_Broker_ = ::CORBA_ComponentIR__TAO_EmitsDef_Proxy_Broker_Factory_function_pointer (this); } - + this->CORBA_ComponentIR_EventPortDef_setup_collocation (); } CORBA::ComponentIR::EmitsDef::~EmitsDef (void) {} -void +void CORBA::ComponentIR::EmitsDef::_tao_any_destructor (void *_tao_void_pointer) { EmitsDef *_tao_tmp_pointer = @@ -2557,7 +2558,7 @@ CORBA::ComponentIR::EmitsDef::_tao_any_destructor (void *_tao_void_pointer) CORBA::ComponentIR::EmitsDef_ptr CORBA::ComponentIR::EmitsDef::_narrow ( - CORBA::Object_ptr _tao_objref + ::CORBA::Object_ptr _tao_objref ACE_ENV_ARG_DECL ) { @@ -2572,7 +2573,7 @@ CORBA::ComponentIR::EmitsDef::_narrow ( CORBA::ComponentIR::EmitsDef_ptr CORBA::ComponentIR::EmitsDef::_unchecked_narrow ( - CORBA::Object_ptr _tao_objref + ::CORBA::Object_ptr _tao_objref ACE_ENV_ARG_DECL ) { @@ -2592,7 +2593,7 @@ CORBA::ComponentIR::EmitsDef::_duplicate (EmitsDef_ptr obj) { obj->_add_ref (); } - + return obj; } @@ -2602,7 +2603,7 @@ CORBA::ComponentIR::EmitsDef::_tao_release (EmitsDef_ptr obj) ::CORBA::release (obj); } -CORBA::Boolean +::CORBA::Boolean CORBA::ComponentIR::EmitsDef::_is_a ( const char *value ACE_ENV_ARG_DECL @@ -2647,22 +2648,22 @@ const char* CORBA::ComponentIR::EmitsDef::_interface_repository_id (void) const return "IDL:omg.org/CORBA/ComponentIR/EmitsDef:1.0"; } -CORBA::Boolean +::CORBA::Boolean CORBA::ComponentIR::EmitsDef::marshal (TAO_OutputCDR &cdr) { return (cdr << this); } // TAO_IDL - Generated from -// be\be_visitor_typecode/objref_typecode.cpp:76 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/objref_typecode.cpp:76 static TAO::TypeCode::Objref<char const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_ComponentIR_EmitsDef ( - CORBA::tk_objref, + ::CORBA::tk_objref, "IDL:omg.org/CORBA/ComponentIR/EmitsDef:1.0", "EmitsDef"); - + namespace CORBA { namespace ComponentIR @@ -2675,7 +2676,7 @@ namespace CORBA // TAO_IDL - Generated from -// be\be_visitor_interface/interface_cs.cpp:60 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_cs.cpp:60 // Traits specializations for CORBA::ComponentIR::PublishesDef. @@ -2701,19 +2702,19 @@ TAO::Objref_Traits<CORBA::ComponentIR::PublishesDef>::nil (void) return CORBA::ComponentIR::PublishesDef::_nil (); } -CORBA::Boolean +::CORBA::Boolean TAO::Objref_Traits<CORBA::ComponentIR::PublishesDef>::marshal ( - CORBA::ComponentIR::PublishesDef_ptr p, + const CORBA::ComponentIR::PublishesDef_ptr p, TAO_OutputCDR & cdr ) { - return CORBA::Object::marshal (p, cdr); + return ::CORBA::Object::marshal (p, cdr); } // Function pointer for collocation factory initialization. -TAO::Collocation_Proxy_Broker * +TAO::Collocation_Proxy_Broker * (*CORBA_ComponentIR__TAO_PublishesDef_Proxy_Broker_Factory_function_pointer) ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ) = 0; CORBA::ComponentIR::PublishesDef::PublishesDef (void) @@ -2730,14 +2731,14 @@ CORBA::ComponentIR::PublishesDef::CORBA_ComponentIR_PublishesDef_setup_collocati this->the_TAO_PublishesDef_Proxy_Broker_ = ::CORBA_ComponentIR__TAO_PublishesDef_Proxy_Broker_Factory_function_pointer (this); } - + this->CORBA_ComponentIR_EventPortDef_setup_collocation (); } CORBA::ComponentIR::PublishesDef::~PublishesDef (void) {} -void +void CORBA::ComponentIR::PublishesDef::_tao_any_destructor (void *_tao_void_pointer) { PublishesDef *_tao_tmp_pointer = @@ -2747,7 +2748,7 @@ CORBA::ComponentIR::PublishesDef::_tao_any_destructor (void *_tao_void_pointer) CORBA::ComponentIR::PublishesDef_ptr CORBA::ComponentIR::PublishesDef::_narrow ( - CORBA::Object_ptr _tao_objref + ::CORBA::Object_ptr _tao_objref ACE_ENV_ARG_DECL ) { @@ -2762,7 +2763,7 @@ CORBA::ComponentIR::PublishesDef::_narrow ( CORBA::ComponentIR::PublishesDef_ptr CORBA::ComponentIR::PublishesDef::_unchecked_narrow ( - CORBA::Object_ptr _tao_objref + ::CORBA::Object_ptr _tao_objref ACE_ENV_ARG_DECL ) { @@ -2782,7 +2783,7 @@ CORBA::ComponentIR::PublishesDef::_duplicate (PublishesDef_ptr obj) { obj->_add_ref (); } - + return obj; } @@ -2792,7 +2793,7 @@ CORBA::ComponentIR::PublishesDef::_tao_release (PublishesDef_ptr obj) ::CORBA::release (obj); } -CORBA::Boolean +::CORBA::Boolean CORBA::ComponentIR::PublishesDef::_is_a ( const char *value ACE_ENV_ARG_DECL @@ -2837,22 +2838,22 @@ const char* CORBA::ComponentIR::PublishesDef::_interface_repository_id (void) co return "IDL:omg.org/CORBA/ComponentIR/PublishesDef:1.0"; } -CORBA::Boolean +::CORBA::Boolean CORBA::ComponentIR::PublishesDef::marshal (TAO_OutputCDR &cdr) { return (cdr << this); } // TAO_IDL - Generated from -// be\be_visitor_typecode/objref_typecode.cpp:76 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/objref_typecode.cpp:76 static TAO::TypeCode::Objref<char const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_ComponentIR_PublishesDef ( - CORBA::tk_objref, + ::CORBA::tk_objref, "IDL:omg.org/CORBA/ComponentIR/PublishesDef:1.0", "PublishesDef"); - + namespace CORBA { namespace ComponentIR @@ -2865,7 +2866,7 @@ namespace CORBA // TAO_IDL - Generated from -// be\be_visitor_interface/interface_cs.cpp:60 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_cs.cpp:60 // Traits specializations for CORBA::ComponentIR::ConsumesDef. @@ -2891,19 +2892,19 @@ TAO::Objref_Traits<CORBA::ComponentIR::ConsumesDef>::nil (void) return CORBA::ComponentIR::ConsumesDef::_nil (); } -CORBA::Boolean +::CORBA::Boolean TAO::Objref_Traits<CORBA::ComponentIR::ConsumesDef>::marshal ( - CORBA::ComponentIR::ConsumesDef_ptr p, + const CORBA::ComponentIR::ConsumesDef_ptr p, TAO_OutputCDR & cdr ) { - return CORBA::Object::marshal (p, cdr); + return ::CORBA::Object::marshal (p, cdr); } // Function pointer for collocation factory initialization. -TAO::Collocation_Proxy_Broker * +TAO::Collocation_Proxy_Broker * (*CORBA_ComponentIR__TAO_ConsumesDef_Proxy_Broker_Factory_function_pointer) ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ) = 0; CORBA::ComponentIR::ConsumesDef::ConsumesDef (void) @@ -2920,14 +2921,14 @@ CORBA::ComponentIR::ConsumesDef::CORBA_ComponentIR_ConsumesDef_setup_collocation this->the_TAO_ConsumesDef_Proxy_Broker_ = ::CORBA_ComponentIR__TAO_ConsumesDef_Proxy_Broker_Factory_function_pointer (this); } - + this->CORBA_ComponentIR_EventPortDef_setup_collocation (); } CORBA::ComponentIR::ConsumesDef::~ConsumesDef (void) {} -void +void CORBA::ComponentIR::ConsumesDef::_tao_any_destructor (void *_tao_void_pointer) { ConsumesDef *_tao_tmp_pointer = @@ -2937,7 +2938,7 @@ CORBA::ComponentIR::ConsumesDef::_tao_any_destructor (void *_tao_void_pointer) CORBA::ComponentIR::ConsumesDef_ptr CORBA::ComponentIR::ConsumesDef::_narrow ( - CORBA::Object_ptr _tao_objref + ::CORBA::Object_ptr _tao_objref ACE_ENV_ARG_DECL ) { @@ -2952,7 +2953,7 @@ CORBA::ComponentIR::ConsumesDef::_narrow ( CORBA::ComponentIR::ConsumesDef_ptr CORBA::ComponentIR::ConsumesDef::_unchecked_narrow ( - CORBA::Object_ptr _tao_objref + ::CORBA::Object_ptr _tao_objref ACE_ENV_ARG_DECL ) { @@ -2972,7 +2973,7 @@ CORBA::ComponentIR::ConsumesDef::_duplicate (ConsumesDef_ptr obj) { obj->_add_ref (); } - + return obj; } @@ -2982,7 +2983,7 @@ CORBA::ComponentIR::ConsumesDef::_tao_release (ConsumesDef_ptr obj) ::CORBA::release (obj); } -CORBA::Boolean +::CORBA::Boolean CORBA::ComponentIR::ConsumesDef::_is_a ( const char *value ACE_ENV_ARG_DECL @@ -3027,22 +3028,22 @@ const char* CORBA::ComponentIR::ConsumesDef::_interface_repository_id (void) con return "IDL:omg.org/CORBA/ComponentIR/ConsumesDef:1.0"; } -CORBA::Boolean +::CORBA::Boolean CORBA::ComponentIR::ConsumesDef::marshal (TAO_OutputCDR &cdr) { return (cdr << this); } // TAO_IDL - Generated from -// be\be_visitor_typecode/objref_typecode.cpp:76 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/objref_typecode.cpp:76 static TAO::TypeCode::Objref<char const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_ComponentIR_ConsumesDef ( - CORBA::tk_objref, + ::CORBA::tk_objref, "IDL:omg.org/CORBA/ComponentIR/ConsumesDef:1.0", "ConsumesDef"); - + namespace CORBA { namespace ComponentIR @@ -3055,7 +3056,7 @@ namespace CORBA // TAO_IDL - Generated from -// be\be_visitor_interface/interface_cs.cpp:60 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_cs.cpp:60 // Traits specializations for CORBA::ComponentIR::ComponentDef. @@ -3081,48 +3082,48 @@ TAO::Objref_Traits<CORBA::ComponentIR::ComponentDef>::nil (void) return CORBA::ComponentIR::ComponentDef::_nil (); } -CORBA::Boolean +::CORBA::Boolean TAO::Objref_Traits<CORBA::ComponentIR::ComponentDef>::marshal ( - CORBA::ComponentIR::ComponentDef_ptr p, + const CORBA::ComponentIR::ComponentDef_ptr p, TAO_OutputCDR & cdr ) { - return CORBA::Object::marshal (p, cdr); + return ::CORBA::Object::marshal (p, cdr); } // Function pointer for collocation factory initialization. -TAO::Collocation_Proxy_Broker * +TAO::Collocation_Proxy_Broker * (*CORBA_ComponentIR__TAO_ComponentDef_Proxy_Broker_Factory_function_pointer) ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ) = 0; // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 ::CORBA::ComponentIR::ComponentDef_ptr CORBA::ComponentIR::ComponentDef::base_component ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_ComponentDef_Proxy_Broker_ == 0) { CORBA_ComponentIR_ComponentDef_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::ComponentIR::ComponentDef>::ret_val _tao_retval; - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -3131,43 +3132,43 @@ TAO::Collocation_Proxy_Broker * 19, this->the_TAO_ComponentDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 void CORBA::ComponentIR::ComponentDef::base_component ( ::CORBA::ComponentIR::ComponentDef_ptr base_component ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_ComponentDef_Proxy_Broker_ == 0) { CORBA_ComponentIR_ComponentDef_setup_collocation (); } - + TAO::Arg_Traits< void>::ret_val _tao_retval; TAO::Arg_Traits< ::CORBA::ComponentIR::ComponentDef>::in_arg_val _tao_base_component (base_component); - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval, &_tao_base_component }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -3176,38 +3177,38 @@ void CORBA::ComponentIR::ComponentDef::base_component ( 19, this->the_TAO_ComponentDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK; } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 ::CORBA::InterfaceDefSeq * CORBA::ComponentIR::ComponentDef::supported_interfaces ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_ComponentDef_Proxy_Broker_ == 0) { CORBA_ComponentIR_ComponentDef_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::InterfaceDefSeq>::ret_val _tao_retval; - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -3216,43 +3217,43 @@ void CORBA::ComponentIR::ComponentDef::base_component ( 25, this->the_TAO_ComponentDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 void CORBA::ComponentIR::ComponentDef::supported_interfaces ( const ::CORBA::InterfaceDefSeq & supported_interfaces ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_ComponentDef_Proxy_Broker_ == 0) { CORBA_ComponentIR_ComponentDef_setup_collocation (); } - + TAO::Arg_Traits< void>::ret_val _tao_retval; TAO::Arg_Traits< ::CORBA::InterfaceDefSeq>::in_arg_val _tao_supported_interfaces (supported_interfaces); - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval, &_tao_supported_interfaces }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -3261,13 +3262,13 @@ void CORBA::ComponentIR::ComponentDef::supported_interfaces ( 25, this->the_TAO_ComponentDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK; } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 ::CORBA::ComponentIR::ProvidesDef_ptr CORBA::ComponentIR::ComponentDef::create_provides ( const char * id, @@ -3277,25 +3278,25 @@ void CORBA::ComponentIR::ComponentDef::supported_interfaces ( ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_ComponentDef_Proxy_Broker_ == 0) { CORBA_ComponentIR_ComponentDef_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::ComponentIR::ProvidesDef>::ret_val _tao_retval; TAO::Arg_Traits< ::CORBA::RepositoryId>::in_arg_val _tao_id (id); TAO::Arg_Traits< ::CORBA::Identifier>::in_arg_val _tao_name (name); TAO::Arg_Traits< ::CORBA::VersionSpec>::in_arg_val _tao_version (version); TAO::Arg_Traits< ::CORBA::InterfaceDef>::in_arg_val _tao_interface_type (interface_type); - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval, @@ -3304,7 +3305,7 @@ void CORBA::ComponentIR::ComponentDef::supported_interfaces ( &_tao_version, &_tao_interface_type }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -3313,15 +3314,15 @@ void CORBA::ComponentIR::ComponentDef::supported_interfaces ( 15, this->the_TAO_ComponentDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 ::CORBA::ComponentIR::UsesDef_ptr CORBA::ComponentIR::ComponentDef::create_uses ( const char * id, @@ -3332,26 +3333,26 @@ void CORBA::ComponentIR::ComponentDef::supported_interfaces ( ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_ComponentDef_Proxy_Broker_ == 0) { CORBA_ComponentIR_ComponentDef_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::ComponentIR::UsesDef>::ret_val _tao_retval; TAO::Arg_Traits< ::CORBA::RepositoryId>::in_arg_val _tao_id (id); TAO::Arg_Traits< ::CORBA::Identifier>::in_arg_val _tao_name (name); TAO::Arg_Traits< ::CORBA::VersionSpec>::in_arg_val _tao_version (version); TAO::Arg_Traits< ::CORBA::InterfaceDef>::in_arg_val _tao_interface_type (interface_type); TAO::Arg_Traits< ::ACE_InputCDR::to_boolean>::in_arg_val _tao_is_multiple (is_multiple); - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval, @@ -3361,7 +3362,7 @@ void CORBA::ComponentIR::ComponentDef::supported_interfaces ( &_tao_interface_type, &_tao_is_multiple }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -3370,15 +3371,15 @@ void CORBA::ComponentIR::ComponentDef::supported_interfaces ( 11, this->the_TAO_ComponentDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 ::CORBA::ComponentIR::EmitsDef_ptr CORBA::ComponentIR::ComponentDef::create_emits ( const char * id, @@ -3388,25 +3389,25 @@ void CORBA::ComponentIR::ComponentDef::supported_interfaces ( ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_ComponentDef_Proxy_Broker_ == 0) { CORBA_ComponentIR_ComponentDef_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::ComponentIR::EmitsDef>::ret_val _tao_retval; TAO::Arg_Traits< ::CORBA::RepositoryId>::in_arg_val _tao_id (id); TAO::Arg_Traits< ::CORBA::Identifier>::in_arg_val _tao_name (name); TAO::Arg_Traits< ::CORBA::VersionSpec>::in_arg_val _tao_version (version); TAO::Arg_Traits< ::CORBA::ComponentIR::EventDef>::in_arg_val _tao_event (event); - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval, @@ -3415,7 +3416,7 @@ void CORBA::ComponentIR::ComponentDef::supported_interfaces ( &_tao_version, &_tao_event }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -3424,15 +3425,15 @@ void CORBA::ComponentIR::ComponentDef::supported_interfaces ( 12, this->the_TAO_ComponentDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 ::CORBA::ComponentIR::PublishesDef_ptr CORBA::ComponentIR::ComponentDef::create_publishes ( const char * id, @@ -3442,25 +3443,25 @@ void CORBA::ComponentIR::ComponentDef::supported_interfaces ( ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_ComponentDef_Proxy_Broker_ == 0) { CORBA_ComponentIR_ComponentDef_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::ComponentIR::PublishesDef>::ret_val _tao_retval; TAO::Arg_Traits< ::CORBA::RepositoryId>::in_arg_val _tao_id (id); TAO::Arg_Traits< ::CORBA::Identifier>::in_arg_val _tao_name (name); TAO::Arg_Traits< ::CORBA::VersionSpec>::in_arg_val _tao_version (version); TAO::Arg_Traits< ::CORBA::ComponentIR::EventDef>::in_arg_val _tao_event (event); - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval, @@ -3469,7 +3470,7 @@ void CORBA::ComponentIR::ComponentDef::supported_interfaces ( &_tao_version, &_tao_event }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -3478,15 +3479,15 @@ void CORBA::ComponentIR::ComponentDef::supported_interfaces ( 16, this->the_TAO_ComponentDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 ::CORBA::ComponentIR::ConsumesDef_ptr CORBA::ComponentIR::ComponentDef::create_consumes ( const char * id, @@ -3496,25 +3497,25 @@ void CORBA::ComponentIR::ComponentDef::supported_interfaces ( ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_ComponentDef_Proxy_Broker_ == 0) { CORBA_ComponentIR_ComponentDef_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::ComponentIR::ConsumesDef>::ret_val _tao_retval; TAO::Arg_Traits< ::CORBA::RepositoryId>::in_arg_val _tao_id (id); TAO::Arg_Traits< ::CORBA::Identifier>::in_arg_val _tao_name (name); TAO::Arg_Traits< ::CORBA::VersionSpec>::in_arg_val _tao_version (version); TAO::Arg_Traits< ::CORBA::ComponentIR::EventDef>::in_arg_val _tao_event (event); - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval, @@ -3523,7 +3524,7 @@ void CORBA::ComponentIR::ComponentDef::supported_interfaces ( &_tao_version, &_tao_event }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -3532,10 +3533,10 @@ void CORBA::ComponentIR::ComponentDef::supported_interfaces ( 15, this->the_TAO_ComponentDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } @@ -3553,14 +3554,14 @@ CORBA::ComponentIR::ComponentDef::CORBA_ComponentIR_ComponentDef_setup_collocati this->the_TAO_ComponentDef_Proxy_Broker_ = ::CORBA_ComponentIR__TAO_ComponentDef_Proxy_Broker_Factory_function_pointer (this); } - + this->CORBA_ExtInterfaceDef_setup_collocation (); } CORBA::ComponentIR::ComponentDef::~ComponentDef (void) {} -void +void CORBA::ComponentIR::ComponentDef::_tao_any_destructor (void *_tao_void_pointer) { ComponentDef *_tao_tmp_pointer = @@ -3570,7 +3571,7 @@ CORBA::ComponentIR::ComponentDef::_tao_any_destructor (void *_tao_void_pointer) CORBA::ComponentIR::ComponentDef_ptr CORBA::ComponentIR::ComponentDef::_narrow ( - CORBA::Object_ptr _tao_objref + ::CORBA::Object_ptr _tao_objref ACE_ENV_ARG_DECL ) { @@ -3585,7 +3586,7 @@ CORBA::ComponentIR::ComponentDef::_narrow ( CORBA::ComponentIR::ComponentDef_ptr CORBA::ComponentIR::ComponentDef::_unchecked_narrow ( - CORBA::Object_ptr _tao_objref + ::CORBA::Object_ptr _tao_objref ACE_ENV_ARG_DECL ) { @@ -3605,7 +3606,7 @@ CORBA::ComponentIR::ComponentDef::_duplicate (ComponentDef_ptr obj) { obj->_add_ref (); } - + return obj; } @@ -3615,7 +3616,7 @@ CORBA::ComponentIR::ComponentDef::_tao_release (ComponentDef_ptr obj) ::CORBA::release (obj); } -CORBA::Boolean +::CORBA::Boolean CORBA::ComponentIR::ComponentDef::_is_a ( const char *value ACE_ENV_ARG_DECL @@ -3676,22 +3677,22 @@ const char* CORBA::ComponentIR::ComponentDef::_interface_repository_id (void) co return "IDL:omg.org/CORBA/ComponentIR/ComponentDef:1.0"; } -CORBA::Boolean +::CORBA::Boolean CORBA::ComponentIR::ComponentDef::marshal (TAO_OutputCDR &cdr) { return (cdr << this); } // TAO_IDL - Generated from -// be\be_visitor_typecode/objref_typecode.cpp:76 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/objref_typecode.cpp:76 static TAO::TypeCode::Objref<char const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_ComponentIR_ComponentDef ( - CORBA::tk_objref, + ::CORBA::tk_objref, "IDL:omg.org/CORBA/ComponentIR/ComponentDef:1.0", "ComponentDef"); - + namespace CORBA { namespace ComponentIR @@ -3703,8 +3704,8 @@ namespace CORBA -// TAO_IDL - Generated from -// be\be_visitor_sequence/sequence_cs.cpp:65 +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/sequence_cs.cpp:65 #if !defined (_CORBA_COMPONENTIR_PROVIDESDESCRIPTIONSEQ_CS_) #define _CORBA_COMPONENTIR_PROVIDESDESCRIPTIONSEQ_CS_ @@ -3713,7 +3714,7 @@ CORBA::ComponentIR::ProvidesDescriptionSeq::ProvidesDescriptionSeq (void) {} CORBA::ComponentIR::ProvidesDescriptionSeq::ProvidesDescriptionSeq ( - CORBA::ULong max + ::CORBA::ULong max ) : TAO::unbounded_value_sequence< ProvidesDescription @@ -3722,10 +3723,10 @@ CORBA::ComponentIR::ProvidesDescriptionSeq::ProvidesDescriptionSeq ( {} CORBA::ComponentIR::ProvidesDescriptionSeq::ProvidesDescriptionSeq ( - CORBA::ULong max, - CORBA::ULong length, + ::CORBA::ULong max, + ::CORBA::ULong length, CORBA::ComponentIR::ProvidesDescription * buffer, - CORBA::Boolean release + ::CORBA::Boolean release ) : TAO::unbounded_value_sequence< ProvidesDescription @@ -3757,16 +3758,23 @@ void CORBA::ComponentIR::ProvidesDescriptionSeq::_tao_any_destructor ( #endif /* end #if !defined */ // TAO_IDL - Generated from -// be\be_visitor_typecode/alias_typecode.cpp:50 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/alias_typecode.cpp:50 // TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_defn.cpp:942 #ifndef _TAO_TYPECODE_CORBA_ComponentIR_ProvidesDescriptionSeq_GUARD #define _TAO_TYPECODE_CORBA_ComponentIR_ProvidesDescriptionSeq_GUARD + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + namespace TAO { namespace TypeCode @@ -3774,28 +3782,35 @@ namespace TAO TAO::TypeCode::Sequence< ::CORBA::TypeCode_ptr const *, TAO::Null_RefCount_Policy> CORBA_ComponentIR_ProvidesDescriptionSeq_0 ( - CORBA::tk_sequence, + ::CORBA::tk_sequence, &CORBA::ComponentIR::_tc_ProvidesDescription, 0U); - + ::CORBA::TypeCode_ptr const tc_CORBA_ComponentIR_ProvidesDescriptionSeq_0 = &CORBA_ComponentIR_ProvidesDescriptionSeq_0; - + } } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + #endif /* _TAO_TYPECODE_CORBA_ComponentIR_ProvidesDescriptionSeq_GUARD */ static TAO::TypeCode::Alias<char const *, - CORBA::TypeCode_ptr const *, + ::CORBA::TypeCode_ptr const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_ComponentIR_ProvidesDescriptionSeq ( - CORBA::tk_alias, + ::CORBA::tk_alias, "IDL:omg.org/CORBA/ComponentIR/ProvidesDescriptionSeq:1.0", "ProvidesDescriptionSeq", &TAO::TypeCode::tc_CORBA_ComponentIR_ProvidesDescriptionSeq_0); - + namespace CORBA { namespace ComponentIR @@ -3807,8 +3822,8 @@ namespace CORBA -// TAO_IDL - Generated from -// be\be_visitor_sequence/sequence_cs.cpp:65 +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/sequence_cs.cpp:65 #if !defined (_CORBA_COMPONENTIR_USESDESCRIPTIONSEQ_CS_) #define _CORBA_COMPONENTIR_USESDESCRIPTIONSEQ_CS_ @@ -3817,7 +3832,7 @@ CORBA::ComponentIR::UsesDescriptionSeq::UsesDescriptionSeq (void) {} CORBA::ComponentIR::UsesDescriptionSeq::UsesDescriptionSeq ( - CORBA::ULong max + ::CORBA::ULong max ) : TAO::unbounded_value_sequence< UsesDescription @@ -3826,10 +3841,10 @@ CORBA::ComponentIR::UsesDescriptionSeq::UsesDescriptionSeq ( {} CORBA::ComponentIR::UsesDescriptionSeq::UsesDescriptionSeq ( - CORBA::ULong max, - CORBA::ULong length, + ::CORBA::ULong max, + ::CORBA::ULong length, CORBA::ComponentIR::UsesDescription * buffer, - CORBA::Boolean release + ::CORBA::Boolean release ) : TAO::unbounded_value_sequence< UsesDescription @@ -3861,16 +3876,23 @@ void CORBA::ComponentIR::UsesDescriptionSeq::_tao_any_destructor ( #endif /* end #if !defined */ // TAO_IDL - Generated from -// be\be_visitor_typecode/alias_typecode.cpp:50 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/alias_typecode.cpp:50 // TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_defn.cpp:942 #ifndef _TAO_TYPECODE_CORBA_ComponentIR_UsesDescriptionSeq_GUARD #define _TAO_TYPECODE_CORBA_ComponentIR_UsesDescriptionSeq_GUARD + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + namespace TAO { namespace TypeCode @@ -3878,28 +3900,35 @@ namespace TAO TAO::TypeCode::Sequence< ::CORBA::TypeCode_ptr const *, TAO::Null_RefCount_Policy> CORBA_ComponentIR_UsesDescriptionSeq_0 ( - CORBA::tk_sequence, + ::CORBA::tk_sequence, &CORBA::ComponentIR::_tc_UsesDescription, 0U); - + ::CORBA::TypeCode_ptr const tc_CORBA_ComponentIR_UsesDescriptionSeq_0 = &CORBA_ComponentIR_UsesDescriptionSeq_0; - + } } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + #endif /* _TAO_TYPECODE_CORBA_ComponentIR_UsesDescriptionSeq_GUARD */ static TAO::TypeCode::Alias<char const *, - CORBA::TypeCode_ptr const *, + ::CORBA::TypeCode_ptr const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_ComponentIR_UsesDescriptionSeq ( - CORBA::tk_alias, + ::CORBA::tk_alias, "IDL:omg.org/CORBA/ComponentIR/UsesDescriptionSeq:1.0", "UsesDescriptionSeq", &TAO::TypeCode::tc_CORBA_ComponentIR_UsesDescriptionSeq_0); - + namespace CORBA { namespace ComponentIR @@ -3911,8 +3940,8 @@ namespace CORBA -// TAO_IDL - Generated from -// be\be_visitor_sequence/sequence_cs.cpp:65 +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/sequence_cs.cpp:65 #if !defined (_CORBA_COMPONENTIR_EVENTPORTDESCRIPTIONSEQ_CS_) #define _CORBA_COMPONENTIR_EVENTPORTDESCRIPTIONSEQ_CS_ @@ -3921,7 +3950,7 @@ CORBA::ComponentIR::EventPortDescriptionSeq::EventPortDescriptionSeq (void) {} CORBA::ComponentIR::EventPortDescriptionSeq::EventPortDescriptionSeq ( - CORBA::ULong max + ::CORBA::ULong max ) : TAO::unbounded_value_sequence< EventPortDescription @@ -3930,10 +3959,10 @@ CORBA::ComponentIR::EventPortDescriptionSeq::EventPortDescriptionSeq ( {} CORBA::ComponentIR::EventPortDescriptionSeq::EventPortDescriptionSeq ( - CORBA::ULong max, - CORBA::ULong length, + ::CORBA::ULong max, + ::CORBA::ULong length, CORBA::ComponentIR::EventPortDescription * buffer, - CORBA::Boolean release + ::CORBA::Boolean release ) : TAO::unbounded_value_sequence< EventPortDescription @@ -3965,16 +3994,23 @@ void CORBA::ComponentIR::EventPortDescriptionSeq::_tao_any_destructor ( #endif /* end #if !defined */ // TAO_IDL - Generated from -// be\be_visitor_typecode/alias_typecode.cpp:50 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/alias_typecode.cpp:50 // TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_defn.cpp:942 #ifndef _TAO_TYPECODE_CORBA_ComponentIR_EventPortDescriptionSeq_GUARD #define _TAO_TYPECODE_CORBA_ComponentIR_EventPortDescriptionSeq_GUARD + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + namespace TAO { namespace TypeCode @@ -3982,28 +4018,35 @@ namespace TAO TAO::TypeCode::Sequence< ::CORBA::TypeCode_ptr const *, TAO::Null_RefCount_Policy> CORBA_ComponentIR_EventPortDescriptionSeq_0 ( - CORBA::tk_sequence, + ::CORBA::tk_sequence, &CORBA::ComponentIR::_tc_EventPortDescription, 0U); - + ::CORBA::TypeCode_ptr const tc_CORBA_ComponentIR_EventPortDescriptionSeq_0 = &CORBA_ComponentIR_EventPortDescriptionSeq_0; - + } } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + #endif /* _TAO_TYPECODE_CORBA_ComponentIR_EventPortDescriptionSeq_GUARD */ static TAO::TypeCode::Alias<char const *, - CORBA::TypeCode_ptr const *, + ::CORBA::TypeCode_ptr const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_ComponentIR_EventPortDescriptionSeq ( - CORBA::tk_alias, + ::CORBA::tk_alias, "IDL:omg.org/CORBA/ComponentIR/EventPortDescriptionSeq:1.0", "EventPortDescriptionSeq", &TAO::TypeCode::tc_CORBA_ComponentIR_EventPortDescriptionSeq_0); - + namespace CORBA { namespace ComponentIR @@ -4016,44 +4059,44 @@ namespace CORBA // TAO_IDL - Generated from -// be\be_visitor_typecode/struct_typecode.cpp:87 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/struct_typecode.cpp:89 // TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_defn.cpp:942 // TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_defn.cpp:942 // TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_defn.cpp:942 // TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_defn.cpp:942 // TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_defn.cpp:942 // TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_defn.cpp:942 // TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_defn.cpp:942 -static TAO::TypeCode::Struct_Field<char const *, CORBA::TypeCode_ptr const *> const _tao_fields_CORBA_ComponentIR_ComponentDescription[] = +static TAO::TypeCode::Struct_Field<char const *, ::CORBA::TypeCode_ptr const *> const _tao_fields_CORBA_ComponentIR_ComponentDescription[] = { { "name", &CORBA::_tc_Identifier }, { "id", &CORBA::_tc_RepositoryId }, @@ -4068,23 +4111,19 @@ static TAO::TypeCode::Struct_Field<char const *, CORBA::TypeCode_ptr const *> co { "consumes_events", &CORBA::ComponentIR::_tc_EventPortDescriptionSeq }, { "attributes", &CORBA::_tc_ExtAttrDescriptionSeq }, { "type", &CORBA::_tc_TypeCode } - + }; -static TAO::TypeCode::Recursive_Type< - TAO::TypeCode::Struct<char const *, - CORBA::TypeCode_ptr const *, - TAO::TypeCode::Struct_Field<char const *, CORBA::TypeCode_ptr const *> const *, - TAO::Null_RefCount_Policy>, - CORBA::TypeCode_ptr const *, - TAO::TypeCode::Struct_Field<char const *, CORBA::TypeCode_ptr const *> const * > - +static TAO::TypeCode::Struct<char const *, + ::CORBA::TypeCode_ptr const *, + TAO::TypeCode::Struct_Field<char const *, ::CORBA::TypeCode_ptr const *> const *, + TAO::Null_RefCount_Policy> _tao_tc_CORBA_ComponentIR_ComponentDescription ( - CORBA::tk_struct, + ::CORBA::tk_struct, "IDL:omg.org/CORBA/ComponentIR/ComponentDescription:1.0", "ComponentDescription", _tao_fields_CORBA_ComponentIR_ComponentDescription, 13); - + namespace CORBA { namespace ComponentIR @@ -4096,10 +4135,10 @@ namespace CORBA -// TAO_IDL - Generated from -// be\be_visitor_structure/structure_cs.cpp:66 +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/structure_cs.cpp:66 -void +void CORBA::ComponentIR::ComponentDescription::_tao_any_destructor ( void *_tao_void_pointer ) @@ -4110,7 +4149,7 @@ CORBA::ComponentIR::ComponentDescription::_tao_any_destructor ( } // TAO_IDL - Generated from -// be\be_visitor_interface/interface_cs.cpp:60 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_cs.cpp:60 // Traits specializations for CORBA::ComponentIR::FactoryDef. @@ -4136,19 +4175,19 @@ TAO::Objref_Traits<CORBA::ComponentIR::FactoryDef>::nil (void) return CORBA::ComponentIR::FactoryDef::_nil (); } -CORBA::Boolean +::CORBA::Boolean TAO::Objref_Traits<CORBA::ComponentIR::FactoryDef>::marshal ( - CORBA::ComponentIR::FactoryDef_ptr p, + const CORBA::ComponentIR::FactoryDef_ptr p, TAO_OutputCDR & cdr ) { - return CORBA::Object::marshal (p, cdr); + return ::CORBA::Object::marshal (p, cdr); } // Function pointer for collocation factory initialization. -TAO::Collocation_Proxy_Broker * +TAO::Collocation_Proxy_Broker * (*CORBA_ComponentIR__TAO_FactoryDef_Proxy_Broker_Factory_function_pointer) ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ) = 0; CORBA::ComponentIR::FactoryDef::FactoryDef (void) @@ -4165,14 +4204,14 @@ CORBA::ComponentIR::FactoryDef::CORBA_ComponentIR_FactoryDef_setup_collocation ( this->the_TAO_FactoryDef_Proxy_Broker_ = ::CORBA_ComponentIR__TAO_FactoryDef_Proxy_Broker_Factory_function_pointer (this); } - + this->CORBA_OperationDef_setup_collocation (); } CORBA::ComponentIR::FactoryDef::~FactoryDef (void) {} -void +void CORBA::ComponentIR::FactoryDef::_tao_any_destructor (void *_tao_void_pointer) { FactoryDef *_tao_tmp_pointer = @@ -4182,7 +4221,7 @@ CORBA::ComponentIR::FactoryDef::_tao_any_destructor (void *_tao_void_pointer) CORBA::ComponentIR::FactoryDef_ptr CORBA::ComponentIR::FactoryDef::_narrow ( - CORBA::Object_ptr _tao_objref + ::CORBA::Object_ptr _tao_objref ACE_ENV_ARG_DECL ) { @@ -4197,7 +4236,7 @@ CORBA::ComponentIR::FactoryDef::_narrow ( CORBA::ComponentIR::FactoryDef_ptr CORBA::ComponentIR::FactoryDef::_unchecked_narrow ( - CORBA::Object_ptr _tao_objref + ::CORBA::Object_ptr _tao_objref ACE_ENV_ARG_DECL ) { @@ -4217,7 +4256,7 @@ CORBA::ComponentIR::FactoryDef::_duplicate (FactoryDef_ptr obj) { obj->_add_ref (); } - + return obj; } @@ -4227,7 +4266,7 @@ CORBA::ComponentIR::FactoryDef::_tao_release (FactoryDef_ptr obj) ::CORBA::release (obj); } -CORBA::Boolean +::CORBA::Boolean CORBA::ComponentIR::FactoryDef::_is_a ( const char *value ACE_ENV_ARG_DECL @@ -4272,22 +4311,22 @@ const char* CORBA::ComponentIR::FactoryDef::_interface_repository_id (void) cons return "IDL:omg.org/CORBA/ComponentIR/FactoryDef:1.0"; } -CORBA::Boolean +::CORBA::Boolean CORBA::ComponentIR::FactoryDef::marshal (TAO_OutputCDR &cdr) { return (cdr << this); } // TAO_IDL - Generated from -// be\be_visitor_typecode/objref_typecode.cpp:76 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/objref_typecode.cpp:76 static TAO::TypeCode::Objref<char const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_ComponentIR_FactoryDef ( - CORBA::tk_objref, + ::CORBA::tk_objref, "IDL:omg.org/CORBA/ComponentIR/FactoryDef:1.0", "FactoryDef"); - + namespace CORBA { namespace ComponentIR @@ -4300,7 +4339,7 @@ namespace CORBA // TAO_IDL - Generated from -// be\be_visitor_interface/interface_cs.cpp:60 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_cs.cpp:60 // Traits specializations for CORBA::ComponentIR::FinderDef. @@ -4326,19 +4365,19 @@ TAO::Objref_Traits<CORBA::ComponentIR::FinderDef>::nil (void) return CORBA::ComponentIR::FinderDef::_nil (); } -CORBA::Boolean +::CORBA::Boolean TAO::Objref_Traits<CORBA::ComponentIR::FinderDef>::marshal ( - CORBA::ComponentIR::FinderDef_ptr p, + const CORBA::ComponentIR::FinderDef_ptr p, TAO_OutputCDR & cdr ) { - return CORBA::Object::marshal (p, cdr); + return ::CORBA::Object::marshal (p, cdr); } // Function pointer for collocation factory initialization. -TAO::Collocation_Proxy_Broker * +TAO::Collocation_Proxy_Broker * (*CORBA_ComponentIR__TAO_FinderDef_Proxy_Broker_Factory_function_pointer) ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ) = 0; CORBA::ComponentIR::FinderDef::FinderDef (void) @@ -4355,14 +4394,14 @@ CORBA::ComponentIR::FinderDef::CORBA_ComponentIR_FinderDef_setup_collocation () this->the_TAO_FinderDef_Proxy_Broker_ = ::CORBA_ComponentIR__TAO_FinderDef_Proxy_Broker_Factory_function_pointer (this); } - + this->CORBA_OperationDef_setup_collocation (); } CORBA::ComponentIR::FinderDef::~FinderDef (void) {} -void +void CORBA::ComponentIR::FinderDef::_tao_any_destructor (void *_tao_void_pointer) { FinderDef *_tao_tmp_pointer = @@ -4372,7 +4411,7 @@ CORBA::ComponentIR::FinderDef::_tao_any_destructor (void *_tao_void_pointer) CORBA::ComponentIR::FinderDef_ptr CORBA::ComponentIR::FinderDef::_narrow ( - CORBA::Object_ptr _tao_objref + ::CORBA::Object_ptr _tao_objref ACE_ENV_ARG_DECL ) { @@ -4387,7 +4426,7 @@ CORBA::ComponentIR::FinderDef::_narrow ( CORBA::ComponentIR::FinderDef_ptr CORBA::ComponentIR::FinderDef::_unchecked_narrow ( - CORBA::Object_ptr _tao_objref + ::CORBA::Object_ptr _tao_objref ACE_ENV_ARG_DECL ) { @@ -4407,7 +4446,7 @@ CORBA::ComponentIR::FinderDef::_duplicate (FinderDef_ptr obj) { obj->_add_ref (); } - + return obj; } @@ -4417,7 +4456,7 @@ CORBA::ComponentIR::FinderDef::_tao_release (FinderDef_ptr obj) ::CORBA::release (obj); } -CORBA::Boolean +::CORBA::Boolean CORBA::ComponentIR::FinderDef::_is_a ( const char *value ACE_ENV_ARG_DECL @@ -4462,22 +4501,22 @@ const char* CORBA::ComponentIR::FinderDef::_interface_repository_id (void) const return "IDL:omg.org/CORBA/ComponentIR/FinderDef:1.0"; } -CORBA::Boolean +::CORBA::Boolean CORBA::ComponentIR::FinderDef::marshal (TAO_OutputCDR &cdr) { return (cdr << this); } // TAO_IDL - Generated from -// be\be_visitor_typecode/objref_typecode.cpp:76 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/objref_typecode.cpp:76 static TAO::TypeCode::Objref<char const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_ComponentIR_FinderDef ( - CORBA::tk_objref, + ::CORBA::tk_objref, "IDL:omg.org/CORBA/ComponentIR/FinderDef:1.0", "FinderDef"); - + namespace CORBA { namespace ComponentIR @@ -4490,7 +4529,7 @@ namespace CORBA // TAO_IDL - Generated from -// be\be_visitor_interface/interface_cs.cpp:60 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_cs.cpp:60 // Traits specializations for CORBA::ComponentIR::HomeDef. @@ -4516,48 +4555,48 @@ TAO::Objref_Traits<CORBA::ComponentIR::HomeDef>::nil (void) return CORBA::ComponentIR::HomeDef::_nil (); } -CORBA::Boolean +::CORBA::Boolean TAO::Objref_Traits<CORBA::ComponentIR::HomeDef>::marshal ( - CORBA::ComponentIR::HomeDef_ptr p, + const CORBA::ComponentIR::HomeDef_ptr p, TAO_OutputCDR & cdr ) { - return CORBA::Object::marshal (p, cdr); + return ::CORBA::Object::marshal (p, cdr); } // Function pointer for collocation factory initialization. -TAO::Collocation_Proxy_Broker * +TAO::Collocation_Proxy_Broker * (*CORBA_ComponentIR__TAO_HomeDef_Proxy_Broker_Factory_function_pointer) ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ) = 0; // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 ::CORBA::ComponentIR::HomeDef_ptr CORBA::ComponentIR::HomeDef::base_home ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_HomeDef_Proxy_Broker_ == 0) { CORBA_ComponentIR_HomeDef_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::ComponentIR::HomeDef>::ret_val _tao_retval; - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -4566,43 +4605,43 @@ TAO::Collocation_Proxy_Broker * 14, this->the_TAO_HomeDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 void CORBA::ComponentIR::HomeDef::base_home ( ::CORBA::ComponentIR::HomeDef_ptr base_home ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_HomeDef_Proxy_Broker_ == 0) { CORBA_ComponentIR_HomeDef_setup_collocation (); } - + TAO::Arg_Traits< void>::ret_val _tao_retval; TAO::Arg_Traits< ::CORBA::ComponentIR::HomeDef>::in_arg_val _tao_base_home (base_home); - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval, &_tao_base_home }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -4611,38 +4650,38 @@ void CORBA::ComponentIR::HomeDef::base_home ( 14, this->the_TAO_HomeDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK; } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 ::CORBA::InterfaceDefSeq * CORBA::ComponentIR::HomeDef::supported_interfaces ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_HomeDef_Proxy_Broker_ == 0) { CORBA_ComponentIR_HomeDef_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::InterfaceDefSeq>::ret_val _tao_retval; - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -4651,43 +4690,43 @@ void CORBA::ComponentIR::HomeDef::base_home ( 25, this->the_TAO_HomeDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 void CORBA::ComponentIR::HomeDef::supported_interfaces ( const ::CORBA::InterfaceDefSeq & supported_interfaces ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_HomeDef_Proxy_Broker_ == 0) { CORBA_ComponentIR_HomeDef_setup_collocation (); } - + TAO::Arg_Traits< void>::ret_val _tao_retval; TAO::Arg_Traits< ::CORBA::InterfaceDefSeq>::in_arg_val _tao_supported_interfaces (supported_interfaces); - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval, &_tao_supported_interfaces }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -4696,38 +4735,38 @@ void CORBA::ComponentIR::HomeDef::supported_interfaces ( 25, this->the_TAO_HomeDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK; } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 ::CORBA::ComponentIR::ComponentDef_ptr CORBA::ComponentIR::HomeDef::managed_component ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_HomeDef_Proxy_Broker_ == 0) { CORBA_ComponentIR_HomeDef_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::ComponentIR::ComponentDef>::ret_val _tao_retval; - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -4736,43 +4775,43 @@ void CORBA::ComponentIR::HomeDef::supported_interfaces ( 22, this->the_TAO_HomeDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 void CORBA::ComponentIR::HomeDef::managed_component ( ::CORBA::ComponentIR::ComponentDef_ptr managed_component ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_HomeDef_Proxy_Broker_ == 0) { CORBA_ComponentIR_HomeDef_setup_collocation (); } - + TAO::Arg_Traits< void>::ret_val _tao_retval; TAO::Arg_Traits< ::CORBA::ComponentIR::ComponentDef>::in_arg_val _tao_managed_component (managed_component); - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval, &_tao_managed_component }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -4781,38 +4820,38 @@ void CORBA::ComponentIR::HomeDef::managed_component ( 22, this->the_TAO_HomeDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK; } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 ::CORBA::ValueDef_ptr CORBA::ComponentIR::HomeDef::primary_key ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_HomeDef_Proxy_Broker_ == 0) { CORBA_ComponentIR_HomeDef_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::ValueDef>::ret_val _tao_retval; - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -4821,43 +4860,43 @@ void CORBA::ComponentIR::HomeDef::managed_component ( 16, this->the_TAO_HomeDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 void CORBA::ComponentIR::HomeDef::primary_key ( ::CORBA::ValueDef_ptr primary_key ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_HomeDef_Proxy_Broker_ == 0) { CORBA_ComponentIR_HomeDef_setup_collocation (); } - + TAO::Arg_Traits< void>::ret_val _tao_retval; TAO::Arg_Traits< ::CORBA::ValueDef>::in_arg_val _tao_primary_key (primary_key); - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval, &_tao_primary_key }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -4866,13 +4905,13 @@ void CORBA::ComponentIR::HomeDef::primary_key ( 16, this->the_TAO_HomeDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK; } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 ::CORBA::ComponentIR::FactoryDef_ptr CORBA::ComponentIR::HomeDef::create_factory ( const char * id, @@ -4883,26 +4922,26 @@ void CORBA::ComponentIR::HomeDef::primary_key ( ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_HomeDef_Proxy_Broker_ == 0) { CORBA_ComponentIR_HomeDef_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::ComponentIR::FactoryDef>::ret_val _tao_retval; TAO::Arg_Traits< ::CORBA::RepositoryId>::in_arg_val _tao_id (id); TAO::Arg_Traits< ::CORBA::Identifier>::in_arg_val _tao_name (name); TAO::Arg_Traits< ::CORBA::VersionSpec>::in_arg_val _tao_version (version); TAO::Arg_Traits< ::CORBA::ParDescriptionSeq>::in_arg_val _tao_params (params); TAO::Arg_Traits< ::CORBA::ExceptionDefSeq>::in_arg_val _tao_exceptions (exceptions); - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval, @@ -4912,7 +4951,7 @@ void CORBA::ComponentIR::HomeDef::primary_key ( &_tao_params, &_tao_exceptions }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -4921,15 +4960,15 @@ void CORBA::ComponentIR::HomeDef::primary_key ( 14, this->the_TAO_HomeDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 ::CORBA::ComponentIR::FinderDef_ptr CORBA::ComponentIR::HomeDef::create_finder ( const char * id, @@ -4940,26 +4979,26 @@ void CORBA::ComponentIR::HomeDef::primary_key ( ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_HomeDef_Proxy_Broker_ == 0) { CORBA_ComponentIR_HomeDef_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::ComponentIR::FinderDef>::ret_val _tao_retval; TAO::Arg_Traits< ::CORBA::RepositoryId>::in_arg_val _tao_id (id); TAO::Arg_Traits< ::CORBA::Identifier>::in_arg_val _tao_name (name); TAO::Arg_Traits< ::CORBA::VersionSpec>::in_arg_val _tao_version (version); TAO::Arg_Traits< ::CORBA::ParDescriptionSeq>::in_arg_val _tao_params (params); TAO::Arg_Traits< ::CORBA::ExceptionDefSeq>::in_arg_val _tao_exceptions (exceptions); - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval, @@ -4969,7 +5008,7 @@ void CORBA::ComponentIR::HomeDef::primary_key ( &_tao_params, &_tao_exceptions }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -4978,10 +5017,10 @@ void CORBA::ComponentIR::HomeDef::primary_key ( 13, this->the_TAO_HomeDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } @@ -4999,14 +5038,14 @@ CORBA::ComponentIR::HomeDef::CORBA_ComponentIR_HomeDef_setup_collocation () this->the_TAO_HomeDef_Proxy_Broker_ = ::CORBA_ComponentIR__TAO_HomeDef_Proxy_Broker_Factory_function_pointer (this); } - + this->CORBA_ExtInterfaceDef_setup_collocation (); } CORBA::ComponentIR::HomeDef::~HomeDef (void) {} -void +void CORBA::ComponentIR::HomeDef::_tao_any_destructor (void *_tao_void_pointer) { HomeDef *_tao_tmp_pointer = @@ -5016,7 +5055,7 @@ CORBA::ComponentIR::HomeDef::_tao_any_destructor (void *_tao_void_pointer) CORBA::ComponentIR::HomeDef_ptr CORBA::ComponentIR::HomeDef::_narrow ( - CORBA::Object_ptr _tao_objref + ::CORBA::Object_ptr _tao_objref ACE_ENV_ARG_DECL ) { @@ -5031,7 +5070,7 @@ CORBA::ComponentIR::HomeDef::_narrow ( CORBA::ComponentIR::HomeDef_ptr CORBA::ComponentIR::HomeDef::_unchecked_narrow ( - CORBA::Object_ptr _tao_objref + ::CORBA::Object_ptr _tao_objref ACE_ENV_ARG_DECL ) { @@ -5051,7 +5090,7 @@ CORBA::ComponentIR::HomeDef::_duplicate (HomeDef_ptr obj) { obj->_add_ref (); } - + return obj; } @@ -5061,7 +5100,7 @@ CORBA::ComponentIR::HomeDef::_tao_release (HomeDef_ptr obj) ::CORBA::release (obj); } -CORBA::Boolean +::CORBA::Boolean CORBA::ComponentIR::HomeDef::_is_a ( const char *value ACE_ENV_ARG_DECL @@ -5122,22 +5161,22 @@ const char* CORBA::ComponentIR::HomeDef::_interface_repository_id (void) const return "IDL:omg.org/CORBA/ComponentIR/HomeDef:1.0"; } -CORBA::Boolean +::CORBA::Boolean CORBA::ComponentIR::HomeDef::marshal (TAO_OutputCDR &cdr) { return (cdr << this); } // TAO_IDL - Generated from -// be\be_visitor_typecode/objref_typecode.cpp:76 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/objref_typecode.cpp:76 static TAO::TypeCode::Objref<char const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_ComponentIR_HomeDef ( - CORBA::tk_objref, + ::CORBA::tk_objref, "IDL:omg.org/CORBA/ComponentIR/HomeDef:1.0", "HomeDef"); - + namespace CORBA { namespace ComponentIR @@ -5150,29 +5189,29 @@ namespace CORBA // TAO_IDL - Generated from -// be\be_visitor_typecode/struct_typecode.cpp:87 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/struct_typecode.cpp:89 // TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_defn.cpp:942 // TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_defn.cpp:942 // TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_defn.cpp:942 // TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_defn.cpp:942 -static TAO::TypeCode::Struct_Field<char const *, CORBA::TypeCode_ptr const *> const _tao_fields_CORBA_ComponentIR_HomeDescription[] = +static TAO::TypeCode::Struct_Field<char const *, ::CORBA::TypeCode_ptr const *> const _tao_fields_CORBA_ComponentIR_HomeDescription[] = { { "name", &CORBA::_tc_Identifier }, { "id", &CORBA::_tc_RepositoryId }, @@ -5186,23 +5225,23 @@ static TAO::TypeCode::Struct_Field<char const *, CORBA::TypeCode_ptr const *> co { "operations", &CORBA::_tc_OpDescriptionSeq }, { "attributes", &CORBA::_tc_ExtAttrDescriptionSeq }, { "type", &CORBA::_tc_TypeCode } - + }; static TAO::TypeCode::Recursive_Type< TAO::TypeCode::Struct<char const *, - CORBA::TypeCode_ptr const *, - TAO::TypeCode::Struct_Field<char const *, CORBA::TypeCode_ptr const *> const *, + ::CORBA::TypeCode_ptr const *, + TAO::TypeCode::Struct_Field<char const *, ::CORBA::TypeCode_ptr const *> const *, TAO::Null_RefCount_Policy>, - CORBA::TypeCode_ptr const *, - TAO::TypeCode::Struct_Field<char const *, CORBA::TypeCode_ptr const *> const * > + ::CORBA::TypeCode_ptr const *, + TAO::TypeCode::Struct_Field<char const *, ::CORBA::TypeCode_ptr const *> const * > _tao_tc_CORBA_ComponentIR_HomeDescription ( - CORBA::tk_struct, + ::CORBA::tk_struct, "IDL:omg.org/CORBA/ComponentIR/HomeDescription:1.0", "HomeDescription", _tao_fields_CORBA_ComponentIR_HomeDescription, 12); - + namespace CORBA { namespace ComponentIR @@ -5214,10 +5253,10 @@ namespace CORBA -// TAO_IDL - Generated from -// be\be_visitor_structure/structure_cs.cpp:66 +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/structure_cs.cpp:66 -void +void CORBA::ComponentIR::HomeDescription::_tao_any_destructor ( void *_tao_void_pointer ) @@ -5228,25 +5267,102 @@ CORBA::ComponentIR::HomeDescription::_tao_any_destructor ( } // TAO_IDL - Generated from -// be\be_visitor_interface/any_op_cs.cpp:50 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/any_op_cs.cpp:51 + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + namespace TAO { template<> - CORBA::Boolean + ::CORBA::Boolean Any_Impl_T<CORBA::ComponentIR::EventDef>::to_object ( - CORBA::Object_ptr &_tao_elem + ::CORBA::Object_ptr &_tao_elem ) const { - _tao_elem = CORBA::Object::_duplicate (this->value_); + _tao_elem = ::CORBA::Object::_duplicate (this->value_); return true; } } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + + namespace ComponentIR + { + + + // Copying insertion. + void + operator<<= ( + ::CORBA::Any &_tao_any, + EventDef_ptr _tao_elem + ) + { + EventDef_ptr _tao_objptr = + EventDef::_duplicate (_tao_elem); + _tao_any <<= &_tao_objptr; + } + + // Non-copying insertion. + void + operator<<= ( + ::CORBA::Any &_tao_any, + EventDef_ptr *_tao_elem + ) + { + TAO::Any_Impl_T<EventDef>::insert ( + _tao_any, + EventDef::_tao_any_destructor, + _tc_EventDef, + *_tao_elem + ); + } + + ::CORBA::Boolean + operator>>= ( + const ::CORBA::Any &_tao_any, + EventDef_ptr &_tao_elem + ) + { + return + TAO::Any_Impl_T<EventDef>::extract ( + _tao_any, + EventDef::_tao_any_destructor, + _tc_EventDef, + _tao_elem + ); + } + } +} + +#else + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::ComponentIR::EventDef_ptr _tao_elem ) { @@ -5258,7 +5374,7 @@ operator<<= ( // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::ComponentIR::EventDef_ptr *_tao_elem ) { @@ -5270,9 +5386,9 @@ operator<<= ( ); } -CORBA::Boolean +::CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, + const ::CORBA::Any &_tao_any, CORBA::ComponentIR::EventDef_ptr &_tao_elem ) { @@ -5284,27 +5400,113 @@ operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#endif // TAO_IDL - Generated from -// be\be_visitor_interface/any_op_cs.cpp:50 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/any_op_cs.cpp:51 + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + namespace TAO { template<> - CORBA::Boolean + ::CORBA::Boolean Any_Impl_T<CORBA::ComponentIR::Container>::to_object ( - CORBA::Object_ptr &_tao_elem + ::CORBA::Object_ptr &_tao_elem ) const { - _tao_elem = CORBA::Object::_duplicate (this->value_); + _tao_elem = ::CORBA::Object::_duplicate (this->value_); return true; } } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + + namespace ComponentIR + { + + + // Copying insertion. + void + operator<<= ( + ::CORBA::Any &_tao_any, + Container_ptr _tao_elem + ) + { + Container_ptr _tao_objptr = + Container::_duplicate (_tao_elem); + _tao_any <<= &_tao_objptr; + } + + // Non-copying insertion. + void + operator<<= ( + ::CORBA::Any &_tao_any, + Container_ptr *_tao_elem + ) + { + TAO::Any_Impl_T<Container>::insert ( + _tao_any, + Container::_tao_any_destructor, + _tc_Container, + *_tao_elem + ); + } + + ::CORBA::Boolean + operator>>= ( + const ::CORBA::Any &_tao_any, + Container_ptr &_tao_elem + ) + { + return + TAO::Any_Impl_T<Container>::extract ( + _tao_any, + Container::_tao_any_destructor, + _tc_Container, + _tao_elem + ); + } + } +} + +#else + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::ComponentIR::Container_ptr _tao_elem ) { @@ -5316,7 +5518,7 @@ operator<<= ( // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::ComponentIR::Container_ptr *_tao_elem ) { @@ -5328,9 +5530,9 @@ operator<<= ( ); } -CORBA::Boolean +::CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, + const ::CORBA::Any &_tao_any, CORBA::ComponentIR::Container_ptr &_tao_elem ) { @@ -5342,27 +5544,113 @@ operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#endif // TAO_IDL - Generated from -// be\be_visitor_interface/any_op_cs.cpp:50 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/any_op_cs.cpp:51 + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + namespace TAO { template<> - CORBA::Boolean + ::CORBA::Boolean Any_Impl_T<CORBA::ComponentIR::ModuleDef>::to_object ( - CORBA::Object_ptr &_tao_elem + ::CORBA::Object_ptr &_tao_elem ) const { - _tao_elem = CORBA::Object::_duplicate (this->value_); + _tao_elem = ::CORBA::Object::_duplicate (this->value_); return true; } } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + + namespace ComponentIR + { + + + // Copying insertion. + void + operator<<= ( + ::CORBA::Any &_tao_any, + ModuleDef_ptr _tao_elem + ) + { + ModuleDef_ptr _tao_objptr = + ModuleDef::_duplicate (_tao_elem); + _tao_any <<= &_tao_objptr; + } + + // Non-copying insertion. + void + operator<<= ( + ::CORBA::Any &_tao_any, + ModuleDef_ptr *_tao_elem + ) + { + TAO::Any_Impl_T<ModuleDef>::insert ( + _tao_any, + ModuleDef::_tao_any_destructor, + _tc_ModuleDef, + *_tao_elem + ); + } + + ::CORBA::Boolean + operator>>= ( + const ::CORBA::Any &_tao_any, + ModuleDef_ptr &_tao_elem + ) + { + return + TAO::Any_Impl_T<ModuleDef>::extract ( + _tao_any, + ModuleDef::_tao_any_destructor, + _tc_ModuleDef, + _tao_elem + ); + } + } +} + +#else + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::ComponentIR::ModuleDef_ptr _tao_elem ) { @@ -5374,7 +5662,7 @@ operator<<= ( // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::ComponentIR::ModuleDef_ptr *_tao_elem ) { @@ -5386,9 +5674,9 @@ operator<<= ( ); } -CORBA::Boolean +::CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, + const ::CORBA::Any &_tao_any, CORBA::ComponentIR::ModuleDef_ptr &_tao_elem ) { @@ -5400,27 +5688,113 @@ operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#endif // TAO_IDL - Generated from -// be\be_visitor_interface/any_op_cs.cpp:50 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/any_op_cs.cpp:51 + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + namespace TAO { template<> - CORBA::Boolean + ::CORBA::Boolean Any_Impl_T<CORBA::ComponentIR::Repository>::to_object ( - CORBA::Object_ptr &_tao_elem + ::CORBA::Object_ptr &_tao_elem ) const { - _tao_elem = CORBA::Object::_duplicate (this->value_); + _tao_elem = ::CORBA::Object::_duplicate (this->value_); return true; } } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + + namespace ComponentIR + { + + + // Copying insertion. + void + operator<<= ( + ::CORBA::Any &_tao_any, + Repository_ptr _tao_elem + ) + { + Repository_ptr _tao_objptr = + Repository::_duplicate (_tao_elem); + _tao_any <<= &_tao_objptr; + } + + // Non-copying insertion. + void + operator<<= ( + ::CORBA::Any &_tao_any, + Repository_ptr *_tao_elem + ) + { + TAO::Any_Impl_T<Repository>::insert ( + _tao_any, + Repository::_tao_any_destructor, + _tc_Repository, + *_tao_elem + ); + } + + ::CORBA::Boolean + operator>>= ( + const ::CORBA::Any &_tao_any, + Repository_ptr &_tao_elem + ) + { + return + TAO::Any_Impl_T<Repository>::extract ( + _tao_any, + Repository::_tao_any_destructor, + _tc_Repository, + _tao_elem + ); + } + } +} + +#else + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::ComponentIR::Repository_ptr _tao_elem ) { @@ -5432,7 +5806,7 @@ operator<<= ( // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::ComponentIR::Repository_ptr *_tao_elem ) { @@ -5444,9 +5818,9 @@ operator<<= ( ); } -CORBA::Boolean +::CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, + const ::CORBA::Any &_tao_any, CORBA::ComponentIR::Repository_ptr &_tao_elem ) { @@ -5458,27 +5832,113 @@ operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#endif // TAO_IDL - Generated from -// be\be_visitor_interface/any_op_cs.cpp:50 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/any_op_cs.cpp:51 + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + namespace TAO { template<> - CORBA::Boolean + ::CORBA::Boolean Any_Impl_T<CORBA::ComponentIR::ProvidesDef>::to_object ( - CORBA::Object_ptr &_tao_elem + ::CORBA::Object_ptr &_tao_elem ) const { - _tao_elem = CORBA::Object::_duplicate (this->value_); + _tao_elem = ::CORBA::Object::_duplicate (this->value_); return true; } } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + + namespace ComponentIR + { + + + // Copying insertion. + void + operator<<= ( + ::CORBA::Any &_tao_any, + ProvidesDef_ptr _tao_elem + ) + { + ProvidesDef_ptr _tao_objptr = + ProvidesDef::_duplicate (_tao_elem); + _tao_any <<= &_tao_objptr; + } + + // Non-copying insertion. + void + operator<<= ( + ::CORBA::Any &_tao_any, + ProvidesDef_ptr *_tao_elem + ) + { + TAO::Any_Impl_T<ProvidesDef>::insert ( + _tao_any, + ProvidesDef::_tao_any_destructor, + _tc_ProvidesDef, + *_tao_elem + ); + } + + ::CORBA::Boolean + operator>>= ( + const ::CORBA::Any &_tao_any, + ProvidesDef_ptr &_tao_elem + ) + { + return + TAO::Any_Impl_T<ProvidesDef>::extract ( + _tao_any, + ProvidesDef::_tao_any_destructor, + _tc_ProvidesDef, + _tao_elem + ); + } + } +} + +#else + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::ComponentIR::ProvidesDef_ptr _tao_elem ) { @@ -5490,7 +5950,7 @@ operator<<= ( // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::ComponentIR::ProvidesDef_ptr *_tao_elem ) { @@ -5502,9 +5962,9 @@ operator<<= ( ); } -CORBA::Boolean +::CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, + const ::CORBA::Any &_tao_any, CORBA::ComponentIR::ProvidesDef_ptr &_tao_elem ) { @@ -5516,27 +5976,46 @@ operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL -// TAO_IDL - Generated from -// be\be_visitor_structure/any_op_cs.cpp:54 + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#endif + +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/any_op_cs.cpp:54 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, const CORBA::ComponentIR::ProvidesDescription &_tao_elem ) { - TAO::Any_Dual_Impl_T<CORBA::ComponentIR::ProvidesDescription>::insert_copy ( - _tao_any, - CORBA::ComponentIR::ProvidesDescription::_tao_any_destructor, - CORBA::ComponentIR::_tc_ProvidesDescription, - _tao_elem - ); + if (0 == &_tao_elem) // Trying to de-reference NULL object + _tao_any <<= static_cast<CORBA::ComponentIR::ProvidesDescription *>( 0 ); // Use non-copying insertion of a NULL + else + TAO::Any_Dual_Impl_T<CORBA::ComponentIR::ProvidesDescription>::insert_copy ( + _tao_any, + CORBA::ComponentIR::ProvidesDescription::_tao_any_destructor, + CORBA::ComponentIR::_tc_ProvidesDescription, + _tao_elem + ); } // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::ComponentIR::ProvidesDescription *_tao_elem ) { @@ -5549,8 +6028,8 @@ void operator<<= ( } // Extraction to non-const pointer (deprecated). -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, CORBA::ComponentIR::ProvidesDescription *&_tao_elem ) { @@ -5561,8 +6040,8 @@ CORBA::Boolean operator>>= ( } // Extraction to const pointer. -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, const CORBA::ComponentIR::ProvidesDescription *&_tao_elem ) { @@ -5574,27 +6053,111 @@ CORBA::Boolean operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + // TAO_IDL - Generated from -// be\be_visitor_interface/any_op_cs.cpp:50 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/any_op_cs.cpp:51 + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + namespace TAO { template<> - CORBA::Boolean + ::CORBA::Boolean Any_Impl_T<CORBA::ComponentIR::UsesDef>::to_object ( - CORBA::Object_ptr &_tao_elem + ::CORBA::Object_ptr &_tao_elem ) const { - _tao_elem = CORBA::Object::_duplicate (this->value_); + _tao_elem = ::CORBA::Object::_duplicate (this->value_); return true; } } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + + namespace ComponentIR + { + + + // Copying insertion. + void + operator<<= ( + ::CORBA::Any &_tao_any, + UsesDef_ptr _tao_elem + ) + { + UsesDef_ptr _tao_objptr = + UsesDef::_duplicate (_tao_elem); + _tao_any <<= &_tao_objptr; + } + + // Non-copying insertion. + void + operator<<= ( + ::CORBA::Any &_tao_any, + UsesDef_ptr *_tao_elem + ) + { + TAO::Any_Impl_T<UsesDef>::insert ( + _tao_any, + UsesDef::_tao_any_destructor, + _tc_UsesDef, + *_tao_elem + ); + } + + ::CORBA::Boolean + operator>>= ( + const ::CORBA::Any &_tao_any, + UsesDef_ptr &_tao_elem + ) + { + return + TAO::Any_Impl_T<UsesDef>::extract ( + _tao_any, + UsesDef::_tao_any_destructor, + _tc_UsesDef, + _tao_elem + ); + } + } +} + +#else + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::ComponentIR::UsesDef_ptr _tao_elem ) { @@ -5606,7 +6169,7 @@ operator<<= ( // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::ComponentIR::UsesDef_ptr *_tao_elem ) { @@ -5618,9 +6181,9 @@ operator<<= ( ); } -CORBA::Boolean +::CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, + const ::CORBA::Any &_tao_any, CORBA::ComponentIR::UsesDef_ptr &_tao_elem ) { @@ -5632,27 +6195,46 @@ operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -// TAO_IDL - Generated from -// be\be_visitor_structure/any_op_cs.cpp:54 + +#endif + +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/any_op_cs.cpp:54 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, const CORBA::ComponentIR::UsesDescription &_tao_elem ) { - TAO::Any_Dual_Impl_T<CORBA::ComponentIR::UsesDescription>::insert_copy ( - _tao_any, - CORBA::ComponentIR::UsesDescription::_tao_any_destructor, - CORBA::ComponentIR::_tc_UsesDescription, - _tao_elem - ); + if (0 == &_tao_elem) // Trying to de-reference NULL object + _tao_any <<= static_cast<CORBA::ComponentIR::UsesDescription *>( 0 ); // Use non-copying insertion of a NULL + else + TAO::Any_Dual_Impl_T<CORBA::ComponentIR::UsesDescription>::insert_copy ( + _tao_any, + CORBA::ComponentIR::UsesDescription::_tao_any_destructor, + CORBA::ComponentIR::_tc_UsesDescription, + _tao_elem + ); } // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::ComponentIR::UsesDescription *_tao_elem ) { @@ -5665,8 +6247,8 @@ void operator<<= ( } // Extraction to non-const pointer (deprecated). -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, CORBA::ComponentIR::UsesDescription *&_tao_elem ) { @@ -5677,8 +6259,8 @@ CORBA::Boolean operator>>= ( } // Extraction to const pointer. -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, const CORBA::ComponentIR::UsesDescription *&_tao_elem ) { @@ -5690,27 +6272,111 @@ CORBA::Boolean operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + // TAO_IDL - Generated from -// be\be_visitor_interface/any_op_cs.cpp:50 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/any_op_cs.cpp:51 + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + namespace TAO { template<> - CORBA::Boolean + ::CORBA::Boolean Any_Impl_T<CORBA::ComponentIR::EventPortDef>::to_object ( - CORBA::Object_ptr &_tao_elem + ::CORBA::Object_ptr &_tao_elem ) const { - _tao_elem = CORBA::Object::_duplicate (this->value_); + _tao_elem = ::CORBA::Object::_duplicate (this->value_); return true; } } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + + namespace ComponentIR + { + + + // Copying insertion. + void + operator<<= ( + ::CORBA::Any &_tao_any, + EventPortDef_ptr _tao_elem + ) + { + EventPortDef_ptr _tao_objptr = + EventPortDef::_duplicate (_tao_elem); + _tao_any <<= &_tao_objptr; + } + + // Non-copying insertion. + void + operator<<= ( + ::CORBA::Any &_tao_any, + EventPortDef_ptr *_tao_elem + ) + { + TAO::Any_Impl_T<EventPortDef>::insert ( + _tao_any, + EventPortDef::_tao_any_destructor, + _tc_EventPortDef, + *_tao_elem + ); + } + + ::CORBA::Boolean + operator>>= ( + const ::CORBA::Any &_tao_any, + EventPortDef_ptr &_tao_elem + ) + { + return + TAO::Any_Impl_T<EventPortDef>::extract ( + _tao_any, + EventPortDef::_tao_any_destructor, + _tc_EventPortDef, + _tao_elem + ); + } + } +} + +#else + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::ComponentIR::EventPortDef_ptr _tao_elem ) { @@ -5722,7 +6388,7 @@ operator<<= ( // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::ComponentIR::EventPortDef_ptr *_tao_elem ) { @@ -5734,9 +6400,9 @@ operator<<= ( ); } -CORBA::Boolean +::CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, + const ::CORBA::Any &_tao_any, CORBA::ComponentIR::EventPortDef_ptr &_tao_elem ) { @@ -5748,27 +6414,46 @@ operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#endif + +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/any_op_cs.cpp:54 + -// TAO_IDL - Generated from -// be\be_visitor_structure/any_op_cs.cpp:54 + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, const CORBA::ComponentIR::EventPortDescription &_tao_elem ) { - TAO::Any_Dual_Impl_T<CORBA::ComponentIR::EventPortDescription>::insert_copy ( - _tao_any, - CORBA::ComponentIR::EventPortDescription::_tao_any_destructor, - CORBA::ComponentIR::_tc_EventPortDescription, - _tao_elem - ); + if (0 == &_tao_elem) // Trying to de-reference NULL object + _tao_any <<= static_cast<CORBA::ComponentIR::EventPortDescription *>( 0 ); // Use non-copying insertion of a NULL + else + TAO::Any_Dual_Impl_T<CORBA::ComponentIR::EventPortDescription>::insert_copy ( + _tao_any, + CORBA::ComponentIR::EventPortDescription::_tao_any_destructor, + CORBA::ComponentIR::_tc_EventPortDescription, + _tao_elem + ); } // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::ComponentIR::EventPortDescription *_tao_elem ) { @@ -5781,8 +6466,8 @@ void operator<<= ( } // Extraction to non-const pointer (deprecated). -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, CORBA::ComponentIR::EventPortDescription *&_tao_elem ) { @@ -5793,8 +6478,8 @@ CORBA::Boolean operator>>= ( } // Extraction to const pointer. -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, const CORBA::ComponentIR::EventPortDescription *&_tao_elem ) { @@ -5806,27 +6491,111 @@ CORBA::Boolean operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + // TAO_IDL - Generated from -// be\be_visitor_interface/any_op_cs.cpp:50 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/any_op_cs.cpp:51 + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + namespace TAO { template<> - CORBA::Boolean + ::CORBA::Boolean Any_Impl_T<CORBA::ComponentIR::EmitsDef>::to_object ( - CORBA::Object_ptr &_tao_elem + ::CORBA::Object_ptr &_tao_elem ) const { - _tao_elem = CORBA::Object::_duplicate (this->value_); + _tao_elem = ::CORBA::Object::_duplicate (this->value_); return true; } } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + + namespace ComponentIR + { + + + // Copying insertion. + void + operator<<= ( + ::CORBA::Any &_tao_any, + EmitsDef_ptr _tao_elem + ) + { + EmitsDef_ptr _tao_objptr = + EmitsDef::_duplicate (_tao_elem); + _tao_any <<= &_tao_objptr; + } + + // Non-copying insertion. + void + operator<<= ( + ::CORBA::Any &_tao_any, + EmitsDef_ptr *_tao_elem + ) + { + TAO::Any_Impl_T<EmitsDef>::insert ( + _tao_any, + EmitsDef::_tao_any_destructor, + _tc_EmitsDef, + *_tao_elem + ); + } + + ::CORBA::Boolean + operator>>= ( + const ::CORBA::Any &_tao_any, + EmitsDef_ptr &_tao_elem + ) + { + return + TAO::Any_Impl_T<EmitsDef>::extract ( + _tao_any, + EmitsDef::_tao_any_destructor, + _tc_EmitsDef, + _tao_elem + ); + } + } +} + +#else + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::ComponentIR::EmitsDef_ptr _tao_elem ) { @@ -5838,7 +6607,7 @@ operator<<= ( // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::ComponentIR::EmitsDef_ptr *_tao_elem ) { @@ -5850,9 +6619,9 @@ operator<<= ( ); } -CORBA::Boolean +::CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, + const ::CORBA::Any &_tao_any, CORBA::ComponentIR::EmitsDef_ptr &_tao_elem ) { @@ -5864,27 +6633,113 @@ operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#endif // TAO_IDL - Generated from -// be\be_visitor_interface/any_op_cs.cpp:50 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/any_op_cs.cpp:51 + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + namespace TAO { template<> - CORBA::Boolean + ::CORBA::Boolean Any_Impl_T<CORBA::ComponentIR::PublishesDef>::to_object ( - CORBA::Object_ptr &_tao_elem + ::CORBA::Object_ptr &_tao_elem ) const { - _tao_elem = CORBA::Object::_duplicate (this->value_); + _tao_elem = ::CORBA::Object::_duplicate (this->value_); return true; } } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + + namespace ComponentIR + { + + + // Copying insertion. + void + operator<<= ( + ::CORBA::Any &_tao_any, + PublishesDef_ptr _tao_elem + ) + { + PublishesDef_ptr _tao_objptr = + PublishesDef::_duplicate (_tao_elem); + _tao_any <<= &_tao_objptr; + } + + // Non-copying insertion. + void + operator<<= ( + ::CORBA::Any &_tao_any, + PublishesDef_ptr *_tao_elem + ) + { + TAO::Any_Impl_T<PublishesDef>::insert ( + _tao_any, + PublishesDef::_tao_any_destructor, + _tc_PublishesDef, + *_tao_elem + ); + } + + ::CORBA::Boolean + operator>>= ( + const ::CORBA::Any &_tao_any, + PublishesDef_ptr &_tao_elem + ) + { + return + TAO::Any_Impl_T<PublishesDef>::extract ( + _tao_any, + PublishesDef::_tao_any_destructor, + _tc_PublishesDef, + _tao_elem + ); + } + } +} + +#else + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::ComponentIR::PublishesDef_ptr _tao_elem ) { @@ -5896,7 +6751,7 @@ operator<<= ( // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::ComponentIR::PublishesDef_ptr *_tao_elem ) { @@ -5908,9 +6763,9 @@ operator<<= ( ); } -CORBA::Boolean +::CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, + const ::CORBA::Any &_tao_any, CORBA::ComponentIR::PublishesDef_ptr &_tao_elem ) { @@ -5922,27 +6777,113 @@ operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#endif // TAO_IDL - Generated from -// be\be_visitor_interface/any_op_cs.cpp:50 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/any_op_cs.cpp:51 + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + namespace TAO { template<> - CORBA::Boolean + ::CORBA::Boolean Any_Impl_T<CORBA::ComponentIR::ConsumesDef>::to_object ( - CORBA::Object_ptr &_tao_elem + ::CORBA::Object_ptr &_tao_elem ) const { - _tao_elem = CORBA::Object::_duplicate (this->value_); + _tao_elem = ::CORBA::Object::_duplicate (this->value_); return true; } } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + + namespace ComponentIR + { + + + // Copying insertion. + void + operator<<= ( + ::CORBA::Any &_tao_any, + ConsumesDef_ptr _tao_elem + ) + { + ConsumesDef_ptr _tao_objptr = + ConsumesDef::_duplicate (_tao_elem); + _tao_any <<= &_tao_objptr; + } + + // Non-copying insertion. + void + operator<<= ( + ::CORBA::Any &_tao_any, + ConsumesDef_ptr *_tao_elem + ) + { + TAO::Any_Impl_T<ConsumesDef>::insert ( + _tao_any, + ConsumesDef::_tao_any_destructor, + _tc_ConsumesDef, + *_tao_elem + ); + } + + ::CORBA::Boolean + operator>>= ( + const ::CORBA::Any &_tao_any, + ConsumesDef_ptr &_tao_elem + ) + { + return + TAO::Any_Impl_T<ConsumesDef>::extract ( + _tao_any, + ConsumesDef::_tao_any_destructor, + _tc_ConsumesDef, + _tao_elem + ); + } + } +} + +#else + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::ComponentIR::ConsumesDef_ptr _tao_elem ) { @@ -5954,7 +6895,7 @@ operator<<= ( // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::ComponentIR::ConsumesDef_ptr *_tao_elem ) { @@ -5966,9 +6907,9 @@ operator<<= ( ); } -CORBA::Boolean +::CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, + const ::CORBA::Any &_tao_any, CORBA::ComponentIR::ConsumesDef_ptr &_tao_elem ) { @@ -5980,27 +6921,113 @@ operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#endif // TAO_IDL - Generated from -// be\be_visitor_interface/any_op_cs.cpp:50 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/any_op_cs.cpp:51 + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + namespace TAO { template<> - CORBA::Boolean + ::CORBA::Boolean Any_Impl_T<CORBA::ComponentIR::ComponentDef>::to_object ( - CORBA::Object_ptr &_tao_elem + ::CORBA::Object_ptr &_tao_elem ) const { - _tao_elem = CORBA::Object::_duplicate (this->value_); + _tao_elem = ::CORBA::Object::_duplicate (this->value_); return true; } } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + + namespace ComponentIR + { + + + // Copying insertion. + void + operator<<= ( + ::CORBA::Any &_tao_any, + ComponentDef_ptr _tao_elem + ) + { + ComponentDef_ptr _tao_objptr = + ComponentDef::_duplicate (_tao_elem); + _tao_any <<= &_tao_objptr; + } + + // Non-copying insertion. + void + operator<<= ( + ::CORBA::Any &_tao_any, + ComponentDef_ptr *_tao_elem + ) + { + TAO::Any_Impl_T<ComponentDef>::insert ( + _tao_any, + ComponentDef::_tao_any_destructor, + _tc_ComponentDef, + *_tao_elem + ); + } + + ::CORBA::Boolean + operator>>= ( + const ::CORBA::Any &_tao_any, + ComponentDef_ptr &_tao_elem + ) + { + return + TAO::Any_Impl_T<ComponentDef>::extract ( + _tao_any, + ComponentDef::_tao_any_destructor, + _tc_ComponentDef, + _tao_elem + ); + } + } +} + +#else + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::ComponentIR::ComponentDef_ptr _tao_elem ) { @@ -6012,7 +7039,7 @@ operator<<= ( // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::ComponentIR::ComponentDef_ptr *_tao_elem ) { @@ -6024,9 +7051,9 @@ operator<<= ( ); } -CORBA::Boolean +::CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, + const ::CORBA::Any &_tao_any, CORBA::ComponentIR::ComponentDef_ptr &_tao_elem ) { @@ -6038,28 +7065,47 @@ operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL -// TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_cs.cpp:54 + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#endif + +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/any_op_cs.cpp:54 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, const CORBA::ComponentIR::ProvidesDescriptionSeq &_tao_elem ) { - TAO::Any_Dual_Impl_T<CORBA::ComponentIR::ProvidesDescriptionSeq>::insert_copy ( - _tao_any, - CORBA::ComponentIR::ProvidesDescriptionSeq::_tao_any_destructor, - TAO::TypeCode::tc_CORBA_ComponentIR_ProvidesDescriptionSeq_0, - _tao_elem - ); + if (0 == &_tao_elem) // Trying to de-reference NULL object + _tao_any <<= static_cast<CORBA::ComponentIR::ProvidesDescriptionSeq *>( 0 ); // Use non-copying insertion of a NULL + else + TAO::Any_Dual_Impl_T<CORBA::ComponentIR::ProvidesDescriptionSeq>::insert_copy ( + _tao_any, + CORBA::ComponentIR::ProvidesDescriptionSeq::_tao_any_destructor, + TAO::TypeCode::tc_CORBA_ComponentIR_ProvidesDescriptionSeq_0, + _tao_elem + ); } // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::ComponentIR::ProvidesDescriptionSeq *_tao_elem ) { @@ -6072,8 +7118,8 @@ void operator<<= ( } // Extraction to non-const pointer (deprecated). -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, CORBA::ComponentIR::ProvidesDescriptionSeq *&_tao_elem ) { @@ -6084,8 +7130,8 @@ CORBA::Boolean operator>>= ( } // Extraction to const pointer. -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, const CORBA::ComponentIR::ProvidesDescriptionSeq *&_tao_elem ) { @@ -6097,28 +7143,45 @@ CORBA::Boolean operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL -// TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_cs.cpp:54 + + + +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/any_op_cs.cpp:54 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, const CORBA::ComponentIR::UsesDescriptionSeq &_tao_elem ) { - TAO::Any_Dual_Impl_T<CORBA::ComponentIR::UsesDescriptionSeq>::insert_copy ( - _tao_any, - CORBA::ComponentIR::UsesDescriptionSeq::_tao_any_destructor, - TAO::TypeCode::tc_CORBA_ComponentIR_UsesDescriptionSeq_0, - _tao_elem - ); + if (0 == &_tao_elem) // Trying to de-reference NULL object + _tao_any <<= static_cast<CORBA::ComponentIR::UsesDescriptionSeq *>( 0 ); // Use non-copying insertion of a NULL + else + TAO::Any_Dual_Impl_T<CORBA::ComponentIR::UsesDescriptionSeq>::insert_copy ( + _tao_any, + CORBA::ComponentIR::UsesDescriptionSeq::_tao_any_destructor, + TAO::TypeCode::tc_CORBA_ComponentIR_UsesDescriptionSeq_0, + _tao_elem + ); } // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::ComponentIR::UsesDescriptionSeq *_tao_elem ) { @@ -6131,8 +7194,8 @@ void operator<<= ( } // Extraction to non-const pointer (deprecated). -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, CORBA::ComponentIR::UsesDescriptionSeq *&_tao_elem ) { @@ -6143,8 +7206,8 @@ CORBA::Boolean operator>>= ( } // Extraction to const pointer. -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, const CORBA::ComponentIR::UsesDescriptionSeq *&_tao_elem ) { @@ -6156,28 +7219,45 @@ CORBA::Boolean operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL -// TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_cs.cpp:54 + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/any_op_cs.cpp:54 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, const CORBA::ComponentIR::EventPortDescriptionSeq &_tao_elem ) { - TAO::Any_Dual_Impl_T<CORBA::ComponentIR::EventPortDescriptionSeq>::insert_copy ( - _tao_any, - CORBA::ComponentIR::EventPortDescriptionSeq::_tao_any_destructor, - TAO::TypeCode::tc_CORBA_ComponentIR_EventPortDescriptionSeq_0, - _tao_elem - ); + if (0 == &_tao_elem) // Trying to de-reference NULL object + _tao_any <<= static_cast<CORBA::ComponentIR::EventPortDescriptionSeq *>( 0 ); // Use non-copying insertion of a NULL + else + TAO::Any_Dual_Impl_T<CORBA::ComponentIR::EventPortDescriptionSeq>::insert_copy ( + _tao_any, + CORBA::ComponentIR::EventPortDescriptionSeq::_tao_any_destructor, + TAO::TypeCode::tc_CORBA_ComponentIR_EventPortDescriptionSeq_0, + _tao_elem + ); } // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::ComponentIR::EventPortDescriptionSeq *_tao_elem ) { @@ -6190,8 +7270,8 @@ void operator<<= ( } // Extraction to non-const pointer (deprecated). -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, CORBA::ComponentIR::EventPortDescriptionSeq *&_tao_elem ) { @@ -6202,8 +7282,8 @@ CORBA::Boolean operator>>= ( } // Extraction to const pointer. -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, const CORBA::ComponentIR::EventPortDescriptionSeq *&_tao_elem ) { @@ -6215,27 +7295,44 @@ CORBA::Boolean operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL -// TAO_IDL - Generated from -// be\be_visitor_structure/any_op_cs.cpp:54 + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/any_op_cs.cpp:54 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, const CORBA::ComponentIR::ComponentDescription &_tao_elem ) { - TAO::Any_Dual_Impl_T<CORBA::ComponentIR::ComponentDescription>::insert_copy ( - _tao_any, - CORBA::ComponentIR::ComponentDescription::_tao_any_destructor, - CORBA::ComponentIR::_tc_ComponentDescription, - _tao_elem - ); + if (0 == &_tao_elem) // Trying to de-reference NULL object + _tao_any <<= static_cast<CORBA::ComponentIR::ComponentDescription *>( 0 ); // Use non-copying insertion of a NULL + else + TAO::Any_Dual_Impl_T<CORBA::ComponentIR::ComponentDescription>::insert_copy ( + _tao_any, + CORBA::ComponentIR::ComponentDescription::_tao_any_destructor, + CORBA::ComponentIR::_tc_ComponentDescription, + _tao_elem + ); } // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::ComponentIR::ComponentDescription *_tao_elem ) { @@ -6248,8 +7345,8 @@ void operator<<= ( } // Extraction to non-const pointer (deprecated). -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, CORBA::ComponentIR::ComponentDescription *&_tao_elem ) { @@ -6260,8 +7357,8 @@ CORBA::Boolean operator>>= ( } // Extraction to const pointer. -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, const CORBA::ComponentIR::ComponentDescription *&_tao_elem ) { @@ -6273,27 +7370,111 @@ CORBA::Boolean operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + // TAO_IDL - Generated from -// be\be_visitor_interface/any_op_cs.cpp:50 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/any_op_cs.cpp:51 + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + namespace TAO { template<> - CORBA::Boolean + ::CORBA::Boolean Any_Impl_T<CORBA::ComponentIR::FactoryDef>::to_object ( - CORBA::Object_ptr &_tao_elem + ::CORBA::Object_ptr &_tao_elem ) const { - _tao_elem = CORBA::Object::_duplicate (this->value_); + _tao_elem = ::CORBA::Object::_duplicate (this->value_); return true; } } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + + namespace ComponentIR + { + + + // Copying insertion. + void + operator<<= ( + ::CORBA::Any &_tao_any, + FactoryDef_ptr _tao_elem + ) + { + FactoryDef_ptr _tao_objptr = + FactoryDef::_duplicate (_tao_elem); + _tao_any <<= &_tao_objptr; + } + + // Non-copying insertion. + void + operator<<= ( + ::CORBA::Any &_tao_any, + FactoryDef_ptr *_tao_elem + ) + { + TAO::Any_Impl_T<FactoryDef>::insert ( + _tao_any, + FactoryDef::_tao_any_destructor, + _tc_FactoryDef, + *_tao_elem + ); + } + + ::CORBA::Boolean + operator>>= ( + const ::CORBA::Any &_tao_any, + FactoryDef_ptr &_tao_elem + ) + { + return + TAO::Any_Impl_T<FactoryDef>::extract ( + _tao_any, + FactoryDef::_tao_any_destructor, + _tc_FactoryDef, + _tao_elem + ); + } + } +} + +#else + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::ComponentIR::FactoryDef_ptr _tao_elem ) { @@ -6305,7 +7486,7 @@ operator<<= ( // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::ComponentIR::FactoryDef_ptr *_tao_elem ) { @@ -6317,9 +7498,9 @@ operator<<= ( ); } -CORBA::Boolean +::CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, + const ::CORBA::Any &_tao_any, CORBA::ComponentIR::FactoryDef_ptr &_tao_elem ) { @@ -6331,27 +7512,113 @@ operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#endif // TAO_IDL - Generated from -// be\be_visitor_interface/any_op_cs.cpp:50 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/any_op_cs.cpp:51 + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + namespace TAO { template<> - CORBA::Boolean + ::CORBA::Boolean Any_Impl_T<CORBA::ComponentIR::FinderDef>::to_object ( - CORBA::Object_ptr &_tao_elem + ::CORBA::Object_ptr &_tao_elem ) const { - _tao_elem = CORBA::Object::_duplicate (this->value_); + _tao_elem = ::CORBA::Object::_duplicate (this->value_); return true; } } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + + namespace ComponentIR + { + + + // Copying insertion. + void + operator<<= ( + ::CORBA::Any &_tao_any, + FinderDef_ptr _tao_elem + ) + { + FinderDef_ptr _tao_objptr = + FinderDef::_duplicate (_tao_elem); + _tao_any <<= &_tao_objptr; + } + + // Non-copying insertion. + void + operator<<= ( + ::CORBA::Any &_tao_any, + FinderDef_ptr *_tao_elem + ) + { + TAO::Any_Impl_T<FinderDef>::insert ( + _tao_any, + FinderDef::_tao_any_destructor, + _tc_FinderDef, + *_tao_elem + ); + } + + ::CORBA::Boolean + operator>>= ( + const ::CORBA::Any &_tao_any, + FinderDef_ptr &_tao_elem + ) + { + return + TAO::Any_Impl_T<FinderDef>::extract ( + _tao_any, + FinderDef::_tao_any_destructor, + _tc_FinderDef, + _tao_elem + ); + } + } +} + +#else + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::ComponentIR::FinderDef_ptr _tao_elem ) { @@ -6363,7 +7630,7 @@ operator<<= ( // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::ComponentIR::FinderDef_ptr *_tao_elem ) { @@ -6375,9 +7642,9 @@ operator<<= ( ); } -CORBA::Boolean +::CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, + const ::CORBA::Any &_tao_any, CORBA::ComponentIR::FinderDef_ptr &_tao_elem ) { @@ -6389,27 +7656,113 @@ operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#endif // TAO_IDL - Generated from -// be\be_visitor_interface/any_op_cs.cpp:50 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/any_op_cs.cpp:51 + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + namespace TAO { template<> - CORBA::Boolean + ::CORBA::Boolean Any_Impl_T<CORBA::ComponentIR::HomeDef>::to_object ( - CORBA::Object_ptr &_tao_elem + ::CORBA::Object_ptr &_tao_elem ) const { - _tao_elem = CORBA::Object::_duplicate (this->value_); + _tao_elem = ::CORBA::Object::_duplicate (this->value_); return true; } } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + + namespace ComponentIR + { + + + // Copying insertion. + void + operator<<= ( + ::CORBA::Any &_tao_any, + HomeDef_ptr _tao_elem + ) + { + HomeDef_ptr _tao_objptr = + HomeDef::_duplicate (_tao_elem); + _tao_any <<= &_tao_objptr; + } + + // Non-copying insertion. + void + operator<<= ( + ::CORBA::Any &_tao_any, + HomeDef_ptr *_tao_elem + ) + { + TAO::Any_Impl_T<HomeDef>::insert ( + _tao_any, + HomeDef::_tao_any_destructor, + _tc_HomeDef, + *_tao_elem + ); + } + + ::CORBA::Boolean + operator>>= ( + const ::CORBA::Any &_tao_any, + HomeDef_ptr &_tao_elem + ) + { + return + TAO::Any_Impl_T<HomeDef>::extract ( + _tao_any, + HomeDef::_tao_any_destructor, + _tc_HomeDef, + _tao_elem + ); + } + } +} + +#else + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::ComponentIR::HomeDef_ptr _tao_elem ) { @@ -6421,7 +7774,7 @@ operator<<= ( // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::ComponentIR::HomeDef_ptr *_tao_elem ) { @@ -6433,9 +7786,9 @@ operator<<= ( ); } -CORBA::Boolean +::CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, + const ::CORBA::Any &_tao_any, CORBA::ComponentIR::HomeDef_ptr &_tao_elem ) { @@ -6447,27 +7800,46 @@ operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL -// TAO_IDL - Generated from -// be\be_visitor_structure/any_op_cs.cpp:54 + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#endif + +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/any_op_cs.cpp:54 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, const CORBA::ComponentIR::HomeDescription &_tao_elem ) { - TAO::Any_Dual_Impl_T<CORBA::ComponentIR::HomeDescription>::insert_copy ( - _tao_any, - CORBA::ComponentIR::HomeDescription::_tao_any_destructor, - CORBA::ComponentIR::_tc_HomeDescription, - _tao_elem - ); + if (0 == &_tao_elem) // Trying to de-reference NULL object + _tao_any <<= static_cast<CORBA::ComponentIR::HomeDescription *>( 0 ); // Use non-copying insertion of a NULL + else + TAO::Any_Dual_Impl_T<CORBA::ComponentIR::HomeDescription>::insert_copy ( + _tao_any, + CORBA::ComponentIR::HomeDescription::_tao_any_destructor, + CORBA::ComponentIR::_tc_HomeDescription, + _tao_elem + ); } // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::ComponentIR::HomeDescription *_tao_elem ) { @@ -6480,8 +7852,8 @@ void operator<<= ( } // Extraction to non-const pointer (deprecated). -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, CORBA::ComponentIR::HomeDescription *&_tao_elem ) { @@ -6492,8 +7864,8 @@ CORBA::Boolean operator>>= ( } // Extraction to const pointer. -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, const CORBA::ComponentIR::HomeDescription *&_tao_elem ) { @@ -6505,191 +7877,275 @@ CORBA::Boolean operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + // TAO_IDL - Generated from -// be\be_visitor_interface/cdr_op_cs.cpp:63 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/cdr_op_cs.cpp:63 + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL -CORBA::Boolean operator<< ( +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::ComponentIR::EventDef_ptr _tao_objref ) { - CORBA::Object_ptr _tao_corba_obj = _tao_objref; + ::CORBA::Object_ptr _tao_corba_obj = _tao_objref; return (strm << _tao_corba_obj); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::ComponentIR::EventDef_ptr &_tao_objref ) { - CORBA::Object_var obj; - + ::CORBA::Object_var obj; + if (!(strm >> obj.inout ())) { return false; } - + typedef ::CORBA::ComponentIR::EventDef RHS_SCOPED_NAME; - + // Narrow to the right type. _tao_objref = TAO::Narrow_Utils<RHS_SCOPED_NAME>::unchecked_narrow ( obj.in (), CORBA_ComponentIR__TAO_EventDef_Proxy_Broker_Factory_function_pointer ); - - return 1; + + return true; } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + // TAO_IDL - Generated from -// be\be_visitor_interface/cdr_op_cs.cpp:63 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/cdr_op_cs.cpp:63 -CORBA::Boolean operator<< ( + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::ComponentIR::Container_ptr _tao_objref ) { - CORBA::Object_ptr _tao_corba_obj = _tao_objref; + ::CORBA::Object_ptr _tao_corba_obj = _tao_objref; return (strm << _tao_corba_obj); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::ComponentIR::Container_ptr &_tao_objref ) { - CORBA::Object_var obj; - + ::CORBA::Object_var obj; + if (!(strm >> obj.inout ())) { return false; } - + typedef ::CORBA::ComponentIR::Container RHS_SCOPED_NAME; - + // Narrow to the right type. _tao_objref = TAO::Narrow_Utils<RHS_SCOPED_NAME>::unchecked_narrow ( obj.in (), CORBA_ComponentIR__TAO_Container_Proxy_Broker_Factory_function_pointer ); - - return 1; + + return true; } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + // TAO_IDL - Generated from -// be\be_visitor_interface/cdr_op_cs.cpp:63 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/cdr_op_cs.cpp:63 + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL -CORBA::Boolean operator<< ( +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::ComponentIR::ModuleDef_ptr _tao_objref ) { - CORBA::Object_ptr _tao_corba_obj = _tao_objref; + ::CORBA::Object_ptr _tao_corba_obj = _tao_objref; return (strm << _tao_corba_obj); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::ComponentIR::ModuleDef_ptr &_tao_objref ) { - CORBA::Object_var obj; - + ::CORBA::Object_var obj; + if (!(strm >> obj.inout ())) { return false; } - + typedef ::CORBA::ComponentIR::ModuleDef RHS_SCOPED_NAME; - + // Narrow to the right type. _tao_objref = TAO::Narrow_Utils<RHS_SCOPED_NAME>::unchecked_narrow ( obj.in (), CORBA_ComponentIR__TAO_ModuleDef_Proxy_Broker_Factory_function_pointer ); - - return 1; + + return true; } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + // TAO_IDL - Generated from -// be\be_visitor_interface/cdr_op_cs.cpp:63 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/cdr_op_cs.cpp:63 -CORBA::Boolean operator<< ( + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::ComponentIR::Repository_ptr _tao_objref ) { - CORBA::Object_ptr _tao_corba_obj = _tao_objref; + ::CORBA::Object_ptr _tao_corba_obj = _tao_objref; return (strm << _tao_corba_obj); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::ComponentIR::Repository_ptr &_tao_objref ) { - CORBA::Object_var obj; - + ::CORBA::Object_var obj; + if (!(strm >> obj.inout ())) { return false; } - + typedef ::CORBA::ComponentIR::Repository RHS_SCOPED_NAME; - + // Narrow to the right type. _tao_objref = TAO::Narrow_Utils<RHS_SCOPED_NAME>::unchecked_narrow ( obj.in (), CORBA_ComponentIR__TAO_Repository_Proxy_Broker_Factory_function_pointer ); - - return 1; + + return true; } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + // TAO_IDL - Generated from -// be\be_visitor_interface/cdr_op_cs.cpp:63 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/cdr_op_cs.cpp:63 + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL -CORBA::Boolean operator<< ( +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::ComponentIR::ProvidesDef_ptr _tao_objref ) { - CORBA::Object_ptr _tao_corba_obj = _tao_objref; + ::CORBA::Object_ptr _tao_corba_obj = _tao_objref; return (strm << _tao_corba_obj); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::ComponentIR::ProvidesDef_ptr &_tao_objref ) { - CORBA::Object_var obj; - + ::CORBA::Object_var obj; + if (!(strm >> obj.inout ())) { return false; } - + typedef ::CORBA::ComponentIR::ProvidesDef RHS_SCOPED_NAME; - + // Narrow to the right type. _tao_objref = TAO::Narrow_Utils<RHS_SCOPED_NAME>::unchecked_narrow ( obj.in (), CORBA_ComponentIR__TAO_ProvidesDef_Proxy_Broker_Factory_function_pointer ); - - return 1; + + return true; } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + // TAO_IDL - Generated from -// be\be_visitor_structure/cdr_op_cs.cpp:61 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/cdr_op_cs.cpp:61 -CORBA::Boolean operator<< ( + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::ComponentIR::ProvidesDescription &_tao_aggregate ) @@ -6702,7 +8158,7 @@ CORBA::Boolean operator<< ( (strm << _tao_aggregate.interface_type.in ()); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::ComponentIR::ProvidesDescription &_tao_aggregate ) @@ -6714,47 +8170,75 @@ CORBA::Boolean operator>> ( (strm >> _tao_aggregate.version.out ()) && (strm >> _tao_aggregate.interface_type.out ()); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + // TAO_IDL - Generated from -// be\be_visitor_interface/cdr_op_cs.cpp:63 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/cdr_op_cs.cpp:63 + + +TAO_END_VERSIONED_NAMESPACE_DECL + -CORBA::Boolean operator<< ( +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::ComponentIR::UsesDef_ptr _tao_objref ) { - CORBA::Object_ptr _tao_corba_obj = _tao_objref; + ::CORBA::Object_ptr _tao_corba_obj = _tao_objref; return (strm << _tao_corba_obj); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::ComponentIR::UsesDef_ptr &_tao_objref ) { - CORBA::Object_var obj; - + ::CORBA::Object_var obj; + if (!(strm >> obj.inout ())) { return false; } - + typedef ::CORBA::ComponentIR::UsesDef RHS_SCOPED_NAME; - + // Narrow to the right type. _tao_objref = TAO::Narrow_Utils<RHS_SCOPED_NAME>::unchecked_narrow ( obj.in (), CORBA_ComponentIR__TAO_UsesDef_Proxy_Broker_Factory_function_pointer ); - - return 1; + + return true; } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + // TAO_IDL - Generated from -// be\be_visitor_structure/cdr_op_cs.cpp:61 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/cdr_op_cs.cpp:61 + + + +TAO_END_VERSIONED_NAMESPACE_DECL -CORBA::Boolean operator<< ( + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::ComponentIR::UsesDescription &_tao_aggregate ) @@ -6765,10 +8249,10 @@ CORBA::Boolean operator<< ( (strm << _tao_aggregate.defined_in.in ()) && (strm << _tao_aggregate.version.in ()) && (strm << _tao_aggregate.interface_type.in ()) && - (strm << ACE_OutputCDR::from_boolean (_tao_aggregate.is_multiple)); + (strm << ::ACE_OutputCDR::from_boolean (_tao_aggregate.is_multiple)); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::ComponentIR::UsesDescription &_tao_aggregate ) @@ -6779,49 +8263,77 @@ CORBA::Boolean operator>> ( (strm >> _tao_aggregate.defined_in.out ()) && (strm >> _tao_aggregate.version.out ()) && (strm >> _tao_aggregate.interface_type.out ()) && - (strm >> ACE_InputCDR::to_boolean (_tao_aggregate.is_multiple)); + (strm >> ::ACE_InputCDR::to_boolean (_tao_aggregate.is_multiple)); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + // TAO_IDL - Generated from -// be\be_visitor_interface/cdr_op_cs.cpp:63 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/cdr_op_cs.cpp:63 + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL -CORBA::Boolean operator<< ( +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::ComponentIR::EventPortDef_ptr _tao_objref ) { - CORBA::Object_ptr _tao_corba_obj = _tao_objref; + ::CORBA::Object_ptr _tao_corba_obj = _tao_objref; return (strm << _tao_corba_obj); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::ComponentIR::EventPortDef_ptr &_tao_objref ) { - CORBA::Object_var obj; - + ::CORBA::Object_var obj; + if (!(strm >> obj.inout ())) { return false; } - + typedef ::CORBA::ComponentIR::EventPortDef RHS_SCOPED_NAME; - + // Narrow to the right type. _tao_objref = TAO::Narrow_Utils<RHS_SCOPED_NAME>::unchecked_narrow ( obj.in (), CORBA_ComponentIR__TAO_EventPortDef_Proxy_Broker_Factory_function_pointer ); - - return 1; + + return true; } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + // TAO_IDL - Generated from -// be\be_visitor_structure/cdr_op_cs.cpp:61 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/cdr_op_cs.cpp:61 + + -CORBA::Boolean operator<< ( +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::ComponentIR::EventPortDescription &_tao_aggregate ) @@ -6834,7 +8346,7 @@ CORBA::Boolean operator<< ( (strm << _tao_aggregate.event.in ()); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::ComponentIR::EventPortDescription &_tao_aggregate ) @@ -6846,158 +8358,226 @@ CORBA::Boolean operator>> ( (strm >> _tao_aggregate.version.out ()) && (strm >> _tao_aggregate.event.out ()); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + // TAO_IDL - Generated from -// be\be_visitor_interface/cdr_op_cs.cpp:63 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/cdr_op_cs.cpp:63 + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL -CORBA::Boolean operator<< ( +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::ComponentIR::EmitsDef_ptr _tao_objref ) { - CORBA::Object_ptr _tao_corba_obj = _tao_objref; + ::CORBA::Object_ptr _tao_corba_obj = _tao_objref; return (strm << _tao_corba_obj); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::ComponentIR::EmitsDef_ptr &_tao_objref ) { - CORBA::Object_var obj; - + ::CORBA::Object_var obj; + if (!(strm >> obj.inout ())) { return false; } - + typedef ::CORBA::ComponentIR::EmitsDef RHS_SCOPED_NAME; - + // Narrow to the right type. _tao_objref = TAO::Narrow_Utils<RHS_SCOPED_NAME>::unchecked_narrow ( obj.in (), CORBA_ComponentIR__TAO_EmitsDef_Proxy_Broker_Factory_function_pointer ); - - return 1; + + return true; } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + // TAO_IDL - Generated from -// be\be_visitor_interface/cdr_op_cs.cpp:63 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/cdr_op_cs.cpp:63 + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL -CORBA::Boolean operator<< ( +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::ComponentIR::PublishesDef_ptr _tao_objref ) { - CORBA::Object_ptr _tao_corba_obj = _tao_objref; + ::CORBA::Object_ptr _tao_corba_obj = _tao_objref; return (strm << _tao_corba_obj); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::ComponentIR::PublishesDef_ptr &_tao_objref ) { - CORBA::Object_var obj; - + ::CORBA::Object_var obj; + if (!(strm >> obj.inout ())) { return false; } - + typedef ::CORBA::ComponentIR::PublishesDef RHS_SCOPED_NAME; - + // Narrow to the right type. _tao_objref = TAO::Narrow_Utils<RHS_SCOPED_NAME>::unchecked_narrow ( obj.in (), CORBA_ComponentIR__TAO_PublishesDef_Proxy_Broker_Factory_function_pointer ); - - return 1; + + return true; } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + // TAO_IDL - Generated from -// be\be_visitor_interface/cdr_op_cs.cpp:63 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/cdr_op_cs.cpp:63 + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL -CORBA::Boolean operator<< ( +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::ComponentIR::ConsumesDef_ptr _tao_objref ) { - CORBA::Object_ptr _tao_corba_obj = _tao_objref; + ::CORBA::Object_ptr _tao_corba_obj = _tao_objref; return (strm << _tao_corba_obj); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::ComponentIR::ConsumesDef_ptr &_tao_objref ) { - CORBA::Object_var obj; - + ::CORBA::Object_var obj; + if (!(strm >> obj.inout ())) { return false; } - + typedef ::CORBA::ComponentIR::ConsumesDef RHS_SCOPED_NAME; - + // Narrow to the right type. _tao_objref = TAO::Narrow_Utils<RHS_SCOPED_NAME>::unchecked_narrow ( obj.in (), CORBA_ComponentIR__TAO_ConsumesDef_Proxy_Broker_Factory_function_pointer ); - - return 1; + + return true; } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + // TAO_IDL - Generated from -// be\be_visitor_interface/cdr_op_cs.cpp:63 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/cdr_op_cs.cpp:63 + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL -CORBA::Boolean operator<< ( +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::ComponentIR::ComponentDef_ptr _tao_objref ) { - CORBA::Object_ptr _tao_corba_obj = _tao_objref; + ::CORBA::Object_ptr _tao_corba_obj = _tao_objref; return (strm << _tao_corba_obj); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::ComponentIR::ComponentDef_ptr &_tao_objref ) { - CORBA::Object_var obj; - + ::CORBA::Object_var obj; + if (!(strm >> obj.inout ())) { return false; } - + typedef ::CORBA::ComponentIR::ComponentDef RHS_SCOPED_NAME; - + // Narrow to the right type. _tao_objref = TAO::Narrow_Utils<RHS_SCOPED_NAME>::unchecked_narrow ( obj.in (), CORBA_ComponentIR__TAO_ComponentDef_Proxy_Broker_Factory_function_pointer ); - - return 1; + + return true; } -// TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_cs.cpp:96 +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/cdr_op_cs.cpp:96 #if !defined _TAO_CDR_OP_CORBA_ComponentIR_ProvidesDescriptionSeq_CPP_ #define _TAO_CDR_OP_CORBA_ComponentIR_ProvidesDescriptionSeq_CPP_ -CORBA::Boolean operator<< ( + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::ComponentIR::ProvidesDescriptionSeq &_tao_sequence ) @@ -7005,7 +8585,7 @@ CORBA::Boolean operator<< ( return TAO::marshal_sequence(strm, _tao_sequence); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::ComponentIR::ProvidesDescriptionSeq &_tao_sequence ) @@ -7013,15 +8593,26 @@ CORBA::Boolean operator>> ( return TAO::demarshal_sequence(strm, _tao_sequence); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + #endif /* _TAO_CDR_OP_CORBA_ComponentIR_ProvidesDescriptionSeq_CPP_ */ // TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_cs.cpp:96 - +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/cdr_op_cs.cpp:96 #if !defined _TAO_CDR_OP_CORBA_ComponentIR_UsesDescriptionSeq_CPP_ #define _TAO_CDR_OP_CORBA_ComponentIR_UsesDescriptionSeq_CPP_ -CORBA::Boolean operator<< ( + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::ComponentIR::UsesDescriptionSeq &_tao_sequence ) @@ -7029,7 +8620,7 @@ CORBA::Boolean operator<< ( return TAO::marshal_sequence(strm, _tao_sequence); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::ComponentIR::UsesDescriptionSeq &_tao_sequence ) @@ -7037,15 +8628,26 @@ CORBA::Boolean operator>> ( return TAO::demarshal_sequence(strm, _tao_sequence); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + #endif /* _TAO_CDR_OP_CORBA_ComponentIR_UsesDescriptionSeq_CPP_ */ // TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_cs.cpp:96 - +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/cdr_op_cs.cpp:96 #if !defined _TAO_CDR_OP_CORBA_ComponentIR_EventPortDescriptionSeq_CPP_ #define _TAO_CDR_OP_CORBA_ComponentIR_EventPortDescriptionSeq_CPP_ -CORBA::Boolean operator<< ( + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::ComponentIR::EventPortDescriptionSeq &_tao_sequence ) @@ -7053,7 +8655,7 @@ CORBA::Boolean operator<< ( return TAO::marshal_sequence(strm, _tao_sequence); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::ComponentIR::EventPortDescriptionSeq &_tao_sequence ) @@ -7061,12 +8663,25 @@ CORBA::Boolean operator>> ( return TAO::demarshal_sequence(strm, _tao_sequence); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + #endif /* _TAO_CDR_OP_CORBA_ComponentIR_EventPortDescriptionSeq_CPP_ */ // TAO_IDL - Generated from -// be\be_visitor_structure/cdr_op_cs.cpp:61 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/cdr_op_cs.cpp:61 + + -CORBA::Boolean operator<< ( +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::ComponentIR::ComponentDescription &_tao_aggregate ) @@ -7087,7 +8702,7 @@ CORBA::Boolean operator<< ( (strm << _tao_aggregate.type.in ()); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::ComponentIR::ComponentDescription &_tao_aggregate ) @@ -7107,119 +8722,175 @@ CORBA::Boolean operator>> ( (strm >> _tao_aggregate.attributes) && (strm >> _tao_aggregate.type.out ()); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + // TAO_IDL - Generated from -// be\be_visitor_interface/cdr_op_cs.cpp:63 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/cdr_op_cs.cpp:63 -CORBA::Boolean operator<< ( + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::ComponentIR::FactoryDef_ptr _tao_objref ) { - CORBA::Object_ptr _tao_corba_obj = _tao_objref; + ::CORBA::Object_ptr _tao_corba_obj = _tao_objref; return (strm << _tao_corba_obj); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::ComponentIR::FactoryDef_ptr &_tao_objref ) { - CORBA::Object_var obj; - + ::CORBA::Object_var obj; + if (!(strm >> obj.inout ())) { return false; } - + typedef ::CORBA::ComponentIR::FactoryDef RHS_SCOPED_NAME; - + // Narrow to the right type. _tao_objref = TAO::Narrow_Utils<RHS_SCOPED_NAME>::unchecked_narrow ( obj.in (), CORBA_ComponentIR__TAO_FactoryDef_Proxy_Broker_Factory_function_pointer ); - - return 1; + + return true; } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + // TAO_IDL - Generated from -// be\be_visitor_interface/cdr_op_cs.cpp:63 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/cdr_op_cs.cpp:63 + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL -CORBA::Boolean operator<< ( +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::ComponentIR::FinderDef_ptr _tao_objref ) { - CORBA::Object_ptr _tao_corba_obj = _tao_objref; + ::CORBA::Object_ptr _tao_corba_obj = _tao_objref; return (strm << _tao_corba_obj); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::ComponentIR::FinderDef_ptr &_tao_objref ) { - CORBA::Object_var obj; - + ::CORBA::Object_var obj; + if (!(strm >> obj.inout ())) { return false; } - + typedef ::CORBA::ComponentIR::FinderDef RHS_SCOPED_NAME; - + // Narrow to the right type. _tao_objref = TAO::Narrow_Utils<RHS_SCOPED_NAME>::unchecked_narrow ( obj.in (), CORBA_ComponentIR__TAO_FinderDef_Proxy_Broker_Factory_function_pointer ); - - return 1; + + return true; } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + // TAO_IDL - Generated from -// be\be_visitor_interface/cdr_op_cs.cpp:63 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/cdr_op_cs.cpp:63 -CORBA::Boolean operator<< ( + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::ComponentIR::HomeDef_ptr _tao_objref ) { - CORBA::Object_ptr _tao_corba_obj = _tao_objref; + ::CORBA::Object_ptr _tao_corba_obj = _tao_objref; return (strm << _tao_corba_obj); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::ComponentIR::HomeDef_ptr &_tao_objref ) { - CORBA::Object_var obj; - + ::CORBA::Object_var obj; + if (!(strm >> obj.inout ())) { return false; } - + typedef ::CORBA::ComponentIR::HomeDef RHS_SCOPED_NAME; - + // Narrow to the right type. _tao_objref = TAO::Narrow_Utils<RHS_SCOPED_NAME>::unchecked_narrow ( obj.in (), CORBA_ComponentIR__TAO_HomeDef_Proxy_Broker_Factory_function_pointer ); - - return 1; + + return true; } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + // TAO_IDL - Generated from -// be\be_visitor_structure/cdr_op_cs.cpp:61 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/cdr_op_cs.cpp:61 -CORBA::Boolean operator<< ( + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::ComponentIR::HomeDescription &_tao_aggregate ) @@ -7239,7 +8910,7 @@ CORBA::Boolean operator<< ( (strm << _tao_aggregate.type.in ()); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::ComponentIR::HomeDescription &_tao_aggregate ) @@ -7258,5 +8929,15 @@ CORBA::Boolean operator>> ( (strm >> _tao_aggregate.attributes) && (strm >> _tao_aggregate.type.out ()); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + TAO_END_VERSIONED_NAMESPACE_DECL + + diff --git a/TAO/tao/IFR_Client/IFR_ComponentsC.h b/TAO/tao/IFR_Client/IFR_ComponentsC.h index 69b379a161f..b95a5e7b223 100644 --- a/TAO/tao/IFR_Client/IFR_ComponentsC.h +++ b/TAO/tao/IFR_Client/IFR_ComponentsC.h @@ -26,10 +26,10 @@ // http://www.cs.wustl.edu/~schmidt/TAO.html // TAO_IDL - Generated from -// be\be_codegen.cpp:154 +// .\be\be_codegen.cpp:154 -#ifndef _TAO_IDL_ORIG_IFR_COMPONENTSC_H_ -#define _TAO_IDL_ORIG_IFR_COMPONENTSC_H_ +#ifndef _TAO_IDL_IFR_COMPONENTSC_H_ +#define _TAO_IDL_IFR_COMPONENTSC_H_ #include /**/ "ace/pre.h" @@ -40,18 +40,21 @@ # pragma once #endif /* ACE_LACKS_PRAGMA_ONCE */ -#include "tao/IFR_Client/ifr_client_export.h" -#include "tao/AnyTypeCode/TypeCode.h" -#include "tao/AnyTypeCode/TypeCode_Constants.h" +#include "ifr_client_export.h" +#include "tao/AnyTypeCode/AnyTypeCode_methods.h" #include "tao/ORB.h" #include "tao/SystemException.h" #include "tao/Environment.h" #include "tao/Object.h" +#include "tao/AnyTypeCode/TypeCode.h" +#include "tao/AnyTypeCode/TypeCode_Constants.h" +#include "tao/String_Manager_T.h" #include "tao/Sequence_T.h" #include "tao/Objref_VarOut_T.h" #include "tao/Seq_Var_T.h" #include "tao/Seq_Out_T.h" #include "tao/VarOut_T.h" +#include "tao/Versioned_Namespace.h" #include "tao/IFR_Client/IFR_ExtendedC.h" @@ -60,53 +63,60 @@ #endif #define TAO_EXPORT_MACRO TAO_IFR_Client_Export -#if defined(_MSC_VER) -#pragma warning(push) -#pragma warning(disable:4250) -#endif /* _MSC_VER */ +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_root/root_ch.cpp:62 + +TAO_END_VERSIONED_NAMESPACE_DECL -#if defined (__BORLANDC__) -#pragma option push -w-rvl -w-rch -w-ccc -w-inl -#endif /* __BORLANDC__ */ TAO_BEGIN_VERSIONED_NAMESPACE_DECL -// TAO_IDL - Generated from -// be\be_visitor_root/root_ch.cpp:62 + namespace TAO { class Collocation_Proxy_Broker; template<typename T> class Narrow_Utils; } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + // TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:48 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_module/module_ch.cpp:49 namespace CORBA { - + // TAO_IDL - Generated from - // be\be_visitor_module/module_ch.cpp:48 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_module/module_ch.cpp:49 + namespace ComponentIR { - + // TAO_IDL - Generated from - // be\be_interface.cpp:598 + // .\be\be_interface.cpp:640 #if !defined (_CORBA_COMPONENTIR_COMPONENTDEF__VAR_OUT_CH_) #define _CORBA_COMPONENTIR_COMPONENTDEF__VAR_OUT_CH_ - + class ComponentDef; typedef ComponentDef *ComponentDef_ptr; - + typedef TAO_Objref_Var_T< ComponentDef > ComponentDef_var; - + typedef TAO_Objref_Out_T< ComponentDef @@ -114,22 +124,22 @@ namespace CORBA ComponentDef_out; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_interface.cpp:598 + // .\be\be_interface.cpp:640 #if !defined (_CORBA_COMPONENTIR_HOMEDEF__VAR_OUT_CH_) #define _CORBA_COMPONENTIR_HOMEDEF__VAR_OUT_CH_ - + class HomeDef; typedef HomeDef *HomeDef_ptr; - + typedef TAO_Objref_Var_T< HomeDef > HomeDef_var; - + typedef TAO_Objref_Out_T< HomeDef @@ -137,22 +147,22 @@ namespace CORBA HomeDef_out; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_interface.cpp:598 + // .\be\be_interface.cpp:640 #if !defined (_CORBA_COMPONENTIR_EVENTDEF__VAR_OUT_CH_) #define _CORBA_COMPONENTIR_EVENTDEF__VAR_OUT_CH_ - + class EventDef; typedef EventDef *EventDef_ptr; - + typedef TAO_Objref_Var_T< EventDef > EventDef_var; - + typedef TAO_Objref_Out_T< EventDef @@ -160,13 +170,13 @@ namespace CORBA EventDef_out; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_interface/interface_ch.cpp:54 + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ch.cpp:54 #if !defined (_CORBA_COMPONENTIR_EVENTDEF_CH_) #define _CORBA_COMPONENTIR_EVENTDEF_CH_ - + class TAO_IFR_Client_Export EventDef : public virtual ::CORBA::ExtValueDef { @@ -174,95 +184,96 @@ namespace CORBA friend class TAO::Narrow_Utils<EventDef>; typedef EventDef_ptr _ptr_type; typedef EventDef_var _var_type; - + typedef EventDef_out _out_type; + // The static operations. static EventDef_ptr _duplicate (EventDef_ptr obj); - + static void _tao_release (EventDef_ptr obj); - + static EventDef_ptr _narrow ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static EventDef_ptr _unchecked_narrow ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static EventDef_ptr _nil (void) { return static_cast<EventDef_ptr> (0); } - + static void _tao_any_destructor (void *); - + // TAO_IDL - Generated from - // be\be_visitor_interface/interface_ch.cpp:210 - - virtual CORBA::Boolean _is_a ( + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ch.cpp:212 + + virtual ::CORBA::Boolean _is_a ( const char *type_id ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + virtual const char* _interface_repository_id (void) const; - virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr); + virtual ::CORBA::Boolean marshal (TAO_OutputCDR &cdr); private: TAO::Collocation_Proxy_Broker *the_TAO_EventDef_Proxy_Broker_; - + protected: // Concrete interface only. EventDef (void); - + // These methods travese the inheritance tree and set the // parents piece of the given class in the right mode. virtual void CORBA_ComponentIR_EventDef_setup_collocation (void); - + // Concrete non-local interface only. EventDef ( IOP::IOR *ior, TAO_ORB_Core *orb_core = 0 ); - + // Non-local interface only. EventDef ( TAO_Stub *objref, - CORBA::Boolean _tao_collocated = 0, + ::CORBA::Boolean _tao_collocated = 0, TAO_Abstract_ServantBase *servant = 0, TAO_ORB_Core *orb_core = 0 ); - + virtual ~EventDef (void); - + private: // Private and unimplemented for concrete interfaces. EventDef (const EventDef &); - + void operator= (const EventDef &); }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_EventDef; - + // TAO_IDL - Generated from - // be\be_interface.cpp:598 + // .\be\be_interface.cpp:640 #if !defined (_CORBA_COMPONENTIR_CONTAINER__VAR_OUT_CH_) #define _CORBA_COMPONENTIR_CONTAINER__VAR_OUT_CH_ - + class Container; typedef Container *Container_ptr; - + typedef TAO_Objref_Var_T< Container > Container_var; - + typedef TAO_Objref_Out_T< Container @@ -270,13 +281,13 @@ namespace CORBA Container_out; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_interface/interface_ch.cpp:54 + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ch.cpp:54 #if !defined (_CORBA_COMPONENTIR_CONTAINER_CH_) #define _CORBA_COMPONENTIR_CONTAINER_CH_ - + class TAO_IFR_Client_Export Container : public virtual ::CORBA::Container { @@ -284,32 +295,33 @@ namespace CORBA friend class TAO::Narrow_Utils<Container>; typedef Container_ptr _ptr_type; typedef Container_var _var_type; - + typedef Container_out _out_type; + // The static operations. static Container_ptr _duplicate (Container_ptr obj); - + static void _tao_release (Container_ptr obj); - + static Container_ptr _narrow ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static Container_ptr _unchecked_narrow ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static Container_ptr _nil (void) { return static_cast<Container_ptr> (0); } - + static void _tao_any_destructor (void *); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual ::CORBA::ComponentIR::ComponentDef_ptr create_component ( const char * id, const char * name, @@ -319,12 +331,12 @@ namespace CORBA ACE_ENV_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual ::CORBA::ComponentIR::HomeDef_ptr create_home ( const char * id, const char * name, @@ -336,12 +348,12 @@ namespace CORBA ACE_ENV_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual ::CORBA::ComponentIR::EventDef_ptr create_event ( const char * id, const char * name, @@ -356,75 +368,75 @@ namespace CORBA ACE_ENV_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_interface/interface_ch.cpp:210 - - virtual CORBA::Boolean _is_a ( + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ch.cpp:212 + + virtual ::CORBA::Boolean _is_a ( const char *type_id ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + virtual const char* _interface_repository_id (void) const; - virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr); + virtual ::CORBA::Boolean marshal (TAO_OutputCDR &cdr); private: TAO::Collocation_Proxy_Broker *the_TAO_Container_Proxy_Broker_; - + protected: // Concrete interface only. Container (void); - + // These methods travese the inheritance tree and set the // parents piece of the given class in the right mode. virtual void CORBA_ComponentIR_Container_setup_collocation (void); - + // Concrete non-local interface only. Container ( IOP::IOR *ior, TAO_ORB_Core *orb_core = 0 ); - + // Non-local interface only. Container ( TAO_Stub *objref, - CORBA::Boolean _tao_collocated = 0, + ::CORBA::Boolean _tao_collocated = 0, TAO_Abstract_ServantBase *servant = 0, TAO_ORB_Core *orb_core = 0 ); - + virtual ~Container (void); - + private: // Private and unimplemented for concrete interfaces. Container (const Container &); - + void operator= (const Container &); }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_Container; - + // TAO_IDL - Generated from - // be\be_interface.cpp:598 + // .\be\be_interface.cpp:640 #if !defined (_CORBA_COMPONENTIR_MODULEDEF__VAR_OUT_CH_) #define _CORBA_COMPONENTIR_MODULEDEF__VAR_OUT_CH_ - + class ModuleDef; typedef ModuleDef *ModuleDef_ptr; - + typedef TAO_Objref_Var_T< ModuleDef > ModuleDef_var; - + typedef TAO_Objref_Out_T< ModuleDef @@ -432,13 +444,13 @@ namespace CORBA ModuleDef_out; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_interface/interface_ch.cpp:54 + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ch.cpp:54 #if !defined (_CORBA_COMPONENTIR_MODULEDEF_CH_) #define _CORBA_COMPONENTIR_MODULEDEF_CH_ - + class TAO_IFR_Client_Export ModuleDef : public virtual ::CORBA::ModuleDef, public virtual ::CORBA::ComponentIR::Container @@ -447,95 +459,96 @@ namespace CORBA friend class TAO::Narrow_Utils<ModuleDef>; typedef ModuleDef_ptr _ptr_type; typedef ModuleDef_var _var_type; - + typedef ModuleDef_out _out_type; + // The static operations. static ModuleDef_ptr _duplicate (ModuleDef_ptr obj); - + static void _tao_release (ModuleDef_ptr obj); - + static ModuleDef_ptr _narrow ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static ModuleDef_ptr _unchecked_narrow ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static ModuleDef_ptr _nil (void) { return static_cast<ModuleDef_ptr> (0); } - + static void _tao_any_destructor (void *); - + // TAO_IDL - Generated from - // be\be_visitor_interface/interface_ch.cpp:210 - - virtual CORBA::Boolean _is_a ( + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ch.cpp:212 + + virtual ::CORBA::Boolean _is_a ( const char *type_id ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + virtual const char* _interface_repository_id (void) const; - virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr); + virtual ::CORBA::Boolean marshal (TAO_OutputCDR &cdr); private: TAO::Collocation_Proxy_Broker *the_TAO_ModuleDef_Proxy_Broker_; - + protected: // Concrete interface only. ModuleDef (void); - + // These methods travese the inheritance tree and set the // parents piece of the given class in the right mode. virtual void CORBA_ComponentIR_ModuleDef_setup_collocation (void); - + // Concrete non-local interface only. ModuleDef ( IOP::IOR *ior, TAO_ORB_Core *orb_core = 0 ); - + // Non-local interface only. ModuleDef ( TAO_Stub *objref, - CORBA::Boolean _tao_collocated = 0, + ::CORBA::Boolean _tao_collocated = 0, TAO_Abstract_ServantBase *servant = 0, TAO_ORB_Core *orb_core = 0 ); - + virtual ~ModuleDef (void); - + private: // Private and unimplemented for concrete interfaces. ModuleDef (const ModuleDef &); - + void operator= (const ModuleDef &); }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_ModuleDef; - + // TAO_IDL - Generated from - // be\be_interface.cpp:598 + // .\be\be_interface.cpp:640 #if !defined (_CORBA_COMPONENTIR_REPOSITORY__VAR_OUT_CH_) #define _CORBA_COMPONENTIR_REPOSITORY__VAR_OUT_CH_ - + class Repository; typedef Repository *Repository_ptr; - + typedef TAO_Objref_Var_T< Repository > Repository_var; - + typedef TAO_Objref_Out_T< Repository @@ -543,13 +556,13 @@ namespace CORBA Repository_out; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_interface/interface_ch.cpp:54 + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ch.cpp:54 #if !defined (_CORBA_COMPONENTIR_REPOSITORY_CH_) #define _CORBA_COMPONENTIR_REPOSITORY_CH_ - + class TAO_IFR_Client_Export Repository : public virtual ::CORBA::Repository, public virtual ::CORBA::ComponentIR::Container @@ -558,95 +571,96 @@ namespace CORBA friend class TAO::Narrow_Utils<Repository>; typedef Repository_ptr _ptr_type; typedef Repository_var _var_type; - + typedef Repository_out _out_type; + // The static operations. static Repository_ptr _duplicate (Repository_ptr obj); - + static void _tao_release (Repository_ptr obj); - + static Repository_ptr _narrow ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static Repository_ptr _unchecked_narrow ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static Repository_ptr _nil (void) { return static_cast<Repository_ptr> (0); } - + static void _tao_any_destructor (void *); - + // TAO_IDL - Generated from - // be\be_visitor_interface/interface_ch.cpp:210 - - virtual CORBA::Boolean _is_a ( + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ch.cpp:212 + + virtual ::CORBA::Boolean _is_a ( const char *type_id ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + virtual const char* _interface_repository_id (void) const; - virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr); + virtual ::CORBA::Boolean marshal (TAO_OutputCDR &cdr); private: TAO::Collocation_Proxy_Broker *the_TAO_Repository_Proxy_Broker_; - + protected: // Concrete interface only. Repository (void); - + // These methods travese the inheritance tree and set the // parents piece of the given class in the right mode. virtual void CORBA_ComponentIR_Repository_setup_collocation (void); - + // Concrete non-local interface only. Repository ( IOP::IOR *ior, TAO_ORB_Core *orb_core = 0 ); - + // Non-local interface only. Repository ( TAO_Stub *objref, - CORBA::Boolean _tao_collocated = 0, + ::CORBA::Boolean _tao_collocated = 0, TAO_Abstract_ServantBase *servant = 0, TAO_ORB_Core *orb_core = 0 ); - + virtual ~Repository (void); - + private: // Private and unimplemented for concrete interfaces. Repository (const Repository &); - + void operator= (const Repository &); }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_Repository; - + // TAO_IDL - Generated from - // be\be_interface.cpp:598 + // .\be\be_interface.cpp:640 #if !defined (_CORBA_COMPONENTIR_PROVIDESDEF__VAR_OUT_CH_) #define _CORBA_COMPONENTIR_PROVIDESDEF__VAR_OUT_CH_ - + class ProvidesDef; typedef ProvidesDef *ProvidesDef_ptr; - + typedef TAO_Objref_Var_T< ProvidesDef > ProvidesDef_var; - + typedef TAO_Objref_Out_T< ProvidesDef @@ -654,13 +668,13 @@ namespace CORBA ProvidesDef_out; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_interface/interface_ch.cpp:54 + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ch.cpp:54 #if !defined (_CORBA_COMPONENTIR_PROVIDESDEF_CH_) #define _CORBA_COMPONENTIR_PROVIDESDEF_CH_ - + class TAO_IFR_Client_Export ProvidesDef : public virtual ::CORBA::Contained { @@ -668,126 +682,128 @@ namespace CORBA friend class TAO::Narrow_Utils<ProvidesDef>; typedef ProvidesDef_ptr _ptr_type; typedef ProvidesDef_var _var_type; - + typedef ProvidesDef_out _out_type; + // The static operations. static ProvidesDef_ptr _duplicate (ProvidesDef_ptr obj); - + static void _tao_release (ProvidesDef_ptr obj); - + static ProvidesDef_ptr _narrow ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static ProvidesDef_ptr _unchecked_narrow ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static ProvidesDef_ptr _nil (void) { return static_cast<ProvidesDef_ptr> (0); } - + static void _tao_any_destructor (void *); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual ::CORBA::InterfaceDef_ptr interface_type ( ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual void interface_type ( ::CORBA::InterfaceDef_ptr interface_type ACE_ENV_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_interface/interface_ch.cpp:210 - - virtual CORBA::Boolean _is_a ( + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ch.cpp:212 + + virtual ::CORBA::Boolean _is_a ( const char *type_id ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + virtual const char* _interface_repository_id (void) const; - virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr); + virtual ::CORBA::Boolean marshal (TAO_OutputCDR &cdr); private: TAO::Collocation_Proxy_Broker *the_TAO_ProvidesDef_Proxy_Broker_; - + protected: // Concrete interface only. ProvidesDef (void); - + // These methods travese the inheritance tree and set the // parents piece of the given class in the right mode. virtual void CORBA_ComponentIR_ProvidesDef_setup_collocation (void); - + // Concrete non-local interface only. ProvidesDef ( IOP::IOR *ior, TAO_ORB_Core *orb_core = 0 ); - + // Non-local interface only. ProvidesDef ( TAO_Stub *objref, - CORBA::Boolean _tao_collocated = 0, + ::CORBA::Boolean _tao_collocated = 0, TAO_Abstract_ServantBase *servant = 0, TAO_ORB_Core *orb_core = 0 ); - + virtual ~ProvidesDef (void); - + private: // Private and unimplemented for concrete interfaces. ProvidesDef (const ProvidesDef &); - + void operator= (const ProvidesDef &); }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_ProvidesDef; - + // TAO_IDL - Generated from - // be\be_type.cpp:258 - + // .\be\be_type.cpp:258 + struct ProvidesDescription; - + typedef TAO_Var_Var_T< ProvidesDescription > ProvidesDescription_var; - + typedef TAO_Out_T< ProvidesDescription, ProvidesDescription_var > ProvidesDescription_out; - + // TAO_IDL - Generated from - // be\be_visitor_structure/structure_ch.cpp:57 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/structure_ch.cpp:57 + struct TAO_IFR_Client_Export ProvidesDescription { typedef ProvidesDescription_var _var_type; - + typedef ProvidesDescription_out _out_type; + static void _tao_any_destructor (void *); TAO::String_Manager name; TAO::String_Manager id; @@ -795,27 +811,27 @@ namespace CORBA TAO::String_Manager version; TAO::String_Manager interface_type; }; - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_ProvidesDescription; - + // TAO_IDL - Generated from - // be\be_interface.cpp:598 + // .\be\be_interface.cpp:640 #if !defined (_CORBA_COMPONENTIR_USESDEF__VAR_OUT_CH_) #define _CORBA_COMPONENTIR_USESDEF__VAR_OUT_CH_ - + class UsesDef; typedef UsesDef *UsesDef_ptr; - + typedef TAO_Objref_Var_T< UsesDef > UsesDef_var; - + typedef TAO_Objref_Out_T< UsesDef @@ -823,13 +839,13 @@ namespace CORBA UsesDef_out; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_interface/interface_ch.cpp:54 + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ch.cpp:54 #if !defined (_CORBA_COMPONENTIR_USESDEF_CH_) #define _CORBA_COMPONENTIR_USESDEF_CH_ - + class TAO_IFR_Client_Export UsesDef : public virtual ::CORBA::Contained { @@ -837,176 +853,178 @@ namespace CORBA friend class TAO::Narrow_Utils<UsesDef>; typedef UsesDef_ptr _ptr_type; typedef UsesDef_var _var_type; - + typedef UsesDef_out _out_type; + // The static operations. static UsesDef_ptr _duplicate (UsesDef_ptr obj); - + static void _tao_release (UsesDef_ptr obj); - + static UsesDef_ptr _narrow ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static UsesDef_ptr _unchecked_narrow ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static UsesDef_ptr _nil (void) { return static_cast<UsesDef_ptr> (0); } - + static void _tao_any_destructor (void *); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual ::CORBA::InterfaceDef_ptr interface_type ( ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual void interface_type ( ::CORBA::InterfaceDef_ptr interface_type ACE_ENV_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - - virtual CORBA::Boolean is_multiple ( + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + + virtual ::CORBA::Boolean is_multiple ( ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual void is_multiple ( ::CORBA::Boolean is_multiple ACE_ENV_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_interface/interface_ch.cpp:210 - - virtual CORBA::Boolean _is_a ( + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ch.cpp:212 + + virtual ::CORBA::Boolean _is_a ( const char *type_id ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + virtual const char* _interface_repository_id (void) const; - virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr); + virtual ::CORBA::Boolean marshal (TAO_OutputCDR &cdr); private: TAO::Collocation_Proxy_Broker *the_TAO_UsesDef_Proxy_Broker_; - + protected: // Concrete interface only. UsesDef (void); - + // These methods travese the inheritance tree and set the // parents piece of the given class in the right mode. virtual void CORBA_ComponentIR_UsesDef_setup_collocation (void); - + // Concrete non-local interface only. UsesDef ( IOP::IOR *ior, TAO_ORB_Core *orb_core = 0 ); - + // Non-local interface only. UsesDef ( TAO_Stub *objref, - CORBA::Boolean _tao_collocated = 0, + ::CORBA::Boolean _tao_collocated = 0, TAO_Abstract_ServantBase *servant = 0, TAO_ORB_Core *orb_core = 0 ); - + virtual ~UsesDef (void); - + private: // Private and unimplemented for concrete interfaces. UsesDef (const UsesDef &); - + void operator= (const UsesDef &); }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_UsesDef; - + // TAO_IDL - Generated from - // be\be_type.cpp:258 - + // .\be\be_type.cpp:258 + struct UsesDescription; - + typedef TAO_Var_Var_T< UsesDescription > UsesDescription_var; - + typedef TAO_Out_T< UsesDescription, UsesDescription_var > UsesDescription_out; - + // TAO_IDL - Generated from - // be\be_visitor_structure/structure_ch.cpp:57 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/structure_ch.cpp:57 + struct TAO_IFR_Client_Export UsesDescription { typedef UsesDescription_var _var_type; - + typedef UsesDescription_out _out_type; + static void _tao_any_destructor (void *); TAO::String_Manager name; TAO::String_Manager id; TAO::String_Manager defined_in; TAO::String_Manager version; TAO::String_Manager interface_type; - CORBA::Boolean is_multiple; + ::CORBA::Boolean is_multiple; }; - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_UsesDescription; - + // TAO_IDL - Generated from - // be\be_interface.cpp:598 + // .\be\be_interface.cpp:640 #if !defined (_CORBA_COMPONENTIR_EVENTPORTDEF__VAR_OUT_CH_) #define _CORBA_COMPONENTIR_EVENTPORTDEF__VAR_OUT_CH_ - + class EventPortDef; typedef EventPortDef *EventPortDef_ptr; - + typedef TAO_Objref_Var_T< EventPortDef > EventPortDef_var; - + typedef TAO_Objref_Out_T< EventPortDef @@ -1014,13 +1032,13 @@ namespace CORBA EventPortDef_out; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_interface/interface_ch.cpp:54 + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ch.cpp:54 #if !defined (_CORBA_COMPONENTIR_EVENTPORTDEF_CH_) #define _CORBA_COMPONENTIR_EVENTPORTDEF_CH_ - + class TAO_IFR_Client_Export EventPortDef : public virtual ::CORBA::Contained { @@ -1028,137 +1046,139 @@ namespace CORBA friend class TAO::Narrow_Utils<EventPortDef>; typedef EventPortDef_ptr _ptr_type; typedef EventPortDef_var _var_type; - + typedef EventPortDef_out _out_type; + // The static operations. static EventPortDef_ptr _duplicate (EventPortDef_ptr obj); - + static void _tao_release (EventPortDef_ptr obj); - + static EventPortDef_ptr _narrow ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static EventPortDef_ptr _unchecked_narrow ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static EventPortDef_ptr _nil (void) { return static_cast<EventPortDef_ptr> (0); } - + static void _tao_any_destructor (void *); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual ::CORBA::ComponentIR::EventDef_ptr event ( ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual void event ( ::CORBA::ComponentIR::EventDef_ptr event ACE_ENV_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - - virtual CORBA::Boolean is_a ( + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + + virtual ::CORBA::Boolean is_a ( const char * event_id ACE_ENV_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_interface/interface_ch.cpp:210 - - virtual CORBA::Boolean _is_a ( + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ch.cpp:212 + + virtual ::CORBA::Boolean _is_a ( const char *type_id ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + virtual const char* _interface_repository_id (void) const; - virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr); + virtual ::CORBA::Boolean marshal (TAO_OutputCDR &cdr); private: TAO::Collocation_Proxy_Broker *the_TAO_EventPortDef_Proxy_Broker_; - + protected: // Concrete interface only. EventPortDef (void); - + // These methods travese the inheritance tree and set the // parents piece of the given class in the right mode. virtual void CORBA_ComponentIR_EventPortDef_setup_collocation (void); - + // Concrete non-local interface only. EventPortDef ( IOP::IOR *ior, TAO_ORB_Core *orb_core = 0 ); - + // Non-local interface only. EventPortDef ( TAO_Stub *objref, - CORBA::Boolean _tao_collocated = 0, + ::CORBA::Boolean _tao_collocated = 0, TAO_Abstract_ServantBase *servant = 0, TAO_ORB_Core *orb_core = 0 ); - + virtual ~EventPortDef (void); - + private: // Private and unimplemented for concrete interfaces. EventPortDef (const EventPortDef &); - + void operator= (const EventPortDef &); }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_EventPortDef; - + // TAO_IDL - Generated from - // be\be_type.cpp:258 - + // .\be\be_type.cpp:258 + struct EventPortDescription; - + typedef TAO_Var_Var_T< EventPortDescription > EventPortDescription_var; - + typedef TAO_Out_T< EventPortDescription, EventPortDescription_var > EventPortDescription_out; - + // TAO_IDL - Generated from - // be\be_visitor_structure/structure_ch.cpp:57 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/structure_ch.cpp:57 + struct TAO_IFR_Client_Export EventPortDescription { typedef EventPortDescription_var _var_type; - + typedef EventPortDescription_out _out_type; + static void _tao_any_destructor (void *); TAO::String_Manager name; TAO::String_Manager id; @@ -1166,27 +1186,27 @@ namespace CORBA TAO::String_Manager version; TAO::String_Manager event; }; - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_EventPortDescription; - + // TAO_IDL - Generated from - // be\be_interface.cpp:598 + // .\be\be_interface.cpp:640 #if !defined (_CORBA_COMPONENTIR_EMITSDEF__VAR_OUT_CH_) #define _CORBA_COMPONENTIR_EMITSDEF__VAR_OUT_CH_ - + class EmitsDef; typedef EmitsDef *EmitsDef_ptr; - + typedef TAO_Objref_Var_T< EmitsDef > EmitsDef_var; - + typedef TAO_Objref_Out_T< EmitsDef @@ -1194,13 +1214,13 @@ namespace CORBA EmitsDef_out; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_interface/interface_ch.cpp:54 + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ch.cpp:54 #if !defined (_CORBA_COMPONENTIR_EMITSDEF_CH_) #define _CORBA_COMPONENTIR_EMITSDEF_CH_ - + class TAO_IFR_Client_Export EmitsDef : public virtual ::CORBA::ComponentIR::EventPortDef { @@ -1208,95 +1228,96 @@ namespace CORBA friend class TAO::Narrow_Utils<EmitsDef>; typedef EmitsDef_ptr _ptr_type; typedef EmitsDef_var _var_type; - + typedef EmitsDef_out _out_type; + // The static operations. static EmitsDef_ptr _duplicate (EmitsDef_ptr obj); - + static void _tao_release (EmitsDef_ptr obj); - + static EmitsDef_ptr _narrow ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static EmitsDef_ptr _unchecked_narrow ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static EmitsDef_ptr _nil (void) { return static_cast<EmitsDef_ptr> (0); } - + static void _tao_any_destructor (void *); - + // TAO_IDL - Generated from - // be\be_visitor_interface/interface_ch.cpp:210 - - virtual CORBA::Boolean _is_a ( + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ch.cpp:212 + + virtual ::CORBA::Boolean _is_a ( const char *type_id ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + virtual const char* _interface_repository_id (void) const; - virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr); + virtual ::CORBA::Boolean marshal (TAO_OutputCDR &cdr); private: TAO::Collocation_Proxy_Broker *the_TAO_EmitsDef_Proxy_Broker_; - + protected: // Concrete interface only. EmitsDef (void); - + // These methods travese the inheritance tree and set the // parents piece of the given class in the right mode. virtual void CORBA_ComponentIR_EmitsDef_setup_collocation (void); - + // Concrete non-local interface only. EmitsDef ( IOP::IOR *ior, TAO_ORB_Core *orb_core = 0 ); - + // Non-local interface only. EmitsDef ( TAO_Stub *objref, - CORBA::Boolean _tao_collocated = 0, + ::CORBA::Boolean _tao_collocated = 0, TAO_Abstract_ServantBase *servant = 0, TAO_ORB_Core *orb_core = 0 ); - + virtual ~EmitsDef (void); - + private: // Private and unimplemented for concrete interfaces. EmitsDef (const EmitsDef &); - + void operator= (const EmitsDef &); }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_EmitsDef; - + // TAO_IDL - Generated from - // be\be_interface.cpp:598 + // .\be\be_interface.cpp:640 #if !defined (_CORBA_COMPONENTIR_PUBLISHESDEF__VAR_OUT_CH_) #define _CORBA_COMPONENTIR_PUBLISHESDEF__VAR_OUT_CH_ - + class PublishesDef; typedef PublishesDef *PublishesDef_ptr; - + typedef TAO_Objref_Var_T< PublishesDef > PublishesDef_var; - + typedef TAO_Objref_Out_T< PublishesDef @@ -1304,13 +1325,13 @@ namespace CORBA PublishesDef_out; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_interface/interface_ch.cpp:54 + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ch.cpp:54 #if !defined (_CORBA_COMPONENTIR_PUBLISHESDEF_CH_) #define _CORBA_COMPONENTIR_PUBLISHESDEF_CH_ - + class TAO_IFR_Client_Export PublishesDef : public virtual ::CORBA::ComponentIR::EventPortDef { @@ -1318,95 +1339,96 @@ namespace CORBA friend class TAO::Narrow_Utils<PublishesDef>; typedef PublishesDef_ptr _ptr_type; typedef PublishesDef_var _var_type; - + typedef PublishesDef_out _out_type; + // The static operations. static PublishesDef_ptr _duplicate (PublishesDef_ptr obj); - + static void _tao_release (PublishesDef_ptr obj); - + static PublishesDef_ptr _narrow ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static PublishesDef_ptr _unchecked_narrow ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static PublishesDef_ptr _nil (void) { return static_cast<PublishesDef_ptr> (0); } - + static void _tao_any_destructor (void *); - + // TAO_IDL - Generated from - // be\be_visitor_interface/interface_ch.cpp:210 - - virtual CORBA::Boolean _is_a ( + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ch.cpp:212 + + virtual ::CORBA::Boolean _is_a ( const char *type_id ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + virtual const char* _interface_repository_id (void) const; - virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr); + virtual ::CORBA::Boolean marshal (TAO_OutputCDR &cdr); private: TAO::Collocation_Proxy_Broker *the_TAO_PublishesDef_Proxy_Broker_; - + protected: // Concrete interface only. PublishesDef (void); - + // These methods travese the inheritance tree and set the // parents piece of the given class in the right mode. virtual void CORBA_ComponentIR_PublishesDef_setup_collocation (void); - + // Concrete non-local interface only. PublishesDef ( IOP::IOR *ior, TAO_ORB_Core *orb_core = 0 ); - + // Non-local interface only. PublishesDef ( TAO_Stub *objref, - CORBA::Boolean _tao_collocated = 0, + ::CORBA::Boolean _tao_collocated = 0, TAO_Abstract_ServantBase *servant = 0, TAO_ORB_Core *orb_core = 0 ); - + virtual ~PublishesDef (void); - + private: // Private and unimplemented for concrete interfaces. PublishesDef (const PublishesDef &); - + void operator= (const PublishesDef &); }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_PublishesDef; - + // TAO_IDL - Generated from - // be\be_interface.cpp:598 + // .\be\be_interface.cpp:640 #if !defined (_CORBA_COMPONENTIR_CONSUMESDEF__VAR_OUT_CH_) #define _CORBA_COMPONENTIR_CONSUMESDEF__VAR_OUT_CH_ - + class ConsumesDef; typedef ConsumesDef *ConsumesDef_ptr; - + typedef TAO_Objref_Var_T< ConsumesDef > ConsumesDef_var; - + typedef TAO_Objref_Out_T< ConsumesDef @@ -1414,13 +1436,13 @@ namespace CORBA ConsumesDef_out; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_interface/interface_ch.cpp:54 + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ch.cpp:54 #if !defined (_CORBA_COMPONENTIR_CONSUMESDEF_CH_) #define _CORBA_COMPONENTIR_CONSUMESDEF_CH_ - + class TAO_IFR_Client_Export ConsumesDef : public virtual ::CORBA::ComponentIR::EventPortDef { @@ -1428,86 +1450,87 @@ namespace CORBA friend class TAO::Narrow_Utils<ConsumesDef>; typedef ConsumesDef_ptr _ptr_type; typedef ConsumesDef_var _var_type; - + typedef ConsumesDef_out _out_type; + // The static operations. static ConsumesDef_ptr _duplicate (ConsumesDef_ptr obj); - + static void _tao_release (ConsumesDef_ptr obj); - + static ConsumesDef_ptr _narrow ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static ConsumesDef_ptr _unchecked_narrow ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static ConsumesDef_ptr _nil (void) { return static_cast<ConsumesDef_ptr> (0); } - + static void _tao_any_destructor (void *); - + // TAO_IDL - Generated from - // be\be_visitor_interface/interface_ch.cpp:210 - - virtual CORBA::Boolean _is_a ( + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ch.cpp:212 + + virtual ::CORBA::Boolean _is_a ( const char *type_id ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + virtual const char* _interface_repository_id (void) const; - virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr); + virtual ::CORBA::Boolean marshal (TAO_OutputCDR &cdr); private: TAO::Collocation_Proxy_Broker *the_TAO_ConsumesDef_Proxy_Broker_; - + protected: // Concrete interface only. ConsumesDef (void); - + // These methods travese the inheritance tree and set the // parents piece of the given class in the right mode. virtual void CORBA_ComponentIR_ConsumesDef_setup_collocation (void); - + // Concrete non-local interface only. ConsumesDef ( IOP::IOR *ior, TAO_ORB_Core *orb_core = 0 ); - + // Non-local interface only. ConsumesDef ( TAO_Stub *objref, - CORBA::Boolean _tao_collocated = 0, + ::CORBA::Boolean _tao_collocated = 0, TAO_Abstract_ServantBase *servant = 0, TAO_ORB_Core *orb_core = 0 ); - + virtual ~ConsumesDef (void); - + private: // Private and unimplemented for concrete interfaces. ConsumesDef (const ConsumesDef &); - + void operator= (const ConsumesDef &); }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_ConsumesDef; - + // TAO_IDL - Generated from - // be\be_visitor_interface/interface_ch.cpp:54 + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ch.cpp:54 #if !defined (_CORBA_COMPONENTIR_COMPONENTDEF_CH_) #define _CORBA_COMPONENTIR_COMPONENTDEF_CH_ - + class TAO_IFR_Client_Export ComponentDef : public virtual ::CORBA::ExtInterfaceDef { @@ -1515,74 +1538,75 @@ namespace CORBA friend class TAO::Narrow_Utils<ComponentDef>; typedef ComponentDef_ptr _ptr_type; typedef ComponentDef_var _var_type; - + typedef ComponentDef_out _out_type; + // The static operations. static ComponentDef_ptr _duplicate (ComponentDef_ptr obj); - + static void _tao_release (ComponentDef_ptr obj); - + static ComponentDef_ptr _narrow ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static ComponentDef_ptr _unchecked_narrow ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static ComponentDef_ptr _nil (void) { return static_cast<ComponentDef_ptr> (0); } - + static void _tao_any_destructor (void *); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual ::CORBA::ComponentIR::ComponentDef_ptr base_component ( ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual void base_component ( ::CORBA::ComponentIR::ComponentDef_ptr base_component ACE_ENV_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual ::CORBA::InterfaceDefSeq * supported_interfaces ( ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual void supported_interfaces ( const ::CORBA::InterfaceDefSeq & supported_interfaces ACE_ENV_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual ::CORBA::ComponentIR::ProvidesDef_ptr create_provides ( const char * id, const char * name, @@ -1591,12 +1615,12 @@ namespace CORBA ACE_ENV_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual ::CORBA::ComponentIR::UsesDef_ptr create_uses ( const char * id, const char * name, @@ -1606,12 +1630,12 @@ namespace CORBA ACE_ENV_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual ::CORBA::ComponentIR::EmitsDef_ptr create_emits ( const char * id, const char * name, @@ -1620,12 +1644,12 @@ namespace CORBA ACE_ENV_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual ::CORBA::ComponentIR::PublishesDef_ptr create_publishes ( const char * id, const char * name, @@ -1634,12 +1658,12 @@ namespace CORBA ACE_ENV_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual ::CORBA::ComponentIR::ConsumesDef_ptr create_consumes ( const char * id, const char * name, @@ -1648,80 +1672,80 @@ namespace CORBA ACE_ENV_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_interface/interface_ch.cpp:210 - - virtual CORBA::Boolean _is_a ( + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ch.cpp:212 + + virtual ::CORBA::Boolean _is_a ( const char *type_id ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + virtual const char* _interface_repository_id (void) const; - virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr); + virtual ::CORBA::Boolean marshal (TAO_OutputCDR &cdr); private: TAO::Collocation_Proxy_Broker *the_TAO_ComponentDef_Proxy_Broker_; - + protected: // Concrete interface only. ComponentDef (void); - + // These methods travese the inheritance tree and set the // parents piece of the given class in the right mode. virtual void CORBA_ComponentIR_ComponentDef_setup_collocation (void); - + // Concrete non-local interface only. ComponentDef ( IOP::IOR *ior, TAO_ORB_Core *orb_core = 0 ); - + // Non-local interface only. ComponentDef ( TAO_Stub *objref, - CORBA::Boolean _tao_collocated = 0, + ::CORBA::Boolean _tao_collocated = 0, TAO_Abstract_ServantBase *servant = 0, TAO_ORB_Core *orb_core = 0 ); - + virtual ~ComponentDef (void); - + private: // Private and unimplemented for concrete interfaces. ComponentDef (const ComponentDef &); - + void operator= (const ComponentDef &); }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_ComponentDef; - + // TAO_IDL - Generated from - // be\be_visitor_sequence/sequence_ch.cpp:101 + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/sequence_ch.cpp:101 #if !defined (_CORBA_COMPONENTIR_PROVIDESDESCRIPTIONSEQ_CH_) #define _CORBA_COMPONENTIR_PROVIDESDESCRIPTIONSEQ_CH_ - + class ProvidesDescriptionSeq; - + typedef TAO_VarSeq_Var_T< ProvidesDescriptionSeq > ProvidesDescriptionSeq_var; - + typedef TAO_Seq_Out_T< ProvidesDescriptionSeq > ProvidesDescriptionSeq_out; - + class TAO_IFR_Client_Export ProvidesDescriptionSeq : public TAO::unbounded_value_sequence< @@ -1730,48 +1754,51 @@ namespace CORBA { public: ProvidesDescriptionSeq (void); - ProvidesDescriptionSeq (CORBA::ULong max); + ProvidesDescriptionSeq ( ::CORBA::ULong max); ProvidesDescriptionSeq ( - CORBA::ULong max, - CORBA::ULong length, - ProvidesDescription* buffer, - CORBA::Boolean release = false + ::CORBA::ULong max, + ::CORBA::ULong length, + ProvidesDescription* buffer, + ::CORBA::Boolean release = false ); ProvidesDescriptionSeq (const ProvidesDescriptionSeq &); ~ProvidesDescriptionSeq (void); - + static void _tao_any_destructor (void *); - + typedef ProvidesDescriptionSeq_var _var_type; + typedef ProvidesDescriptionSeq_out _out_type; + + }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_ProvidesDescriptionSeq; - + // TAO_IDL - Generated from - // be\be_visitor_sequence/sequence_ch.cpp:101 + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/sequence_ch.cpp:101 #if !defined (_CORBA_COMPONENTIR_USESDESCRIPTIONSEQ_CH_) #define _CORBA_COMPONENTIR_USESDESCRIPTIONSEQ_CH_ - + class UsesDescriptionSeq; - + typedef TAO_VarSeq_Var_T< UsesDescriptionSeq > UsesDescriptionSeq_var; - + typedef TAO_Seq_Out_T< UsesDescriptionSeq > UsesDescriptionSeq_out; - + class TAO_IFR_Client_Export UsesDescriptionSeq : public TAO::unbounded_value_sequence< @@ -1780,48 +1807,51 @@ namespace CORBA { public: UsesDescriptionSeq (void); - UsesDescriptionSeq (CORBA::ULong max); + UsesDescriptionSeq ( ::CORBA::ULong max); UsesDescriptionSeq ( - CORBA::ULong max, - CORBA::ULong length, - UsesDescription* buffer, - CORBA::Boolean release = false + ::CORBA::ULong max, + ::CORBA::ULong length, + UsesDescription* buffer, + ::CORBA::Boolean release = false ); UsesDescriptionSeq (const UsesDescriptionSeq &); ~UsesDescriptionSeq (void); - + static void _tao_any_destructor (void *); - + typedef UsesDescriptionSeq_var _var_type; + typedef UsesDescriptionSeq_out _out_type; + + }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_UsesDescriptionSeq; - + // TAO_IDL - Generated from - // be\be_visitor_sequence/sequence_ch.cpp:101 + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/sequence_ch.cpp:101 #if !defined (_CORBA_COMPONENTIR_EVENTPORTDESCRIPTIONSEQ_CH_) #define _CORBA_COMPONENTIR_EVENTPORTDESCRIPTIONSEQ_CH_ - + class EventPortDescriptionSeq; - + typedef TAO_VarSeq_Var_T< EventPortDescriptionSeq > EventPortDescriptionSeq_var; - + typedef TAO_Seq_Out_T< EventPortDescriptionSeq > EventPortDescriptionSeq_out; - + class TAO_IFR_Client_Export EventPortDescriptionSeq : public TAO::unbounded_value_sequence< @@ -1830,53 +1860,57 @@ namespace CORBA { public: EventPortDescriptionSeq (void); - EventPortDescriptionSeq (CORBA::ULong max); + EventPortDescriptionSeq ( ::CORBA::ULong max); EventPortDescriptionSeq ( - CORBA::ULong max, - CORBA::ULong length, - EventPortDescription* buffer, - CORBA::Boolean release = false + ::CORBA::ULong max, + ::CORBA::ULong length, + EventPortDescription* buffer, + ::CORBA::Boolean release = false ); EventPortDescriptionSeq (const EventPortDescriptionSeq &); ~EventPortDescriptionSeq (void); - + static void _tao_any_destructor (void *); - + typedef EventPortDescriptionSeq_var _var_type; + typedef EventPortDescriptionSeq_out _out_type; + + }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_EventPortDescriptionSeq; - + // TAO_IDL - Generated from - // be\be_type.cpp:258 - + // .\be\be_type.cpp:258 + struct ComponentDescription; - + typedef TAO_Var_Var_T< ComponentDescription > ComponentDescription_var; - + typedef TAO_Out_T< ComponentDescription, ComponentDescription_var > ComponentDescription_out; - + // TAO_IDL - Generated from - // be\be_visitor_structure/structure_ch.cpp:57 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/structure_ch.cpp:57 + struct TAO_IFR_Client_Export ComponentDescription { typedef ComponentDescription_var _var_type; - + typedef ComponentDescription_out _out_type; + static void _tao_any_destructor (void *); TAO::String_Manager name; TAO::String_Manager id; @@ -1890,29 +1924,29 @@ namespace CORBA CORBA::ComponentIR::EventPortDescriptionSeq publishes_events; CORBA::ComponentIR::EventPortDescriptionSeq consumes_events; CORBA::ExtAttrDescriptionSeq attributes; - CORBA::TypeCode_var type; + ::CORBA::TypeCode_var type; }; - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_ComponentDescription; - + // TAO_IDL - Generated from - // be\be_interface.cpp:598 + // .\be\be_interface.cpp:640 #if !defined (_CORBA_COMPONENTIR_FACTORYDEF__VAR_OUT_CH_) #define _CORBA_COMPONENTIR_FACTORYDEF__VAR_OUT_CH_ - + class FactoryDef; typedef FactoryDef *FactoryDef_ptr; - + typedef TAO_Objref_Var_T< FactoryDef > FactoryDef_var; - + typedef TAO_Objref_Out_T< FactoryDef @@ -1920,13 +1954,13 @@ namespace CORBA FactoryDef_out; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_interface/interface_ch.cpp:54 + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ch.cpp:54 #if !defined (_CORBA_COMPONENTIR_FACTORYDEF_CH_) #define _CORBA_COMPONENTIR_FACTORYDEF_CH_ - + class TAO_IFR_Client_Export FactoryDef : public virtual ::CORBA::OperationDef { @@ -1934,95 +1968,96 @@ namespace CORBA friend class TAO::Narrow_Utils<FactoryDef>; typedef FactoryDef_ptr _ptr_type; typedef FactoryDef_var _var_type; - + typedef FactoryDef_out _out_type; + // The static operations. static FactoryDef_ptr _duplicate (FactoryDef_ptr obj); - + static void _tao_release (FactoryDef_ptr obj); - + static FactoryDef_ptr _narrow ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static FactoryDef_ptr _unchecked_narrow ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static FactoryDef_ptr _nil (void) { return static_cast<FactoryDef_ptr> (0); } - + static void _tao_any_destructor (void *); - + // TAO_IDL - Generated from - // be\be_visitor_interface/interface_ch.cpp:210 - - virtual CORBA::Boolean _is_a ( + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ch.cpp:212 + + virtual ::CORBA::Boolean _is_a ( const char *type_id ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + virtual const char* _interface_repository_id (void) const; - virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr); + virtual ::CORBA::Boolean marshal (TAO_OutputCDR &cdr); private: TAO::Collocation_Proxy_Broker *the_TAO_FactoryDef_Proxy_Broker_; - + protected: // Concrete interface only. FactoryDef (void); - + // These methods travese the inheritance tree and set the // parents piece of the given class in the right mode. virtual void CORBA_ComponentIR_FactoryDef_setup_collocation (void); - + // Concrete non-local interface only. FactoryDef ( IOP::IOR *ior, TAO_ORB_Core *orb_core = 0 ); - + // Non-local interface only. FactoryDef ( TAO_Stub *objref, - CORBA::Boolean _tao_collocated = 0, + ::CORBA::Boolean _tao_collocated = 0, TAO_Abstract_ServantBase *servant = 0, TAO_ORB_Core *orb_core = 0 ); - + virtual ~FactoryDef (void); - + private: // Private and unimplemented for concrete interfaces. FactoryDef (const FactoryDef &); - + void operator= (const FactoryDef &); }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_FactoryDef; - + // TAO_IDL - Generated from - // be\be_interface.cpp:598 + // .\be\be_interface.cpp:640 #if !defined (_CORBA_COMPONENTIR_FINDERDEF__VAR_OUT_CH_) #define _CORBA_COMPONENTIR_FINDERDEF__VAR_OUT_CH_ - + class FinderDef; typedef FinderDef *FinderDef_ptr; - + typedef TAO_Objref_Var_T< FinderDef > FinderDef_var; - + typedef TAO_Objref_Out_T< FinderDef @@ -2030,13 +2065,13 @@ namespace CORBA FinderDef_out; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_interface/interface_ch.cpp:54 + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ch.cpp:54 #if !defined (_CORBA_COMPONENTIR_FINDERDEF_CH_) #define _CORBA_COMPONENTIR_FINDERDEF_CH_ - + class TAO_IFR_Client_Export FinderDef : public virtual ::CORBA::OperationDef { @@ -2044,86 +2079,87 @@ namespace CORBA friend class TAO::Narrow_Utils<FinderDef>; typedef FinderDef_ptr _ptr_type; typedef FinderDef_var _var_type; - + typedef FinderDef_out _out_type; + // The static operations. static FinderDef_ptr _duplicate (FinderDef_ptr obj); - + static void _tao_release (FinderDef_ptr obj); - + static FinderDef_ptr _narrow ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static FinderDef_ptr _unchecked_narrow ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static FinderDef_ptr _nil (void) { return static_cast<FinderDef_ptr> (0); } - + static void _tao_any_destructor (void *); - + // TAO_IDL - Generated from - // be\be_visitor_interface/interface_ch.cpp:210 - - virtual CORBA::Boolean _is_a ( + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ch.cpp:212 + + virtual ::CORBA::Boolean _is_a ( const char *type_id ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + virtual const char* _interface_repository_id (void) const; - virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr); + virtual ::CORBA::Boolean marshal (TAO_OutputCDR &cdr); private: TAO::Collocation_Proxy_Broker *the_TAO_FinderDef_Proxy_Broker_; - + protected: // Concrete interface only. FinderDef (void); - + // These methods travese the inheritance tree and set the // parents piece of the given class in the right mode. virtual void CORBA_ComponentIR_FinderDef_setup_collocation (void); - + // Concrete non-local interface only. FinderDef ( IOP::IOR *ior, TAO_ORB_Core *orb_core = 0 ); - + // Non-local interface only. FinderDef ( TAO_Stub *objref, - CORBA::Boolean _tao_collocated = 0, + ::CORBA::Boolean _tao_collocated = 0, TAO_Abstract_ServantBase *servant = 0, TAO_ORB_Core *orb_core = 0 ); - + virtual ~FinderDef (void); - + private: // Private and unimplemented for concrete interfaces. FinderDef (const FinderDef &); - + void operator= (const FinderDef &); }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_FinderDef; - + // TAO_IDL - Generated from - // be\be_visitor_interface/interface_ch.cpp:54 + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ch.cpp:54 #if !defined (_CORBA_COMPONENTIR_HOMEDEF_CH_) #define _CORBA_COMPONENTIR_HOMEDEF_CH_ - + class TAO_IFR_Client_Export HomeDef : public virtual ::CORBA::ExtInterfaceDef { @@ -2131,116 +2167,117 @@ namespace CORBA friend class TAO::Narrow_Utils<HomeDef>; typedef HomeDef_ptr _ptr_type; typedef HomeDef_var _var_type; - + typedef HomeDef_out _out_type; + // The static operations. static HomeDef_ptr _duplicate (HomeDef_ptr obj); - + static void _tao_release (HomeDef_ptr obj); - + static HomeDef_ptr _narrow ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static HomeDef_ptr _unchecked_narrow ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static HomeDef_ptr _nil (void) { return static_cast<HomeDef_ptr> (0); } - + static void _tao_any_destructor (void *); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual ::CORBA::ComponentIR::HomeDef_ptr base_home ( ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual void base_home ( ::CORBA::ComponentIR::HomeDef_ptr base_home ACE_ENV_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual ::CORBA::InterfaceDefSeq * supported_interfaces ( ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual void supported_interfaces ( const ::CORBA::InterfaceDefSeq & supported_interfaces ACE_ENV_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual ::CORBA::ComponentIR::ComponentDef_ptr managed_component ( ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual void managed_component ( ::CORBA::ComponentIR::ComponentDef_ptr managed_component ACE_ENV_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual ::CORBA::ValueDef_ptr primary_key ( ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual void primary_key ( ::CORBA::ValueDef_ptr primary_key ACE_ENV_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual ::CORBA::ComponentIR::FactoryDef_ptr create_factory ( const char * id, const char * name, @@ -2250,12 +2287,12 @@ namespace CORBA ACE_ENV_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual ::CORBA::ComponentIR::FinderDef_ptr create_finder ( const char * id, const char * name, @@ -2265,85 +2302,86 @@ namespace CORBA ACE_ENV_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_interface/interface_ch.cpp:210 - - virtual CORBA::Boolean _is_a ( + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ch.cpp:212 + + virtual ::CORBA::Boolean _is_a ( const char *type_id ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + virtual const char* _interface_repository_id (void) const; - virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr); + virtual ::CORBA::Boolean marshal (TAO_OutputCDR &cdr); private: TAO::Collocation_Proxy_Broker *the_TAO_HomeDef_Proxy_Broker_; - + protected: // Concrete interface only. HomeDef (void); - + // These methods travese the inheritance tree and set the // parents piece of the given class in the right mode. virtual void CORBA_ComponentIR_HomeDef_setup_collocation (void); - + // Concrete non-local interface only. HomeDef ( IOP::IOR *ior, TAO_ORB_Core *orb_core = 0 ); - + // Non-local interface only. HomeDef ( TAO_Stub *objref, - CORBA::Boolean _tao_collocated = 0, + ::CORBA::Boolean _tao_collocated = 0, TAO_Abstract_ServantBase *servant = 0, TAO_ORB_Core *orb_core = 0 ); - + virtual ~HomeDef (void); - + private: // Private and unimplemented for concrete interfaces. HomeDef (const HomeDef &); - + void operator= (const HomeDef &); }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_HomeDef; - + // TAO_IDL - Generated from - // be\be_type.cpp:258 - + // .\be\be_type.cpp:258 + struct HomeDescription; - + typedef TAO_Var_Var_T< HomeDescription > HomeDescription_var; - + typedef TAO_Out_T< HomeDescription, HomeDescription_var > HomeDescription_out; - + // TAO_IDL - Generated from - // be\be_visitor_structure/structure_ch.cpp:57 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/structure_ch.cpp:57 + struct TAO_IFR_Client_Export HomeDescription { typedef HomeDescription_var _var_type; - + typedef HomeDescription_out _out_type; + static void _tao_any_destructor (void *); TAO::String_Manager name; TAO::String_Manager id; @@ -2356,115 +2394,121 @@ namespace CORBA CORBA::OpDescriptionSeq finders; CORBA::OpDescriptionSeq operations; CORBA::ExtAttrDescriptionSeq attributes; - CORBA::TypeCode_var type; + ::CORBA::TypeCode_var type; }; - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_HomeDescription; - + // TAO_IDL - Generated from - // be\be_visitor_module/module_ch.cpp:66 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_module/module_ch.cpp:78 + } // module CORBA::ComponentIR // TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:66 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_module/module_ch.cpp:78 } // module CORBA // Proxy Broker Factory function pointer declarations. // TAO_IDL - Generated from -// be\be_visitor_root/root.cpp:139 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_root/root.cpp:139 extern TAO_IFR_Client_Export TAO::Collocation_Proxy_Broker * (*CORBA_ComponentIR__TAO_EventDef_Proxy_Broker_Factory_function_pointer) ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ); extern TAO_IFR_Client_Export TAO::Collocation_Proxy_Broker * (*CORBA_ComponentIR__TAO_Container_Proxy_Broker_Factory_function_pointer) ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ); extern TAO_IFR_Client_Export TAO::Collocation_Proxy_Broker * (*CORBA_ComponentIR__TAO_ModuleDef_Proxy_Broker_Factory_function_pointer) ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ); extern TAO_IFR_Client_Export TAO::Collocation_Proxy_Broker * (*CORBA_ComponentIR__TAO_Repository_Proxy_Broker_Factory_function_pointer) ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ); extern TAO_IFR_Client_Export TAO::Collocation_Proxy_Broker * (*CORBA_ComponentIR__TAO_ProvidesDef_Proxy_Broker_Factory_function_pointer) ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ); extern TAO_IFR_Client_Export TAO::Collocation_Proxy_Broker * (*CORBA_ComponentIR__TAO_UsesDef_Proxy_Broker_Factory_function_pointer) ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ); extern TAO_IFR_Client_Export TAO::Collocation_Proxy_Broker * (*CORBA_ComponentIR__TAO_EventPortDef_Proxy_Broker_Factory_function_pointer) ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ); extern TAO_IFR_Client_Export TAO::Collocation_Proxy_Broker * (*CORBA_ComponentIR__TAO_EmitsDef_Proxy_Broker_Factory_function_pointer) ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ); extern TAO_IFR_Client_Export TAO::Collocation_Proxy_Broker * (*CORBA_ComponentIR__TAO_PublishesDef_Proxy_Broker_Factory_function_pointer) ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ); extern TAO_IFR_Client_Export TAO::Collocation_Proxy_Broker * (*CORBA_ComponentIR__TAO_ConsumesDef_Proxy_Broker_Factory_function_pointer) ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ); extern TAO_IFR_Client_Export TAO::Collocation_Proxy_Broker * (*CORBA_ComponentIR__TAO_ComponentDef_Proxy_Broker_Factory_function_pointer) ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ); extern TAO_IFR_Client_Export TAO::Collocation_Proxy_Broker * (*CORBA_ComponentIR__TAO_FactoryDef_Proxy_Broker_Factory_function_pointer) ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ); extern TAO_IFR_Client_Export TAO::Collocation_Proxy_Broker * (*CORBA_ComponentIR__TAO_FinderDef_Proxy_Broker_Factory_function_pointer) ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ); extern TAO_IFR_Client_Export TAO::Collocation_Proxy_Broker * (*CORBA_ComponentIR__TAO_HomeDef_Proxy_Broker_Factory_function_pointer) ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ); // TAO_IDL - Generated from -// be\be_visitor_traits.cpp:61 +// .\be\be_visitor_traits.cpp:64 + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL // Traits specializations. namespace TAO @@ -2472,7 +2516,7 @@ namespace TAO #if !defined (_CORBA_COMPONENTIR_EVENTDEF__TRAITS_) #define _CORBA_COMPONENTIR_EVENTDEF__TRAITS_ - + template<> struct TAO_IFR_Client_Export Objref_Traits< ::CORBA::ComponentIR::EventDef> { @@ -2483,8 +2527,8 @@ namespace TAO ::CORBA::ComponentIR::EventDef_ptr ); static ::CORBA::ComponentIR::EventDef_ptr nil (void); - static CORBA::Boolean marshal ( - ::CORBA::ComponentIR::EventDef_ptr p, + static ::CORBA::Boolean marshal ( + const ::CORBA::ComponentIR::EventDef_ptr p, TAO_OutputCDR & cdr ); }; @@ -2493,7 +2537,7 @@ namespace TAO #if !defined (_CORBA_COMPONENTIR_CONTAINER__TRAITS_) #define _CORBA_COMPONENTIR_CONTAINER__TRAITS_ - + template<> struct TAO_IFR_Client_Export Objref_Traits< ::CORBA::ComponentIR::Container> { @@ -2504,8 +2548,8 @@ namespace TAO ::CORBA::ComponentIR::Container_ptr ); static ::CORBA::ComponentIR::Container_ptr nil (void); - static CORBA::Boolean marshal ( - ::CORBA::ComponentIR::Container_ptr p, + static ::CORBA::Boolean marshal ( + const ::CORBA::ComponentIR::Container_ptr p, TAO_OutputCDR & cdr ); }; @@ -2514,7 +2558,7 @@ namespace TAO #if !defined (_CORBA_COMPONENTIR_MODULEDEF__TRAITS_) #define _CORBA_COMPONENTIR_MODULEDEF__TRAITS_ - + template<> struct TAO_IFR_Client_Export Objref_Traits< ::CORBA::ComponentIR::ModuleDef> { @@ -2525,8 +2569,8 @@ namespace TAO ::CORBA::ComponentIR::ModuleDef_ptr ); static ::CORBA::ComponentIR::ModuleDef_ptr nil (void); - static CORBA::Boolean marshal ( - ::CORBA::ComponentIR::ModuleDef_ptr p, + static ::CORBA::Boolean marshal ( + const ::CORBA::ComponentIR::ModuleDef_ptr p, TAO_OutputCDR & cdr ); }; @@ -2535,7 +2579,7 @@ namespace TAO #if !defined (_CORBA_COMPONENTIR_REPOSITORY__TRAITS_) #define _CORBA_COMPONENTIR_REPOSITORY__TRAITS_ - + template<> struct TAO_IFR_Client_Export Objref_Traits< ::CORBA::ComponentIR::Repository> { @@ -2546,8 +2590,8 @@ namespace TAO ::CORBA::ComponentIR::Repository_ptr ); static ::CORBA::ComponentIR::Repository_ptr nil (void); - static CORBA::Boolean marshal ( - ::CORBA::ComponentIR::Repository_ptr p, + static ::CORBA::Boolean marshal ( + const ::CORBA::ComponentIR::Repository_ptr p, TAO_OutputCDR & cdr ); }; @@ -2556,7 +2600,7 @@ namespace TAO #if !defined (_CORBA_COMPONENTIR_PROVIDESDEF__TRAITS_) #define _CORBA_COMPONENTIR_PROVIDESDEF__TRAITS_ - + template<> struct TAO_IFR_Client_Export Objref_Traits< ::CORBA::ComponentIR::ProvidesDef> { @@ -2567,8 +2611,8 @@ namespace TAO ::CORBA::ComponentIR::ProvidesDef_ptr ); static ::CORBA::ComponentIR::ProvidesDef_ptr nil (void); - static CORBA::Boolean marshal ( - ::CORBA::ComponentIR::ProvidesDef_ptr p, + static ::CORBA::Boolean marshal ( + const ::CORBA::ComponentIR::ProvidesDef_ptr p, TAO_OutputCDR & cdr ); }; @@ -2577,7 +2621,7 @@ namespace TAO #if !defined (_CORBA_COMPONENTIR_USESDEF__TRAITS_) #define _CORBA_COMPONENTIR_USESDEF__TRAITS_ - + template<> struct TAO_IFR_Client_Export Objref_Traits< ::CORBA::ComponentIR::UsesDef> { @@ -2588,8 +2632,8 @@ namespace TAO ::CORBA::ComponentIR::UsesDef_ptr ); static ::CORBA::ComponentIR::UsesDef_ptr nil (void); - static CORBA::Boolean marshal ( - ::CORBA::ComponentIR::UsesDef_ptr p, + static ::CORBA::Boolean marshal ( + const ::CORBA::ComponentIR::UsesDef_ptr p, TAO_OutputCDR & cdr ); }; @@ -2598,7 +2642,7 @@ namespace TAO #if !defined (_CORBA_COMPONENTIR_EVENTPORTDEF__TRAITS_) #define _CORBA_COMPONENTIR_EVENTPORTDEF__TRAITS_ - + template<> struct TAO_IFR_Client_Export Objref_Traits< ::CORBA::ComponentIR::EventPortDef> { @@ -2609,8 +2653,8 @@ namespace TAO ::CORBA::ComponentIR::EventPortDef_ptr ); static ::CORBA::ComponentIR::EventPortDef_ptr nil (void); - static CORBA::Boolean marshal ( - ::CORBA::ComponentIR::EventPortDef_ptr p, + static ::CORBA::Boolean marshal ( + const ::CORBA::ComponentIR::EventPortDef_ptr p, TAO_OutputCDR & cdr ); }; @@ -2619,7 +2663,7 @@ namespace TAO #if !defined (_CORBA_COMPONENTIR_EMITSDEF__TRAITS_) #define _CORBA_COMPONENTIR_EMITSDEF__TRAITS_ - + template<> struct TAO_IFR_Client_Export Objref_Traits< ::CORBA::ComponentIR::EmitsDef> { @@ -2630,8 +2674,8 @@ namespace TAO ::CORBA::ComponentIR::EmitsDef_ptr ); static ::CORBA::ComponentIR::EmitsDef_ptr nil (void); - static CORBA::Boolean marshal ( - ::CORBA::ComponentIR::EmitsDef_ptr p, + static ::CORBA::Boolean marshal ( + const ::CORBA::ComponentIR::EmitsDef_ptr p, TAO_OutputCDR & cdr ); }; @@ -2640,7 +2684,7 @@ namespace TAO #if !defined (_CORBA_COMPONENTIR_PUBLISHESDEF__TRAITS_) #define _CORBA_COMPONENTIR_PUBLISHESDEF__TRAITS_ - + template<> struct TAO_IFR_Client_Export Objref_Traits< ::CORBA::ComponentIR::PublishesDef> { @@ -2651,8 +2695,8 @@ namespace TAO ::CORBA::ComponentIR::PublishesDef_ptr ); static ::CORBA::ComponentIR::PublishesDef_ptr nil (void); - static CORBA::Boolean marshal ( - ::CORBA::ComponentIR::PublishesDef_ptr p, + static ::CORBA::Boolean marshal ( + const ::CORBA::ComponentIR::PublishesDef_ptr p, TAO_OutputCDR & cdr ); }; @@ -2661,7 +2705,7 @@ namespace TAO #if !defined (_CORBA_COMPONENTIR_CONSUMESDEF__TRAITS_) #define _CORBA_COMPONENTIR_CONSUMESDEF__TRAITS_ - + template<> struct TAO_IFR_Client_Export Objref_Traits< ::CORBA::ComponentIR::ConsumesDef> { @@ -2672,8 +2716,8 @@ namespace TAO ::CORBA::ComponentIR::ConsumesDef_ptr ); static ::CORBA::ComponentIR::ConsumesDef_ptr nil (void); - static CORBA::Boolean marshal ( - ::CORBA::ComponentIR::ConsumesDef_ptr p, + static ::CORBA::Boolean marshal ( + const ::CORBA::ComponentIR::ConsumesDef_ptr p, TAO_OutputCDR & cdr ); }; @@ -2682,7 +2726,7 @@ namespace TAO #if !defined (_CORBA_COMPONENTIR_COMPONENTDEF__TRAITS_) #define _CORBA_COMPONENTIR_COMPONENTDEF__TRAITS_ - + template<> struct TAO_IFR_Client_Export Objref_Traits< ::CORBA::ComponentIR::ComponentDef> { @@ -2693,8 +2737,8 @@ namespace TAO ::CORBA::ComponentIR::ComponentDef_ptr ); static ::CORBA::ComponentIR::ComponentDef_ptr nil (void); - static CORBA::Boolean marshal ( - ::CORBA::ComponentIR::ComponentDef_ptr p, + static ::CORBA::Boolean marshal ( + const ::CORBA::ComponentIR::ComponentDef_ptr p, TAO_OutputCDR & cdr ); }; @@ -2703,7 +2747,7 @@ namespace TAO #if !defined (_CORBA_COMPONENTIR_FACTORYDEF__TRAITS_) #define _CORBA_COMPONENTIR_FACTORYDEF__TRAITS_ - + template<> struct TAO_IFR_Client_Export Objref_Traits< ::CORBA::ComponentIR::FactoryDef> { @@ -2714,8 +2758,8 @@ namespace TAO ::CORBA::ComponentIR::FactoryDef_ptr ); static ::CORBA::ComponentIR::FactoryDef_ptr nil (void); - static CORBA::Boolean marshal ( - ::CORBA::ComponentIR::FactoryDef_ptr p, + static ::CORBA::Boolean marshal ( + const ::CORBA::ComponentIR::FactoryDef_ptr p, TAO_OutputCDR & cdr ); }; @@ -2724,7 +2768,7 @@ namespace TAO #if !defined (_CORBA_COMPONENTIR_FINDERDEF__TRAITS_) #define _CORBA_COMPONENTIR_FINDERDEF__TRAITS_ - + template<> struct TAO_IFR_Client_Export Objref_Traits< ::CORBA::ComponentIR::FinderDef> { @@ -2735,8 +2779,8 @@ namespace TAO ::CORBA::ComponentIR::FinderDef_ptr ); static ::CORBA::ComponentIR::FinderDef_ptr nil (void); - static CORBA::Boolean marshal ( - ::CORBA::ComponentIR::FinderDef_ptr p, + static ::CORBA::Boolean marshal ( + const ::CORBA::ComponentIR::FinderDef_ptr p, TAO_OutputCDR & cdr ); }; @@ -2745,7 +2789,7 @@ namespace TAO #if !defined (_CORBA_COMPONENTIR_HOMEDEF__TRAITS_) #define _CORBA_COMPONENTIR_HOMEDEF__TRAITS_ - + template<> struct TAO_IFR_Client_Export Objref_Traits< ::CORBA::ComponentIR::HomeDef> { @@ -2756,359 +2800,1241 @@ namespace TAO ::CORBA::ComponentIR::HomeDef_ptr ); static ::CORBA::ComponentIR::HomeDef_ptr nil (void); - static CORBA::Boolean marshal ( - ::CORBA::ComponentIR::HomeDef_ptr p, + static ::CORBA::Boolean marshal ( + const ::CORBA::ComponentIR::HomeDef_ptr p, TAO_OutputCDR & cdr ); }; #endif /* end #if !defined */ } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + // TAO_IDL - Generated from -// be\be_visitor_interface/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/any_op_ch.cpp:54 + + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + + namespace ComponentIR + { + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, EventDef_ptr); // copying + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, EventDef_ptr *); // non-copying + TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, EventDef_ptr &); + } +} + +#else + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::ComponentIR::EventDef_ptr); // copying +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::ComponentIR::EventDef_ptr *); // non-copying +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::ComponentIR::EventDef_ptr &); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ComponentIR::EventDef_ptr); // copying -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ComponentIR::EventDef_ptr *); // non-copying -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::ComponentIR::EventDef_ptr &); + + +#endif // TAO_IDL - Generated from -// be\be_visitor_interface/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/any_op_ch.cpp:54 + + -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ComponentIR::Container_ptr); // copying -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ComponentIR::Container_ptr *); // non-copying -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::ComponentIR::Container_ptr &); +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + + namespace ComponentIR + { + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, Container_ptr); // copying + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, Container_ptr *); // non-copying + TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, Container_ptr &); + } +} + +#else + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::ComponentIR::Container_ptr); // copying +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::ComponentIR::Container_ptr *); // non-copying +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::ComponentIR::Container_ptr &); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#endif // TAO_IDL - Generated from -// be\be_visitor_interface/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/any_op_ch.cpp:54 + -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ComponentIR::ModuleDef_ptr); // copying -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ComponentIR::ModuleDef_ptr *); // non-copying -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::ComponentIR::ModuleDef_ptr &); + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + + namespace ComponentIR + { + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, ModuleDef_ptr); // copying + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, ModuleDef_ptr *); // non-copying + TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, ModuleDef_ptr &); + } +} + +#else + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::ComponentIR::ModuleDef_ptr); // copying +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::ComponentIR::ModuleDef_ptr *); // non-copying +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::ComponentIR::ModuleDef_ptr &); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#endif // TAO_IDL - Generated from -// be\be_visitor_interface/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/any_op_ch.cpp:54 + + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + + namespace ComponentIR + { + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, Repository_ptr); // copying + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, Repository_ptr *); // non-copying + TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, Repository_ptr &); + } +} + +#else + -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ComponentIR::Repository_ptr); // copying -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ComponentIR::Repository_ptr *); // non-copying -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::ComponentIR::Repository_ptr &); + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::ComponentIR::Repository_ptr); // copying +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::ComponentIR::Repository_ptr *); // non-copying +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::ComponentIR::Repository_ptr &); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#endif // TAO_IDL - Generated from -// be\be_visitor_interface/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/any_op_ch.cpp:54 + + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + + namespace ComponentIR + { + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, ProvidesDef_ptr); // copying + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, ProvidesDef_ptr *); // non-copying + TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, ProvidesDef_ptr &); + } +} + +#else -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ComponentIR::ProvidesDef_ptr); // copying -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ComponentIR::ProvidesDef_ptr *); // non-copying -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::ComponentIR::ProvidesDef_ptr &); + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::ComponentIR::ProvidesDef_ptr); // copying +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::ComponentIR::ProvidesDef_ptr *); // non-copying +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::ComponentIR::ProvidesDef_ptr &); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#endif // TAO_IDL - Generated from -// be\be_visitor_structure/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/any_op_ch.cpp:53 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, const CORBA::ComponentIR::ProvidesDescription &); // copying version +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::ComponentIR::ProvidesDescription*); // noncopying version +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::ComponentIR::ProvidesDescription *&); // deprecated +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, const CORBA::ComponentIR::ProvidesDescription *&); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, const CORBA::ComponentIR::ProvidesDescription &); // copying version -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ComponentIR::ProvidesDescription*); // noncopying version -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::ComponentIR::ProvidesDescription *&); // deprecated -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, const CORBA::ComponentIR::ProvidesDescription *&); // TAO_IDL - Generated from -// be\be_visitor_interface/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/any_op_ch.cpp:54 + + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + + namespace ComponentIR + { + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, UsesDef_ptr); // copying + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, UsesDef_ptr *); // non-copying + TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, UsesDef_ptr &); + } +} + +#else + -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ComponentIR::UsesDef_ptr); // copying -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ComponentIR::UsesDef_ptr *); // non-copying -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::ComponentIR::UsesDef_ptr &); + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::ComponentIR::UsesDef_ptr); // copying +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::ComponentIR::UsesDef_ptr *); // non-copying +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::ComponentIR::UsesDef_ptr &); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#endif // TAO_IDL - Generated from -// be\be_visitor_structure/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/any_op_ch.cpp:53 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, const CORBA::ComponentIR::UsesDescription &); // copying version +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::ComponentIR::UsesDescription*); // noncopying version +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::ComponentIR::UsesDescription *&); // deprecated +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, const CORBA::ComponentIR::UsesDescription *&); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, const CORBA::ComponentIR::UsesDescription &); // copying version -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ComponentIR::UsesDescription*); // noncopying version -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::ComponentIR::UsesDescription *&); // deprecated -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, const CORBA::ComponentIR::UsesDescription *&); // TAO_IDL - Generated from -// be\be_visitor_interface/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/any_op_ch.cpp:54 + + -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ComponentIR::EventPortDef_ptr); // copying -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ComponentIR::EventPortDef_ptr *); // non-copying -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::ComponentIR::EventPortDef_ptr &); +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + + namespace ComponentIR + { + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, EventPortDef_ptr); // copying + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, EventPortDef_ptr *); // non-copying + TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, EventPortDef_ptr &); + } +} + +#else + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::ComponentIR::EventPortDef_ptr); // copying +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::ComponentIR::EventPortDef_ptr *); // non-copying +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::ComponentIR::EventPortDef_ptr &); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#endif // TAO_IDL - Generated from -// be\be_visitor_structure/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/any_op_ch.cpp:53 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, const CORBA::ComponentIR::EventPortDescription &); // copying version +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::ComponentIR::EventPortDescription*); // noncopying version +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::ComponentIR::EventPortDescription *&); // deprecated +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, const CORBA::ComponentIR::EventPortDescription *&); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, const CORBA::ComponentIR::EventPortDescription &); // copying version -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ComponentIR::EventPortDescription*); // noncopying version -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::ComponentIR::EventPortDescription *&); // deprecated -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, const CORBA::ComponentIR::EventPortDescription *&); // TAO_IDL - Generated from -// be\be_visitor_interface/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/any_op_ch.cpp:54 + + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ComponentIR::EmitsDef_ptr); // copying -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ComponentIR::EmitsDef_ptr *); // non-copying -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::ComponentIR::EmitsDef_ptr &); +namespace CORBA +{ + + namespace ComponentIR + { + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, EmitsDef_ptr); // copying + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, EmitsDef_ptr *); // non-copying + TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, EmitsDef_ptr &); + } +} + +#else + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::ComponentIR::EmitsDef_ptr); // copying +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::ComponentIR::EmitsDef_ptr *); // non-copying +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::ComponentIR::EmitsDef_ptr &); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#endif // TAO_IDL - Generated from -// be\be_visitor_interface/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/any_op_ch.cpp:54 + + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + + namespace ComponentIR + { + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, PublishesDef_ptr); // copying + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, PublishesDef_ptr *); // non-copying + TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, PublishesDef_ptr &); + } +} + +#else -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ComponentIR::PublishesDef_ptr); // copying -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ComponentIR::PublishesDef_ptr *); // non-copying -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::ComponentIR::PublishesDef_ptr &); + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::ComponentIR::PublishesDef_ptr); // copying +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::ComponentIR::PublishesDef_ptr *); // non-copying +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::ComponentIR::PublishesDef_ptr &); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#endif // TAO_IDL - Generated from -// be\be_visitor_interface/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/any_op_ch.cpp:54 + + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + + namespace ComponentIR + { + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, ConsumesDef_ptr); // copying + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, ConsumesDef_ptr *); // non-copying + TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, ConsumesDef_ptr &); + } +} + +#else + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::ComponentIR::ConsumesDef_ptr); // copying +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::ComponentIR::ConsumesDef_ptr *); // non-copying +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::ComponentIR::ConsumesDef_ptr &); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ComponentIR::ConsumesDef_ptr); // copying -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ComponentIR::ConsumesDef_ptr *); // non-copying -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::ComponentIR::ConsumesDef_ptr &); + + + +#endif // TAO_IDL - Generated from -// be\be_visitor_interface/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/any_op_ch.cpp:54 + + -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ComponentIR::ComponentDef_ptr); // copying -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ComponentIR::ComponentDef_ptr *); // non-copying -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::ComponentIR::ComponentDef_ptr &); +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + + namespace ComponentIR + { + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, ComponentDef_ptr); // copying + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, ComponentDef_ptr *); // non-copying + TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, ComponentDef_ptr &); + } +} + +#else + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::ComponentIR::ComponentDef_ptr); // copying +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::ComponentIR::ComponentDef_ptr *); // non-copying +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::ComponentIR::ComponentDef_ptr &); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#endif // TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/any_op_ch.cpp:53 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, const CORBA::ComponentIR::ProvidesDescriptionSeq &); // copying version +TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, CORBA::ComponentIR::ProvidesDescriptionSeq*); // noncopying version +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::ComponentIR::ProvidesDescriptionSeq *&); // deprecated +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, const CORBA::ComponentIR::ProvidesDescriptionSeq *&); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, const CORBA::ComponentIR::ProvidesDescriptionSeq &); // copying version -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ComponentIR::ProvidesDescriptionSeq*); // noncopying version -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::ComponentIR::ProvidesDescriptionSeq *&); // deprecated -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, const CORBA::ComponentIR::ProvidesDescriptionSeq *&); // TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/any_op_ch.cpp:53 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, const CORBA::ComponentIR::UsesDescriptionSeq &); // copying version +TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, CORBA::ComponentIR::UsesDescriptionSeq*); // noncopying version +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::ComponentIR::UsesDescriptionSeq *&); // deprecated +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, const CORBA::ComponentIR::UsesDescriptionSeq *&); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, const CORBA::ComponentIR::UsesDescriptionSeq &); // copying version -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ComponentIR::UsesDescriptionSeq*); // noncopying version -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::ComponentIR::UsesDescriptionSeq *&); // deprecated -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, const CORBA::ComponentIR::UsesDescriptionSeq *&); // TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/any_op_ch.cpp:53 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, const CORBA::ComponentIR::EventPortDescriptionSeq &); // copying version +TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, CORBA::ComponentIR::EventPortDescriptionSeq*); // noncopying version +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::ComponentIR::EventPortDescriptionSeq *&); // deprecated +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, const CORBA::ComponentIR::EventPortDescriptionSeq *&); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, const CORBA::ComponentIR::EventPortDescriptionSeq &); // copying version -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ComponentIR::EventPortDescriptionSeq*); // noncopying version -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::ComponentIR::EventPortDescriptionSeq *&); // deprecated -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, const CORBA::ComponentIR::EventPortDescriptionSeq *&); // TAO_IDL - Generated from -// be\be_visitor_structure/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/any_op_ch.cpp:53 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, const CORBA::ComponentIR::ComponentDescription &); // copying version +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::ComponentIR::ComponentDescription*); // noncopying version +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::ComponentIR::ComponentDescription *&); // deprecated +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, const CORBA::ComponentIR::ComponentDescription *&); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, const CORBA::ComponentIR::ComponentDescription &); // copying version -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ComponentIR::ComponentDescription*); // noncopying version -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::ComponentIR::ComponentDescription *&); // deprecated -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, const CORBA::ComponentIR::ComponentDescription *&); // TAO_IDL - Generated from -// be\be_visitor_interface/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/any_op_ch.cpp:54 + + -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ComponentIR::FactoryDef_ptr); // copying -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ComponentIR::FactoryDef_ptr *); // non-copying -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::ComponentIR::FactoryDef_ptr &); +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + + namespace ComponentIR + { + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, FactoryDef_ptr); // copying + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, FactoryDef_ptr *); // non-copying + TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, FactoryDef_ptr &); + } +} + +#else + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::ComponentIR::FactoryDef_ptr); // copying +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::ComponentIR::FactoryDef_ptr *); // non-copying +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::ComponentIR::FactoryDef_ptr &); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#endif // TAO_IDL - Generated from -// be\be_visitor_interface/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/any_op_ch.cpp:54 + + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + + namespace ComponentIR + { + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, FinderDef_ptr); // copying + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, FinderDef_ptr *); // non-copying + TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, FinderDef_ptr &); + } +} + +#else + -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ComponentIR::FinderDef_ptr); // copying -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ComponentIR::FinderDef_ptr *); // non-copying -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::ComponentIR::FinderDef_ptr &); + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::ComponentIR::FinderDef_ptr); // copying +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::ComponentIR::FinderDef_ptr *); // non-copying +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::ComponentIR::FinderDef_ptr &); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#endif // TAO_IDL - Generated from -// be\be_visitor_interface/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/any_op_ch.cpp:54 + + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + + namespace ComponentIR + { + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, HomeDef_ptr); // copying + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, HomeDef_ptr *); // non-copying + TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, HomeDef_ptr &); + } +} + +#else + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::ComponentIR::HomeDef_ptr); // copying +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::ComponentIR::HomeDef_ptr *); // non-copying +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::ComponentIR::HomeDef_ptr &); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ComponentIR::HomeDef_ptr); // copying -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ComponentIR::HomeDef_ptr *); // non-copying -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::ComponentIR::HomeDef_ptr &); + + +#endif // TAO_IDL - Generated from -// be\be_visitor_structure/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/any_op_ch.cpp:53 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, const CORBA::ComponentIR::HomeDescription &); // copying version +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::ComponentIR::HomeDescription*); // noncopying version +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::ComponentIR::HomeDescription *&); // deprecated +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, const CORBA::ComponentIR::HomeDescription *&); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, const CORBA::ComponentIR::HomeDescription &); // copying version -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ComponentIR::HomeDescription*); // noncopying version -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::ComponentIR::HomeDescription *&); // deprecated -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, const CORBA::ComponentIR::HomeDescription *&); // TAO_IDL - Generated from -// be\be_visitor_interface/cdr_op_ch.cpp:55 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/cdr_op_ch.cpp:55 + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ComponentIR::EventDef_ptr ); +TAO_IFR_Client_Export ::CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ComponentIR::EventDef_ptr &); + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ComponentIR::EventDef_ptr ); -TAO_IFR_Client_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ComponentIR::EventDef_ptr &); // TAO_IDL - Generated from -// be\be_visitor_interface/cdr_op_ch.cpp:55 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/cdr_op_ch.cpp:55 + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ComponentIR::Container_ptr ); +TAO_IFR_Client_Export ::CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ComponentIR::Container_ptr &); + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ComponentIR::Container_ptr ); -TAO_IFR_Client_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ComponentIR::Container_ptr &); // TAO_IDL - Generated from -// be\be_visitor_interface/cdr_op_ch.cpp:55 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/cdr_op_ch.cpp:55 + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ComponentIR::ModuleDef_ptr ); +TAO_IFR_Client_Export ::CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ComponentIR::ModuleDef_ptr &); + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ComponentIR::ModuleDef_ptr ); -TAO_IFR_Client_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ComponentIR::ModuleDef_ptr &); // TAO_IDL - Generated from -// be\be_visitor_interface/cdr_op_ch.cpp:55 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/cdr_op_ch.cpp:55 + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ComponentIR::Repository_ptr ); +TAO_IFR_Client_Export ::CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ComponentIR::Repository_ptr &); + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ComponentIR::Repository_ptr ); -TAO_IFR_Client_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ComponentIR::Repository_ptr &); // TAO_IDL - Generated from -// be\be_visitor_interface/cdr_op_ch.cpp:55 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/cdr_op_ch.cpp:55 + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ComponentIR::ProvidesDef_ptr ); +TAO_IFR_Client_Export ::CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ComponentIR::ProvidesDef_ptr &); + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ComponentIR::ProvidesDef_ptr ); -TAO_IFR_Client_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ComponentIR::ProvidesDef_ptr &); // TAO_IDL - Generated from -// be\be_visitor_structure/cdr_op_ch.cpp:54 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/cdr_op_ch.cpp:54 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ComponentIR::ProvidesDescription &); +TAO_IFR_Client_Export ::CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ComponentIR::ProvidesDescription &); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ComponentIR::ProvidesDescription &); -TAO_IFR_Client_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ComponentIR::ProvidesDescription &); // TAO_IDL - Generated from -// be\be_visitor_interface/cdr_op_ch.cpp:55 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/cdr_op_ch.cpp:55 + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ComponentIR::UsesDef_ptr ); +TAO_IFR_Client_Export ::CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ComponentIR::UsesDef_ptr &); + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ComponentIR::UsesDef_ptr ); -TAO_IFR_Client_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ComponentIR::UsesDef_ptr &); // TAO_IDL - Generated from -// be\be_visitor_structure/cdr_op_ch.cpp:54 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/cdr_op_ch.cpp:54 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ComponentIR::UsesDescription &); +TAO_IFR_Client_Export ::CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ComponentIR::UsesDescription &); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ComponentIR::UsesDescription &); -TAO_IFR_Client_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ComponentIR::UsesDescription &); // TAO_IDL - Generated from -// be\be_visitor_interface/cdr_op_ch.cpp:55 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/cdr_op_ch.cpp:55 + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ComponentIR::EventPortDef_ptr ); +TAO_IFR_Client_Export ::CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ComponentIR::EventPortDef_ptr &); + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ComponentIR::EventPortDef_ptr ); -TAO_IFR_Client_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ComponentIR::EventPortDef_ptr &); // TAO_IDL - Generated from -// be\be_visitor_structure/cdr_op_ch.cpp:54 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/cdr_op_ch.cpp:54 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ComponentIR::EventPortDescription &); +TAO_IFR_Client_Export ::CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ComponentIR::EventPortDescription &); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ComponentIR::EventPortDescription &); -TAO_IFR_Client_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ComponentIR::EventPortDescription &); // TAO_IDL - Generated from -// be\be_visitor_interface/cdr_op_ch.cpp:55 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/cdr_op_ch.cpp:55 + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ComponentIR::EmitsDef_ptr ); +TAO_IFR_Client_Export ::CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ComponentIR::EmitsDef_ptr &); + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ComponentIR::EmitsDef_ptr ); -TAO_IFR_Client_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ComponentIR::EmitsDef_ptr &); // TAO_IDL - Generated from -// be\be_visitor_interface/cdr_op_ch.cpp:55 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/cdr_op_ch.cpp:55 + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ComponentIR::PublishesDef_ptr ); +TAO_IFR_Client_Export ::CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ComponentIR::PublishesDef_ptr &); + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ComponentIR::PublishesDef_ptr ); -TAO_IFR_Client_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ComponentIR::PublishesDef_ptr &); // TAO_IDL - Generated from -// be\be_visitor_interface/cdr_op_ch.cpp:55 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/cdr_op_ch.cpp:55 + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ComponentIR::ConsumesDef_ptr ); +TAO_IFR_Client_Export ::CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ComponentIR::ConsumesDef_ptr &); + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ComponentIR::ConsumesDef_ptr ); -TAO_IFR_Client_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ComponentIR::ConsumesDef_ptr &); // TAO_IDL - Generated from -// be\be_visitor_interface/cdr_op_ch.cpp:55 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/cdr_op_ch.cpp:55 + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ComponentIR::ComponentDef_ptr ); +TAO_IFR_Client_Export ::CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ComponentIR::ComponentDef_ptr &); + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ComponentIR::ComponentDef_ptr ); -TAO_IFR_Client_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ComponentIR::ComponentDef_ptr &); // TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_ch.cpp:71 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/cdr_op_ch.cpp:71 #if !defined _TAO_CDR_OP_CORBA_ComponentIR_ProvidesDescriptionSeq_H_ #define _TAO_CDR_OP_CORBA_ComponentIR_ProvidesDescriptionSeq_H_ -TAO_IFR_Client_Export CORBA::Boolean operator<< ( +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< ( TAO_OutputCDR &, const CORBA::ComponentIR::ProvidesDescriptionSeq & ); -TAO_IFR_Client_Export CORBA::Boolean operator>> ( +TAO_IFR_Client_Export ::CORBA::Boolean operator>> ( TAO_InputCDR &, CORBA::ComponentIR::ProvidesDescriptionSeq & ); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + #endif /* _TAO_CDR_OP_CORBA_ComponentIR_ProvidesDescriptionSeq_H_ */ // TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_ch.cpp:71 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/cdr_op_ch.cpp:71 #if !defined _TAO_CDR_OP_CORBA_ComponentIR_UsesDescriptionSeq_H_ #define _TAO_CDR_OP_CORBA_ComponentIR_UsesDescriptionSeq_H_ -TAO_IFR_Client_Export CORBA::Boolean operator<< ( +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< ( TAO_OutputCDR &, const CORBA::ComponentIR::UsesDescriptionSeq & ); -TAO_IFR_Client_Export CORBA::Boolean operator>> ( +TAO_IFR_Client_Export ::CORBA::Boolean operator>> ( TAO_InputCDR &, CORBA::ComponentIR::UsesDescriptionSeq & ); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + #endif /* _TAO_CDR_OP_CORBA_ComponentIR_UsesDescriptionSeq_H_ */ // TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_ch.cpp:71 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/cdr_op_ch.cpp:71 #if !defined _TAO_CDR_OP_CORBA_ComponentIR_EventPortDescriptionSeq_H_ #define _TAO_CDR_OP_CORBA_ComponentIR_EventPortDescriptionSeq_H_ -TAO_IFR_Client_Export CORBA::Boolean operator<< ( +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< ( TAO_OutputCDR &, const CORBA::ComponentIR::EventPortDescriptionSeq & ); -TAO_IFR_Client_Export CORBA::Boolean operator>> ( +TAO_IFR_Client_Export ::CORBA::Boolean operator>> ( TAO_InputCDR &, CORBA::ComponentIR::EventPortDescriptionSeq & ); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + #endif /* _TAO_CDR_OP_CORBA_ComponentIR_EventPortDescriptionSeq_H_ */ // TAO_IDL - Generated from -// be\be_visitor_structure/cdr_op_ch.cpp:54 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/cdr_op_ch.cpp:54 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ComponentIR::ComponentDescription &); +TAO_IFR_Client_Export ::CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ComponentIR::ComponentDescription &); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ComponentIR::ComponentDescription &); -TAO_IFR_Client_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ComponentIR::ComponentDescription &); // TAO_IDL - Generated from -// be\be_visitor_interface/cdr_op_ch.cpp:55 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/cdr_op_ch.cpp:55 + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ComponentIR::FactoryDef_ptr ); +TAO_IFR_Client_Export ::CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ComponentIR::FactoryDef_ptr &); + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ComponentIR::FactoryDef_ptr ); -TAO_IFR_Client_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ComponentIR::FactoryDef_ptr &); // TAO_IDL - Generated from -// be\be_visitor_interface/cdr_op_ch.cpp:55 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/cdr_op_ch.cpp:55 + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ComponentIR::FinderDef_ptr ); +TAO_IFR_Client_Export ::CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ComponentIR::FinderDef_ptr &); + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ComponentIR::FinderDef_ptr ); -TAO_IFR_Client_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ComponentIR::FinderDef_ptr &); // TAO_IDL - Generated from -// be\be_visitor_interface/cdr_op_ch.cpp:55 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/cdr_op_ch.cpp:55 + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ComponentIR::HomeDef_ptr ); +TAO_IFR_Client_Export ::CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ComponentIR::HomeDef_ptr &); + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ComponentIR::HomeDef_ptr ); -TAO_IFR_Client_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ComponentIR::HomeDef_ptr &); // TAO_IDL - Generated from -// be\be_visitor_structure/cdr_op_ch.cpp:54 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/cdr_op_ch.cpp:54 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ComponentIR::HomeDescription &); +TAO_IFR_Client_Export ::CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ComponentIR::HomeDescription &); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ComponentIR::HomeDescription &); -TAO_IFR_Client_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ComponentIR::HomeDescription &); // TAO_IDL - Generated from -// be\be_codegen.cpp:1136 +// .\be\be_codegen.cpp:1092 + TAO_END_VERSIONED_NAMESPACE_DECL #if defined (__ACE_INLINE__) -#include "tao/IFR_Client/IFR_ComponentsC.inl" +#include "IFR_ComponentsC.inl" #endif /* defined INLINE */ -#if defined(_MSC_VER) -#pragma warning(pop) -#endif /* _MSC_VER */ - -#if defined (__BORLANDC__) -#pragma option pop -#endif /* __BORLANDC__ */ - #include /**/ "ace/post.h" #endif /* ifndef */ diff --git a/TAO/tao/IFR_Client/IFR_ComponentsC.inl b/TAO/tao/IFR_Client/IFR_ComponentsC.inl index 9c51ea0e607..35778768eda 100644 --- a/TAO/tao/IFR_Client/IFR_ComponentsC.inl +++ b/TAO/tao/IFR_Client/IFR_ComponentsC.inl @@ -25,10 +25,13 @@ // Information about TAO is available at: // http://www.cs.wustl.edu/~schmidt/TAO.html + TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + // TAO_IDL - Generated from -// be\be_visitor_interface/interface_ci.cpp:70 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ci.cpp:70 #if !defined (_CORBA_COMPONENTIR_EVENTDEF___CI_) #define _CORBA_COMPONENTIR_EVENTDEF___CI_ @@ -36,16 +39,11 @@ TAO_BEGIN_VERSIONED_NAMESPACE_DECL ACE_INLINE CORBA::ComponentIR::EventDef::EventDef ( TAO_Stub *objref, - CORBA::Boolean _tao_collocated, + ::CORBA::Boolean _tao_collocated, TAO_Abstract_ServantBase *servant, TAO_ORB_Core *oc ) - : ::CORBA::Object ( - objref, - _tao_collocated, - servant, - oc - ), + : ::CORBA::Object (objref, _tao_collocated, servant, oc), the_TAO_EventDef_Proxy_Broker_ (0) { this->CORBA_ComponentIR_EventDef_setup_collocation (); @@ -64,7 +62,7 @@ CORBA::ComponentIR::EventDef::EventDef ( #endif /* end #if !defined */ // TAO_IDL - Generated from -// be\be_visitor_interface/interface_ci.cpp:70 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ci.cpp:70 #if !defined (_CORBA_COMPONENTIR_CONTAINER___CI_) #define _CORBA_COMPONENTIR_CONTAINER___CI_ @@ -72,16 +70,11 @@ CORBA::ComponentIR::EventDef::EventDef ( ACE_INLINE CORBA::ComponentIR::Container::Container ( TAO_Stub *objref, - CORBA::Boolean _tao_collocated, + ::CORBA::Boolean _tao_collocated, TAO_Abstract_ServantBase *servant, TAO_ORB_Core *oc ) - : ::CORBA::Object ( - objref, - _tao_collocated, - servant, - oc - ), + : ::CORBA::Object (objref, _tao_collocated, servant, oc), the_TAO_Container_Proxy_Broker_ (0) { this->CORBA_ComponentIR_Container_setup_collocation (); @@ -100,7 +93,7 @@ CORBA::ComponentIR::Container::Container ( #endif /* end #if !defined */ // TAO_IDL - Generated from -// be\be_visitor_interface/interface_ci.cpp:70 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ci.cpp:70 #if !defined (_CORBA_COMPONENTIR_MODULEDEF___CI_) #define _CORBA_COMPONENTIR_MODULEDEF___CI_ @@ -108,16 +101,11 @@ CORBA::ComponentIR::Container::Container ( ACE_INLINE CORBA::ComponentIR::ModuleDef::ModuleDef ( TAO_Stub *objref, - CORBA::Boolean _tao_collocated, + ::CORBA::Boolean _tao_collocated, TAO_Abstract_ServantBase *servant, TAO_ORB_Core *oc ) - : ::CORBA::Object ( - objref, - _tao_collocated, - servant, - oc - ), + : ::CORBA::Object (objref, _tao_collocated, servant, oc), the_TAO_ModuleDef_Proxy_Broker_ (0) { this->CORBA_ComponentIR_ModuleDef_setup_collocation (); @@ -136,7 +124,7 @@ CORBA::ComponentIR::ModuleDef::ModuleDef ( #endif /* end #if !defined */ // TAO_IDL - Generated from -// be\be_visitor_interface/interface_ci.cpp:70 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ci.cpp:70 #if !defined (_CORBA_COMPONENTIR_REPOSITORY___CI_) #define _CORBA_COMPONENTIR_REPOSITORY___CI_ @@ -144,16 +132,11 @@ CORBA::ComponentIR::ModuleDef::ModuleDef ( ACE_INLINE CORBA::ComponentIR::Repository::Repository ( TAO_Stub *objref, - CORBA::Boolean _tao_collocated, + ::CORBA::Boolean _tao_collocated, TAO_Abstract_ServantBase *servant, TAO_ORB_Core *oc ) - : ::CORBA::Object ( - objref, - _tao_collocated, - servant, - oc - ), + : ::CORBA::Object (objref, _tao_collocated, servant, oc), the_TAO_Repository_Proxy_Broker_ (0) { this->CORBA_ComponentIR_Repository_setup_collocation (); @@ -172,7 +155,7 @@ CORBA::ComponentIR::Repository::Repository ( #endif /* end #if !defined */ // TAO_IDL - Generated from -// be\be_visitor_interface/interface_ci.cpp:70 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ci.cpp:70 #if !defined (_CORBA_COMPONENTIR_PROVIDESDEF___CI_) #define _CORBA_COMPONENTIR_PROVIDESDEF___CI_ @@ -180,16 +163,11 @@ CORBA::ComponentIR::Repository::Repository ( ACE_INLINE CORBA::ComponentIR::ProvidesDef::ProvidesDef ( TAO_Stub *objref, - CORBA::Boolean _tao_collocated, + ::CORBA::Boolean _tao_collocated, TAO_Abstract_ServantBase *servant, TAO_ORB_Core *oc ) - : ::CORBA::Object ( - objref, - _tao_collocated, - servant, - oc - ), + : ::CORBA::Object (objref, _tao_collocated, servant, oc), the_TAO_ProvidesDef_Proxy_Broker_ (0) { this->CORBA_ComponentIR_ProvidesDef_setup_collocation (); @@ -208,7 +186,7 @@ CORBA::ComponentIR::ProvidesDef::ProvidesDef ( #endif /* end #if !defined */ // TAO_IDL - Generated from -// be\be_visitor_interface/interface_ci.cpp:70 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ci.cpp:70 #if !defined (_CORBA_COMPONENTIR_USESDEF___CI_) #define _CORBA_COMPONENTIR_USESDEF___CI_ @@ -216,16 +194,11 @@ CORBA::ComponentIR::ProvidesDef::ProvidesDef ( ACE_INLINE CORBA::ComponentIR::UsesDef::UsesDef ( TAO_Stub *objref, - CORBA::Boolean _tao_collocated, + ::CORBA::Boolean _tao_collocated, TAO_Abstract_ServantBase *servant, TAO_ORB_Core *oc ) - : ::CORBA::Object ( - objref, - _tao_collocated, - servant, - oc - ), + : ::CORBA::Object (objref, _tao_collocated, servant, oc), the_TAO_UsesDef_Proxy_Broker_ (0) { this->CORBA_ComponentIR_UsesDef_setup_collocation (); @@ -244,7 +217,7 @@ CORBA::ComponentIR::UsesDef::UsesDef ( #endif /* end #if !defined */ // TAO_IDL - Generated from -// be\be_visitor_interface/interface_ci.cpp:70 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ci.cpp:70 #if !defined (_CORBA_COMPONENTIR_EVENTPORTDEF___CI_) #define _CORBA_COMPONENTIR_EVENTPORTDEF___CI_ @@ -252,16 +225,11 @@ CORBA::ComponentIR::UsesDef::UsesDef ( ACE_INLINE CORBA::ComponentIR::EventPortDef::EventPortDef ( TAO_Stub *objref, - CORBA::Boolean _tao_collocated, + ::CORBA::Boolean _tao_collocated, TAO_Abstract_ServantBase *servant, TAO_ORB_Core *oc ) - : ::CORBA::Object ( - objref, - _tao_collocated, - servant, - oc - ), + : ::CORBA::Object (objref, _tao_collocated, servant, oc), the_TAO_EventPortDef_Proxy_Broker_ (0) { this->CORBA_ComponentIR_EventPortDef_setup_collocation (); @@ -280,7 +248,7 @@ CORBA::ComponentIR::EventPortDef::EventPortDef ( #endif /* end #if !defined */ // TAO_IDL - Generated from -// be\be_visitor_interface/interface_ci.cpp:70 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ci.cpp:70 #if !defined (_CORBA_COMPONENTIR_EMITSDEF___CI_) #define _CORBA_COMPONENTIR_EMITSDEF___CI_ @@ -288,16 +256,11 @@ CORBA::ComponentIR::EventPortDef::EventPortDef ( ACE_INLINE CORBA::ComponentIR::EmitsDef::EmitsDef ( TAO_Stub *objref, - CORBA::Boolean _tao_collocated, + ::CORBA::Boolean _tao_collocated, TAO_Abstract_ServantBase *servant, TAO_ORB_Core *oc ) - : ::CORBA::Object ( - objref, - _tao_collocated, - servant, - oc - ), + : ::CORBA::Object (objref, _tao_collocated, servant, oc), the_TAO_EmitsDef_Proxy_Broker_ (0) { this->CORBA_ComponentIR_EmitsDef_setup_collocation (); @@ -316,7 +279,7 @@ CORBA::ComponentIR::EmitsDef::EmitsDef ( #endif /* end #if !defined */ // TAO_IDL - Generated from -// be\be_visitor_interface/interface_ci.cpp:70 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ci.cpp:70 #if !defined (_CORBA_COMPONENTIR_PUBLISHESDEF___CI_) #define _CORBA_COMPONENTIR_PUBLISHESDEF___CI_ @@ -324,16 +287,11 @@ CORBA::ComponentIR::EmitsDef::EmitsDef ( ACE_INLINE CORBA::ComponentIR::PublishesDef::PublishesDef ( TAO_Stub *objref, - CORBA::Boolean _tao_collocated, + ::CORBA::Boolean _tao_collocated, TAO_Abstract_ServantBase *servant, TAO_ORB_Core *oc ) - : ::CORBA::Object ( - objref, - _tao_collocated, - servant, - oc - ), + : ::CORBA::Object (objref, _tao_collocated, servant, oc), the_TAO_PublishesDef_Proxy_Broker_ (0) { this->CORBA_ComponentIR_PublishesDef_setup_collocation (); @@ -352,7 +310,7 @@ CORBA::ComponentIR::PublishesDef::PublishesDef ( #endif /* end #if !defined */ // TAO_IDL - Generated from -// be\be_visitor_interface/interface_ci.cpp:70 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ci.cpp:70 #if !defined (_CORBA_COMPONENTIR_CONSUMESDEF___CI_) #define _CORBA_COMPONENTIR_CONSUMESDEF___CI_ @@ -360,16 +318,11 @@ CORBA::ComponentIR::PublishesDef::PublishesDef ( ACE_INLINE CORBA::ComponentIR::ConsumesDef::ConsumesDef ( TAO_Stub *objref, - CORBA::Boolean _tao_collocated, + ::CORBA::Boolean _tao_collocated, TAO_Abstract_ServantBase *servant, TAO_ORB_Core *oc ) - : ::CORBA::Object ( - objref, - _tao_collocated, - servant, - oc - ), + : ::CORBA::Object (objref, _tao_collocated, servant, oc), the_TAO_ConsumesDef_Proxy_Broker_ (0) { this->CORBA_ComponentIR_ConsumesDef_setup_collocation (); @@ -388,7 +341,7 @@ CORBA::ComponentIR::ConsumesDef::ConsumesDef ( #endif /* end #if !defined */ // TAO_IDL - Generated from -// be\be_visitor_interface/interface_ci.cpp:70 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ci.cpp:70 #if !defined (_CORBA_COMPONENTIR_COMPONENTDEF___CI_) #define _CORBA_COMPONENTIR_COMPONENTDEF___CI_ @@ -396,16 +349,11 @@ CORBA::ComponentIR::ConsumesDef::ConsumesDef ( ACE_INLINE CORBA::ComponentIR::ComponentDef::ComponentDef ( TAO_Stub *objref, - CORBA::Boolean _tao_collocated, + ::CORBA::Boolean _tao_collocated, TAO_Abstract_ServantBase *servant, TAO_ORB_Core *oc ) - : ::CORBA::Object ( - objref, - _tao_collocated, - servant, - oc - ), + : ::CORBA::Object (objref, _tao_collocated, servant, oc), the_TAO_ComponentDef_Proxy_Broker_ (0) { this->CORBA_ComponentIR_ComponentDef_setup_collocation (); @@ -424,7 +372,7 @@ CORBA::ComponentIR::ComponentDef::ComponentDef ( #endif /* end #if !defined */ // TAO_IDL - Generated from -// be\be_visitor_interface/interface_ci.cpp:70 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ci.cpp:70 #if !defined (_CORBA_COMPONENTIR_FACTORYDEF___CI_) #define _CORBA_COMPONENTIR_FACTORYDEF___CI_ @@ -432,16 +380,11 @@ CORBA::ComponentIR::ComponentDef::ComponentDef ( ACE_INLINE CORBA::ComponentIR::FactoryDef::FactoryDef ( TAO_Stub *objref, - CORBA::Boolean _tao_collocated, + ::CORBA::Boolean _tao_collocated, TAO_Abstract_ServantBase *servant, TAO_ORB_Core *oc ) - : ::CORBA::Object ( - objref, - _tao_collocated, - servant, - oc - ), + : ::CORBA::Object (objref, _tao_collocated, servant, oc), the_TAO_FactoryDef_Proxy_Broker_ (0) { this->CORBA_ComponentIR_FactoryDef_setup_collocation (); @@ -460,7 +403,7 @@ CORBA::ComponentIR::FactoryDef::FactoryDef ( #endif /* end #if !defined */ // TAO_IDL - Generated from -// be\be_visitor_interface/interface_ci.cpp:70 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ci.cpp:70 #if !defined (_CORBA_COMPONENTIR_FINDERDEF___CI_) #define _CORBA_COMPONENTIR_FINDERDEF___CI_ @@ -468,16 +411,11 @@ CORBA::ComponentIR::FactoryDef::FactoryDef ( ACE_INLINE CORBA::ComponentIR::FinderDef::FinderDef ( TAO_Stub *objref, - CORBA::Boolean _tao_collocated, + ::CORBA::Boolean _tao_collocated, TAO_Abstract_ServantBase *servant, TAO_ORB_Core *oc ) - : ::CORBA::Object ( - objref, - _tao_collocated, - servant, - oc - ), + : ::CORBA::Object (objref, _tao_collocated, servant, oc), the_TAO_FinderDef_Proxy_Broker_ (0) { this->CORBA_ComponentIR_FinderDef_setup_collocation (); @@ -496,7 +434,7 @@ CORBA::ComponentIR::FinderDef::FinderDef ( #endif /* end #if !defined */ // TAO_IDL - Generated from -// be\be_visitor_interface/interface_ci.cpp:70 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ci.cpp:70 #if !defined (_CORBA_COMPONENTIR_HOMEDEF___CI_) #define _CORBA_COMPONENTIR_HOMEDEF___CI_ @@ -504,16 +442,11 @@ CORBA::ComponentIR::FinderDef::FinderDef ( ACE_INLINE CORBA::ComponentIR::HomeDef::HomeDef ( TAO_Stub *objref, - CORBA::Boolean _tao_collocated, + ::CORBA::Boolean _tao_collocated, TAO_Abstract_ServantBase *servant, TAO_ORB_Core *oc ) - : ::CORBA::Object ( - objref, - _tao_collocated, - servant, - oc - ), + : ::CORBA::Object (objref, _tao_collocated, servant, oc), the_TAO_HomeDef_Proxy_Broker_ (0) { this->CORBA_ComponentIR_HomeDef_setup_collocation (); @@ -531,4 +464,7 @@ CORBA::ComponentIR::HomeDef::HomeDef ( #endif /* end #if !defined */ + TAO_END_VERSIONED_NAMESPACE_DECL + + diff --git a/TAO/tao/IFR_Client/IFR_ExtendedC.cpp b/TAO/tao/IFR_Client/IFR_ExtendedC.cpp index 5b316844590..7de6d5836a0 100644 --- a/TAO/tao/IFR_Client/IFR_ExtendedC.cpp +++ b/TAO/tao/IFR_Client/IFR_ExtendedC.cpp @@ -26,17 +26,10 @@ // http://www.cs.wustl.edu/~schmidt/TAO.html // TAO_IDL - Generated from -// be\be_codegen.cpp:293 +// .\be\be_codegen.cpp:282 -#include "tao/AnyTypeCode/VisibilityA.h" -#include "tao/AnyTypeCode/ValueModifierA.h" -#include "tao/AnyTypeCode/orb_typesA.h" -#include "tao/IFR_Client/IFR_ExtendedC.h" -#include "tao/CDR.h" -#include "tao/IFR_Client/IFR_BasicC.h" -#include "tao/Invocation_Adapter.h" -#include "tao/Object_T.h" +#include "IFR_ExtendedC.h" #include "tao/AnyTypeCode/Null_RefCount_Policy.h" #include "tao/AnyTypeCode/TypeCode_Constants.h" #include "tao/AnyTypeCode/Alias_TypeCode_Static.h" @@ -46,6 +39,11 @@ #include "tao/AnyTypeCode/Struct_TypeCode_Static.h" #include "tao/AnyTypeCode/TypeCode_Struct_Field.h" #include "tao/AnyTypeCode/Recursive_Type_TypeCode.h" +#include "tao/CDR.h" +#include "tao/Exception_Data.h" +#include "tao/Invocation_Adapter.h" +#include "tao/Object_T.h" +#include "tao/AnyTypeCode/Any.h" #include "tao/AnyTypeCode/Any_Impl_T.h" #include "tao/AnyTypeCode/Any_Dual_Impl_T.h" #include "tao/Basic_Arguments.h" @@ -55,29 +53,34 @@ #include "tao/Var_Size_Argument_T.h" #include "ace/OS_NS_string.h" -#if defined (__BORLANDC__) -#pragma option -w-rvl -w-rch -w-ccc -w-aus -w-sig -#endif /* __BORLANDC__ */ - #if !defined (__ACE_INLINE__) -#include "tao/IFR_Client/IFR_ExtendedC.inl" +#include "IFR_ExtendedC.inl" #endif /* !defined INLINE */ +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + // TAO_IDL - Generated from -// be\be_visitor_arg_traits.cpp:70 +// .\be\be_visitor_arg_traits.cpp:72 + + +TAO_END_VERSIONED_NAMESPACE_DECL + TAO_BEGIN_VERSIONED_NAMESPACE_DECL + // Arg traits specializations. namespace TAO { - + // TAO_IDL - Generated from - // be\be_visitor_arg_traits.cpp:118 + // .\be\be_visitor_arg_traits.cpp:125 #if !defined (_CORBA_IDLTYPE__ARG_TRAITS_) #define _CORBA_IDLTYPE__ARG_TRAITS_ - + template<> class Arg_Traits<CORBA::IDLType> : public @@ -92,33 +95,31 @@ namespace TAO }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_arg_traits.cpp:543 + // .\be\be_visitor_arg_traits.cpp:593 #if !defined (_CORBA_INTERFACEDEFSEQ__ARG_TRAITS_) #define _CORBA_INTERFACEDEFSEQ__ARG_TRAITS_ - + template<> class Arg_Traits<CORBA::InterfaceDefSeq> : public Var_Size_Arg_Traits_T< CORBA::InterfaceDefSeq, - CORBA::InterfaceDefSeq_var, - CORBA::InterfaceDefSeq_out, TAO::Any_Insert_Policy_Stream <CORBA::InterfaceDefSeq> > { }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_arg_traits.cpp:118 + // .\be\be_visitor_arg_traits.cpp:125 #if !defined (_CORBA_VALUEDEF__ARG_TRAITS_) #define _CORBA_VALUEDEF__ARG_TRAITS_ - + template<> class Arg_Traits<CORBA::ValueDef> : public @@ -133,133 +134,121 @@ namespace TAO }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_arg_traits.cpp:828 + // .\be\be_visitor_arg_traits.cpp:843 #if !defined (_CORBA_VALUEDEF_FULLVALUEDESCRIPTION__ARG_TRAITS_) #define _CORBA_VALUEDEF_FULLVALUEDESCRIPTION__ARG_TRAITS_ - + template<> class Arg_Traits<CORBA::ValueDef::FullValueDescription> : public Var_Size_Arg_Traits_T< CORBA::ValueDef::FullValueDescription, - CORBA::ValueDef::FullValueDescription_var, - CORBA::ValueDef::FullValueDescription_out, TAO::Any_Insert_Policy_Stream <CORBA::ValueDef::FullValueDescription> > { }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_arg_traits.cpp:543 + // .\be\be_visitor_arg_traits.cpp:593 #if !defined (_CORBA_INITIALIZERSEQ__ARG_TRAITS_) #define _CORBA_INITIALIZERSEQ__ARG_TRAITS_ - + template<> class Arg_Traits<CORBA::InitializerSeq> : public Var_Size_Arg_Traits_T< CORBA::InitializerSeq, - CORBA::InitializerSeq_var, - CORBA::InitializerSeq_out, TAO::Any_Insert_Policy_Stream <CORBA::InitializerSeq> > { }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_arg_traits.cpp:543 + // .\be\be_visitor_arg_traits.cpp:593 #if !defined (_CORBA_VALUEDEFSEQ__ARG_TRAITS_) #define _CORBA_VALUEDEFSEQ__ARG_TRAITS_ - + template<> class Arg_Traits<CORBA::ValueDefSeq> : public Var_Size_Arg_Traits_T< CORBA::ValueDefSeq, - CORBA::ValueDefSeq_var, - CORBA::ValueDefSeq_out, TAO::Any_Insert_Policy_Stream <CORBA::ValueDefSeq> > { }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_arg_traits.cpp:828 + // .\be\be_visitor_arg_traits.cpp:843 #if !defined (_CORBA_EXTVALUEDEF_EXTFULLVALUEDESCRIPTION__ARG_TRAITS_) #define _CORBA_EXTVALUEDEF_EXTFULLVALUEDESCRIPTION__ARG_TRAITS_ - + template<> class Arg_Traits<CORBA::ExtValueDef::ExtFullValueDescription> : public Var_Size_Arg_Traits_T< CORBA::ExtValueDef::ExtFullValueDescription, - CORBA::ExtValueDef::ExtFullValueDescription_var, - CORBA::ExtValueDef::ExtFullValueDescription_out, TAO::Any_Insert_Policy_Stream <CORBA::ExtValueDef::ExtFullValueDescription> > { }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_arg_traits.cpp:543 + // .\be\be_visitor_arg_traits.cpp:593 #if !defined (_CORBA_EXTINITIALIZERSEQ__ARG_TRAITS_) #define _CORBA_EXTINITIALIZERSEQ__ARG_TRAITS_ - + template<> class Arg_Traits<CORBA::ExtInitializerSeq> : public Var_Size_Arg_Traits_T< CORBA::ExtInitializerSeq, - CORBA::ExtInitializerSeq_var, - CORBA::ExtInitializerSeq_out, TAO::Any_Insert_Policy_Stream <CORBA::ExtInitializerSeq> > { }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_arg_traits.cpp:543 + // .\be\be_visitor_arg_traits.cpp:593 #if !defined (_CORBA_EXCEPTIONDEFSEQ__ARG_TRAITS_) #define _CORBA_EXCEPTIONDEFSEQ__ARG_TRAITS_ - + template<> class Arg_Traits<CORBA::ExceptionDefSeq> : public Var_Size_Arg_Traits_T< CORBA::ExceptionDefSeq, - CORBA::ExceptionDefSeq_var, - CORBA::ExceptionDefSeq_out, TAO::Any_Insert_Policy_Stream <CORBA::ExceptionDefSeq> > { }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_arg_traits.cpp:786 + // .\be\be_visitor_arg_traits.cpp:801 #if !defined (_CORBA_ATTRIBUTEMODE__ARG_TRAITS_) #define _CORBA_ATTRIBUTEMODE__ARG_TRAITS_ - + template<> class Arg_Traits<CORBA::AttributeMode> : public @@ -271,13 +260,13 @@ namespace TAO }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_arg_traits.cpp:118 + // .\be\be_visitor_arg_traits.cpp:125 #if !defined (_CORBA_ATTRIBUTEDEF__ARG_TRAITS_) #define _CORBA_ATTRIBUTEDEF__ARG_TRAITS_ - + template<> class Arg_Traits<CORBA::AttributeDef> : public @@ -292,13 +281,13 @@ namespace TAO }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_arg_traits.cpp:118 + // .\be\be_visitor_arg_traits.cpp:125 #if !defined (_CORBA_EXTATTRIBUTEDEF__ARG_TRAITS_) #define _CORBA_EXTATTRIBUTEDEF__ARG_TRAITS_ - + template<> class Arg_Traits<CORBA::ExtAttributeDef> : public @@ -313,13 +302,13 @@ namespace TAO }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_arg_traits.cpp:786 + // .\be\be_visitor_arg_traits.cpp:801 #if !defined (_CORBA_OPERATIONMODE__ARG_TRAITS_) #define _CORBA_OPERATIONMODE__ARG_TRAITS_ - + template<> class Arg_Traits<CORBA::OperationMode> : public @@ -331,53 +320,49 @@ namespace TAO }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_arg_traits.cpp:543 + // .\be\be_visitor_arg_traits.cpp:593 #if !defined (_CORBA_PARDESCRIPTIONSEQ__ARG_TRAITS_) #define _CORBA_PARDESCRIPTIONSEQ__ARG_TRAITS_ - + template<> class Arg_Traits<CORBA::ParDescriptionSeq> : public Var_Size_Arg_Traits_T< CORBA::ParDescriptionSeq, - CORBA::ParDescriptionSeq_var, - CORBA::ParDescriptionSeq_out, TAO::Any_Insert_Policy_Stream <CORBA::ParDescriptionSeq> > { }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_arg_traits.cpp:543 + // .\be\be_visitor_arg_traits.cpp:593 #if !defined (_CORBA_CONTEXTIDSEQ__ARG_TRAITS_) #define _CORBA_CONTEXTIDSEQ__ARG_TRAITS_ - + template<> class Arg_Traits<CORBA::ContextIdSeq> : public Var_Size_Arg_Traits_T< CORBA::ContextIdSeq, - CORBA::ContextIdSeq_var, - CORBA::ContextIdSeq_out, TAO::Any_Insert_Policy_Stream <CORBA::ContextIdSeq> > { }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_arg_traits.cpp:118 + // .\be\be_visitor_arg_traits.cpp:125 #if !defined (_CORBA_OPERATIONDEF__ARG_TRAITS_) #define _CORBA_OPERATIONDEF__ARG_TRAITS_ - + template<> class Arg_Traits<CORBA::OperationDef> : public @@ -392,13 +377,13 @@ namespace TAO }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_arg_traits.cpp:118 + // .\be\be_visitor_arg_traits.cpp:125 #if !defined (_CORBA_VALUEMEMBERDEF__ARG_TRAITS_) #define _CORBA_VALUEMEMBERDEF__ARG_TRAITS_ - + template<> class Arg_Traits<CORBA::ValueMemberDef> : public @@ -415,9 +400,16 @@ namespace TAO #endif /* end #if !defined */ } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + // TAO_IDL - Generated from -// be\be_visitor_interface/interface_cs.cpp:60 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_cs.cpp:60 // Traits specializations for CORBA::FixedDef. @@ -443,48 +435,48 @@ TAO::Objref_Traits<CORBA::FixedDef>::nil (void) return CORBA::FixedDef::_nil (); } -CORBA::Boolean +::CORBA::Boolean TAO::Objref_Traits<CORBA::FixedDef>::marshal ( - CORBA::FixedDef_ptr p, + const CORBA::FixedDef_ptr p, TAO_OutputCDR & cdr ) { - return CORBA::Object::marshal (p, cdr); + return ::CORBA::Object::marshal (p, cdr); } // Function pointer for collocation factory initialization. -TAO::Collocation_Proxy_Broker * +TAO::Collocation_Proxy_Broker * (*CORBA__TAO_FixedDef_Proxy_Broker_Factory_function_pointer) ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ) = 0; // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 -CORBA::UShort CORBA::FixedDef::digits ( +::CORBA::UShort CORBA::FixedDef::digits ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_FixedDef_Proxy_Broker_ == 0) { CORBA_FixedDef_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::UShort>::ret_val _tao_retval; - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -493,43 +485,43 @@ CORBA::UShort CORBA::FixedDef::digits ( 11, this->the_TAO_FixedDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 void CORBA::FixedDef::digits ( ::CORBA::UShort digits ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_FixedDef_Proxy_Broker_ == 0) { CORBA_FixedDef_setup_collocation (); } - + TAO::Arg_Traits< void>::ret_val _tao_retval; TAO::Arg_Traits< ::CORBA::UShort>::in_arg_val _tao_digits (digits); - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval, &_tao_digits }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -538,38 +530,38 @@ void CORBA::FixedDef::digits ( 11, this->the_TAO_FixedDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK; } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 -CORBA::Short CORBA::FixedDef::scale ( +::CORBA::Short CORBA::FixedDef::scale ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_FixedDef_Proxy_Broker_ == 0) { CORBA_FixedDef_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::Short>::ret_val _tao_retval; - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -578,43 +570,43 @@ CORBA::Short CORBA::FixedDef::scale ( 10, this->the_TAO_FixedDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 void CORBA::FixedDef::scale ( ::CORBA::Short scale ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_FixedDef_Proxy_Broker_ == 0) { CORBA_FixedDef_setup_collocation (); } - + TAO::Arg_Traits< void>::ret_val _tao_retval; TAO::Arg_Traits< ::CORBA::Short>::in_arg_val _tao_scale (scale); - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval, &_tao_scale }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -623,7 +615,7 @@ void CORBA::FixedDef::scale ( 10, this->the_TAO_FixedDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK; } @@ -642,14 +634,14 @@ CORBA::FixedDef::CORBA_FixedDef_setup_collocation () this->the_TAO_FixedDef_Proxy_Broker_ = ::CORBA__TAO_FixedDef_Proxy_Broker_Factory_function_pointer (this); } - + this->CORBA_IDLType_setup_collocation (); } CORBA::FixedDef::~FixedDef (void) {} -void +void CORBA::FixedDef::_tao_any_destructor (void *_tao_void_pointer) { FixedDef *_tao_tmp_pointer = @@ -659,7 +651,7 @@ CORBA::FixedDef::_tao_any_destructor (void *_tao_void_pointer) CORBA::FixedDef_ptr CORBA::FixedDef::_narrow ( - CORBA::Object_ptr _tao_objref + ::CORBA::Object_ptr _tao_objref ACE_ENV_ARG_DECL ) { @@ -674,7 +666,7 @@ CORBA::FixedDef::_narrow ( CORBA::FixedDef_ptr CORBA::FixedDef::_unchecked_narrow ( - CORBA::Object_ptr _tao_objref + ::CORBA::Object_ptr _tao_objref ACE_ENV_ARG_DECL ) { @@ -694,7 +686,7 @@ CORBA::FixedDef::_duplicate (FixedDef_ptr obj) { obj->_add_ref (); } - + return obj; } @@ -704,7 +696,7 @@ CORBA::FixedDef::_tao_release (FixedDef_ptr obj) ::CORBA::release (obj); } -CORBA::Boolean +::CORBA::Boolean CORBA::FixedDef::_is_a ( const char *value ACE_ENV_ARG_DECL @@ -745,22 +737,22 @@ const char* CORBA::FixedDef::_interface_repository_id (void) const return "IDL:omg.org/CORBA/FixedDef:1.0"; } -CORBA::Boolean +::CORBA::Boolean CORBA::FixedDef::marshal (TAO_OutputCDR &cdr) { return (cdr << this); } // TAO_IDL - Generated from -// be\be_visitor_typecode/objref_typecode.cpp:76 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/objref_typecode.cpp:76 static TAO::TypeCode::Objref<char const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_FixedDef ( - CORBA::tk_objref, + ::CORBA::tk_objref, "IDL:omg.org/CORBA/FixedDef:1.0", "FixedDef"); - + namespace CORBA { ::CORBA::TypeCode_ptr const _tc_FixedDef = @@ -770,9 +762,9 @@ namespace CORBA // TAO_IDL - Generated from -// be\be_visitor_typecode/struct_typecode.cpp:87 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/struct_typecode.cpp:89 -static TAO::TypeCode::Struct_Field<char const *, CORBA::TypeCode_ptr const *> const _tao_fields_CORBA_ValueMember[] = +static TAO::TypeCode::Struct_Field<char const *, ::CORBA::TypeCode_ptr const *> const _tao_fields_CORBA_ValueMember[] = { { "name", &CORBA::_tc_Identifier }, { "id", &CORBA::_tc_RepositoryId }, @@ -781,19 +773,19 @@ static TAO::TypeCode::Struct_Field<char const *, CORBA::TypeCode_ptr const *> co { "type", &CORBA::_tc_TypeCode }, { "type_def", &CORBA::_tc_IDLType }, { "access", &CORBA::_tc_Visibility } - + }; static TAO::TypeCode::Struct<char const *, - CORBA::TypeCode_ptr const *, - TAO::TypeCode::Struct_Field<char const *, CORBA::TypeCode_ptr const *> const *, + ::CORBA::TypeCode_ptr const *, + TAO::TypeCode::Struct_Field<char const *, ::CORBA::TypeCode_ptr const *> const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_ValueMember ( - CORBA::tk_struct, + ::CORBA::tk_struct, "IDL:omg.org/CORBA/ValueMember:1.0", "ValueMember", _tao_fields_CORBA_ValueMember, 7); - + namespace CORBA { ::CORBA::TypeCode_ptr const _tc_ValueMember = @@ -802,10 +794,10 @@ namespace CORBA -// TAO_IDL - Generated from -// be\be_visitor_structure/structure_cs.cpp:66 +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/structure_cs.cpp:66 -void +void CORBA::ValueMember::_tao_any_destructor ( void *_tao_void_pointer ) @@ -815,8 +807,8 @@ CORBA::ValueMember::_tao_any_destructor ( delete _tao_tmp_pointer; } -// TAO_IDL - Generated from -// be\be_visitor_sequence/sequence_cs.cpp:65 +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/sequence_cs.cpp:65 #if !defined (_CORBA_VALUEMEMBERSEQ_CS_) #define _CORBA_VALUEMEMBERSEQ_CS_ @@ -825,7 +817,7 @@ CORBA::ValueMemberSeq::ValueMemberSeq (void) {} CORBA::ValueMemberSeq::ValueMemberSeq ( - CORBA::ULong max + ::CORBA::ULong max ) : TAO::unbounded_value_sequence< ValueMember @@ -834,10 +826,10 @@ CORBA::ValueMemberSeq::ValueMemberSeq ( {} CORBA::ValueMemberSeq::ValueMemberSeq ( - CORBA::ULong max, - CORBA::ULong length, + ::CORBA::ULong max, + ::CORBA::ULong length, CORBA::ValueMember * buffer, - CORBA::Boolean release + ::CORBA::Boolean release ) : TAO::unbounded_value_sequence< ValueMember @@ -869,16 +861,23 @@ void CORBA::ValueMemberSeq::_tao_any_destructor ( #endif /* end #if !defined */ // TAO_IDL - Generated from -// be\be_visitor_typecode/alias_typecode.cpp:50 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/alias_typecode.cpp:50 // TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_defn.cpp:942 #ifndef _TAO_TYPECODE_CORBA_ValueMemberSeq_GUARD #define _TAO_TYPECODE_CORBA_ValueMemberSeq_GUARD + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + namespace TAO { namespace TypeCode @@ -886,28 +885,35 @@ namespace TAO TAO::TypeCode::Sequence< ::CORBA::TypeCode_ptr const *, TAO::Null_RefCount_Policy> CORBA_ValueMemberSeq_0 ( - CORBA::tk_sequence, + ::CORBA::tk_sequence, &CORBA::_tc_ValueMember, 0U); - + ::CORBA::TypeCode_ptr const tc_CORBA_ValueMemberSeq_0 = &CORBA_ValueMemberSeq_0; - + } } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + #endif /* _TAO_TYPECODE_CORBA_ValueMemberSeq_GUARD */ static TAO::TypeCode::Alias<char const *, - CORBA::TypeCode_ptr const *, + ::CORBA::TypeCode_ptr const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_ValueMemberSeq ( - CORBA::tk_alias, + ::CORBA::tk_alias, "IDL:omg.org/CORBA/ValueMemberSeq:1.0", "ValueMemberSeq", &TAO::TypeCode::tc_CORBA_ValueMemberSeq_0); - + namespace CORBA { ::CORBA::TypeCode_ptr const _tc_ValueMemberSeq = @@ -917,7 +923,7 @@ namespace CORBA // TAO_IDL - Generated from -// be\be_visitor_interface/interface_cs.cpp:60 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_cs.cpp:60 // Traits specializations for CORBA::ValueMemberDef. @@ -943,48 +949,48 @@ TAO::Objref_Traits<CORBA::ValueMemberDef>::nil (void) return CORBA::ValueMemberDef::_nil (); } -CORBA::Boolean +::CORBA::Boolean TAO::Objref_Traits<CORBA::ValueMemberDef>::marshal ( - CORBA::ValueMemberDef_ptr p, + const CORBA::ValueMemberDef_ptr p, TAO_OutputCDR & cdr ) { - return CORBA::Object::marshal (p, cdr); + return ::CORBA::Object::marshal (p, cdr); } // Function pointer for collocation factory initialization. -TAO::Collocation_Proxy_Broker * +TAO::Collocation_Proxy_Broker * (*CORBA__TAO_ValueMemberDef_Proxy_Broker_Factory_function_pointer) ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ) = 0; // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 -CORBA::TypeCode_ptr CORBA::ValueMemberDef::type ( +::CORBA::TypeCode_ptr CORBA::ValueMemberDef::type ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_ValueMemberDef_Proxy_Broker_ == 0) { CORBA_ValueMemberDef_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::TypeCode>::ret_val _tao_retval; - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -993,40 +999,40 @@ CORBA::TypeCode_ptr CORBA::ValueMemberDef::type ( 9, this->the_TAO_ValueMemberDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 ::CORBA::IDLType_ptr CORBA::ValueMemberDef::type_def ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_ValueMemberDef_Proxy_Broker_ == 0) { CORBA_ValueMemberDef_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::IDLType>::ret_val _tao_retval; - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -1035,43 +1041,43 @@ CORBA::TypeCode_ptr CORBA::ValueMemberDef::type ( 13, this->the_TAO_ValueMemberDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 void CORBA::ValueMemberDef::type_def ( ::CORBA::IDLType_ptr type_def ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_ValueMemberDef_Proxy_Broker_ == 0) { CORBA_ValueMemberDef_setup_collocation (); } - + TAO::Arg_Traits< void>::ret_val _tao_retval; TAO::Arg_Traits< ::CORBA::IDLType>::in_arg_val _tao_type_def (type_def); - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval, &_tao_type_def }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -1080,38 +1086,38 @@ void CORBA::ValueMemberDef::type_def ( 13, this->the_TAO_ValueMemberDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK; } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 -CORBA::Visibility CORBA::ValueMemberDef::access ( +::CORBA::Visibility CORBA::ValueMemberDef::access ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_ValueMemberDef_Proxy_Broker_ == 0) { CORBA_ValueMemberDef_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::Visibility>::ret_val _tao_retval; - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -1120,43 +1126,43 @@ CORBA::Visibility CORBA::ValueMemberDef::access ( 11, this->the_TAO_ValueMemberDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 void CORBA::ValueMemberDef::access ( ::CORBA::Visibility access ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_ValueMemberDef_Proxy_Broker_ == 0) { CORBA_ValueMemberDef_setup_collocation (); } - + TAO::Arg_Traits< void>::ret_val _tao_retval; TAO::Arg_Traits< ::CORBA::Visibility>::in_arg_val _tao_access (access); - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval, &_tao_access }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -1165,7 +1171,7 @@ void CORBA::ValueMemberDef::access ( 11, this->the_TAO_ValueMemberDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK; } @@ -1184,14 +1190,14 @@ CORBA::ValueMemberDef::CORBA_ValueMemberDef_setup_collocation () this->the_TAO_ValueMemberDef_Proxy_Broker_ = ::CORBA__TAO_ValueMemberDef_Proxy_Broker_Factory_function_pointer (this); } - + this->CORBA_Contained_setup_collocation (); } CORBA::ValueMemberDef::~ValueMemberDef (void) {} -void +void CORBA::ValueMemberDef::_tao_any_destructor (void *_tao_void_pointer) { ValueMemberDef *_tao_tmp_pointer = @@ -1201,7 +1207,7 @@ CORBA::ValueMemberDef::_tao_any_destructor (void *_tao_void_pointer) CORBA::ValueMemberDef_ptr CORBA::ValueMemberDef::_narrow ( - CORBA::Object_ptr _tao_objref + ::CORBA::Object_ptr _tao_objref ACE_ENV_ARG_DECL ) { @@ -1216,7 +1222,7 @@ CORBA::ValueMemberDef::_narrow ( CORBA::ValueMemberDef_ptr CORBA::ValueMemberDef::_unchecked_narrow ( - CORBA::Object_ptr _tao_objref + ::CORBA::Object_ptr _tao_objref ACE_ENV_ARG_DECL ) { @@ -1236,7 +1242,7 @@ CORBA::ValueMemberDef::_duplicate (ValueMemberDef_ptr obj) { obj->_add_ref (); } - + return obj; } @@ -1246,7 +1252,7 @@ CORBA::ValueMemberDef::_tao_release (ValueMemberDef_ptr obj) ::CORBA::release (obj); } -CORBA::Boolean +::CORBA::Boolean CORBA::ValueMemberDef::_is_a ( const char *value ACE_ENV_ARG_DECL @@ -1287,22 +1293,22 @@ const char* CORBA::ValueMemberDef::_interface_repository_id (void) const return "IDL:omg.org/CORBA/ValueMemberDef:1.0"; } -CORBA::Boolean +::CORBA::Boolean CORBA::ValueMemberDef::marshal (TAO_OutputCDR &cdr) { return (cdr << this); } // TAO_IDL - Generated from -// be\be_visitor_typecode/objref_typecode.cpp:76 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/objref_typecode.cpp:76 static TAO::TypeCode::Objref<char const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_ValueMemberDef ( - CORBA::tk_objref, + ::CORBA::tk_objref, "IDL:omg.org/CORBA/ValueMemberDef:1.0", "ValueMemberDef"); - + namespace CORBA { ::CORBA::TypeCode_ptr const _tc_ValueMemberDef = @@ -1312,7 +1318,7 @@ namespace CORBA // TAO_IDL - Generated from -// be\be_visitor_interface/interface_cs.cpp:60 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_cs.cpp:60 // Traits specializations for CORBA::ValueDef. @@ -1338,48 +1344,48 @@ TAO::Objref_Traits<CORBA::ValueDef>::nil (void) return CORBA::ValueDef::_nil (); } -CORBA::Boolean +::CORBA::Boolean TAO::Objref_Traits<CORBA::ValueDef>::marshal ( - CORBA::ValueDef_ptr p, + const CORBA::ValueDef_ptr p, TAO_OutputCDR & cdr ) { - return CORBA::Object::marshal (p, cdr); + return ::CORBA::Object::marshal (p, cdr); } // Function pointer for collocation factory initialization. -TAO::Collocation_Proxy_Broker * +TAO::Collocation_Proxy_Broker * (*CORBA__TAO_ValueDef_Proxy_Broker_Factory_function_pointer) ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ) = 0; // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 ::CORBA::InterfaceDefSeq * CORBA::ValueDef::supported_interfaces ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_ValueDef_Proxy_Broker_ == 0) { CORBA_ValueDef_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::InterfaceDefSeq>::ret_val _tao_retval; - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -1388,43 +1394,43 @@ TAO::Collocation_Proxy_Broker * 25, this->the_TAO_ValueDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 void CORBA::ValueDef::supported_interfaces ( const ::CORBA::InterfaceDefSeq & supported_interfaces ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_ValueDef_Proxy_Broker_ == 0) { CORBA_ValueDef_setup_collocation (); } - + TAO::Arg_Traits< void>::ret_val _tao_retval; TAO::Arg_Traits< ::CORBA::InterfaceDefSeq>::in_arg_val _tao_supported_interfaces (supported_interfaces); - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval, &_tao_supported_interfaces }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -1433,38 +1439,38 @@ void CORBA::ValueDef::supported_interfaces ( 25, this->the_TAO_ValueDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK; } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 ::CORBA::InitializerSeq * CORBA::ValueDef::initializers ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_ValueDef_Proxy_Broker_ == 0) { CORBA_ValueDef_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::InitializerSeq>::ret_val _tao_retval; - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -1473,43 +1479,43 @@ void CORBA::ValueDef::supported_interfaces ( 17, this->the_TAO_ValueDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 void CORBA::ValueDef::initializers ( const ::CORBA::InitializerSeq & initializers ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_ValueDef_Proxy_Broker_ == 0) { CORBA_ValueDef_setup_collocation (); } - + TAO::Arg_Traits< void>::ret_val _tao_retval; TAO::Arg_Traits< ::CORBA::InitializerSeq>::in_arg_val _tao_initializers (initializers); - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval, &_tao_initializers }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -1518,38 +1524,38 @@ void CORBA::ValueDef::initializers ( 17, this->the_TAO_ValueDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK; } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 ::CORBA::ValueDef_ptr CORBA::ValueDef::base_value ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_ValueDef_Proxy_Broker_ == 0) { CORBA_ValueDef_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::ValueDef>::ret_val _tao_retval; - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -1558,43 +1564,43 @@ void CORBA::ValueDef::initializers ( 15, this->the_TAO_ValueDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 void CORBA::ValueDef::base_value ( ::CORBA::ValueDef_ptr base_value ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_ValueDef_Proxy_Broker_ == 0) { CORBA_ValueDef_setup_collocation (); } - + TAO::Arg_Traits< void>::ret_val _tao_retval; TAO::Arg_Traits< ::CORBA::ValueDef>::in_arg_val _tao_base_value (base_value); - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval, &_tao_base_value }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -1603,38 +1609,38 @@ void CORBA::ValueDef::base_value ( 15, this->the_TAO_ValueDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK; } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 ::CORBA::ValueDefSeq * CORBA::ValueDef::abstract_base_values ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_ValueDef_Proxy_Broker_ == 0) { CORBA_ValueDef_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::ValueDefSeq>::ret_val _tao_retval; - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -1643,43 +1649,43 @@ void CORBA::ValueDef::base_value ( 25, this->the_TAO_ValueDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 void CORBA::ValueDef::abstract_base_values ( const ::CORBA::ValueDefSeq & abstract_base_values ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_ValueDef_Proxy_Broker_ == 0) { CORBA_ValueDef_setup_collocation (); } - + TAO::Arg_Traits< void>::ret_val _tao_retval; TAO::Arg_Traits< ::CORBA::ValueDefSeq>::in_arg_val _tao_abstract_base_values (abstract_base_values); - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval, &_tao_abstract_base_values }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -1688,38 +1694,38 @@ void CORBA::ValueDef::abstract_base_values ( 25, this->the_TAO_ValueDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK; } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 -CORBA::Boolean CORBA::ValueDef::is_abstract ( +::CORBA::Boolean CORBA::ValueDef::is_abstract ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_ValueDef_Proxy_Broker_ == 0) { CORBA_ValueDef_setup_collocation (); } - + TAO::Arg_Traits< ::ACE_InputCDR::to_boolean>::ret_val _tao_retval; - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -1728,43 +1734,43 @@ CORBA::Boolean CORBA::ValueDef::is_abstract ( 16, this->the_TAO_ValueDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 void CORBA::ValueDef::is_abstract ( ::CORBA::Boolean is_abstract ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_ValueDef_Proxy_Broker_ == 0) { CORBA_ValueDef_setup_collocation (); } - + TAO::Arg_Traits< void>::ret_val _tao_retval; TAO::Arg_Traits< ::ACE_InputCDR::to_boolean>::in_arg_val _tao_is_abstract (is_abstract); - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval, &_tao_is_abstract }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -1773,38 +1779,38 @@ void CORBA::ValueDef::is_abstract ( 16, this->the_TAO_ValueDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK; } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 -CORBA::Boolean CORBA::ValueDef::is_custom ( +::CORBA::Boolean CORBA::ValueDef::is_custom ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_ValueDef_Proxy_Broker_ == 0) { CORBA_ValueDef_setup_collocation (); } - + TAO::Arg_Traits< ::ACE_InputCDR::to_boolean>::ret_val _tao_retval; - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -1813,43 +1819,43 @@ CORBA::Boolean CORBA::ValueDef::is_custom ( 14, this->the_TAO_ValueDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 void CORBA::ValueDef::is_custom ( ::CORBA::Boolean is_custom ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_ValueDef_Proxy_Broker_ == 0) { CORBA_ValueDef_setup_collocation (); } - + TAO::Arg_Traits< void>::ret_val _tao_retval; TAO::Arg_Traits< ::ACE_InputCDR::to_boolean>::in_arg_val _tao_is_custom (is_custom); - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval, &_tao_is_custom }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -1858,38 +1864,38 @@ void CORBA::ValueDef::is_custom ( 14, this->the_TAO_ValueDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK; } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 -CORBA::Boolean CORBA::ValueDef::is_truncatable ( +::CORBA::Boolean CORBA::ValueDef::is_truncatable ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_ValueDef_Proxy_Broker_ == 0) { CORBA_ValueDef_setup_collocation (); } - + TAO::Arg_Traits< ::ACE_InputCDR::to_boolean>::ret_val _tao_retval; - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -1898,43 +1904,43 @@ CORBA::Boolean CORBA::ValueDef::is_truncatable ( 19, this->the_TAO_ValueDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 void CORBA::ValueDef::is_truncatable ( ::CORBA::Boolean is_truncatable ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_ValueDef_Proxy_Broker_ == 0) { CORBA_ValueDef_setup_collocation (); } - + TAO::Arg_Traits< void>::ret_val _tao_retval; TAO::Arg_Traits< ::ACE_InputCDR::to_boolean>::in_arg_val _tao_is_truncatable (is_truncatable); - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval, &_tao_is_truncatable }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -1943,41 +1949,41 @@ void CORBA::ValueDef::is_truncatable ( 19, this->the_TAO_ValueDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK; } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 -CORBA::Boolean CORBA::ValueDef::is_a ( +::CORBA::Boolean CORBA::ValueDef::is_a ( const char * id ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_ValueDef_Proxy_Broker_ == 0) { CORBA_ValueDef_setup_collocation (); } - + TAO::Arg_Traits< ::ACE_InputCDR::to_boolean>::ret_val _tao_retval; TAO::Arg_Traits< ::CORBA::RepositoryId>::in_arg_val _tao_id (id); - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval, &_tao_id }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -1986,47 +1992,47 @@ CORBA::Boolean CORBA::ValueDef::is_a ( 4, this->the_TAO_ValueDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_typecode/struct_typecode.cpp:87 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/struct_typecode.cpp:89 // TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_defn.cpp:942 // TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_defn.cpp:942 // TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_defn.cpp:942 // TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_defn.cpp:942 // TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_defn.cpp:942 // TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_defn.cpp:942 -static TAO::TypeCode::Struct_Field<char const *, CORBA::TypeCode_ptr const *> const _tao_fields_CORBA_ValueDef_FullValueDescription[] = +static TAO::TypeCode::Struct_Field<char const *, ::CORBA::TypeCode_ptr const *> const _tao_fields_CORBA_ValueDef_FullValueDescription[] = { { "name", &CORBA::_tc_Identifier }, { "id", &CORBA::_tc_RepositoryId }, @@ -2043,26 +2049,26 @@ static TAO::TypeCode::Struct_Field<char const *, CORBA::TypeCode_ptr const *> co { "is_truncatable", &CORBA::_tc_boolean }, { "base_value", &CORBA::_tc_RepositoryId }, { "type", &CORBA::_tc_TypeCode } - + }; static TAO::TypeCode::Struct<char const *, - CORBA::TypeCode_ptr const *, - TAO::TypeCode::Struct_Field<char const *, CORBA::TypeCode_ptr const *> const *, + ::CORBA::TypeCode_ptr const *, + TAO::TypeCode::Struct_Field<char const *, ::CORBA::TypeCode_ptr const *> const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_ValueDef_FullValueDescription ( - CORBA::tk_struct, + ::CORBA::tk_struct, "IDL:omg.org/CORBA/ValueDef/FullValueDescription:1.0", "FullValueDescription", _tao_fields_CORBA_ValueDef_FullValueDescription, 15); - + ::CORBA::TypeCode_ptr const CORBA::ValueDef::_tc_FullValueDescription = &_tao_tc_CORBA_ValueDef_FullValueDescription; -// TAO_IDL - Generated from -// be\be_visitor_structure/structure_cs.cpp:66 +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/structure_cs.cpp:66 -void +void CORBA::ValueDef::FullValueDescription::_tao_any_destructor ( void *_tao_void_pointer ) @@ -2073,32 +2079,32 @@ CORBA::ValueDef::FullValueDescription::_tao_any_destructor ( } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 ::CORBA::ValueDef::FullValueDescription * CORBA::ValueDef::describe_value ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_ValueDef_Proxy_Broker_ == 0) { CORBA_ValueDef_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::ValueDef::FullValueDescription>::ret_val _tao_retval; - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -2107,15 +2113,15 @@ CORBA::ValueDef::FullValueDescription::_tao_any_destructor ( 14, this->the_TAO_ValueDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 ::CORBA::ValueMemberDef_ptr CORBA::ValueDef::create_value_member ( const char * id, @@ -2126,26 +2132,26 @@ CORBA::ValueDef::FullValueDescription::_tao_any_destructor ( ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_ValueDef_Proxy_Broker_ == 0) { CORBA_ValueDef_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::ValueMemberDef>::ret_val _tao_retval; TAO::Arg_Traits< ::CORBA::RepositoryId>::in_arg_val _tao_id (id); TAO::Arg_Traits< ::CORBA::Identifier>::in_arg_val _tao_name (name); TAO::Arg_Traits< ::CORBA::VersionSpec>::in_arg_val _tao_version (version); TAO::Arg_Traits< ::CORBA::IDLType>::in_arg_val _tao_type (type); TAO::Arg_Traits< ::CORBA::Visibility>::in_arg_val _tao_access (access); - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval, @@ -2155,7 +2161,7 @@ CORBA::ValueDef::FullValueDescription::_tao_any_destructor ( &_tao_type, &_tao_access }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -2164,15 +2170,15 @@ CORBA::ValueDef::FullValueDescription::_tao_any_destructor ( 19, this->the_TAO_ValueDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 ::CORBA::AttributeDef_ptr CORBA::ValueDef::create_attribute ( const char * id, @@ -2183,26 +2189,26 @@ CORBA::ValueDef::FullValueDescription::_tao_any_destructor ( ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_ValueDef_Proxy_Broker_ == 0) { CORBA_ValueDef_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::AttributeDef>::ret_val _tao_retval; TAO::Arg_Traits< ::CORBA::RepositoryId>::in_arg_val _tao_id (id); TAO::Arg_Traits< ::CORBA::Identifier>::in_arg_val _tao_name (name); TAO::Arg_Traits< ::CORBA::VersionSpec>::in_arg_val _tao_version (version); TAO::Arg_Traits< ::CORBA::IDLType>::in_arg_val _tao_type (type); TAO::Arg_Traits< ::CORBA::AttributeMode>::in_arg_val _tao_mode (mode); - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval, @@ -2212,7 +2218,7 @@ CORBA::ValueDef::FullValueDescription::_tao_any_destructor ( &_tao_type, &_tao_mode }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -2221,15 +2227,15 @@ CORBA::ValueDef::FullValueDescription::_tao_any_destructor ( 16, this->the_TAO_ValueDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 ::CORBA::OperationDef_ptr CORBA::ValueDef::create_operation ( const char * id, @@ -2243,19 +2249,19 @@ CORBA::ValueDef::FullValueDescription::_tao_any_destructor ( ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_ValueDef_Proxy_Broker_ == 0) { CORBA_ValueDef_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::OperationDef>::ret_val _tao_retval; TAO::Arg_Traits< ::CORBA::RepositoryId>::in_arg_val _tao_id (id); TAO::Arg_Traits< ::CORBA::Identifier>::in_arg_val _tao_name (name); @@ -2265,7 +2271,7 @@ CORBA::ValueDef::FullValueDescription::_tao_any_destructor ( TAO::Arg_Traits< ::CORBA::ParDescriptionSeq>::in_arg_val _tao_params (params); TAO::Arg_Traits< ::CORBA::ExceptionDefSeq>::in_arg_val _tao_exceptions (exceptions); TAO::Arg_Traits< ::CORBA::ContextIdSeq>::in_arg_val _tao_contexts (contexts); - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval, @@ -2278,7 +2284,7 @@ CORBA::ValueDef::FullValueDescription::_tao_any_destructor ( &_tao_exceptions, &_tao_contexts }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -2287,10 +2293,10 @@ CORBA::ValueDef::FullValueDescription::_tao_any_destructor ( 16, this->the_TAO_ValueDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } @@ -2308,7 +2314,7 @@ CORBA::ValueDef::CORBA_ValueDef_setup_collocation () this->the_TAO_ValueDef_Proxy_Broker_ = ::CORBA__TAO_ValueDef_Proxy_Broker_Factory_function_pointer (this); } - + this->CORBA_Container_setup_collocation (); this->CORBA_Contained_setup_collocation (); this->CORBA_IDLType_setup_collocation (); @@ -2317,7 +2323,7 @@ CORBA::ValueDef::CORBA_ValueDef_setup_collocation () CORBA::ValueDef::~ValueDef (void) {} -void +void CORBA::ValueDef::_tao_any_destructor (void *_tao_void_pointer) { ValueDef *_tao_tmp_pointer = @@ -2327,7 +2333,7 @@ CORBA::ValueDef::_tao_any_destructor (void *_tao_void_pointer) CORBA::ValueDef_ptr CORBA::ValueDef::_narrow ( - CORBA::Object_ptr _tao_objref + ::CORBA::Object_ptr _tao_objref ACE_ENV_ARG_DECL ) { @@ -2342,7 +2348,7 @@ CORBA::ValueDef::_narrow ( CORBA::ValueDef_ptr CORBA::ValueDef::_unchecked_narrow ( - CORBA::Object_ptr _tao_objref + ::CORBA::Object_ptr _tao_objref ACE_ENV_ARG_DECL ) { @@ -2362,7 +2368,7 @@ CORBA::ValueDef::_duplicate (ValueDef_ptr obj) { obj->_add_ref (); } - + return obj; } @@ -2372,7 +2378,7 @@ CORBA::ValueDef::_tao_release (ValueDef_ptr obj) ::CORBA::release (obj); } -CORBA::Boolean +::CORBA::Boolean CORBA::ValueDef::_is_a ( const char *value ACE_ENV_ARG_DECL @@ -2421,22 +2427,22 @@ const char* CORBA::ValueDef::_interface_repository_id (void) const return "IDL:omg.org/CORBA/ValueDef:1.0"; } -CORBA::Boolean +::CORBA::Boolean CORBA::ValueDef::marshal (TAO_OutputCDR &cdr) { return (cdr << this); } // TAO_IDL - Generated from -// be\be_visitor_typecode/objref_typecode.cpp:76 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/objref_typecode.cpp:76 static TAO::TypeCode::Objref<char const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_ValueDef ( - CORBA::tk_objref, + ::CORBA::tk_objref, "IDL:omg.org/CORBA/ValueDef:1.0", "ValueDef"); - + namespace CORBA { ::CORBA::TypeCode_ptr const _tc_ValueDef = @@ -2446,19 +2452,19 @@ namespace CORBA // TAO_IDL - Generated from -// be\be_visitor_typecode/struct_typecode.cpp:87 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/struct_typecode.cpp:89 // TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_defn.cpp:942 // TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_defn.cpp:942 -static TAO::TypeCode::Struct_Field<char const *, CORBA::TypeCode_ptr const *> const _tao_fields_CORBA_ValueDescription[] = +static TAO::TypeCode::Struct_Field<char const *, ::CORBA::TypeCode_ptr const *> const _tao_fields_CORBA_ValueDescription[] = { { "name", &CORBA::_tc_Identifier }, { "id", &CORBA::_tc_RepositoryId }, @@ -2470,19 +2476,19 @@ static TAO::TypeCode::Struct_Field<char const *, CORBA::TypeCode_ptr const *> co { "abstract_base_values", &CORBA::_tc_RepositoryIdSeq }, { "is_truncatable", &CORBA::_tc_boolean }, { "base_value", &CORBA::_tc_RepositoryId } - + }; static TAO::TypeCode::Struct<char const *, - CORBA::TypeCode_ptr const *, - TAO::TypeCode::Struct_Field<char const *, CORBA::TypeCode_ptr const *> const *, + ::CORBA::TypeCode_ptr const *, + TAO::TypeCode::Struct_Field<char const *, ::CORBA::TypeCode_ptr const *> const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_ValueDescription ( - CORBA::tk_struct, + ::CORBA::tk_struct, "IDL:omg.org/CORBA/ValueDescription:1.0", "ValueDescription", _tao_fields_CORBA_ValueDescription, 10); - + namespace CORBA { ::CORBA::TypeCode_ptr const _tc_ValueDescription = @@ -2491,10 +2497,10 @@ namespace CORBA -// TAO_IDL - Generated from -// be\be_visitor_structure/structure_cs.cpp:66 +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/structure_cs.cpp:66 -void +void CORBA::ValueDescription::_tao_any_destructor ( void *_tao_void_pointer ) @@ -2505,7 +2511,7 @@ CORBA::ValueDescription::_tao_any_destructor ( } // TAO_IDL - Generated from -// be\be_visitor_interface/interface_cs.cpp:60 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_cs.cpp:60 // Traits specializations for CORBA::ExtValueDef. @@ -2531,48 +2537,48 @@ TAO::Objref_Traits<CORBA::ExtValueDef>::nil (void) return CORBA::ExtValueDef::_nil (); } -CORBA::Boolean +::CORBA::Boolean TAO::Objref_Traits<CORBA::ExtValueDef>::marshal ( - CORBA::ExtValueDef_ptr p, + const CORBA::ExtValueDef_ptr p, TAO_OutputCDR & cdr ) { - return CORBA::Object::marshal (p, cdr); + return ::CORBA::Object::marshal (p, cdr); } // Function pointer for collocation factory initialization. -TAO::Collocation_Proxy_Broker * +TAO::Collocation_Proxy_Broker * (*CORBA__TAO_ExtValueDef_Proxy_Broker_Factory_function_pointer) ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ) = 0; // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 ::CORBA::ExtInitializerSeq * CORBA::ExtValueDef::ext_initializers ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_ExtValueDef_Proxy_Broker_ == 0) { CORBA_ExtValueDef_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::ExtInitializerSeq>::ret_val _tao_retval; - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -2581,43 +2587,43 @@ TAO::Collocation_Proxy_Broker * 21, this->the_TAO_ExtValueDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 void CORBA::ExtValueDef::ext_initializers ( const ::CORBA::ExtInitializerSeq & ext_initializers ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_ExtValueDef_Proxy_Broker_ == 0) { CORBA_ExtValueDef_setup_collocation (); } - + TAO::Arg_Traits< void>::ret_val _tao_retval; TAO::Arg_Traits< ::CORBA::ExtInitializerSeq>::in_arg_val _tao_ext_initializers (ext_initializers); - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval, &_tao_ext_initializers }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -2626,45 +2632,45 @@ void CORBA::ExtValueDef::ext_initializers ( 21, this->the_TAO_ExtValueDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK; } // TAO_IDL - Generated from -// be\be_visitor_typecode/struct_typecode.cpp:87 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/struct_typecode.cpp:89 // TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_defn.cpp:942 // TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_defn.cpp:942 // TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_defn.cpp:942 // TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_defn.cpp:942 // TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_defn.cpp:942 // TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_defn.cpp:942 -static TAO::TypeCode::Struct_Field<char const *, CORBA::TypeCode_ptr const *> const _tao_fields_CORBA_ExtValueDef_ExtFullValueDescription[] = +static TAO::TypeCode::Struct_Field<char const *, ::CORBA::TypeCode_ptr const *> const _tao_fields_CORBA_ExtValueDef_ExtFullValueDescription[] = { { "name", &CORBA::_tc_Identifier }, { "id", &CORBA::_tc_RepositoryId }, @@ -2681,26 +2687,26 @@ static TAO::TypeCode::Struct_Field<char const *, CORBA::TypeCode_ptr const *> co { "is_truncatable", &CORBA::_tc_boolean }, { "base_value", &CORBA::_tc_RepositoryId }, { "type", &CORBA::_tc_TypeCode } - + }; static TAO::TypeCode::Struct<char const *, - CORBA::TypeCode_ptr const *, - TAO::TypeCode::Struct_Field<char const *, CORBA::TypeCode_ptr const *> const *, + ::CORBA::TypeCode_ptr const *, + TAO::TypeCode::Struct_Field<char const *, ::CORBA::TypeCode_ptr const *> const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_ExtValueDef_ExtFullValueDescription ( - CORBA::tk_struct, + ::CORBA::tk_struct, "IDL:omg.org/CORBA/ExtValueDef/ExtFullValueDescription:1.0", "ExtFullValueDescription", _tao_fields_CORBA_ExtValueDef_ExtFullValueDescription, 15); - + ::CORBA::TypeCode_ptr const CORBA::ExtValueDef::_tc_ExtFullValueDescription = &_tao_tc_CORBA_ExtValueDef_ExtFullValueDescription; -// TAO_IDL - Generated from -// be\be_visitor_structure/structure_cs.cpp:66 +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/structure_cs.cpp:66 -void +void CORBA::ExtValueDef::ExtFullValueDescription::_tao_any_destructor ( void *_tao_void_pointer ) @@ -2711,32 +2717,32 @@ CORBA::ExtValueDef::ExtFullValueDescription::_tao_any_destructor ( } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 ::CORBA::ExtValueDef::ExtFullValueDescription * CORBA::ExtValueDef::describe_ext_value ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_ExtValueDef_Proxy_Broker_ == 0) { CORBA_ExtValueDef_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::ExtValueDef::ExtFullValueDescription>::ret_val _tao_retval; - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -2745,15 +2751,15 @@ CORBA::ExtValueDef::ExtFullValueDescription::_tao_any_destructor ( 18, this->the_TAO_ExtValueDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 ::CORBA::ExtAttributeDef_ptr CORBA::ExtValueDef::create_ext_attribute ( const char * id, @@ -2766,19 +2772,19 @@ CORBA::ExtValueDef::ExtFullValueDescription::_tao_any_destructor ( ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_ExtValueDef_Proxy_Broker_ == 0) { CORBA_ExtValueDef_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::ExtAttributeDef>::ret_val _tao_retval; TAO::Arg_Traits< ::CORBA::RepositoryId>::in_arg_val _tao_id (id); TAO::Arg_Traits< ::CORBA::Identifier>::in_arg_val _tao_name (name); @@ -2787,7 +2793,7 @@ CORBA::ExtValueDef::ExtFullValueDescription::_tao_any_destructor ( TAO::Arg_Traits< ::CORBA::AttributeMode>::in_arg_val _tao_mode (mode); TAO::Arg_Traits< ::CORBA::ExceptionDefSeq>::in_arg_val _tao_get_exceptions (get_exceptions); TAO::Arg_Traits< ::CORBA::ExceptionDefSeq>::in_arg_val _tao_set_exceptions (set_exceptions); - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval, @@ -2799,7 +2805,7 @@ CORBA::ExtValueDef::ExtFullValueDescription::_tao_any_destructor ( &_tao_get_exceptions, &_tao_set_exceptions }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -2808,10 +2814,10 @@ CORBA::ExtValueDef::ExtFullValueDescription::_tao_any_destructor ( 20, this->the_TAO_ExtValueDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } @@ -2829,14 +2835,14 @@ CORBA::ExtValueDef::CORBA_ExtValueDef_setup_collocation () this->the_TAO_ExtValueDef_Proxy_Broker_ = ::CORBA__TAO_ExtValueDef_Proxy_Broker_Factory_function_pointer (this); } - + this->CORBA_ValueDef_setup_collocation (); } CORBA::ExtValueDef::~ExtValueDef (void) {} -void +void CORBA::ExtValueDef::_tao_any_destructor (void *_tao_void_pointer) { ExtValueDef *_tao_tmp_pointer = @@ -2846,7 +2852,7 @@ CORBA::ExtValueDef::_tao_any_destructor (void *_tao_void_pointer) CORBA::ExtValueDef_ptr CORBA::ExtValueDef::_narrow ( - CORBA::Object_ptr _tao_objref + ::CORBA::Object_ptr _tao_objref ACE_ENV_ARG_DECL ) { @@ -2861,7 +2867,7 @@ CORBA::ExtValueDef::_narrow ( CORBA::ExtValueDef_ptr CORBA::ExtValueDef::_unchecked_narrow ( - CORBA::Object_ptr _tao_objref + ::CORBA::Object_ptr _tao_objref ACE_ENV_ARG_DECL ) { @@ -2881,7 +2887,7 @@ CORBA::ExtValueDef::_duplicate (ExtValueDef_ptr obj) { obj->_add_ref (); } - + return obj; } @@ -2891,7 +2897,7 @@ CORBA::ExtValueDef::_tao_release (ExtValueDef_ptr obj) ::CORBA::release (obj); } -CORBA::Boolean +::CORBA::Boolean CORBA::ExtValueDef::_is_a ( const char *value ACE_ENV_ARG_DECL @@ -2944,22 +2950,22 @@ const char* CORBA::ExtValueDef::_interface_repository_id (void) const return "IDL:omg.org/CORBA/ExtValueDef:1.0"; } -CORBA::Boolean +::CORBA::Boolean CORBA::ExtValueDef::marshal (TAO_OutputCDR &cdr) { return (cdr << this); } // TAO_IDL - Generated from -// be\be_visitor_typecode/objref_typecode.cpp:76 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/objref_typecode.cpp:76 static TAO::TypeCode::Objref<char const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_ExtValueDef ( - CORBA::tk_objref, + ::CORBA::tk_objref, "IDL:omg.org/CORBA/ExtValueDef:1.0", "ExtValueDef"); - + namespace CORBA { ::CORBA::TypeCode_ptr const _tc_ExtValueDef = @@ -2969,7 +2975,7 @@ namespace CORBA // TAO_IDL - Generated from -// be\be_visitor_interface/interface_cs.cpp:60 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_cs.cpp:60 // Traits specializations for CORBA::ValueBoxDef. @@ -2995,48 +3001,48 @@ TAO::Objref_Traits<CORBA::ValueBoxDef>::nil (void) return CORBA::ValueBoxDef::_nil (); } -CORBA::Boolean +::CORBA::Boolean TAO::Objref_Traits<CORBA::ValueBoxDef>::marshal ( - CORBA::ValueBoxDef_ptr p, + const CORBA::ValueBoxDef_ptr p, TAO_OutputCDR & cdr ) { - return CORBA::Object::marshal (p, cdr); + return ::CORBA::Object::marshal (p, cdr); } // Function pointer for collocation factory initialization. -TAO::Collocation_Proxy_Broker * +TAO::Collocation_Proxy_Broker * (*CORBA__TAO_ValueBoxDef_Proxy_Broker_Factory_function_pointer) ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ) = 0; // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 ::CORBA::IDLType_ptr CORBA::ValueBoxDef::original_type_def ( ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_ValueBoxDef_Proxy_Broker_ == 0) { CORBA_ValueBoxDef_setup_collocation (); } - + TAO::Arg_Traits< ::CORBA::IDLType>::ret_val _tao_retval; - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -3045,43 +3051,43 @@ TAO::Collocation_Proxy_Broker * 22, this->the_TAO_ValueBoxDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (_tao_retval.excp ()); - + return _tao_retval.retn (); } // TAO_IDL - Generated from -// be\be_visitor_operation/operation_cs.cpp:78 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_cs.cpp:78 void CORBA::ValueBoxDef::original_type_def ( ::CORBA::IDLType_ptr original_type_def ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )) { if (!this->is_evaluated ()) { ::CORBA::Object::tao_object_initialize (this); } - + if (this->the_TAO_ValueBoxDef_Proxy_Broker_ == 0) { CORBA_ValueBoxDef_setup_collocation (); } - + TAO::Arg_Traits< void>::ret_val _tao_retval; TAO::Arg_Traits< ::CORBA::IDLType>::in_arg_val _tao_original_type_def (original_type_def); - + TAO::Argument *_the_tao_operation_signature [] = { &_tao_retval, &_tao_original_type_def }; - + TAO::Invocation_Adapter _tao_call ( this, _the_tao_operation_signature, @@ -3090,7 +3096,7 @@ void CORBA::ValueBoxDef::original_type_def ( 22, this->the_TAO_ValueBoxDef_Proxy_Broker_ ); - + _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER); ACE_CHECK; } @@ -3109,14 +3115,14 @@ CORBA::ValueBoxDef::CORBA_ValueBoxDef_setup_collocation () this->the_TAO_ValueBoxDef_Proxy_Broker_ = ::CORBA__TAO_ValueBoxDef_Proxy_Broker_Factory_function_pointer (this); } - + this->CORBA_TypedefDef_setup_collocation (); } CORBA::ValueBoxDef::~ValueBoxDef (void) {} -void +void CORBA::ValueBoxDef::_tao_any_destructor (void *_tao_void_pointer) { ValueBoxDef *_tao_tmp_pointer = @@ -3126,7 +3132,7 @@ CORBA::ValueBoxDef::_tao_any_destructor (void *_tao_void_pointer) CORBA::ValueBoxDef_ptr CORBA::ValueBoxDef::_narrow ( - CORBA::Object_ptr _tao_objref + ::CORBA::Object_ptr _tao_objref ACE_ENV_ARG_DECL ) { @@ -3141,7 +3147,7 @@ CORBA::ValueBoxDef::_narrow ( CORBA::ValueBoxDef_ptr CORBA::ValueBoxDef::_unchecked_narrow ( - CORBA::Object_ptr _tao_objref + ::CORBA::Object_ptr _tao_objref ACE_ENV_ARG_DECL ) { @@ -3161,7 +3167,7 @@ CORBA::ValueBoxDef::_duplicate (ValueBoxDef_ptr obj) { obj->_add_ref (); } - + return obj; } @@ -3171,7 +3177,7 @@ CORBA::ValueBoxDef::_tao_release (ValueBoxDef_ptr obj) ::CORBA::release (obj); } -CORBA::Boolean +::CORBA::Boolean CORBA::ValueBoxDef::_is_a ( const char *value ACE_ENV_ARG_DECL @@ -3220,22 +3226,22 @@ const char* CORBA::ValueBoxDef::_interface_repository_id (void) const return "IDL:omg.org/CORBA/ValueBoxDef:1.0"; } -CORBA::Boolean +::CORBA::Boolean CORBA::ValueBoxDef::marshal (TAO_OutputCDR &cdr) { return (cdr << this); } // TAO_IDL - Generated from -// be\be_visitor_typecode/objref_typecode.cpp:76 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/objref_typecode.cpp:76 static TAO::TypeCode::Objref<char const *, TAO::Null_RefCount_Policy> _tao_tc_CORBA_ValueBoxDef ( - CORBA::tk_objref, + ::CORBA::tk_objref, "IDL:omg.org/CORBA/ValueBoxDef:1.0", "ValueBoxDef"); - + namespace CORBA { ::CORBA::TypeCode_ptr const _tc_ValueBoxDef = @@ -3245,25 +3251,98 @@ namespace CORBA // TAO_IDL - Generated from -// be\be_visitor_interface/any_op_cs.cpp:50 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/any_op_cs.cpp:51 + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + namespace TAO { template<> - CORBA::Boolean + ::CORBA::Boolean Any_Impl_T<CORBA::FixedDef>::to_object ( - CORBA::Object_ptr &_tao_elem + ::CORBA::Object_ptr &_tao_elem ) const { - _tao_elem = CORBA::Object::_duplicate (this->value_); + _tao_elem = ::CORBA::Object::_duplicate (this->value_); return true; } } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + + + // Copying insertion. + void + operator<<= ( + ::CORBA::Any &_tao_any, + FixedDef_ptr _tao_elem + ) + { + FixedDef_ptr _tao_objptr = + FixedDef::_duplicate (_tao_elem); + _tao_any <<= &_tao_objptr; + } + + // Non-copying insertion. + void + operator<<= ( + ::CORBA::Any &_tao_any, + FixedDef_ptr *_tao_elem + ) + { + TAO::Any_Impl_T<FixedDef>::insert ( + _tao_any, + FixedDef::_tao_any_destructor, + _tc_FixedDef, + *_tao_elem + ); + } + + ::CORBA::Boolean + operator>>= ( + const ::CORBA::Any &_tao_any, + FixedDef_ptr &_tao_elem + ) + { + return + TAO::Any_Impl_T<FixedDef>::extract ( + _tao_any, + FixedDef::_tao_any_destructor, + _tc_FixedDef, + _tao_elem + ); + } +} + +#else + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::FixedDef_ptr _tao_elem ) { @@ -3275,7 +3354,7 @@ operator<<= ( // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::FixedDef_ptr *_tao_elem ) { @@ -3287,9 +3366,9 @@ operator<<= ( ); } -CORBA::Boolean +::CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, + const ::CORBA::Any &_tao_any, CORBA::FixedDef_ptr &_tao_elem ) { @@ -3301,27 +3380,46 @@ operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#endif + +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/any_op_cs.cpp:54 -// TAO_IDL - Generated from -// be\be_visitor_structure/any_op_cs.cpp:54 + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, const CORBA::ValueMember &_tao_elem ) { - TAO::Any_Dual_Impl_T<CORBA::ValueMember>::insert_copy ( - _tao_any, - CORBA::ValueMember::_tao_any_destructor, - CORBA::_tc_ValueMember, - _tao_elem - ); + if (0 == &_tao_elem) // Trying to de-reference NULL object + _tao_any <<= static_cast<CORBA::ValueMember *>( 0 ); // Use non-copying insertion of a NULL + else + TAO::Any_Dual_Impl_T<CORBA::ValueMember>::insert_copy ( + _tao_any, + CORBA::ValueMember::_tao_any_destructor, + CORBA::_tc_ValueMember, + _tao_elem + ); } // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::ValueMember *_tao_elem ) { @@ -3334,8 +3432,8 @@ void operator<<= ( } // Extraction to non-const pointer (deprecated). -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, CORBA::ValueMember *&_tao_elem ) { @@ -3346,8 +3444,8 @@ CORBA::Boolean operator>>= ( } // Extraction to const pointer. -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, const CORBA::ValueMember *&_tao_elem ) { @@ -3359,28 +3457,45 @@ CORBA::Boolean operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/any_op_cs.cpp:54 -// TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_cs.cpp:54 + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, const CORBA::ValueMemberSeq &_tao_elem ) { - TAO::Any_Dual_Impl_T<CORBA::ValueMemberSeq>::insert_copy ( - _tao_any, - CORBA::ValueMemberSeq::_tao_any_destructor, - TAO::TypeCode::tc_CORBA_ValueMemberSeq_0, - _tao_elem - ); + if (0 == &_tao_elem) // Trying to de-reference NULL object + _tao_any <<= static_cast<CORBA::ValueMemberSeq *>( 0 ); // Use non-copying insertion of a NULL + else + TAO::Any_Dual_Impl_T<CORBA::ValueMemberSeq>::insert_copy ( + _tao_any, + CORBA::ValueMemberSeq::_tao_any_destructor, + TAO::TypeCode::tc_CORBA_ValueMemberSeq_0, + _tao_elem + ); } // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::ValueMemberSeq *_tao_elem ) { @@ -3393,8 +3508,8 @@ void operator<<= ( } // Extraction to non-const pointer (deprecated). -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, CORBA::ValueMemberSeq *&_tao_elem ) { @@ -3405,8 +3520,8 @@ CORBA::Boolean operator>>= ( } // Extraction to const pointer. -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, const CORBA::ValueMemberSeq *&_tao_elem ) { @@ -3418,27 +3533,107 @@ CORBA::Boolean operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + // TAO_IDL - Generated from -// be\be_visitor_interface/any_op_cs.cpp:50 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/any_op_cs.cpp:51 + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + namespace TAO { template<> - CORBA::Boolean + ::CORBA::Boolean Any_Impl_T<CORBA::ValueMemberDef>::to_object ( - CORBA::Object_ptr &_tao_elem + ::CORBA::Object_ptr &_tao_elem ) const { - _tao_elem = CORBA::Object::_duplicate (this->value_); + _tao_elem = ::CORBA::Object::_duplicate (this->value_); return true; } } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + + + // Copying insertion. + void + operator<<= ( + ::CORBA::Any &_tao_any, + ValueMemberDef_ptr _tao_elem + ) + { + ValueMemberDef_ptr _tao_objptr = + ValueMemberDef::_duplicate (_tao_elem); + _tao_any <<= &_tao_objptr; + } + + // Non-copying insertion. + void + operator<<= ( + ::CORBA::Any &_tao_any, + ValueMemberDef_ptr *_tao_elem + ) + { + TAO::Any_Impl_T<ValueMemberDef>::insert ( + _tao_any, + ValueMemberDef::_tao_any_destructor, + _tc_ValueMemberDef, + *_tao_elem + ); + } + + ::CORBA::Boolean + operator>>= ( + const ::CORBA::Any &_tao_any, + ValueMemberDef_ptr &_tao_elem + ) + { + return + TAO::Any_Impl_T<ValueMemberDef>::extract ( + _tao_any, + ValueMemberDef::_tao_any_destructor, + _tc_ValueMemberDef, + _tao_elem + ); + } +} + +#else + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::ValueMemberDef_ptr _tao_elem ) { @@ -3450,7 +3645,7 @@ operator<<= ( // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::ValueMemberDef_ptr *_tao_elem ) { @@ -3462,9 +3657,9 @@ operator<<= ( ); } -CORBA::Boolean +::CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, + const ::CORBA::Any &_tao_any, CORBA::ValueMemberDef_ptr &_tao_elem ) { @@ -3476,27 +3671,109 @@ operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#endif // TAO_IDL - Generated from -// be\be_visitor_interface/any_op_cs.cpp:50 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/any_op_cs.cpp:51 + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + namespace TAO { template<> - CORBA::Boolean + ::CORBA::Boolean Any_Impl_T<CORBA::ValueDef>::to_object ( - CORBA::Object_ptr &_tao_elem + ::CORBA::Object_ptr &_tao_elem ) const { - _tao_elem = CORBA::Object::_duplicate (this->value_); + _tao_elem = ::CORBA::Object::_duplicate (this->value_); return true; } } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + + + // Copying insertion. + void + operator<<= ( + ::CORBA::Any &_tao_any, + ValueDef_ptr _tao_elem + ) + { + ValueDef_ptr _tao_objptr = + ValueDef::_duplicate (_tao_elem); + _tao_any <<= &_tao_objptr; + } + + // Non-copying insertion. + void + operator<<= ( + ::CORBA::Any &_tao_any, + ValueDef_ptr *_tao_elem + ) + { + TAO::Any_Impl_T<ValueDef>::insert ( + _tao_any, + ValueDef::_tao_any_destructor, + _tc_ValueDef, + *_tao_elem + ); + } + + ::CORBA::Boolean + operator>>= ( + const ::CORBA::Any &_tao_any, + ValueDef_ptr &_tao_elem + ) + { + return + TAO::Any_Impl_T<ValueDef>::extract ( + _tao_any, + ValueDef::_tao_any_destructor, + _tc_ValueDef, + _tao_elem + ); + } +} + +#else + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::ValueDef_ptr _tao_elem ) { @@ -3508,7 +3785,7 @@ operator<<= ( // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::ValueDef_ptr *_tao_elem ) { @@ -3520,9 +3797,9 @@ operator<<= ( ); } -CORBA::Boolean +::CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, + const ::CORBA::Any &_tao_any, CORBA::ValueDef_ptr &_tao_elem ) { @@ -3534,27 +3811,46 @@ operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + -// TAO_IDL - Generated from -// be\be_visitor_structure/any_op_cs.cpp:54 + + +#endif + +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/any_op_cs.cpp:54 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, const CORBA::ValueDef::FullValueDescription &_tao_elem ) { - TAO::Any_Dual_Impl_T<CORBA::ValueDef::FullValueDescription>::insert_copy ( - _tao_any, - CORBA::ValueDef::FullValueDescription::_tao_any_destructor, - CORBA::ValueDef::_tc_FullValueDescription, - _tao_elem - ); + if (0 == &_tao_elem) // Trying to de-reference NULL object + _tao_any <<= static_cast<CORBA::ValueDef::FullValueDescription *>( 0 ); // Use non-copying insertion of a NULL + else + TAO::Any_Dual_Impl_T<CORBA::ValueDef::FullValueDescription>::insert_copy ( + _tao_any, + CORBA::ValueDef::FullValueDescription::_tao_any_destructor, + CORBA::ValueDef::_tc_FullValueDescription, + _tao_elem + ); } // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::ValueDef::FullValueDescription *_tao_elem ) { @@ -3567,8 +3863,8 @@ void operator<<= ( } // Extraction to non-const pointer (deprecated). -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, CORBA::ValueDef::FullValueDescription *&_tao_elem ) { @@ -3579,8 +3875,8 @@ CORBA::Boolean operator>>= ( } // Extraction to const pointer. -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, const CORBA::ValueDef::FullValueDescription *&_tao_elem ) { @@ -3592,27 +3888,44 @@ CORBA::Boolean operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL -// TAO_IDL - Generated from -// be\be_visitor_structure/any_op_cs.cpp:54 + + + +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/any_op_cs.cpp:54 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, const CORBA::ValueDescription &_tao_elem ) { - TAO::Any_Dual_Impl_T<CORBA::ValueDescription>::insert_copy ( - _tao_any, - CORBA::ValueDescription::_tao_any_destructor, - CORBA::_tc_ValueDescription, - _tao_elem - ); + if (0 == &_tao_elem) // Trying to de-reference NULL object + _tao_any <<= static_cast<CORBA::ValueDescription *>( 0 ); // Use non-copying insertion of a NULL + else + TAO::Any_Dual_Impl_T<CORBA::ValueDescription>::insert_copy ( + _tao_any, + CORBA::ValueDescription::_tao_any_destructor, + CORBA::_tc_ValueDescription, + _tao_elem + ); } // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::ValueDescription *_tao_elem ) { @@ -3625,8 +3938,8 @@ void operator<<= ( } // Extraction to non-const pointer (deprecated). -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, CORBA::ValueDescription *&_tao_elem ) { @@ -3637,8 +3950,8 @@ CORBA::Boolean operator>>= ( } // Extraction to const pointer. -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, const CORBA::ValueDescription *&_tao_elem ) { @@ -3650,27 +3963,107 @@ CORBA::Boolean operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + // TAO_IDL - Generated from -// be\be_visitor_interface/any_op_cs.cpp:50 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/any_op_cs.cpp:51 + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + namespace TAO { template<> - CORBA::Boolean + ::CORBA::Boolean Any_Impl_T<CORBA::ExtValueDef>::to_object ( - CORBA::Object_ptr &_tao_elem + ::CORBA::Object_ptr &_tao_elem ) const { - _tao_elem = CORBA::Object::_duplicate (this->value_); + _tao_elem = ::CORBA::Object::_duplicate (this->value_); return true; } } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + + + // Copying insertion. + void + operator<<= ( + ::CORBA::Any &_tao_any, + ExtValueDef_ptr _tao_elem + ) + { + ExtValueDef_ptr _tao_objptr = + ExtValueDef::_duplicate (_tao_elem); + _tao_any <<= &_tao_objptr; + } + + // Non-copying insertion. + void + operator<<= ( + ::CORBA::Any &_tao_any, + ExtValueDef_ptr *_tao_elem + ) + { + TAO::Any_Impl_T<ExtValueDef>::insert ( + _tao_any, + ExtValueDef::_tao_any_destructor, + _tc_ExtValueDef, + *_tao_elem + ); + } + + ::CORBA::Boolean + operator>>= ( + const ::CORBA::Any &_tao_any, + ExtValueDef_ptr &_tao_elem + ) + { + return + TAO::Any_Impl_T<ExtValueDef>::extract ( + _tao_any, + ExtValueDef::_tao_any_destructor, + _tc_ExtValueDef, + _tao_elem + ); + } +} + +#else + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::ExtValueDef_ptr _tao_elem ) { @@ -3682,7 +4075,7 @@ operator<<= ( // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::ExtValueDef_ptr *_tao_elem ) { @@ -3694,9 +4087,9 @@ operator<<= ( ); } -CORBA::Boolean +::CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, + const ::CORBA::Any &_tao_any, CORBA::ExtValueDef_ptr &_tao_elem ) { @@ -3708,27 +4101,46 @@ operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#endif + +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/any_op_cs.cpp:54 -// TAO_IDL - Generated from -// be\be_visitor_structure/any_op_cs.cpp:54 + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, const CORBA::ExtValueDef::ExtFullValueDescription &_tao_elem ) { - TAO::Any_Dual_Impl_T<CORBA::ExtValueDef::ExtFullValueDescription>::insert_copy ( - _tao_any, - CORBA::ExtValueDef::ExtFullValueDescription::_tao_any_destructor, - CORBA::ExtValueDef::_tc_ExtFullValueDescription, - _tao_elem - ); + if (0 == &_tao_elem) // Trying to de-reference NULL object + _tao_any <<= static_cast<CORBA::ExtValueDef::ExtFullValueDescription *>( 0 ); // Use non-copying insertion of a NULL + else + TAO::Any_Dual_Impl_T<CORBA::ExtValueDef::ExtFullValueDescription>::insert_copy ( + _tao_any, + CORBA::ExtValueDef::ExtFullValueDescription::_tao_any_destructor, + CORBA::ExtValueDef::_tc_ExtFullValueDescription, + _tao_elem + ); } // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::ExtValueDef::ExtFullValueDescription *_tao_elem ) { @@ -3741,8 +4153,8 @@ void operator<<= ( } // Extraction to non-const pointer (deprecated). -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, CORBA::ExtValueDef::ExtFullValueDescription *&_tao_elem ) { @@ -3753,8 +4165,8 @@ CORBA::Boolean operator>>= ( } // Extraction to const pointer. -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, +::CORBA::Boolean operator>>= ( + const ::CORBA::Any &_tao_any, const CORBA::ExtValueDef::ExtFullValueDescription *&_tao_elem ) { @@ -3766,27 +4178,107 @@ CORBA::Boolean operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + // TAO_IDL - Generated from -// be\be_visitor_interface/any_op_cs.cpp:50 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/any_op_cs.cpp:51 + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + namespace TAO { template<> - CORBA::Boolean + ::CORBA::Boolean Any_Impl_T<CORBA::ValueBoxDef>::to_object ( - CORBA::Object_ptr &_tao_elem + ::CORBA::Object_ptr &_tao_elem ) const { - _tao_elem = CORBA::Object::_duplicate (this->value_); + _tao_elem = ::CORBA::Object::_duplicate (this->value_); return true; } } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + + + // Copying insertion. + void + operator<<= ( + ::CORBA::Any &_tao_any, + ValueBoxDef_ptr _tao_elem + ) + { + ValueBoxDef_ptr _tao_objptr = + ValueBoxDef::_duplicate (_tao_elem); + _tao_any <<= &_tao_objptr; + } + + // Non-copying insertion. + void + operator<<= ( + ::CORBA::Any &_tao_any, + ValueBoxDef_ptr *_tao_elem + ) + { + TAO::Any_Impl_T<ValueBoxDef>::insert ( + _tao_any, + ValueBoxDef::_tao_any_destructor, + _tc_ValueBoxDef, + *_tao_elem + ); + } + + ::CORBA::Boolean + operator>>= ( + const ::CORBA::Any &_tao_any, + ValueBoxDef_ptr &_tao_elem + ) + { + return + TAO::Any_Impl_T<ValueBoxDef>::extract ( + _tao_any, + ValueBoxDef::_tao_any_destructor, + _tc_ValueBoxDef, + _tao_elem + ); + } +} + +#else + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + // Copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::ValueBoxDef_ptr _tao_elem ) { @@ -3798,7 +4290,7 @@ operator<<= ( // Non-copying insertion. void operator<<= ( - CORBA::Any &_tao_any, + ::CORBA::Any &_tao_any, CORBA::ValueBoxDef_ptr *_tao_elem ) { @@ -3810,9 +4302,9 @@ operator<<= ( ); } -CORBA::Boolean +::CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, + const ::CORBA::Any &_tao_any, CORBA::ValueBoxDef_ptr &_tao_elem ) { @@ -3824,47 +4316,77 @@ operator>>= ( _tao_elem ); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#endif // TAO_IDL - Generated from -// be\be_visitor_interface/cdr_op_cs.cpp:63 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/cdr_op_cs.cpp:63 + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL -CORBA::Boolean operator<< ( +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::FixedDef_ptr _tao_objref ) { - CORBA::Object_ptr _tao_corba_obj = _tao_objref; + ::CORBA::Object_ptr _tao_corba_obj = _tao_objref; return (strm << _tao_corba_obj); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::FixedDef_ptr &_tao_objref ) { - CORBA::Object_var obj; - + ::CORBA::Object_var obj; + if (!(strm >> obj.inout ())) { return false; } - + typedef ::CORBA::FixedDef RHS_SCOPED_NAME; - + // Narrow to the right type. _tao_objref = TAO::Narrow_Utils<RHS_SCOPED_NAME>::unchecked_narrow ( obj.in (), CORBA__TAO_FixedDef_Proxy_Broker_Factory_function_pointer ); - - return 1; + + return true; } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + // TAO_IDL - Generated from -// be\be_visitor_structure/cdr_op_cs.cpp:61 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/cdr_op_cs.cpp:61 + -CORBA::Boolean operator<< ( + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::ValueMember &_tao_aggregate ) @@ -3875,14 +4397,14 @@ CORBA::Boolean operator<< ( (strm << _tao_aggregate.defined_in.in ()) && (strm << _tao_aggregate.version.in ()) && (strm << _tao_aggregate.type.in ()) && - CORBA::Object::marshal ( + ::CORBA::Object::marshal ( _tao_aggregate.type_def.in (), strm ) && (strm << _tao_aggregate.access); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::ValueMember &_tao_aggregate ) @@ -3896,14 +4418,26 @@ CORBA::Boolean operator>> ( (strm >> _tao_aggregate.type_def.out ()) && (strm >> _tao_aggregate.access); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -// TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_cs.cpp:96 +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/cdr_op_cs.cpp:96 #if !defined _TAO_CDR_OP_CORBA_ValueMemberSeq_CPP_ #define _TAO_CDR_OP_CORBA_ValueMemberSeq_CPP_ -CORBA::Boolean operator<< ( + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::ValueMemberSeq &_tao_sequence ) @@ -3911,7 +4445,7 @@ CORBA::Boolean operator<< ( return TAO::marshal_sequence(strm, _tao_sequence); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::ValueMemberSeq &_tao_sequence ) @@ -3919,48 +4453,75 @@ CORBA::Boolean operator>> ( return TAO::demarshal_sequence(strm, _tao_sequence); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + #endif /* _TAO_CDR_OP_CORBA_ValueMemberSeq_CPP_ */ // TAO_IDL - Generated from -// be\be_visitor_interface/cdr_op_cs.cpp:63 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/cdr_op_cs.cpp:63 -CORBA::Boolean operator<< ( + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::ValueMemberDef_ptr _tao_objref ) { - CORBA::Object_ptr _tao_corba_obj = _tao_objref; + ::CORBA::Object_ptr _tao_corba_obj = _tao_objref; return (strm << _tao_corba_obj); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::ValueMemberDef_ptr &_tao_objref ) { - CORBA::Object_var obj; - + ::CORBA::Object_var obj; + if (!(strm >> obj.inout ())) { return false; } - + typedef ::CORBA::ValueMemberDef RHS_SCOPED_NAME; - + // Narrow to the right type. _tao_objref = TAO::Narrow_Utils<RHS_SCOPED_NAME>::unchecked_narrow ( obj.in (), CORBA__TAO_ValueMemberDef_Proxy_Broker_Factory_function_pointer ); - - return 1; + + return true; } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + // TAO_IDL - Generated from -// be\be_visitor_structure/cdr_op_cs.cpp:61 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/cdr_op_cs.cpp:61 + + -CORBA::Boolean operator<< ( +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::ValueDef::FullValueDescription &_tao_aggregate ) @@ -3968,8 +4529,8 @@ CORBA::Boolean operator<< ( return (strm << _tao_aggregate.name.in ()) && (strm << _tao_aggregate.id.in ()) && - (strm << ACE_OutputCDR::from_boolean (_tao_aggregate.is_abstract)) && - (strm << ACE_OutputCDR::from_boolean (_tao_aggregate.is_custom)) && + (strm << ::ACE_OutputCDR::from_boolean (_tao_aggregate.is_abstract)) && + (strm << ::ACE_OutputCDR::from_boolean (_tao_aggregate.is_custom)) && (strm << _tao_aggregate.defined_in.in ()) && (strm << _tao_aggregate.version.in ()) && (strm << _tao_aggregate.operations) && @@ -3978,12 +4539,12 @@ CORBA::Boolean operator<< ( (strm << _tao_aggregate.initializers) && (strm << _tao_aggregate.supported_interfaces) && (strm << _tao_aggregate.abstract_base_values) && - (strm << ACE_OutputCDR::from_boolean (_tao_aggregate.is_truncatable)) && + (strm << ::ACE_OutputCDR::from_boolean (_tao_aggregate.is_truncatable)) && (strm << _tao_aggregate.base_value.in ()) && (strm << _tao_aggregate.type.in ()); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::ValueDef::FullValueDescription &_tao_aggregate ) @@ -3991,8 +4552,8 @@ CORBA::Boolean operator>> ( return (strm >> _tao_aggregate.name.out ()) && (strm >> _tao_aggregate.id.out ()) && - (strm >> ACE_InputCDR::to_boolean (_tao_aggregate.is_abstract)) && - (strm >> ACE_InputCDR::to_boolean (_tao_aggregate.is_custom)) && + (strm >> ::ACE_InputCDR::to_boolean (_tao_aggregate.is_abstract)) && + (strm >> ::ACE_InputCDR::to_boolean (_tao_aggregate.is_custom)) && (strm >> _tao_aggregate.defined_in.out ()) && (strm >> _tao_aggregate.version.out ()) && (strm >> _tao_aggregate.operations) && @@ -4001,51 +4562,79 @@ CORBA::Boolean operator>> ( (strm >> _tao_aggregate.initializers) && (strm >> _tao_aggregate.supported_interfaces) && (strm >> _tao_aggregate.abstract_base_values) && - (strm >> ACE_InputCDR::to_boolean (_tao_aggregate.is_truncatable)) && + (strm >> ::ACE_InputCDR::to_boolean (_tao_aggregate.is_truncatable)) && (strm >> _tao_aggregate.base_value.out ()) && (strm >> _tao_aggregate.type.out ()); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + // TAO_IDL - Generated from -// be\be_visitor_interface/cdr_op_cs.cpp:63 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/cdr_op_cs.cpp:63 + -CORBA::Boolean operator<< ( +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::ValueDef_ptr _tao_objref ) { - CORBA::Object_ptr _tao_corba_obj = _tao_objref; + ::CORBA::Object_ptr _tao_corba_obj = _tao_objref; return (strm << _tao_corba_obj); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::ValueDef_ptr &_tao_objref ) { - CORBA::Object_var obj; - + ::CORBA::Object_var obj; + if (!(strm >> obj.inout ())) { return false; } - + typedef ::CORBA::ValueDef RHS_SCOPED_NAME; - + // Narrow to the right type. _tao_objref = TAO::Narrow_Utils<RHS_SCOPED_NAME>::unchecked_narrow ( obj.in (), CORBA__TAO_ValueDef_Proxy_Broker_Factory_function_pointer ); - - return 1; + + return true; } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + // TAO_IDL - Generated from -// be\be_visitor_structure/cdr_op_cs.cpp:61 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/cdr_op_cs.cpp:61 + + -CORBA::Boolean operator<< ( +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::ValueDescription &_tao_aggregate ) @@ -4053,17 +4642,17 @@ CORBA::Boolean operator<< ( return (strm << _tao_aggregate.name.in ()) && (strm << _tao_aggregate.id.in ()) && - (strm << ACE_OutputCDR::from_boolean (_tao_aggregate.is_abstract)) && - (strm << ACE_OutputCDR::from_boolean (_tao_aggregate.is_custom)) && + (strm << ::ACE_OutputCDR::from_boolean (_tao_aggregate.is_abstract)) && + (strm << ::ACE_OutputCDR::from_boolean (_tao_aggregate.is_custom)) && (strm << _tao_aggregate.defined_in.in ()) && (strm << _tao_aggregate.version.in ()) && (strm << _tao_aggregate.supported_interfaces) && (strm << _tao_aggregate.abstract_base_values) && - (strm << ACE_OutputCDR::from_boolean (_tao_aggregate.is_truncatable)) && + (strm << ::ACE_OutputCDR::from_boolean (_tao_aggregate.is_truncatable)) && (strm << _tao_aggregate.base_value.in ()); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::ValueDescription &_tao_aggregate ) @@ -4071,20 +4660,34 @@ CORBA::Boolean operator>> ( return (strm >> _tao_aggregate.name.out ()) && (strm >> _tao_aggregate.id.out ()) && - (strm >> ACE_InputCDR::to_boolean (_tao_aggregate.is_abstract)) && - (strm >> ACE_InputCDR::to_boolean (_tao_aggregate.is_custom)) && + (strm >> ::ACE_InputCDR::to_boolean (_tao_aggregate.is_abstract)) && + (strm >> ::ACE_InputCDR::to_boolean (_tao_aggregate.is_custom)) && (strm >> _tao_aggregate.defined_in.out ()) && (strm >> _tao_aggregate.version.out ()) && (strm >> _tao_aggregate.supported_interfaces) && (strm >> _tao_aggregate.abstract_base_values) && - (strm >> ACE_InputCDR::to_boolean (_tao_aggregate.is_truncatable)) && + (strm >> ::ACE_InputCDR::to_boolean (_tao_aggregate.is_truncatable)) && (strm >> _tao_aggregate.base_value.out ()); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + // TAO_IDL - Generated from -// be\be_visitor_structure/cdr_op_cs.cpp:61 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/cdr_op_cs.cpp:61 + -CORBA::Boolean operator<< ( + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::ExtValueDef::ExtFullValueDescription &_tao_aggregate ) @@ -4092,8 +4695,8 @@ CORBA::Boolean operator<< ( return (strm << _tao_aggregate.name.in ()) && (strm << _tao_aggregate.id.in ()) && - (strm << ACE_OutputCDR::from_boolean (_tao_aggregate.is_abstract)) && - (strm << ACE_OutputCDR::from_boolean (_tao_aggregate.is_custom)) && + (strm << ::ACE_OutputCDR::from_boolean (_tao_aggregate.is_abstract)) && + (strm << ::ACE_OutputCDR::from_boolean (_tao_aggregate.is_custom)) && (strm << _tao_aggregate.defined_in.in ()) && (strm << _tao_aggregate.version.in ()) && (strm << _tao_aggregate.operations) && @@ -4102,12 +4705,12 @@ CORBA::Boolean operator<< ( (strm << _tao_aggregate.initializers) && (strm << _tao_aggregate.supported_interfaces) && (strm << _tao_aggregate.abstract_base_values) && - (strm << ACE_OutputCDR::from_boolean (_tao_aggregate.is_truncatable)) && + (strm << ::ACE_OutputCDR::from_boolean (_tao_aggregate.is_truncatable)) && (strm << _tao_aggregate.base_value.in ()) && (strm << _tao_aggregate.type.in ()); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::ExtValueDef::ExtFullValueDescription &_tao_aggregate ) @@ -4115,8 +4718,8 @@ CORBA::Boolean operator>> ( return (strm >> _tao_aggregate.name.out ()) && (strm >> _tao_aggregate.id.out ()) && - (strm >> ACE_InputCDR::to_boolean (_tao_aggregate.is_abstract)) && - (strm >> ACE_InputCDR::to_boolean (_tao_aggregate.is_custom)) && + (strm >> ::ACE_InputCDR::to_boolean (_tao_aggregate.is_abstract)) && + (strm >> ::ACE_InputCDR::to_boolean (_tao_aggregate.is_custom)) && (strm >> _tao_aggregate.defined_in.out ()) && (strm >> _tao_aggregate.version.out ()) && (strm >> _tao_aggregate.operations) && @@ -4125,81 +4728,119 @@ CORBA::Boolean operator>> ( (strm >> _tao_aggregate.initializers) && (strm >> _tao_aggregate.supported_interfaces) && (strm >> _tao_aggregate.abstract_base_values) && - (strm >> ACE_InputCDR::to_boolean (_tao_aggregate.is_truncatable)) && + (strm >> ::ACE_InputCDR::to_boolean (_tao_aggregate.is_truncatable)) && (strm >> _tao_aggregate.base_value.out ()) && (strm >> _tao_aggregate.type.out ()); } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + // TAO_IDL - Generated from -// be\be_visitor_interface/cdr_op_cs.cpp:63 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/cdr_op_cs.cpp:63 -CORBA::Boolean operator<< ( + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::ExtValueDef_ptr _tao_objref ) { - CORBA::Object_ptr _tao_corba_obj = _tao_objref; + ::CORBA::Object_ptr _tao_corba_obj = _tao_objref; return (strm << _tao_corba_obj); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::ExtValueDef_ptr &_tao_objref ) { - CORBA::Object_var obj; - + ::CORBA::Object_var obj; + if (!(strm >> obj.inout ())) { return false; } - + typedef ::CORBA::ExtValueDef RHS_SCOPED_NAME; - + // Narrow to the right type. _tao_objref = TAO::Narrow_Utils<RHS_SCOPED_NAME>::unchecked_narrow ( obj.in (), CORBA__TAO_ExtValueDef_Proxy_Broker_Factory_function_pointer ); - - return 1; + + return true; } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + // TAO_IDL - Generated from -// be\be_visitor_interface/cdr_op_cs.cpp:63 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/cdr_op_cs.cpp:63 + -CORBA::Boolean operator<< ( +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +::CORBA::Boolean operator<< ( TAO_OutputCDR &strm, const CORBA::ValueBoxDef_ptr _tao_objref ) { - CORBA::Object_ptr _tao_corba_obj = _tao_objref; + ::CORBA::Object_ptr _tao_corba_obj = _tao_objref; return (strm << _tao_corba_obj); } -CORBA::Boolean operator>> ( +::CORBA::Boolean operator>> ( TAO_InputCDR &strm, CORBA::ValueBoxDef_ptr &_tao_objref ) { - CORBA::Object_var obj; - + ::CORBA::Object_var obj; + if (!(strm >> obj.inout ())) { return false; } - + typedef ::CORBA::ValueBoxDef RHS_SCOPED_NAME; - + // Narrow to the right type. _tao_objref = TAO::Narrow_Utils<RHS_SCOPED_NAME>::unchecked_narrow ( obj.in (), CORBA__TAO_ValueBoxDef_Proxy_Broker_Factory_function_pointer ); - - return 1; + + return true; } TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + diff --git a/TAO/tao/IFR_Client/IFR_ExtendedC.h b/TAO/tao/IFR_Client/IFR_ExtendedC.h index c20ee8060aa..5c1b884d7f6 100644 --- a/TAO/tao/IFR_Client/IFR_ExtendedC.h +++ b/TAO/tao/IFR_Client/IFR_ExtendedC.h @@ -26,10 +26,10 @@ // http://www.cs.wustl.edu/~schmidt/TAO.html // TAO_IDL - Generated from -// be\be_codegen.cpp:154 +// .\be\be_codegen.cpp:154 -#ifndef _TAO_IDL_ORIG_IFR_EXTENDEDC_H_ -#define _TAO_IDL_ORIG_IFR_EXTENDEDC_H_ +#ifndef _TAO_IDL_IFR_EXTENDEDC_H_ +#define _TAO_IDL_IFR_EXTENDEDC_H_ #include /**/ "ace/pre.h" @@ -40,18 +40,23 @@ # pragma once #endif /* ACE_LACKS_PRAGMA_ONCE */ -#include "tao/IFR_Client/ifr_client_export.h" -#include "tao/AnyTypeCode/TypeCode.h" -#include "tao/AnyTypeCode/TypeCode_Constants.h" +#include "ifr_client_export.h" +#include "tao/AnyTypeCode/AnyTypeCode_methods.h" #include "tao/ORB.h" #include "tao/SystemException.h" #include "tao/Environment.h" #include "tao/Object.h" +#include "tao/AnyTypeCode/TypeCode.h" +#include "tao/AnyTypeCode/TypeCode_Constants.h" +#include "tao/String_Manager_T.h" +#include "tao/AnyTypeCode/VisibilityA.h" +#include "tao/AnyTypeCode/ValueModifierA.h" #include "tao/Sequence_T.h" #include "tao/Objref_VarOut_T.h" #include "tao/Seq_Var_T.h" #include "tao/Seq_Out_T.h" #include "tao/VarOut_T.h" +#include "tao/Versioned_Namespace.h" #include "tao/IFR_Client/IFR_BasicC.h" #include "tao/AnyTypeCode/VisibilityC.h" @@ -62,47 +67,54 @@ #endif #define TAO_EXPORT_MACRO TAO_IFR_Client_Export -#if defined(_MSC_VER) -#pragma warning(push) -#pragma warning(disable:4250) -#endif /* _MSC_VER */ +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_root/root_ch.cpp:62 + +TAO_END_VERSIONED_NAMESPACE_DECL -#if defined (__BORLANDC__) -#pragma option push -w-rvl -w-rch -w-ccc -w-inl -#endif /* __BORLANDC__ */ TAO_BEGIN_VERSIONED_NAMESPACE_DECL -// TAO_IDL - Generated from -// be\be_visitor_root/root_ch.cpp:62 + namespace TAO { class Collocation_Proxy_Broker; template<typename T> class Narrow_Utils; } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + // TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:48 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_module/module_ch.cpp:49 namespace CORBA { - + // TAO_IDL - Generated from - // be\be_interface.cpp:598 + // .\be\be_interface.cpp:640 #if !defined (_CORBA_FIXEDDEF__VAR_OUT_CH_) #define _CORBA_FIXEDDEF__VAR_OUT_CH_ - + class FixedDef; typedef FixedDef *FixedDef_ptr; - + typedef TAO_Objref_Var_T< FixedDef > FixedDef_var; - + typedef TAO_Objref_Out_T< FixedDef @@ -110,13 +122,13 @@ namespace CORBA FixedDef_out; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_interface/interface_ch.cpp:54 + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ch.cpp:54 #if !defined (_CORBA_FIXEDDEF_CH_) #define _CORBA_FIXEDDEF_CH_ - + class TAO_IFR_Client_Export FixedDef : public virtual ::CORBA::IDLType { @@ -124,182 +136,184 @@ namespace CORBA friend class TAO::Narrow_Utils<FixedDef>; typedef FixedDef_ptr _ptr_type; typedef FixedDef_var _var_type; - + typedef FixedDef_out _out_type; + // The static operations. static FixedDef_ptr _duplicate (FixedDef_ptr obj); - + static void _tao_release (FixedDef_ptr obj); - + static FixedDef_ptr _narrow ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static FixedDef_ptr _unchecked_narrow ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static FixedDef_ptr _nil (void) { return static_cast<FixedDef_ptr> (0); } - + static void _tao_any_destructor (void *); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - - virtual CORBA::UShort digits ( + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + + virtual ::CORBA::UShort digits ( ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual void digits ( ::CORBA::UShort digits ACE_ENV_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - - virtual CORBA::Short scale ( + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + + virtual ::CORBA::Short scale ( ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual void scale ( ::CORBA::Short scale ACE_ENV_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_interface/interface_ch.cpp:210 - - virtual CORBA::Boolean _is_a ( + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ch.cpp:212 + + virtual ::CORBA::Boolean _is_a ( const char *type_id ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + virtual const char* _interface_repository_id (void) const; - virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr); + virtual ::CORBA::Boolean marshal (TAO_OutputCDR &cdr); private: TAO::Collocation_Proxy_Broker *the_TAO_FixedDef_Proxy_Broker_; - + protected: // Concrete interface only. FixedDef (void); - + // These methods travese the inheritance tree and set the // parents piece of the given class in the right mode. virtual void CORBA_FixedDef_setup_collocation (void); - + // Concrete non-local interface only. FixedDef ( IOP::IOR *ior, TAO_ORB_Core *orb_core = 0 ); - + // Non-local interface only. FixedDef ( TAO_Stub *objref, - CORBA::Boolean _tao_collocated = 0, + ::CORBA::Boolean _tao_collocated = 0, TAO_Abstract_ServantBase *servant = 0, TAO_ORB_Core *orb_core = 0 ); - + virtual ~FixedDef (void); - + private: // Private and unimplemented for concrete interfaces. FixedDef (const FixedDef &); - + void operator= (const FixedDef &); }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_FixedDef; - + // TAO_IDL - Generated from - // be\be_type.cpp:258 - + // .\be\be_type.cpp:258 + struct ValueMember; - + typedef TAO_Var_Var_T< ValueMember > ValueMember_var; - + typedef TAO_Out_T< ValueMember, ValueMember_var > ValueMember_out; - + // TAO_IDL - Generated from - // be\be_visitor_structure/structure_ch.cpp:57 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/structure_ch.cpp:57 + struct TAO_IFR_Client_Export ValueMember { typedef ValueMember_var _var_type; - + typedef ValueMember_out _out_type; + static void _tao_any_destructor (void *); TAO::String_Manager name; TAO::String_Manager id; TAO::String_Manager defined_in; TAO::String_Manager version; - CORBA::TypeCode_var type; + ::CORBA::TypeCode_var type; CORBA::IDLType_var type_def; CORBA::Visibility access; }; - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_ValueMember; - + // TAO_IDL - Generated from - // be\be_visitor_sequence/sequence_ch.cpp:101 + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/sequence_ch.cpp:101 #if !defined (_CORBA_VALUEMEMBERSEQ_CH_) #define _CORBA_VALUEMEMBERSEQ_CH_ - + class ValueMemberSeq; - + typedef TAO_VarSeq_Var_T< ValueMemberSeq > ValueMemberSeq_var; - + typedef TAO_Seq_Out_T< ValueMemberSeq > ValueMemberSeq_out; - + class TAO_IFR_Client_Export ValueMemberSeq : public TAO::unbounded_value_sequence< @@ -308,43 +322,46 @@ namespace CORBA { public: ValueMemberSeq (void); - ValueMemberSeq (CORBA::ULong max); + ValueMemberSeq ( ::CORBA::ULong max); ValueMemberSeq ( - CORBA::ULong max, - CORBA::ULong length, - ValueMember* buffer, - CORBA::Boolean release = false + ::CORBA::ULong max, + ::CORBA::ULong length, + ValueMember* buffer, + ::CORBA::Boolean release = false ); ValueMemberSeq (const ValueMemberSeq &); ~ValueMemberSeq (void); - + static void _tao_any_destructor (void *); - + typedef ValueMemberSeq_var _var_type; + typedef ValueMemberSeq_out _out_type; + + }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_ValueMemberSeq; - + // TAO_IDL - Generated from - // be\be_interface.cpp:598 + // .\be\be_interface.cpp:640 #if !defined (_CORBA_VALUEMEMBERDEF__VAR_OUT_CH_) #define _CORBA_VALUEMEMBERDEF__VAR_OUT_CH_ - + class ValueMemberDef; typedef ValueMemberDef *ValueMemberDef_ptr; - + typedef TAO_Objref_Var_T< ValueMemberDef > ValueMemberDef_var; - + typedef TAO_Objref_Out_T< ValueMemberDef @@ -352,13 +369,13 @@ namespace CORBA ValueMemberDef_out; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_interface/interface_ch.cpp:54 + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ch.cpp:54 #if !defined (_CORBA_VALUEMEMBERDEF_CH_) #define _CORBA_VALUEMEMBERDEF_CH_ - + class TAO_IFR_Client_Export ValueMemberDef : public virtual ::CORBA::Contained { @@ -366,147 +383,148 @@ namespace CORBA friend class TAO::Narrow_Utils<ValueMemberDef>; typedef ValueMemberDef_ptr _ptr_type; typedef ValueMemberDef_var _var_type; - + typedef ValueMemberDef_out _out_type; + // The static operations. static ValueMemberDef_ptr _duplicate (ValueMemberDef_ptr obj); - + static void _tao_release (ValueMemberDef_ptr obj); - + static ValueMemberDef_ptr _narrow ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static ValueMemberDef_ptr _unchecked_narrow ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static ValueMemberDef_ptr _nil (void) { return static_cast<ValueMemberDef_ptr> (0); } - + static void _tao_any_destructor (void *); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - - virtual CORBA::TypeCode_ptr type ( + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + + virtual ::CORBA::TypeCode_ptr type ( ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual ::CORBA::IDLType_ptr type_def ( ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual void type_def ( ::CORBA::IDLType_ptr type_def ACE_ENV_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - - virtual CORBA::Visibility access ( + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + + virtual ::CORBA::Visibility access ( ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual void access ( ::CORBA::Visibility access ACE_ENV_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_interface/interface_ch.cpp:210 - - virtual CORBA::Boolean _is_a ( + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ch.cpp:212 + + virtual ::CORBA::Boolean _is_a ( const char *type_id ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + virtual const char* _interface_repository_id (void) const; - virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr); + virtual ::CORBA::Boolean marshal (TAO_OutputCDR &cdr); private: TAO::Collocation_Proxy_Broker *the_TAO_ValueMemberDef_Proxy_Broker_; - + protected: // Concrete interface only. ValueMemberDef (void); - + // These methods travese the inheritance tree and set the // parents piece of the given class in the right mode. virtual void CORBA_ValueMemberDef_setup_collocation (void); - + // Concrete non-local interface only. ValueMemberDef ( IOP::IOR *ior, TAO_ORB_Core *orb_core = 0 ); - + // Non-local interface only. ValueMemberDef ( TAO_Stub *objref, - CORBA::Boolean _tao_collocated = 0, + ::CORBA::Boolean _tao_collocated = 0, TAO_Abstract_ServantBase *servant = 0, TAO_ORB_Core *orb_core = 0 ); - + virtual ~ValueMemberDef (void); - + private: // Private and unimplemented for concrete interfaces. ValueMemberDef (const ValueMemberDef &); - + void operator= (const ValueMemberDef &); }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_ValueMemberDef; - + // TAO_IDL - Generated from - // be\be_interface.cpp:598 + // .\be\be_interface.cpp:640 #if !defined (_CORBA_VALUEDEF__VAR_OUT_CH_) #define _CORBA_VALUEDEF__VAR_OUT_CH_ - + class ValueDef; typedef ValueDef *ValueDef_ptr; - + typedef TAO_Objref_Var_T< ValueDef > ValueDef_var; - + typedef TAO_Objref_Out_T< ValueDef @@ -514,13 +532,13 @@ namespace CORBA ValueDef_out; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_interface/interface_ch.cpp:54 + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ch.cpp:54 #if !defined (_CORBA_VALUEDEF_CH_) #define _CORBA_VALUEDEF_CH_ - + class TAO_IFR_Client_Export ValueDef : public virtual ::CORBA::Container, public virtual ::CORBA::Contained, @@ -530,217 +548,219 @@ namespace CORBA friend class TAO::Narrow_Utils<ValueDef>; typedef ValueDef_ptr _ptr_type; typedef ValueDef_var _var_type; - + typedef ValueDef_out _out_type; + // The static operations. static ValueDef_ptr _duplicate (ValueDef_ptr obj); - + static void _tao_release (ValueDef_ptr obj); - + static ValueDef_ptr _narrow ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static ValueDef_ptr _unchecked_narrow ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static ValueDef_ptr _nil (void) { return static_cast<ValueDef_ptr> (0); } - + static void _tao_any_destructor (void *); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual ::CORBA::InterfaceDefSeq * supported_interfaces ( ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual void supported_interfaces ( const ::CORBA::InterfaceDefSeq & supported_interfaces ACE_ENV_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual ::CORBA::InitializerSeq * initializers ( ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual void initializers ( const ::CORBA::InitializerSeq & initializers ACE_ENV_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual ::CORBA::ValueDef_ptr base_value ( ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual void base_value ( ::CORBA::ValueDef_ptr base_value ACE_ENV_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual ::CORBA::ValueDefSeq * abstract_base_values ( ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual void abstract_base_values ( const ::CORBA::ValueDefSeq & abstract_base_values ACE_ENV_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - - virtual CORBA::Boolean is_abstract ( + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + + virtual ::CORBA::Boolean is_abstract ( ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual void is_abstract ( ::CORBA::Boolean is_abstract ACE_ENV_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - - virtual CORBA::Boolean is_custom ( + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + + virtual ::CORBA::Boolean is_custom ( ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual void is_custom ( ::CORBA::Boolean is_custom ACE_ENV_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - - virtual CORBA::Boolean is_truncatable ( + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + + virtual ::CORBA::Boolean is_truncatable ( ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual void is_truncatable ( ::CORBA::Boolean is_truncatable ACE_ENV_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - - virtual CORBA::Boolean is_a ( + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + + virtual ::CORBA::Boolean is_a ( const char * id ACE_ENV_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_type.cpp:258 - + // .\be\be_type.cpp:258 + struct FullValueDescription; - + typedef TAO_Var_Var_T< FullValueDescription > FullValueDescription_var; - + typedef TAO_Out_T< FullValueDescription, FullValueDescription_var > FullValueDescription_out; - + // TAO_IDL - Generated from - // be\be_visitor_structure/structure_ch.cpp:57 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/structure_ch.cpp:57 + struct TAO_IFR_Client_Export FullValueDescription { typedef FullValueDescription_var _var_type; - + typedef FullValueDescription_out _out_type; + static void _tao_any_destructor (void *); TAO::String_Manager name; TAO::String_Manager id; - CORBA::Boolean is_abstract; - CORBA::Boolean is_custom; + ::CORBA::Boolean is_abstract; + ::CORBA::Boolean is_custom; TAO::String_Manager defined_in; TAO::String_Manager version; CORBA::OpDescriptionSeq operations; @@ -749,29 +769,29 @@ namespace CORBA CORBA::InitializerSeq initializers; CORBA::RepositoryIdSeq supported_interfaces; CORBA::RepositoryIdSeq abstract_base_values; - CORBA::Boolean is_truncatable; + ::CORBA::Boolean is_truncatable; TAO::String_Manager base_value; - CORBA::TypeCode_var type; + ::CORBA::TypeCode_var type; }; - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + static ::CORBA::TypeCode_ptr const _tc_FullValueDescription; - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual ::CORBA::ValueDef::FullValueDescription * describe_value ( ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual ::CORBA::ValueMemberDef_ptr create_value_member ( const char * id, const char * name, @@ -781,12 +801,12 @@ namespace CORBA ACE_ENV_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual ::CORBA::AttributeDef_ptr create_attribute ( const char * id, const char * name, @@ -796,12 +816,12 @@ namespace CORBA ACE_ENV_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual ::CORBA::OperationDef_ptr create_operation ( const char * id, const char * name, @@ -814,118 +834,119 @@ namespace CORBA ACE_ENV_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_interface/interface_ch.cpp:210 - - virtual CORBA::Boolean _is_a ( + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ch.cpp:212 + + virtual ::CORBA::Boolean _is_a ( const char *type_id ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + virtual const char* _interface_repository_id (void) const; - virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr); + virtual ::CORBA::Boolean marshal (TAO_OutputCDR &cdr); private: TAO::Collocation_Proxy_Broker *the_TAO_ValueDef_Proxy_Broker_; - + protected: // Concrete interface only. ValueDef (void); - + // These methods travese the inheritance tree and set the // parents piece of the given class in the right mode. virtual void CORBA_ValueDef_setup_collocation (void); - + // Concrete non-local interface only. ValueDef ( IOP::IOR *ior, TAO_ORB_Core *orb_core = 0 ); - + // Non-local interface only. ValueDef ( TAO_Stub *objref, - CORBA::Boolean _tao_collocated = 0, + ::CORBA::Boolean _tao_collocated = 0, TAO_Abstract_ServantBase *servant = 0, TAO_ORB_Core *orb_core = 0 ); - + virtual ~ValueDef (void); - + private: // Private and unimplemented for concrete interfaces. ValueDef (const ValueDef &); - + void operator= (const ValueDef &); }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_ValueDef; - + // TAO_IDL - Generated from - // be\be_type.cpp:258 - + // .\be\be_type.cpp:258 + struct ValueDescription; - + typedef TAO_Var_Var_T< ValueDescription > ValueDescription_var; - + typedef TAO_Out_T< ValueDescription, ValueDescription_var > ValueDescription_out; - + // TAO_IDL - Generated from - // be\be_visitor_structure/structure_ch.cpp:57 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/structure_ch.cpp:57 + struct TAO_IFR_Client_Export ValueDescription { typedef ValueDescription_var _var_type; - + typedef ValueDescription_out _out_type; + static void _tao_any_destructor (void *); TAO::String_Manager name; TAO::String_Manager id; - CORBA::Boolean is_abstract; - CORBA::Boolean is_custom; + ::CORBA::Boolean is_abstract; + ::CORBA::Boolean is_custom; TAO::String_Manager defined_in; TAO::String_Manager version; CORBA::RepositoryIdSeq supported_interfaces; CORBA::RepositoryIdSeq abstract_base_values; - CORBA::Boolean is_truncatable; + ::CORBA::Boolean is_truncatable; TAO::String_Manager base_value; }; - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_ValueDescription; - + // TAO_IDL - Generated from - // be\be_interface.cpp:598 + // .\be\be_interface.cpp:640 #if !defined (_CORBA_EXTVALUEDEF__VAR_OUT_CH_) #define _CORBA_EXTVALUEDEF__VAR_OUT_CH_ - + class ExtValueDef; typedef ExtValueDef *ExtValueDef_ptr; - + typedef TAO_Objref_Var_T< ExtValueDef > ExtValueDef_var; - + typedef TAO_Objref_Out_T< ExtValueDef @@ -933,13 +954,13 @@ namespace CORBA ExtValueDef_out; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_interface/interface_ch.cpp:54 + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ch.cpp:54 #if !defined (_CORBA_EXTVALUEDEF_CH_) #define _CORBA_EXTVALUEDEF_CH_ - + class TAO_IFR_Client_Export ExtValueDef : public virtual ::CORBA::ValueDef { @@ -947,80 +968,82 @@ namespace CORBA friend class TAO::Narrow_Utils<ExtValueDef>; typedef ExtValueDef_ptr _ptr_type; typedef ExtValueDef_var _var_type; - + typedef ExtValueDef_out _out_type; + // The static operations. static ExtValueDef_ptr _duplicate (ExtValueDef_ptr obj); - + static void _tao_release (ExtValueDef_ptr obj); - + static ExtValueDef_ptr _narrow ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static ExtValueDef_ptr _unchecked_narrow ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static ExtValueDef_ptr _nil (void) { return static_cast<ExtValueDef_ptr> (0); } - + static void _tao_any_destructor (void *); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual ::CORBA::ExtInitializerSeq * ext_initializers ( ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual void ext_initializers ( const ::CORBA::ExtInitializerSeq & ext_initializers ACE_ENV_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_type.cpp:258 - + // .\be\be_type.cpp:258 + struct ExtFullValueDescription; - + typedef TAO_Var_Var_T< ExtFullValueDescription > ExtFullValueDescription_var; - + typedef TAO_Out_T< ExtFullValueDescription, ExtFullValueDescription_var > ExtFullValueDescription_out; - + // TAO_IDL - Generated from - // be\be_visitor_structure/structure_ch.cpp:57 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/structure_ch.cpp:57 + struct TAO_IFR_Client_Export ExtFullValueDescription { typedef ExtFullValueDescription_var _var_type; - + typedef ExtFullValueDescription_out _out_type; + static void _tao_any_destructor (void *); TAO::String_Manager name; TAO::String_Manager id; - CORBA::Boolean is_abstract; - CORBA::Boolean is_custom; + ::CORBA::Boolean is_abstract; + ::CORBA::Boolean is_custom; TAO::String_Manager defined_in; TAO::String_Manager version; CORBA::OpDescriptionSeq operations; @@ -1029,29 +1052,29 @@ namespace CORBA CORBA::ExtInitializerSeq initializers; CORBA::RepositoryIdSeq supported_interfaces; CORBA::RepositoryIdSeq abstract_base_values; - CORBA::Boolean is_truncatable; + ::CORBA::Boolean is_truncatable; TAO::String_Manager base_value; - CORBA::TypeCode_var type; + ::CORBA::TypeCode_var type; }; - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + static ::CORBA::TypeCode_ptr const _tc_ExtFullValueDescription; - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual ::CORBA::ExtValueDef::ExtFullValueDescription * describe_ext_value ( ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual ::CORBA::ExtAttributeDef_ptr create_ext_attribute ( const char * id, const char * name, @@ -1063,75 +1086,75 @@ namespace CORBA ACE_ENV_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_interface/interface_ch.cpp:210 - - virtual CORBA::Boolean _is_a ( + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ch.cpp:212 + + virtual ::CORBA::Boolean _is_a ( const char *type_id ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + virtual const char* _interface_repository_id (void) const; - virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr); + virtual ::CORBA::Boolean marshal (TAO_OutputCDR &cdr); private: TAO::Collocation_Proxy_Broker *the_TAO_ExtValueDef_Proxy_Broker_; - + protected: // Concrete interface only. ExtValueDef (void); - + // These methods travese the inheritance tree and set the // parents piece of the given class in the right mode. virtual void CORBA_ExtValueDef_setup_collocation (void); - + // Concrete non-local interface only. ExtValueDef ( IOP::IOR *ior, TAO_ORB_Core *orb_core = 0 ); - + // Non-local interface only. ExtValueDef ( TAO_Stub *objref, - CORBA::Boolean _tao_collocated = 0, + ::CORBA::Boolean _tao_collocated = 0, TAO_Abstract_ServantBase *servant = 0, TAO_ORB_Core *orb_core = 0 ); - + virtual ~ExtValueDef (void); - + private: // Private and unimplemented for concrete interfaces. ExtValueDef (const ExtValueDef &); - + void operator= (const ExtValueDef &); }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_ExtValueDef; - + // TAO_IDL - Generated from - // be\be_interface.cpp:598 + // .\be\be_interface.cpp:640 #if !defined (_CORBA_VALUEBOXDEF__VAR_OUT_CH_) #define _CORBA_VALUEBOXDEF__VAR_OUT_CH_ - + class ValueBoxDef; typedef ValueBoxDef *ValueBoxDef_ptr; - + typedef TAO_Objref_Var_T< ValueBoxDef > ValueBoxDef_var; - + typedef TAO_Objref_Out_T< ValueBoxDef @@ -1139,13 +1162,13 @@ namespace CORBA ValueBoxDef_out; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_interface/interface_ch.cpp:54 + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ch.cpp:54 #if !defined (_CORBA_VALUEBOXDEF_CH_) #define _CORBA_VALUEBOXDEF_CH_ - + class TAO_IFR_Client_Export ValueBoxDef : public virtual ::CORBA::TypedefDef { @@ -1153,143 +1176,150 @@ namespace CORBA friend class TAO::Narrow_Utils<ValueBoxDef>; typedef ValueBoxDef_ptr _ptr_type; typedef ValueBoxDef_var _var_type; - + typedef ValueBoxDef_out _out_type; + // The static operations. static ValueBoxDef_ptr _duplicate (ValueBoxDef_ptr obj); - + static void _tao_release (ValueBoxDef_ptr obj); - + static ValueBoxDef_ptr _narrow ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static ValueBoxDef_ptr _unchecked_narrow ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static ValueBoxDef_ptr _nil (void) { return static_cast<ValueBoxDef_ptr> (0); } - + static void _tao_any_destructor (void *); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual ::CORBA::IDLType_ptr original_type_def ( ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46 + virtual void original_type_def ( ::CORBA::IDLType_ptr original_type_def ACE_ENV_ARG_DECL_WITH_DEFAULTS ) ACE_THROW_SPEC (( - CORBA::SystemException + ::CORBA::SystemException )); - + // TAO_IDL - Generated from - // be\be_visitor_interface/interface_ch.cpp:210 - - virtual CORBA::Boolean _is_a ( + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ch.cpp:212 + + virtual ::CORBA::Boolean _is_a ( const char *type_id ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + virtual const char* _interface_repository_id (void) const; - virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr); + virtual ::CORBA::Boolean marshal (TAO_OutputCDR &cdr); private: TAO::Collocation_Proxy_Broker *the_TAO_ValueBoxDef_Proxy_Broker_; - + protected: // Concrete interface only. ValueBoxDef (void); - + // These methods travese the inheritance tree and set the // parents piece of the given class in the right mode. virtual void CORBA_ValueBoxDef_setup_collocation (void); - + // Concrete non-local interface only. ValueBoxDef ( IOP::IOR *ior, TAO_ORB_Core *orb_core = 0 ); - + // Non-local interface only. ValueBoxDef ( TAO_Stub *objref, - CORBA::Boolean _tao_collocated = 0, + ::CORBA::Boolean _tao_collocated = 0, TAO_Abstract_ServantBase *servant = 0, TAO_ORB_Core *orb_core = 0 ); - + virtual ~ValueBoxDef (void); - + private: // Private and unimplemented for concrete interfaces. ValueBoxDef (const ValueBoxDef &); - + void operator= (const ValueBoxDef &); }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - + // w:\ace_wrappers\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49 + extern TAO_IFR_Client_Export ::CORBA::TypeCode_ptr const _tc_ValueBoxDef; // TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:66 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_module/module_ch.cpp:78 } // module CORBA // Proxy Broker Factory function pointer declarations. // TAO_IDL - Generated from -// be\be_visitor_root/root.cpp:139 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_root/root.cpp:139 extern TAO_IFR_Client_Export TAO::Collocation_Proxy_Broker * (*CORBA__TAO_FixedDef_Proxy_Broker_Factory_function_pointer) ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ); extern TAO_IFR_Client_Export TAO::Collocation_Proxy_Broker * (*CORBA__TAO_ValueMemberDef_Proxy_Broker_Factory_function_pointer) ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ); extern TAO_IFR_Client_Export TAO::Collocation_Proxy_Broker * (*CORBA__TAO_ValueDef_Proxy_Broker_Factory_function_pointer) ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ); extern TAO_IFR_Client_Export TAO::Collocation_Proxy_Broker * (*CORBA__TAO_ExtValueDef_Proxy_Broker_Factory_function_pointer) ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ); extern TAO_IFR_Client_Export TAO::Collocation_Proxy_Broker * (*CORBA__TAO_ValueBoxDef_Proxy_Broker_Factory_function_pointer) ( - CORBA::Object_ptr obj + ::CORBA::Object_ptr obj ); // TAO_IDL - Generated from -// be\be_visitor_traits.cpp:61 +// .\be\be_visitor_traits.cpp:64 + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL // Traits specializations. namespace TAO @@ -1297,7 +1327,7 @@ namespace TAO #if !defined (_CORBA_FIXEDDEF__TRAITS_) #define _CORBA_FIXEDDEF__TRAITS_ - + template<> struct TAO_IFR_Client_Export Objref_Traits< ::CORBA::FixedDef> { @@ -1308,8 +1338,8 @@ namespace TAO ::CORBA::FixedDef_ptr ); static ::CORBA::FixedDef_ptr nil (void); - static CORBA::Boolean marshal ( - ::CORBA::FixedDef_ptr p, + static ::CORBA::Boolean marshal ( + const ::CORBA::FixedDef_ptr p, TAO_OutputCDR & cdr ); }; @@ -1318,7 +1348,7 @@ namespace TAO #if !defined (_CORBA_VALUEMEMBERDEF__TRAITS_) #define _CORBA_VALUEMEMBERDEF__TRAITS_ - + template<> struct TAO_IFR_Client_Export Objref_Traits< ::CORBA::ValueMemberDef> { @@ -1329,8 +1359,8 @@ namespace TAO ::CORBA::ValueMemberDef_ptr ); static ::CORBA::ValueMemberDef_ptr nil (void); - static CORBA::Boolean marshal ( - ::CORBA::ValueMemberDef_ptr p, + static ::CORBA::Boolean marshal ( + const ::CORBA::ValueMemberDef_ptr p, TAO_OutputCDR & cdr ); }; @@ -1339,7 +1369,7 @@ namespace TAO #if !defined (_CORBA_VALUEDEF__TRAITS_) #define _CORBA_VALUEDEF__TRAITS_ - + template<> struct TAO_IFR_Client_Export Objref_Traits< ::CORBA::ValueDef> { @@ -1350,8 +1380,8 @@ namespace TAO ::CORBA::ValueDef_ptr ); static ::CORBA::ValueDef_ptr nil (void); - static CORBA::Boolean marshal ( - ::CORBA::ValueDef_ptr p, + static ::CORBA::Boolean marshal ( + const ::CORBA::ValueDef_ptr p, TAO_OutputCDR & cdr ); }; @@ -1360,7 +1390,7 @@ namespace TAO #if !defined (_CORBA_EXTVALUEDEF__TRAITS_) #define _CORBA_EXTVALUEDEF__TRAITS_ - + template<> struct TAO_IFR_Client_Export Objref_Traits< ::CORBA::ExtValueDef> { @@ -1371,8 +1401,8 @@ namespace TAO ::CORBA::ExtValueDef_ptr ); static ::CORBA::ExtValueDef_ptr nil (void); - static CORBA::Boolean marshal ( - ::CORBA::ExtValueDef_ptr p, + static ::CORBA::Boolean marshal ( + const ::CORBA::ExtValueDef_ptr p, TAO_OutputCDR & cdr ); }; @@ -1381,7 +1411,7 @@ namespace TAO #if !defined (_CORBA_VALUEBOXDEF__TRAITS_) #define _CORBA_VALUEBOXDEF__TRAITS_ - + template<> struct TAO_IFR_Client_Export Objref_Traits< ::CORBA::ValueBoxDef> { @@ -1392,178 +1422,533 @@ namespace TAO ::CORBA::ValueBoxDef_ptr ); static ::CORBA::ValueBoxDef_ptr nil (void); - static CORBA::Boolean marshal ( - ::CORBA::ValueBoxDef_ptr p, + static ::CORBA::Boolean marshal ( + const ::CORBA::ValueBoxDef_ptr p, TAO_OutputCDR & cdr ); }; #endif /* end #if !defined */ } +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + // TAO_IDL - Generated from -// be\be_visitor_interface/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/any_op_ch.cpp:54 -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::FixedDef_ptr); // copying -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::FixedDef_ptr *); // non-copying -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::FixedDef_ptr &); + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, FixedDef_ptr); // copying + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, FixedDef_ptr *); // non-copying + TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, FixedDef_ptr &); +} + +#else + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::FixedDef_ptr); // copying +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::FixedDef_ptr *); // non-copying +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::FixedDef_ptr &); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#endif // TAO_IDL - Generated from -// be\be_visitor_structure/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/any_op_ch.cpp:53 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, const CORBA::ValueMember &); // copying version +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::ValueMember*); // noncopying version +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::ValueMember *&); // deprecated +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, const CORBA::ValueMember *&); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, const CORBA::ValueMember &); // copying version -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ValueMember*); // noncopying version -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::ValueMember *&); // deprecated -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, const CORBA::ValueMember *&); // TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/any_op_ch.cpp:53 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, const CORBA::ValueMemberSeq &); // copying version +TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, CORBA::ValueMemberSeq*); // noncopying version +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::ValueMemberSeq *&); // deprecated +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, const CORBA::ValueMemberSeq *&); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, const CORBA::ValueMemberSeq &); // copying version -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ValueMemberSeq*); // noncopying version -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::ValueMemberSeq *&); // deprecated -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, const CORBA::ValueMemberSeq *&); // TAO_IDL - Generated from -// be\be_visitor_interface/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/any_op_ch.cpp:54 + + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, ValueMemberDef_ptr); // copying + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, ValueMemberDef_ptr *); // non-copying + TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, ValueMemberDef_ptr &); +} + +#else + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::ValueMemberDef_ptr); // copying +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::ValueMemberDef_ptr *); // non-copying +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::ValueMemberDef_ptr &); +TAO_END_VERSIONED_NAMESPACE_DECL + -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ValueMemberDef_ptr); // copying -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ValueMemberDef_ptr *); // non-copying -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::ValueMemberDef_ptr &); +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#endif // TAO_IDL - Generated from -// be\be_visitor_interface/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/any_op_ch.cpp:54 + + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, ValueDef_ptr); // copying + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, ValueDef_ptr *); // non-copying + TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, ValueDef_ptr &); +} + +#else + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::ValueDef_ptr); // copying +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::ValueDef_ptr *); // non-copying +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::ValueDef_ptr &); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ValueDef_ptr); // copying -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ValueDef_ptr *); // non-copying -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::ValueDef_ptr &); + + +#endif // TAO_IDL - Generated from -// be\be_visitor_structure/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/any_op_ch.cpp:53 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, const CORBA::ValueDef::FullValueDescription &); // copying version +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::ValueDef::FullValueDescription*); // noncopying version +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::ValueDef::FullValueDescription *&); // deprecated +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, const CORBA::ValueDef::FullValueDescription *&); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, const CORBA::ValueDef::FullValueDescription &); // copying version -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ValueDef::FullValueDescription*); // noncopying version -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::ValueDef::FullValueDescription *&); // deprecated -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, const CORBA::ValueDef::FullValueDescription *&); // TAO_IDL - Generated from -// be\be_visitor_structure/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/any_op_ch.cpp:53 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, const CORBA::ValueDescription &); // copying version +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::ValueDescription*); // noncopying version +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::ValueDescription *&); // deprecated +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, const CORBA::ValueDescription *&); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, const CORBA::ValueDescription &); // copying version -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ValueDescription*); // noncopying version -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::ValueDescription *&); // deprecated -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, const CORBA::ValueDescription *&); // TAO_IDL - Generated from -// be\be_visitor_interface/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/any_op_ch.cpp:54 + + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, ExtValueDef_ptr); // copying + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, ExtValueDef_ptr *); // non-copying + TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, ExtValueDef_ptr &); +} + +#else + -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ExtValueDef_ptr); // copying -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ExtValueDef_ptr *); // non-copying -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::ExtValueDef_ptr &); + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::ExtValueDef_ptr); // copying +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::ExtValueDef_ptr *); // non-copying +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::ExtValueDef_ptr &); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#endif // TAO_IDL - Generated from -// be\be_visitor_structure/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/any_op_ch.cpp:53 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, const CORBA::ExtValueDef::ExtFullValueDescription &); // copying version +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::ExtValueDef::ExtFullValueDescription*); // noncopying version +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::ExtValueDef::ExtFullValueDescription *&); // deprecated +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, const CORBA::ExtValueDef::ExtFullValueDescription *&); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, const CORBA::ExtValueDef::ExtFullValueDescription &); // copying version -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ExtValueDef::ExtFullValueDescription*); // noncopying version -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::ExtValueDef::ExtFullValueDescription *&); // deprecated -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, const CORBA::ExtValueDef::ExtFullValueDescription *&); // TAO_IDL - Generated from -// be\be_visitor_interface/any_op_ch.cpp:53 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/any_op_ch.cpp:54 + + + +#if defined (ACE_ANY_OPS_USE_NAMESPACE) + +namespace CORBA +{ + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, ValueBoxDef_ptr); // copying + TAO_IFR_Client_Export void operator<<= ( ::CORBA::Any &, ValueBoxDef_ptr *); // non-copying + TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, ValueBoxDef_ptr &); +} + +#else + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::ValueBoxDef_ptr); // copying +TAO_IFR_Client_Export void operator<<= (::CORBA::Any &, CORBA::ValueBoxDef_ptr *); // non-copying +TAO_IFR_Client_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::ValueBoxDef_ptr &); +TAO_END_VERSIONED_NAMESPACE_DECL -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ValueBoxDef_ptr); // copying -TAO_IFR_Client_Export void operator<<= (CORBA::Any &, CORBA::ValueBoxDef_ptr *); // non-copying -TAO_IFR_Client_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::ValueBoxDef_ptr &); + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + + +#endif // TAO_IDL - Generated from -// be\be_visitor_interface/cdr_op_ch.cpp:55 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/cdr_op_ch.cpp:55 + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::FixedDef_ptr ); +TAO_IFR_Client_Export ::CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::FixedDef_ptr &); + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::FixedDef_ptr ); -TAO_IFR_Client_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::FixedDef_ptr &); // TAO_IDL - Generated from -// be\be_visitor_structure/cdr_op_ch.cpp:54 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/cdr_op_ch.cpp:54 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ValueMember &); +TAO_IFR_Client_Export ::CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ValueMember &); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ValueMember &); -TAO_IFR_Client_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ValueMember &); // TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_ch.cpp:71 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_sequence/cdr_op_ch.cpp:71 #if !defined _TAO_CDR_OP_CORBA_ValueMemberSeq_H_ #define _TAO_CDR_OP_CORBA_ValueMemberSeq_H_ -TAO_IFR_Client_Export CORBA::Boolean operator<< ( +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< ( TAO_OutputCDR &, const CORBA::ValueMemberSeq & ); -TAO_IFR_Client_Export CORBA::Boolean operator>> ( +TAO_IFR_Client_Export ::CORBA::Boolean operator>> ( TAO_InputCDR &, CORBA::ValueMemberSeq & ); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + + #endif /* _TAO_CDR_OP_CORBA_ValueMemberSeq_H_ */ // TAO_IDL - Generated from -// be\be_visitor_interface/cdr_op_ch.cpp:55 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/cdr_op_ch.cpp:55 + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ValueMemberDef_ptr ); +TAO_IFR_Client_Export ::CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ValueMemberDef_ptr &); + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ValueMemberDef_ptr ); -TAO_IFR_Client_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ValueMemberDef_ptr &); // TAO_IDL - Generated from -// be\be_visitor_interface/cdr_op_ch.cpp:55 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/cdr_op_ch.cpp:55 + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ValueDef_ptr ); +TAO_IFR_Client_Export ::CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ValueDef_ptr &); + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ValueDef_ptr ); -TAO_IFR_Client_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ValueDef_ptr &); // TAO_IDL - Generated from -// be\be_visitor_structure/cdr_op_ch.cpp:54 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/cdr_op_ch.cpp:54 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ValueDef::FullValueDescription &); +TAO_IFR_Client_Export ::CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ValueDef::FullValueDescription &); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ValueDef::FullValueDescription &); -TAO_IFR_Client_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ValueDef::FullValueDescription &); // TAO_IDL - Generated from -// be\be_visitor_structure/cdr_op_ch.cpp:54 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/cdr_op_ch.cpp:54 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ValueDescription &); +TAO_IFR_Client_Export ::CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ValueDescription &); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ValueDescription &); -TAO_IFR_Client_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ValueDescription &); // TAO_IDL - Generated from -// be\be_visitor_interface/cdr_op_ch.cpp:55 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/cdr_op_ch.cpp:55 + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ExtValueDef_ptr ); +TAO_IFR_Client_Export ::CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ExtValueDef_ptr &); + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ExtValueDef_ptr ); -TAO_IFR_Client_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ExtValueDef_ptr &); // TAO_IDL - Generated from -// be\be_visitor_structure/cdr_op_ch.cpp:54 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_structure/cdr_op_ch.cpp:54 + + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ExtValueDef::ExtFullValueDescription &); +TAO_IFR_Client_Export ::CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ExtValueDef::ExtFullValueDescription &); +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ExtValueDef::ExtFullValueDescription &); -TAO_IFR_Client_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ExtValueDef::ExtFullValueDescription &); // TAO_IDL - Generated from -// be\be_visitor_interface/cdr_op_ch.cpp:55 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/cdr_op_ch.cpp:55 + + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_IFR_Client_Export ::CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ValueBoxDef_ptr ); +TAO_IFR_Client_Export ::CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ValueBoxDef_ptr &); + +TAO_END_VERSIONED_NAMESPACE_DECL + + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + -TAO_IFR_Client_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ValueBoxDef_ptr ); -TAO_IFR_Client_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ValueBoxDef_ptr &); // TAO_IDL - Generated from -// be\be_codegen.cpp:1136 +// .\be\be_codegen.cpp:1092 + TAO_END_VERSIONED_NAMESPACE_DECL #if defined (__ACE_INLINE__) -#include "tao/IFR_Client/IFR_ExtendedC.inl" +#include "IFR_ExtendedC.inl" #endif /* defined INLINE */ -#if defined(_MSC_VER) -#pragma warning(pop) -#endif /* _MSC_VER */ - -#if defined (__BORLANDC__) -#pragma option pop -#endif /* __BORLANDC__ */ - #include /**/ "ace/post.h" #endif /* ifndef */ diff --git a/TAO/tao/IFR_Client/IFR_ExtendedC.inl b/TAO/tao/IFR_Client/IFR_ExtendedC.inl index de6fecd779e..fe52e5f27b1 100644 --- a/TAO/tao/IFR_Client/IFR_ExtendedC.inl +++ b/TAO/tao/IFR_Client/IFR_ExtendedC.inl @@ -25,10 +25,13 @@ // Information about TAO is available at: // http://www.cs.wustl.edu/~schmidt/TAO.html + TAO_BEGIN_VERSIONED_NAMESPACE_DECL + + // TAO_IDL - Generated from -// be\be_visitor_interface/interface_ci.cpp:70 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ci.cpp:70 #if !defined (_CORBA_FIXEDDEF___CI_) #define _CORBA_FIXEDDEF___CI_ @@ -36,16 +39,11 @@ TAO_BEGIN_VERSIONED_NAMESPACE_DECL ACE_INLINE CORBA::FixedDef::FixedDef ( TAO_Stub *objref, - CORBA::Boolean _tao_collocated, + ::CORBA::Boolean _tao_collocated, TAO_Abstract_ServantBase *servant, TAO_ORB_Core *oc ) - : ::CORBA::Object ( - objref, - _tao_collocated, - servant, - oc - ), + : ::CORBA::Object (objref, _tao_collocated, servant, oc), the_TAO_FixedDef_Proxy_Broker_ (0) { this->CORBA_FixedDef_setup_collocation (); @@ -64,7 +62,7 @@ CORBA::FixedDef::FixedDef ( #endif /* end #if !defined */ // TAO_IDL - Generated from -// be\be_visitor_interface/interface_ci.cpp:70 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ci.cpp:70 #if !defined (_CORBA_VALUEMEMBERDEF___CI_) #define _CORBA_VALUEMEMBERDEF___CI_ @@ -72,16 +70,11 @@ CORBA::FixedDef::FixedDef ( ACE_INLINE CORBA::ValueMemberDef::ValueMemberDef ( TAO_Stub *objref, - CORBA::Boolean _tao_collocated, + ::CORBA::Boolean _tao_collocated, TAO_Abstract_ServantBase *servant, TAO_ORB_Core *oc ) - : ::CORBA::Object ( - objref, - _tao_collocated, - servant, - oc - ), + : ::CORBA::Object (objref, _tao_collocated, servant, oc), the_TAO_ValueMemberDef_Proxy_Broker_ (0) { this->CORBA_ValueMemberDef_setup_collocation (); @@ -100,7 +93,7 @@ CORBA::ValueMemberDef::ValueMemberDef ( #endif /* end #if !defined */ // TAO_IDL - Generated from -// be\be_visitor_interface/interface_ci.cpp:70 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ci.cpp:70 #if !defined (_CORBA_VALUEDEF___CI_) #define _CORBA_VALUEDEF___CI_ @@ -108,16 +101,11 @@ CORBA::ValueMemberDef::ValueMemberDef ( ACE_INLINE CORBA::ValueDef::ValueDef ( TAO_Stub *objref, - CORBA::Boolean _tao_collocated, + ::CORBA::Boolean _tao_collocated, TAO_Abstract_ServantBase *servant, TAO_ORB_Core *oc ) - : ::CORBA::Object ( - objref, - _tao_collocated, - servant, - oc - ), + : ::CORBA::Object (objref, _tao_collocated, servant, oc), the_TAO_ValueDef_Proxy_Broker_ (0) { this->CORBA_ValueDef_setup_collocation (); @@ -136,7 +124,7 @@ CORBA::ValueDef::ValueDef ( #endif /* end #if !defined */ // TAO_IDL - Generated from -// be\be_visitor_interface/interface_ci.cpp:70 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ci.cpp:70 #if !defined (_CORBA_EXTVALUEDEF___CI_) #define _CORBA_EXTVALUEDEF___CI_ @@ -144,16 +132,11 @@ CORBA::ValueDef::ValueDef ( ACE_INLINE CORBA::ExtValueDef::ExtValueDef ( TAO_Stub *objref, - CORBA::Boolean _tao_collocated, + ::CORBA::Boolean _tao_collocated, TAO_Abstract_ServantBase *servant, TAO_ORB_Core *oc ) - : ::CORBA::Object ( - objref, - _tao_collocated, - servant, - oc - ), + : ::CORBA::Object (objref, _tao_collocated, servant, oc), the_TAO_ExtValueDef_Proxy_Broker_ (0) { this->CORBA_ExtValueDef_setup_collocation (); @@ -172,7 +155,7 @@ CORBA::ExtValueDef::ExtValueDef ( #endif /* end #if !defined */ // TAO_IDL - Generated from -// be\be_visitor_interface/interface_ci.cpp:70 +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_interface/interface_ci.cpp:70 #if !defined (_CORBA_VALUEBOXDEF___CI_) #define _CORBA_VALUEBOXDEF___CI_ @@ -180,16 +163,11 @@ CORBA::ExtValueDef::ExtValueDef ( ACE_INLINE CORBA::ValueBoxDef::ValueBoxDef ( TAO_Stub *objref, - CORBA::Boolean _tao_collocated, + ::CORBA::Boolean _tao_collocated, TAO_Abstract_ServantBase *servant, TAO_ORB_Core *oc ) - : ::CORBA::Object ( - objref, - _tao_collocated, - servant, - oc - ), + : ::CORBA::Object (objref, _tao_collocated, servant, oc), the_TAO_ValueBoxDef_Proxy_Broker_ (0) { this->CORBA_ValueBoxDef_setup_collocation (); @@ -207,4 +185,7 @@ CORBA::ValueBoxDef::ValueBoxDef ( #endif /* end #if !defined */ + TAO_END_VERSIONED_NAMESPACE_DECL + + diff --git a/TAO/tao/ImR_Client/ImplRepoC.cpp b/TAO/tao/ImR_Client/ImplRepoC.cpp index f1792a65da1..d86ff6f1781 100644 --- a/TAO/tao/ImR_Client/ImplRepoC.cpp +++ b/TAO/tao/ImR_Client/ImplRepoC.cpp @@ -99,8 +99,6 @@ namespace TAO : public Var_Size_Arg_Traits_T< ImplementationRepository::StartupOptions, - ImplementationRepository::StartupOptions_var, - ImplementationRepository::StartupOptions_out, TAO::Any_Insert_Policy_Stream <ImplementationRepository::StartupOptions> > { @@ -119,8 +117,6 @@ namespace TAO : public Var_Size_Arg_Traits_T< ImplementationRepository::ServerInformation, - ImplementationRepository::ServerInformation_var, - ImplementationRepository::ServerInformation_out, TAO::Any_Insert_Policy_Stream <ImplementationRepository::ServerInformation> > { @@ -139,8 +135,6 @@ namespace TAO : public Var_Size_Arg_Traits_T< ImplementationRepository::ServerInformationList, - ImplementationRepository::ServerInformationList_var, - ImplementationRepository::ServerInformationList_out, TAO::Any_Insert_Policy_Stream <ImplementationRepository::ServerInformationList> > { diff --git a/TAO/tao/ImR_Client/ImplRepoC.h b/TAO/tao/ImR_Client/ImplRepoC.h index 2c2b4bd4478..036a69f1ec0 100644 --- a/TAO/tao/ImR_Client/ImplRepoC.h +++ b/TAO/tao/ImR_Client/ImplRepoC.h @@ -302,6 +302,7 @@ namespace ImplementationRepository static void _tao_any_destructor (void *); typedef EnvironmentList_var _var_type; + typedef EnvironmentList_out _out_type; }; #endif /* end #if !defined */ @@ -353,6 +354,7 @@ namespace ImplementationRepository struct TAO_IMR_Client_Export StartupOptions { typedef StartupOptions_var _var_type; + typedef StartupOptions_out _out_type; static void _tao_any_destructor (void *); TAO::String_Manager command_line; @@ -392,6 +394,7 @@ namespace ImplementationRepository struct TAO_IMR_Client_Export ServerInformation { typedef ServerInformation_var _var_type; + typedef ServerInformation_out _out_type; static void _tao_any_destructor (void *); TAO::String_Manager server; @@ -445,6 +448,7 @@ namespace ImplementationRepository static void _tao_any_destructor (void *); typedef ServerInformationList_var _var_type; + typedef ServerInformationList_out _out_type; }; #endif /* end #if !defined */ diff --git a/TAO/tao/ImR_Client/ImplRepoS.cpp b/TAO/tao/ImR_Client/ImplRepoS.cpp index effee70d815..657aaeccced 100644 --- a/TAO/tao/ImR_Client/ImplRepoS.cpp +++ b/TAO/tao/ImR_Client/ImplRepoS.cpp @@ -26,7 +26,7 @@ // http://www.cs.wustl.edu/~schmidt/TAO.html -// TAO_IDL - Generated from +// TAO_IDL - Generated from // be\be_codegen.cpp:553 #ifndef _TAO_IDL_ORIG_IMPLREPOS_CPP_ @@ -75,13 +75,13 @@ TAO_BEGIN_VERSIONED_NAMESPACE_DECL // Arg traits specializations. namespace TAO { - + // TAO_IDL - Generated from // be\be_visitor_arg_traits.cpp:118 #if !defined (_IMPLEMENTATIONREPOSITORY_SERVEROBJECT__SARG_TRAITS_) #define _IMPLEMENTATIONREPOSITORY_SERVEROBJECT__SARG_TRAITS_ - + template<> class SArg_Traits<ImplementationRepository::ServerObject> : public @@ -95,73 +95,67 @@ namespace TAO }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from // be\be_visitor_arg_traits.cpp:888 #if !defined (_IMPLEMENTATIONREPOSITORY_STARTUPOPTIONS__SARG_TRAITS_) #define _IMPLEMENTATIONREPOSITORY_STARTUPOPTIONS__SARG_TRAITS_ - + template<> class SArg_Traits<ImplementationRepository::StartupOptions> : public Var_Size_SArg_Traits_T< ImplementationRepository::StartupOptions, - ImplementationRepository::StartupOptions_var, - ImplementationRepository::StartupOptions_out, TAO::Any_Insert_Policy_Stream <ImplementationRepository::StartupOptions> > { }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from // be\be_visitor_arg_traits.cpp:888 #if !defined (_IMPLEMENTATIONREPOSITORY_SERVERINFORMATION__SARG_TRAITS_) #define _IMPLEMENTATIONREPOSITORY_SERVERINFORMATION__SARG_TRAITS_ - + template<> class SArg_Traits<ImplementationRepository::ServerInformation> : public Var_Size_SArg_Traits_T< ImplementationRepository::ServerInformation, - ImplementationRepository::ServerInformation_var, - ImplementationRepository::ServerInformation_out, TAO::Any_Insert_Policy_Stream <ImplementationRepository::ServerInformation> > { }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from // be\be_visitor_arg_traits.cpp:590 #if !defined (_IMPLEMENTATIONREPOSITORY_SERVERINFORMATIONLIST__SARG_TRAITS_) #define _IMPLEMENTATIONREPOSITORY_SERVERINFORMATIONLIST__SARG_TRAITS_ - + template<> class SArg_Traits<ImplementationRepository::ServerInformationList> : public Var_Size_SArg_Traits_T< ImplementationRepository::ServerInformationList, - ImplementationRepository::ServerInformationList_var, - ImplementationRepository::ServerInformationList_out, TAO::Any_Insert_Policy_Stream <ImplementationRepository::ServerInformationList> > { }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from // be\be_visitor_arg_traits.cpp:118 #if !defined (_IMPLEMENTATIONREPOSITORY_SERVERINFORMATIONITERATOR__SARG_TRAITS_) #define _IMPLEMENTATIONREPOSITORY_SERVERINFORMATIONITERATOR__SARG_TRAITS_ - + template<> class SArg_Traits<ImplementationRepository::ServerInformationIterator> : public @@ -184,13 +178,13 @@ namespace TAO // Arg traits specializations. namespace TAO { - + // TAO_IDL - Generated from // be\be_visitor_arg_traits.cpp:118 #if !defined (_IMPLEMENTATIONREPOSITORY_SERVEROBJECT__ARG_TRAITS_) #define _IMPLEMENTATIONREPOSITORY_SERVEROBJECT__ARG_TRAITS_ - + template<> class Arg_Traits<ImplementationRepository::ServerObject> : public @@ -205,73 +199,67 @@ namespace TAO }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from // be\be_visitor_arg_traits.cpp:888 #if !defined (_IMPLEMENTATIONREPOSITORY_STARTUPOPTIONS__ARG_TRAITS_) #define _IMPLEMENTATIONREPOSITORY_STARTUPOPTIONS__ARG_TRAITS_ - + template<> class Arg_Traits<ImplementationRepository::StartupOptions> : public Var_Size_Arg_Traits_T< ImplementationRepository::StartupOptions, - ImplementationRepository::StartupOptions_var, - ImplementationRepository::StartupOptions_out, TAO::Any_Insert_Policy_Stream <ImplementationRepository::StartupOptions> > { }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from // be\be_visitor_arg_traits.cpp:888 #if !defined (_IMPLEMENTATIONREPOSITORY_SERVERINFORMATION__ARG_TRAITS_) #define _IMPLEMENTATIONREPOSITORY_SERVERINFORMATION__ARG_TRAITS_ - + template<> class Arg_Traits<ImplementationRepository::ServerInformation> : public Var_Size_Arg_Traits_T< ImplementationRepository::ServerInformation, - ImplementationRepository::ServerInformation_var, - ImplementationRepository::ServerInformation_out, TAO::Any_Insert_Policy_Stream <ImplementationRepository::ServerInformation> > { }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from // be\be_visitor_arg_traits.cpp:590 #if !defined (_IMPLEMENTATIONREPOSITORY_SERVERINFORMATIONLIST__ARG_TRAITS_) #define _IMPLEMENTATIONREPOSITORY_SERVERINFORMATIONLIST__ARG_TRAITS_ - + template<> class Arg_Traits<ImplementationRepository::ServerInformationList> : public Var_Size_Arg_Traits_T< ImplementationRepository::ServerInformationList, - ImplementationRepository::ServerInformationList_var, - ImplementationRepository::ServerInformationList_out, TAO::Any_Insert_Policy_Stream <ImplementationRepository::ServerInformationList> > { }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from // be\be_visitor_arg_traits.cpp:118 #if !defined (_IMPLEMENTATIONREPOSITORY_SERVERINFORMATIONITERATOR__ARG_TRAITS_) #define _IMPLEMENTATIONREPOSITORY_SERVERINFORMATIONITERATOR__ARG_TRAITS_ - + template<> class Arg_Traits<ImplementationRepository::ServerInformationIterator> : public @@ -413,7 +401,7 @@ POA_ImplementationRepository::_TAO_ServerInformationIterator_Strategized_Proxy_B { static POA_ImplementationRepository::_TAO_ServerInformationIterator_Strategized_Proxy_Broker strategized_proxy_broker; - + return &strategized_proxy_broker; } @@ -435,7 +423,7 @@ POA_ImplementationRepository::_TAO_ServerInformationIterator_Strategized_Proxy_B TAO::Collocation_Strategy strategy = TAO_ORB_Core::collocation_strategy (obj ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (TAO::TAO_CS_REMOTE_STRATEGY); - + return strategy; } @@ -454,13 +442,13 @@ POA_ImplementationRepository::_TAO_ServerInformationIterator_Strategized_Proxy_B { TAO::Direct_Collocation_Upcall_Wrapper collocation_upcall_wrapper; collocation_upcall_wrapper.upcall ( - obj, - forward_obj, - args, - num_args, - op, - op_len, - strategy + obj, + forward_obj, + args, + num_args, + op, + op_len, + strategy ACE_ENV_ARG_PARAMETER); } @@ -481,9 +469,9 @@ ImplementationRepository__TAO_ServerInformationIterator_Proxy_Broker_Factory_fun int ImplementationRepository__TAO_ServerInformationIterator_Proxy_Broker_Factory_Initializer (size_t) { - ImplementationRepository__TAO_ServerInformationIterator_Proxy_Broker_Factory_function_pointer = + ImplementationRepository__TAO_ServerInformationIterator_Proxy_Broker_Factory_function_pointer = ImplementationRepository__TAO_ServerInformationIterator_Proxy_Broker_Factory_function; - + return 0; } @@ -505,14 +493,14 @@ POA_ImplementationRepository::_TAO_ServerInformationIterator_Direct_Proxy_Impl:: POA_ImplementationRepository::_TAO_ServerInformationIterator_Direct_Proxy_Impl::~_TAO_ServerInformationIterator_Direct_Proxy_Impl (void) {} -// TAO_IDL - Generated from +// TAO_IDL - Generated from // be\be_visitor_operation/direct_proxy_impl_ss.cpp:42 void POA_ImplementationRepository::_TAO_ServerInformationIterator_Direct_Proxy_Impl::next_n ( TAO_Abstract_ServantBase *servant, TAO::Argument ** args, - int + int ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( @@ -529,14 +517,14 @@ POA_ImplementationRepository::_TAO_ServerInformationIterator_Direct_Proxy_Impl:: ); ACE_CHECK; } -// TAO_IDL - Generated from +// TAO_IDL - Generated from // be\be_visitor_operation/direct_proxy_impl_ss.cpp:42 void POA_ImplementationRepository::_TAO_ServerInformationIterator_Direct_Proxy_Impl::destroy ( TAO_Abstract_ServantBase *servant, TAO::Argument **, - int + int ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( @@ -556,7 +544,7 @@ POA_ImplementationRepository::_TAO_ServerInformationIterator_Direct_Proxy_Impl:: // End Direct Proxy Implementation /////////////////////////////////////////////////////////////////////// -// TAO_IDL - Generated from +// TAO_IDL - Generated from // be\be_visitor_interface/interface_ss.cpp:103 POA_ImplementationRepository::ServerInformationIterator::ServerInformationIterator (void) @@ -576,11 +564,11 @@ POA_ImplementationRepository::ServerInformationIterator::~ServerInformationItera } namespace POA_ImplementationRepository { - - + + // TAO_IDL - Generated from // be\be_visitor_operation/upcall_command_ss.cpp:127 - + class next_n_ServerInformationIterator : public TAO::Upcall_Command { @@ -594,26 +582,26 @@ namespace POA_ImplementationRepository , args_ (args) { } - + virtual void execute (ACE_ENV_SINGLE_ARG_DECL) { TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type retval = - TAO::Portable_Server::get_ret_arg< ::ACE_InputCDR::to_boolean, TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type> ( + TAO::Portable_Server::get_ret_arg< ::ACE_InputCDR::to_boolean> ( this->operation_details_, this->args_); - + TAO::SArg_Traits< ::CORBA::ULong>::in_arg_type arg_1 = - TAO::Portable_Server::get_in_arg< ::CORBA::ULong, TAO::SArg_Traits< ::CORBA::ULong>::in_arg_type> ( + TAO::Portable_Server::get_in_arg< ::CORBA::ULong> ( this->operation_details_, this->args_, 1); - + TAO::SArg_Traits< ::ImplementationRepository::ServerInformationList>::out_arg_type arg_2 = - TAO::Portable_Server::get_out_arg< ::ImplementationRepository::ServerInformationList, TAO::SArg_Traits< ::ImplementationRepository::ServerInformationList>::out_arg_type> ( + TAO::Portable_Server::get_out_arg< ::ImplementationRepository::ServerInformationList> ( this->operation_details_, this->args_, 2); - + retval = this->servant_->next_n ( arg_1 @@ -621,17 +609,17 @@ namespace POA_ImplementationRepository ACE_ENV_ARG_PARAMETER); ACE_CHECK; } - + private: POA_ImplementationRepository::ServerInformationIterator * const servant_; TAO_Operation_Details const * const operation_details_; TAO::Argument * const * const args_; }; - + } -// TAO_IDL - Generated from +// TAO_IDL - Generated from // be\be_visitor_operation/operation_ss.cpp:192 void POA_ImplementationRepository::ServerInformationIterator::next_n_skel ( @@ -641,26 +629,26 @@ void POA_ImplementationRepository::ServerInformationIterator::next_n_skel ( ACE_ENV_ARG_DECL ) { - - + + #if TAO_HAS_INTERCEPTORS == 1 static ::CORBA::TypeCode_ptr const * const exceptions = 0; static ::CORBA::ULong const nexceptions = 0; #endif /* TAO_HAS_INTERCEPTORS */ - + TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_val retval; TAO::SArg_Traits< ::CORBA::ULong>::in_arg_val _tao_how_many; TAO::SArg_Traits< ::ImplementationRepository::ServerInformationList>::out_arg_val _tao_servers; - + TAO::Argument * const args[] = { &retval, &_tao_how_many, &_tao_servers }; - + static size_t const nargs = 3; - + POA_ImplementationRepository::ServerInformationIterator * const impl = static_cast<POA_ImplementationRepository::ServerInformationIterator *> (servant); @@ -668,7 +656,7 @@ void POA_ImplementationRepository::ServerInformationIterator::next_n_skel ( impl, server_request.operation_details (), args); - + TAO::Upcall_Wrapper upcall_wrapper; upcall_wrapper.upcall (server_request , args @@ -681,15 +669,15 @@ void POA_ImplementationRepository::ServerInformationIterator::next_n_skel ( #endif /* TAO_HAS_INTERCEPTORS == 1 */ ACE_ENV_ARG_PARAMETER); ACE_CHECK; - + } namespace POA_ImplementationRepository { - - + + // TAO_IDL - Generated from // be\be_visitor_operation/upcall_command_ss.cpp:127 - + class destroy_ServerInformationIterator : public TAO::Upcall_Command { @@ -699,22 +687,22 @@ namespace POA_ImplementationRepository : servant_ (servant) { } - + virtual void execute (ACE_ENV_SINGLE_ARG_DECL) { this->servant_->destroy ( ACE_ENV_SINGLE_ARG_PARAMETER); ACE_CHECK; } - + private: POA_ImplementationRepository::ServerInformationIterator * const servant_; }; - + } -// TAO_IDL - Generated from +// TAO_IDL - Generated from // be\be_visitor_operation/operation_ss.cpp:192 void POA_ImplementationRepository::ServerInformationIterator::destroy_skel ( @@ -724,28 +712,28 @@ void POA_ImplementationRepository::ServerInformationIterator::destroy_skel ( ACE_ENV_ARG_DECL ) { - - + + #if TAO_HAS_INTERCEPTORS == 1 static ::CORBA::TypeCode_ptr const * const exceptions = 0; static ::CORBA::ULong const nexceptions = 0; #endif /* TAO_HAS_INTERCEPTORS */ - + TAO::SArg_Traits< void>::ret_val retval; - + TAO::Argument * const args[] = { &retval }; - + static size_t const nargs = 1; - + POA_ImplementationRepository::ServerInformationIterator * const impl = static_cast<POA_ImplementationRepository::ServerInformationIterator *> (servant); destroy_ServerInformationIterator command ( impl); - + TAO::Upcall_Wrapper upcall_wrapper; upcall_wrapper.upcall (server_request , args @@ -758,19 +746,19 @@ void POA_ImplementationRepository::ServerInformationIterator::destroy_skel ( #endif /* TAO_HAS_INTERCEPTORS == 1 */ ACE_ENV_ARG_PARAMETER); ACE_CHECK; - + } -// TAO_IDL - Generated from +// TAO_IDL - Generated from // be\be_visitor_interface/interface_ss.cpp:169 namespace POA_ImplementationRepository { - - + + // TAO_IDL - Generated from // be\be_visitor_operation/upcall_command_ss.cpp:127 - + class _is_a_ServerInformationIterator_Upcall_Command : public TAO::Upcall_Command { @@ -784,67 +772,67 @@ namespace POA_ImplementationRepository , args_ (args) { } - + virtual void execute (ACE_ENV_SINGLE_ARG_DECL) { TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type retval = - TAO::Portable_Server::get_ret_arg< ::ACE_InputCDR::to_boolean, TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type> ( + TAO::Portable_Server::get_ret_arg< ::ACE_InputCDR::to_boolean> ( this->operation_details_, this->args_); - + TAO::SArg_Traits< ::CORBA::Char *>::in_arg_type arg_1 = - TAO::Portable_Server::get_in_arg< ::CORBA::Char *, TAO::SArg_Traits< ::CORBA::Char *>::in_arg_type> ( + TAO::Portable_Server::get_in_arg< ::CORBA::Char *> ( this->operation_details_, this->args_, 1); - + retval = this->servant_-> _is_a ( arg_1 ACE_ENV_ARG_PARAMETER); ACE_CHECK; } - + private: POA_ImplementationRepository::ServerInformationIterator * const servant_; TAO_Operation_Details const * const operation_details_; TAO::Argument * const * const args_; }; - + } void POA_ImplementationRepository::ServerInformationIterator::_is_a_skel ( - TAO_ServerRequest & server_request, + TAO_ServerRequest & server_request, void * TAO_INTERCEPTOR (servant_upcall), void * servant ACE_ENV_ARG_DECL ) { - - + + #if TAO_HAS_INTERCEPTORS == 1 static ::CORBA::TypeCode_ptr const * const exceptions = 0; static ::CORBA::ULong const nexceptions = 0; #endif /* TAO_HAS_INTERCEPTORS */ - + TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_val retval; TAO::SArg_Traits< ::CORBA::Char *>::in_arg_val _tao_repository_id; - + TAO::Argument * const args[] = { &retval, &_tao_repository_id }; - + static size_t const nargs = 2; - + POA_ImplementationRepository::ServerInformationIterator * const impl = static_cast<POA_ImplementationRepository::ServerInformationIterator *> (servant); - + _is_a_ServerInformationIterator_Upcall_Command command ( impl, server_request.operation_details (), args); - + TAO::Upcall_Wrapper upcall_wrapper; upcall_wrapper.upcall (server_request , args @@ -857,16 +845,16 @@ void POA_ImplementationRepository::ServerInformationIterator::_is_a_skel ( #endif /* TAO_HAS_INTERCEPTORS == 1 */ ACE_ENV_ARG_PARAMETER); ACE_CHECK; - + } namespace POA_ImplementationRepository { - - + + // TAO_IDL - Generated from // be\be_visitor_operation/upcall_command_ss.cpp:127 - + class _non_existent_ServerInformationIterator_Upcall_Command : public TAO::Upcall_Command { @@ -880,58 +868,58 @@ namespace POA_ImplementationRepository , args_ (args) { } - + virtual void execute (ACE_ENV_SINGLE_ARG_DECL) { TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type retval = - TAO::Portable_Server::get_ret_arg< ::ACE_InputCDR::to_boolean, TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type> ( + TAO::Portable_Server::get_ret_arg< ::ACE_InputCDR::to_boolean> ( this->operation_details_, this->args_); - + retval = this->servant_-> _non_existent ( ACE_ENV_SINGLE_ARG_PARAMETER); ACE_CHECK; } - + private: POA_ImplementationRepository::ServerInformationIterator * const servant_; TAO_Operation_Details const * const operation_details_; TAO::Argument * const * const args_; }; - + } void POA_ImplementationRepository::ServerInformationIterator::_non_existent_skel ( - TAO_ServerRequest & server_request, + TAO_ServerRequest & server_request, void * TAO_INTERCEPTOR (servant_upcall), void * servant ACE_ENV_ARG_DECL ) { - - + + #if TAO_HAS_INTERCEPTORS == 1 static ::CORBA::TypeCode_ptr const * const exceptions = 0; static ::CORBA::ULong const nexceptions = 0; #endif /* TAO_HAS_INTERCEPTORS */ - + TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_val retval; - + TAO::Argument * const args[] = { &retval }; - + static size_t const nargs = 1; - + POA_ImplementationRepository::ServerInformationIterator * const impl = static_cast<POA_ImplementationRepository::ServerInformationIterator *> (servant); - + _non_existent_ServerInformationIterator_Upcall_Command command ( impl, server_request.operation_details (), args); - + TAO::Upcall_Wrapper upcall_wrapper; upcall_wrapper.upcall (server_request , args @@ -944,16 +932,16 @@ void POA_ImplementationRepository::ServerInformationIterator::_non_existent_skel #endif /* TAO_HAS_INTERCEPTORS == 1 */ ACE_ENV_ARG_PARAMETER); ACE_CHECK; - + } namespace POA_ImplementationRepository { - - + + // TAO_IDL - Generated from // be\be_visitor_operation/upcall_command_ss.cpp:127 - + class _repository_id_ServerInformationIterator_Upcall_Command : public TAO::Upcall_Command { @@ -967,58 +955,58 @@ namespace POA_ImplementationRepository , args_ (args) { } - + virtual void execute (ACE_ENV_SINGLE_ARG_DECL) { TAO::SArg_Traits< ::CORBA::Char *>::ret_arg_type retval = - TAO::Portable_Server::get_ret_arg< ::CORBA::Char *, TAO::SArg_Traits< ::CORBA::Char *>::ret_arg_type> ( + TAO::Portable_Server::get_ret_arg< ::CORBA::Char *> ( this->operation_details_, this->args_); - + retval = this->servant_-> _repository_id ( ACE_ENV_SINGLE_ARG_PARAMETER); ACE_CHECK; } - + private: POA_ImplementationRepository::ServerInformationIterator * const servant_; TAO_Operation_Details const * const operation_details_; TAO::Argument * const * const args_; }; - + } void POA_ImplementationRepository::ServerInformationIterator::_repository_id_skel ( - TAO_ServerRequest & server_request, + TAO_ServerRequest & server_request, void * TAO_INTERCEPTOR (servant_upcall), void * servant ACE_ENV_ARG_DECL ) { - - + + #if TAO_HAS_INTERCEPTORS == 1 static ::CORBA::TypeCode_ptr const * const exceptions = 0; static ::CORBA::ULong const nexceptions = 0; #endif /* TAO_HAS_INTERCEPTORS */ - + TAO::SArg_Traits< ::CORBA::Char *>::ret_val retval; - + TAO::Argument * const args[] = { &retval }; - + static size_t const nargs = 1; - + POA_ImplementationRepository::ServerInformationIterator * const impl = static_cast<POA_ImplementationRepository::ServerInformationIterator *> (servant); - + _repository_id_ServerInformationIterator_Upcall_Command command ( impl, server_request.operation_details (), args); - + TAO::Upcall_Wrapper upcall_wrapper; upcall_wrapper.upcall (server_request , args @@ -1031,18 +1019,18 @@ void POA_ImplementationRepository::ServerInformationIterator::_repository_id_ske #endif /* TAO_HAS_INTERCEPTORS == 1 */ ACE_ENV_ARG_PARAMETER); ACE_CHECK; - + } -// TAO_IDL - Generated from +// TAO_IDL - Generated from // be\be_visitor_interface/interface_ss.cpp:501 void POA_ImplementationRepository::ServerInformationIterator::_interface_skel ( - TAO_ServerRequest & server_request, + TAO_ServerRequest & server_request, void * /* servant_upcall */, void * servant ACE_ENV_ARG_DECL @@ -1052,30 +1040,30 @@ void POA_ImplementationRepository::ServerInformationIterator::_interface_skel ( ACE_Dynamic_Service<TAO_IFR_Client_Adapter>::instance ( TAO_ORB_Core::ifr_client_adapter_name () ); - + if (_tao_adapter == 0) { ACE_THROW ( ::CORBA::INTF_REPOS ( ::CORBA::OMGVMCID | 1, ::CORBA::COMPLETED_NO)); } - + POA_ImplementationRepository::ServerInformationIterator * const impl = static_cast<POA_ImplementationRepository::ServerInformationIterator *> (servant); - ::CORBA::InterfaceDef_ptr _tao_retval = + ::CORBA::InterfaceDef_ptr _tao_retval = impl->_get_interface (ACE_ENV_SINGLE_ARG_PARAMETER); ACE_CHECK; - + server_request.init_reply (); TAO_OutputCDR &_tao_out = *server_request.outgoing (); - + ::CORBA::Boolean const _tao_result = _tao_adapter->interfacedef_cdr_insert ( _tao_out, _tao_retval ); - + _tao_adapter->dispose (_tao_retval); - + if (_tao_result == 0) { ACE_THROW ( ::CORBA::MARSHAL ()); @@ -1084,11 +1072,11 @@ void POA_ImplementationRepository::ServerInformationIterator::_interface_skel ( namespace POA_ImplementationRepository { - - + + // TAO_IDL - Generated from // be\be_visitor_operation/upcall_command_ss.cpp:127 - + class _get_component_ServerInformationIterator_Upcall_Command : public TAO::Upcall_Command { @@ -1102,58 +1090,58 @@ namespace POA_ImplementationRepository , args_ (args) { } - + virtual void execute (ACE_ENV_SINGLE_ARG_DECL) { TAO::SArg_Traits< ::CORBA::Object>::ret_arg_type retval = - TAO::Portable_Server::get_ret_arg< ::CORBA::Object, TAO::SArg_Traits< ::CORBA::Object>::ret_arg_type> ( + TAO::Portable_Server::get_ret_arg< ::CORBA::Object> ( this->operation_details_, this->args_); - + retval = this->servant_-> _get_component ( ACE_ENV_SINGLE_ARG_PARAMETER); ACE_CHECK; } - + private: POA_ImplementationRepository::ServerInformationIterator * const servant_; TAO_Operation_Details const * const operation_details_; TAO::Argument * const * const args_; }; - + } void POA_ImplementationRepository::ServerInformationIterator::_component_skel ( - TAO_ServerRequest & server_request, + TAO_ServerRequest & server_request, void * TAO_INTERCEPTOR (servant_upcall), void * servant ACE_ENV_ARG_DECL ) { - - + + #if TAO_HAS_INTERCEPTORS == 1 static ::CORBA::TypeCode_ptr const * const exceptions = 0; static ::CORBA::ULong const nexceptions = 0; #endif /* TAO_HAS_INTERCEPTORS */ - + TAO::SArg_Traits< ::CORBA::Object>::ret_val retval; - + TAO::Argument * const args[] = { &retval }; - + static size_t const nargs = 1; - + POA_ImplementationRepository::ServerInformationIterator * const impl = static_cast<POA_ImplementationRepository::ServerInformationIterator *> (servant); - + _get_component_ServerInformationIterator_Upcall_Command command ( impl, server_request.operation_details (), args); - + TAO::Upcall_Wrapper upcall_wrapper; upcall_wrapper.upcall (server_request , args @@ -1166,7 +1154,7 @@ void POA_ImplementationRepository::ServerInformationIterator::_component_skel ( #endif /* TAO_HAS_INTERCEPTORS == 1 */ ACE_ENV_ARG_PARAMETER); ACE_CHECK; - + } ::CORBA::Boolean POA_ImplementationRepository::ServerInformationIterator::_is_a ( @@ -1215,22 +1203,22 @@ POA_ImplementationRepository::ServerInformationIterator::_this (ACE_ENV_SINGLE_A { TAO_Stub *stub = this->_create_stub (ACE_ENV_SINGLE_ARG_PARAMETER); ACE_CHECK_RETURN (0); - + TAO_Stub_Auto_Ptr safe_stub (stub); ::CORBA::Object_ptr tmp = CORBA::Object::_nil (); - + ::CORBA::Boolean _tao_opt_colloc = stub->servant_orb_var ()->orb_core ()->optimize_collocation_objects (); - + ACE_NEW_RETURN ( tmp, ::CORBA::Object (stub, _tao_opt_colloc, this), 0 ); - + ::CORBA::Object_var obj = tmp; (void) safe_stub.release (); - + typedef ::ImplementationRepository::ServerInformationIterator STUB_SCOPED_NAME; return TAO::Narrow_Utils<STUB_SCOPED_NAME>::unchecked_narrow ( @@ -1371,7 +1359,7 @@ POA_ImplementationRepository::_TAO_Administration_Strategized_Proxy_Broker::the_ { static POA_ImplementationRepository::_TAO_Administration_Strategized_Proxy_Broker strategized_proxy_broker; - + return &strategized_proxy_broker; } @@ -1393,7 +1381,7 @@ POA_ImplementationRepository::_TAO_Administration_Strategized_Proxy_Broker::get_ TAO::Collocation_Strategy strategy = TAO_ORB_Core::collocation_strategy (obj ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (TAO::TAO_CS_REMOTE_STRATEGY); - + return strategy; } @@ -1412,13 +1400,13 @@ POA_ImplementationRepository::_TAO_Administration_Strategized_Proxy_Broker::disp { TAO::Direct_Collocation_Upcall_Wrapper collocation_upcall_wrapper; collocation_upcall_wrapper.upcall ( - obj, - forward_obj, - args, - num_args, - op, - op_len, - strategy + obj, + forward_obj, + args, + num_args, + op, + op_len, + strategy ACE_ENV_ARG_PARAMETER); } @@ -1439,9 +1427,9 @@ ImplementationRepository__TAO_Administration_Proxy_Broker_Factory_function ( ::C int ImplementationRepository__TAO_Administration_Proxy_Broker_Factory_Initializer (size_t) { - ImplementationRepository__TAO_Administration_Proxy_Broker_Factory_function_pointer = + ImplementationRepository__TAO_Administration_Proxy_Broker_Factory_function_pointer = ImplementationRepository__TAO_Administration_Proxy_Broker_Factory_function; - + return 0; } @@ -1463,14 +1451,14 @@ POA_ImplementationRepository::_TAO_Administration_Direct_Proxy_Impl::_TAO_Admini POA_ImplementationRepository::_TAO_Administration_Direct_Proxy_Impl::~_TAO_Administration_Direct_Proxy_Impl (void) {} -// TAO_IDL - Generated from +// TAO_IDL - Generated from // be\be_visitor_operation/direct_proxy_impl_ss.cpp:42 void POA_ImplementationRepository::_TAO_Administration_Direct_Proxy_Impl::activate_server ( TAO_Abstract_ServantBase *servant, TAO::Argument ** args, - int + int ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( @@ -1487,14 +1475,14 @@ POA_ImplementationRepository::_TAO_Administration_Direct_Proxy_Impl::activate_se ); ACE_CHECK; } -// TAO_IDL - Generated from +// TAO_IDL - Generated from // be\be_visitor_operation/direct_proxy_impl_ss.cpp:42 void POA_ImplementationRepository::_TAO_Administration_Direct_Proxy_Impl::add_or_update_server ( TAO_Abstract_ServantBase *servant, TAO::Argument ** args, - int + int ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( @@ -1511,14 +1499,14 @@ POA_ImplementationRepository::_TAO_Administration_Direct_Proxy_Impl::add_or_upda ); ACE_CHECK; } -// TAO_IDL - Generated from +// TAO_IDL - Generated from // be\be_visitor_operation/direct_proxy_impl_ss.cpp:42 void POA_ImplementationRepository::_TAO_Administration_Direct_Proxy_Impl::remove_server ( TAO_Abstract_ServantBase *servant, TAO::Argument ** args, - int + int ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( @@ -1534,14 +1522,14 @@ POA_ImplementationRepository::_TAO_Administration_Direct_Proxy_Impl::remove_serv ); ACE_CHECK; } -// TAO_IDL - Generated from +// TAO_IDL - Generated from // be\be_visitor_operation/direct_proxy_impl_ss.cpp:42 void POA_ImplementationRepository::_TAO_Administration_Direct_Proxy_Impl::shutdown_server ( TAO_Abstract_ServantBase *servant, TAO::Argument ** args, - int + int ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( @@ -1557,14 +1545,14 @@ POA_ImplementationRepository::_TAO_Administration_Direct_Proxy_Impl::shutdown_se ); ACE_CHECK; } -// TAO_IDL - Generated from +// TAO_IDL - Generated from // be\be_visitor_operation/direct_proxy_impl_ss.cpp:42 void POA_ImplementationRepository::_TAO_Administration_Direct_Proxy_Impl::server_is_running ( TAO_Abstract_ServantBase *servant, TAO::Argument ** args, - int + int ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( @@ -1582,14 +1570,14 @@ POA_ImplementationRepository::_TAO_Administration_Direct_Proxy_Impl::server_is_r ); ACE_CHECK; } -// TAO_IDL - Generated from +// TAO_IDL - Generated from // be\be_visitor_operation/direct_proxy_impl_ss.cpp:42 void POA_ImplementationRepository::_TAO_Administration_Direct_Proxy_Impl::server_is_shutting_down ( TAO_Abstract_ServantBase *servant, TAO::Argument ** args, - int + int ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( @@ -1605,14 +1593,14 @@ POA_ImplementationRepository::_TAO_Administration_Direct_Proxy_Impl::server_is_s ); ACE_CHECK; } -// TAO_IDL - Generated from +// TAO_IDL - Generated from // be\be_visitor_operation/direct_proxy_impl_ss.cpp:42 void POA_ImplementationRepository::_TAO_Administration_Direct_Proxy_Impl::find ( TAO_Abstract_ServantBase *servant, TAO::Argument ** args, - int + int ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( @@ -1628,14 +1616,14 @@ POA_ImplementationRepository::_TAO_Administration_Direct_Proxy_Impl::find ( ); ACE_CHECK; } -// TAO_IDL - Generated from +// TAO_IDL - Generated from // be\be_visitor_operation/direct_proxy_impl_ss.cpp:42 void POA_ImplementationRepository::_TAO_Administration_Direct_Proxy_Impl::list ( TAO_Abstract_ServantBase *servant, TAO::Argument ** args, - int + int ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( @@ -1652,14 +1640,14 @@ POA_ImplementationRepository::_TAO_Administration_Direct_Proxy_Impl::list ( ); ACE_CHECK; } -// TAO_IDL - Generated from +// TAO_IDL - Generated from // be\be_visitor_operation/direct_proxy_impl_ss.cpp:42 void POA_ImplementationRepository::_TAO_Administration_Direct_Proxy_Impl::shutdown ( TAO_Abstract_ServantBase *servant, TAO::Argument ** args, - int + int ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( @@ -1681,7 +1669,7 @@ POA_ImplementationRepository::_TAO_Administration_Direct_Proxy_Impl::shutdown ( // End Direct Proxy Implementation /////////////////////////////////////////////////////////////////////// -// TAO_IDL - Generated from +// TAO_IDL - Generated from // be\be_visitor_interface/interface_ss.cpp:103 POA_ImplementationRepository::Administration::Administration (void) @@ -1701,11 +1689,11 @@ POA_ImplementationRepository::Administration::~Administration (void) } namespace POA_ImplementationRepository { - - + + // TAO_IDL - Generated from // be\be_visitor_operation/upcall_command_ss.cpp:127 - + class activate_server_Administration : public TAO::Upcall_Command { @@ -1719,31 +1707,31 @@ namespace POA_ImplementationRepository , args_ (args) { } - + virtual void execute (ACE_ENV_SINGLE_ARG_DECL) { TAO::SArg_Traits< ::CORBA::Char *>::in_arg_type arg_1 = - TAO::Portable_Server::get_in_arg< ::CORBA::Char *, TAO::SArg_Traits< ::CORBA::Char *>::in_arg_type> ( + TAO::Portable_Server::get_in_arg< ::CORBA::Char *> ( this->operation_details_, this->args_, 1); - + this->servant_->activate_server ( arg_1 ACE_ENV_ARG_PARAMETER); ACE_CHECK; } - + private: POA_ImplementationRepository::Administration * const servant_; TAO_Operation_Details const * const operation_details_; TAO::Argument * const * const args_; }; - + } -// TAO_IDL - Generated from +// TAO_IDL - Generated from // be\be_visitor_operation/operation_ss.cpp:192 void POA_ImplementationRepository::Administration::activate_server_skel ( @@ -1753,28 +1741,28 @@ void POA_ImplementationRepository::Administration::activate_server_skel ( ACE_ENV_ARG_DECL ) { - - + + #if TAO_HAS_INTERCEPTORS == 1 - static ::CORBA::TypeCode_ptr const exceptions[] = + static ::CORBA::TypeCode_ptr const exceptions[] = { ImplementationRepository::_tc_NotFound, ImplementationRepository::_tc_CannotActivate }; static ::CORBA::ULong const nexceptions = 2; #endif /* TAO_HAS_INTERCEPTORS */ - + TAO::SArg_Traits< void>::ret_val retval; TAO::SArg_Traits< ::CORBA::Char *>::in_arg_val _tao_server; - + TAO::Argument * const args[] = { &retval, &_tao_server }; - + static size_t const nargs = 2; - + POA_ImplementationRepository::Administration * const impl = static_cast<POA_ImplementationRepository::Administration *> (servant); @@ -1782,7 +1770,7 @@ void POA_ImplementationRepository::Administration::activate_server_skel ( impl, server_request.operation_details (), args); - + TAO::Upcall_Wrapper upcall_wrapper; upcall_wrapper.upcall (server_request , args @@ -1795,15 +1783,15 @@ void POA_ImplementationRepository::Administration::activate_server_skel ( #endif /* TAO_HAS_INTERCEPTORS == 1 */ ACE_ENV_ARG_PARAMETER); ACE_CHECK; - + } namespace POA_ImplementationRepository { - - + + // TAO_IDL - Generated from // be\be_visitor_operation/upcall_command_ss.cpp:127 - + class add_or_update_server_Administration : public TAO::Upcall_Command { @@ -1817,38 +1805,38 @@ namespace POA_ImplementationRepository , args_ (args) { } - + virtual void execute (ACE_ENV_SINGLE_ARG_DECL) { TAO::SArg_Traits< ::CORBA::Char *>::in_arg_type arg_1 = - TAO::Portable_Server::get_in_arg< ::CORBA::Char *, TAO::SArg_Traits< ::CORBA::Char *>::in_arg_type> ( + TAO::Portable_Server::get_in_arg< ::CORBA::Char *> ( this->operation_details_, this->args_, 1); - + TAO::SArg_Traits< ::ImplementationRepository::StartupOptions>::in_arg_type arg_2 = - TAO::Portable_Server::get_in_arg< ::ImplementationRepository::StartupOptions, TAO::SArg_Traits< ::ImplementationRepository::StartupOptions>::in_arg_type> ( + TAO::Portable_Server::get_in_arg< ::ImplementationRepository::StartupOptions> ( this->operation_details_, this->args_, 2); - + this->servant_->add_or_update_server ( arg_1 , arg_2 ACE_ENV_ARG_PARAMETER); ACE_CHECK; } - + private: POA_ImplementationRepository::Administration * const servant_; TAO_Operation_Details const * const operation_details_; TAO::Argument * const * const args_; }; - + } -// TAO_IDL - Generated from +// TAO_IDL - Generated from // be\be_visitor_operation/operation_ss.cpp:192 void POA_ImplementationRepository::Administration::add_or_update_server_skel ( @@ -1858,29 +1846,29 @@ void POA_ImplementationRepository::Administration::add_or_update_server_skel ( ACE_ENV_ARG_DECL ) { - - + + #if TAO_HAS_INTERCEPTORS == 1 - static ::CORBA::TypeCode_ptr const exceptions[] = + static ::CORBA::TypeCode_ptr const exceptions[] = { ImplementationRepository::_tc_NotFound }; static ::CORBA::ULong const nexceptions = 1; #endif /* TAO_HAS_INTERCEPTORS */ - + TAO::SArg_Traits< void>::ret_val retval; TAO::SArg_Traits< ::CORBA::Char *>::in_arg_val _tao_server; TAO::SArg_Traits< ::ImplementationRepository::StartupOptions>::in_arg_val _tao_options; - + TAO::Argument * const args[] = { &retval, &_tao_server, &_tao_options }; - + static size_t const nargs = 3; - + POA_ImplementationRepository::Administration * const impl = static_cast<POA_ImplementationRepository::Administration *> (servant); @@ -1888,7 +1876,7 @@ void POA_ImplementationRepository::Administration::add_or_update_server_skel ( impl, server_request.operation_details (), args); - + TAO::Upcall_Wrapper upcall_wrapper; upcall_wrapper.upcall (server_request , args @@ -1901,15 +1889,15 @@ void POA_ImplementationRepository::Administration::add_or_update_server_skel ( #endif /* TAO_HAS_INTERCEPTORS == 1 */ ACE_ENV_ARG_PARAMETER); ACE_CHECK; - + } namespace POA_ImplementationRepository { - - + + // TAO_IDL - Generated from // be\be_visitor_operation/upcall_command_ss.cpp:127 - + class remove_server_Administration : public TAO::Upcall_Command { @@ -1923,31 +1911,31 @@ namespace POA_ImplementationRepository , args_ (args) { } - + virtual void execute (ACE_ENV_SINGLE_ARG_DECL) { TAO::SArg_Traits< ::CORBA::Char *>::in_arg_type arg_1 = - TAO::Portable_Server::get_in_arg< ::CORBA::Char *, TAO::SArg_Traits< ::CORBA::Char *>::in_arg_type> ( + TAO::Portable_Server::get_in_arg< ::CORBA::Char *> ( this->operation_details_, this->args_, 1); - + this->servant_->remove_server ( arg_1 ACE_ENV_ARG_PARAMETER); ACE_CHECK; } - + private: POA_ImplementationRepository::Administration * const servant_; TAO_Operation_Details const * const operation_details_; TAO::Argument * const * const args_; }; - + } -// TAO_IDL - Generated from +// TAO_IDL - Generated from // be\be_visitor_operation/operation_ss.cpp:192 void POA_ImplementationRepository::Administration::remove_server_skel ( @@ -1957,27 +1945,27 @@ void POA_ImplementationRepository::Administration::remove_server_skel ( ACE_ENV_ARG_DECL ) { - - + + #if TAO_HAS_INTERCEPTORS == 1 - static ::CORBA::TypeCode_ptr const exceptions[] = + static ::CORBA::TypeCode_ptr const exceptions[] = { ImplementationRepository::_tc_NotFound }; static ::CORBA::ULong const nexceptions = 1; #endif /* TAO_HAS_INTERCEPTORS */ - + TAO::SArg_Traits< void>::ret_val retval; TAO::SArg_Traits< ::CORBA::Char *>::in_arg_val _tao_server; - + TAO::Argument * const args[] = { &retval, &_tao_server }; - + static size_t const nargs = 2; - + POA_ImplementationRepository::Administration * const impl = static_cast<POA_ImplementationRepository::Administration *> (servant); @@ -1985,7 +1973,7 @@ void POA_ImplementationRepository::Administration::remove_server_skel ( impl, server_request.operation_details (), args); - + TAO::Upcall_Wrapper upcall_wrapper; upcall_wrapper.upcall (server_request , args @@ -1998,15 +1986,15 @@ void POA_ImplementationRepository::Administration::remove_server_skel ( #endif /* TAO_HAS_INTERCEPTORS == 1 */ ACE_ENV_ARG_PARAMETER); ACE_CHECK; - + } namespace POA_ImplementationRepository { - - + + // TAO_IDL - Generated from // be\be_visitor_operation/upcall_command_ss.cpp:127 - + class shutdown_server_Administration : public TAO::Upcall_Command { @@ -2020,31 +2008,31 @@ namespace POA_ImplementationRepository , args_ (args) { } - + virtual void execute (ACE_ENV_SINGLE_ARG_DECL) { TAO::SArg_Traits< ::CORBA::Char *>::in_arg_type arg_1 = - TAO::Portable_Server::get_in_arg< ::CORBA::Char *, TAO::SArg_Traits< ::CORBA::Char *>::in_arg_type> ( + TAO::Portable_Server::get_in_arg< ::CORBA::Char *> ( this->operation_details_, this->args_, 1); - + this->servant_->shutdown_server ( arg_1 ACE_ENV_ARG_PARAMETER); ACE_CHECK; } - + private: POA_ImplementationRepository::Administration * const servant_; TAO_Operation_Details const * const operation_details_; TAO::Argument * const * const args_; }; - + } -// TAO_IDL - Generated from +// TAO_IDL - Generated from // be\be_visitor_operation/operation_ss.cpp:192 void POA_ImplementationRepository::Administration::shutdown_server_skel ( @@ -2054,27 +2042,27 @@ void POA_ImplementationRepository::Administration::shutdown_server_skel ( ACE_ENV_ARG_DECL ) { - - + + #if TAO_HAS_INTERCEPTORS == 1 - static ::CORBA::TypeCode_ptr const exceptions[] = + static ::CORBA::TypeCode_ptr const exceptions[] = { ImplementationRepository::_tc_NotFound }; static ::CORBA::ULong const nexceptions = 1; #endif /* TAO_HAS_INTERCEPTORS */ - + TAO::SArg_Traits< void>::ret_val retval; TAO::SArg_Traits< ::CORBA::Char *>::in_arg_val _tao_server; - + TAO::Argument * const args[] = { &retval, &_tao_server }; - + static size_t const nargs = 2; - + POA_ImplementationRepository::Administration * const impl = static_cast<POA_ImplementationRepository::Administration *> (servant); @@ -2082,7 +2070,7 @@ void POA_ImplementationRepository::Administration::shutdown_server_skel ( impl, server_request.operation_details (), args); - + TAO::Upcall_Wrapper upcall_wrapper; upcall_wrapper.upcall (server_request , args @@ -2095,15 +2083,15 @@ void POA_ImplementationRepository::Administration::shutdown_server_skel ( #endif /* TAO_HAS_INTERCEPTORS == 1 */ ACE_ENV_ARG_PARAMETER); ACE_CHECK; - + } namespace POA_ImplementationRepository { - - + + // TAO_IDL - Generated from // be\be_visitor_operation/upcall_command_ss.cpp:127 - + class server_is_running_Administration : public TAO::Upcall_Command { @@ -2117,27 +2105,27 @@ namespace POA_ImplementationRepository , args_ (args) { } - + virtual void execute (ACE_ENV_SINGLE_ARG_DECL) { TAO::SArg_Traits< ::CORBA::Char *>::in_arg_type arg_1 = - TAO::Portable_Server::get_in_arg< ::CORBA::Char *, TAO::SArg_Traits< ::CORBA::Char *>::in_arg_type> ( + TAO::Portable_Server::get_in_arg< ::CORBA::Char *> ( this->operation_details_, this->args_, 1); - + TAO::SArg_Traits< ::CORBA::Char *>::in_arg_type arg_2 = - TAO::Portable_Server::get_in_arg< ::CORBA::Char *, TAO::SArg_Traits< ::CORBA::Char *>::in_arg_type> ( + TAO::Portable_Server::get_in_arg< ::CORBA::Char *> ( this->operation_details_, this->args_, 2); - + TAO::SArg_Traits< ::ImplementationRepository::ServerObject>::in_arg_type arg_3 = - TAO::Portable_Server::get_in_arg< ::ImplementationRepository::ServerObject, TAO::SArg_Traits< ::ImplementationRepository::ServerObject>::in_arg_type> ( + TAO::Portable_Server::get_in_arg< ::ImplementationRepository::ServerObject> ( this->operation_details_, this->args_, 3); - + this->servant_->server_is_running ( arg_1 , arg_2 @@ -2145,17 +2133,17 @@ namespace POA_ImplementationRepository ACE_ENV_ARG_PARAMETER); ACE_CHECK; } - + private: POA_ImplementationRepository::Administration * const servant_; TAO_Operation_Details const * const operation_details_; TAO::Argument * const * const args_; }; - + } -// TAO_IDL - Generated from +// TAO_IDL - Generated from // be\be_visitor_operation/operation_ss.cpp:192 void POA_ImplementationRepository::Administration::server_is_running_skel ( @@ -2165,21 +2153,21 @@ void POA_ImplementationRepository::Administration::server_is_running_skel ( ACE_ENV_ARG_DECL ) { - - + + #if TAO_HAS_INTERCEPTORS == 1 - static ::CORBA::TypeCode_ptr const exceptions[] = + static ::CORBA::TypeCode_ptr const exceptions[] = { ImplementationRepository::_tc_NotFound }; static ::CORBA::ULong const nexceptions = 1; #endif /* TAO_HAS_INTERCEPTORS */ - + TAO::SArg_Traits< void>::ret_val retval; TAO::SArg_Traits< ::CORBA::Char *>::in_arg_val _tao_server; TAO::SArg_Traits< ::CORBA::Char *>::in_arg_val _tao_partial_ior; TAO::SArg_Traits< ::ImplementationRepository::ServerObject>::in_arg_val _tao_server_object; - + TAO::Argument * const args[] = { &retval, @@ -2187,9 +2175,9 @@ void POA_ImplementationRepository::Administration::server_is_running_skel ( &_tao_partial_ior, &_tao_server_object }; - + static size_t const nargs = 4; - + POA_ImplementationRepository::Administration * const impl = static_cast<POA_ImplementationRepository::Administration *> (servant); @@ -2197,7 +2185,7 @@ void POA_ImplementationRepository::Administration::server_is_running_skel ( impl, server_request.operation_details (), args); - + TAO::Upcall_Wrapper upcall_wrapper; upcall_wrapper.upcall (server_request , args @@ -2210,15 +2198,15 @@ void POA_ImplementationRepository::Administration::server_is_running_skel ( #endif /* TAO_HAS_INTERCEPTORS == 1 */ ACE_ENV_ARG_PARAMETER); ACE_CHECK; - + } namespace POA_ImplementationRepository { - - + + // TAO_IDL - Generated from // be\be_visitor_operation/upcall_command_ss.cpp:127 - + class server_is_shutting_down_Administration : public TAO::Upcall_Command { @@ -2232,31 +2220,31 @@ namespace POA_ImplementationRepository , args_ (args) { } - + virtual void execute (ACE_ENV_SINGLE_ARG_DECL) { TAO::SArg_Traits< ::CORBA::Char *>::in_arg_type arg_1 = - TAO::Portable_Server::get_in_arg< ::CORBA::Char *, TAO::SArg_Traits< ::CORBA::Char *>::in_arg_type> ( + TAO::Portable_Server::get_in_arg< ::CORBA::Char *> ( this->operation_details_, this->args_, 1); - + this->servant_->server_is_shutting_down ( arg_1 ACE_ENV_ARG_PARAMETER); ACE_CHECK; } - + private: POA_ImplementationRepository::Administration * const servant_; TAO_Operation_Details const * const operation_details_; TAO::Argument * const * const args_; }; - + } -// TAO_IDL - Generated from +// TAO_IDL - Generated from // be\be_visitor_operation/operation_ss.cpp:192 void POA_ImplementationRepository::Administration::server_is_shutting_down_skel ( @@ -2266,27 +2254,27 @@ void POA_ImplementationRepository::Administration::server_is_shutting_down_skel ACE_ENV_ARG_DECL ) { - - + + #if TAO_HAS_INTERCEPTORS == 1 - static ::CORBA::TypeCode_ptr const exceptions[] = + static ::CORBA::TypeCode_ptr const exceptions[] = { ImplementationRepository::_tc_NotFound }; static ::CORBA::ULong const nexceptions = 1; #endif /* TAO_HAS_INTERCEPTORS */ - + TAO::SArg_Traits< void>::ret_val retval; TAO::SArg_Traits< ::CORBA::Char *>::in_arg_val _tao_server; - + TAO::Argument * const args[] = { &retval, &_tao_server }; - + static size_t const nargs = 2; - + POA_ImplementationRepository::Administration * const impl = static_cast<POA_ImplementationRepository::Administration *> (servant); @@ -2294,7 +2282,7 @@ void POA_ImplementationRepository::Administration::server_is_shutting_down_skel impl, server_request.operation_details (), args); - + TAO::Upcall_Wrapper upcall_wrapper; upcall_wrapper.upcall (server_request , args @@ -2307,15 +2295,15 @@ void POA_ImplementationRepository::Administration::server_is_shutting_down_skel #endif /* TAO_HAS_INTERCEPTORS == 1 */ ACE_ENV_ARG_PARAMETER); ACE_CHECK; - + } namespace POA_ImplementationRepository { - - + + // TAO_IDL - Generated from // be\be_visitor_operation/upcall_command_ss.cpp:127 - + class find_Administration : public TAO::Upcall_Command { @@ -2329,38 +2317,38 @@ namespace POA_ImplementationRepository , args_ (args) { } - + virtual void execute (ACE_ENV_SINGLE_ARG_DECL) { TAO::SArg_Traits< ::CORBA::Char *>::in_arg_type arg_1 = - TAO::Portable_Server::get_in_arg< ::CORBA::Char *, TAO::SArg_Traits< ::CORBA::Char *>::in_arg_type> ( + TAO::Portable_Server::get_in_arg< ::CORBA::Char *> ( this->operation_details_, this->args_, 1); - + TAO::SArg_Traits< ::ImplementationRepository::ServerInformation>::out_arg_type arg_2 = - TAO::Portable_Server::get_out_arg< ::ImplementationRepository::ServerInformation, TAO::SArg_Traits< ::ImplementationRepository::ServerInformation>::out_arg_type> ( + TAO::Portable_Server::get_out_arg< ::ImplementationRepository::ServerInformation> ( this->operation_details_, this->args_, 2); - + this->servant_->find ( arg_1 , arg_2 ACE_ENV_ARG_PARAMETER); ACE_CHECK; } - + private: POA_ImplementationRepository::Administration * const servant_; TAO_Operation_Details const * const operation_details_; TAO::Argument * const * const args_; }; - + } -// TAO_IDL - Generated from +// TAO_IDL - Generated from // be\be_visitor_operation/operation_ss.cpp:192 void POA_ImplementationRepository::Administration::find_skel ( @@ -2370,26 +2358,26 @@ void POA_ImplementationRepository::Administration::find_skel ( ACE_ENV_ARG_DECL ) { - - + + #if TAO_HAS_INTERCEPTORS == 1 static ::CORBA::TypeCode_ptr const * const exceptions = 0; static ::CORBA::ULong const nexceptions = 0; #endif /* TAO_HAS_INTERCEPTORS */ - + TAO::SArg_Traits< void>::ret_val retval; TAO::SArg_Traits< ::CORBA::Char *>::in_arg_val _tao_server; TAO::SArg_Traits< ::ImplementationRepository::ServerInformation>::out_arg_val _tao_info; - + TAO::Argument * const args[] = { &retval, &_tao_server, &_tao_info }; - + static size_t const nargs = 3; - + POA_ImplementationRepository::Administration * const impl = static_cast<POA_ImplementationRepository::Administration *> (servant); @@ -2397,7 +2385,7 @@ void POA_ImplementationRepository::Administration::find_skel ( impl, server_request.operation_details (), args); - + TAO::Upcall_Wrapper upcall_wrapper; upcall_wrapper.upcall (server_request , args @@ -2410,15 +2398,15 @@ void POA_ImplementationRepository::Administration::find_skel ( #endif /* TAO_HAS_INTERCEPTORS == 1 */ ACE_ENV_ARG_PARAMETER); ACE_CHECK; - + } namespace POA_ImplementationRepository { - - + + // TAO_IDL - Generated from // be\be_visitor_operation/upcall_command_ss.cpp:127 - + class list_Administration : public TAO::Upcall_Command { @@ -2432,27 +2420,27 @@ namespace POA_ImplementationRepository , args_ (args) { } - + virtual void execute (ACE_ENV_SINGLE_ARG_DECL) { TAO::SArg_Traits< ::CORBA::ULong>::in_arg_type arg_1 = - TAO::Portable_Server::get_in_arg< ::CORBA::ULong, TAO::SArg_Traits< ::CORBA::ULong>::in_arg_type> ( + TAO::Portable_Server::get_in_arg< ::CORBA::ULong> ( this->operation_details_, this->args_, 1); - + TAO::SArg_Traits< ::ImplementationRepository::ServerInformationList>::out_arg_type arg_2 = - TAO::Portable_Server::get_out_arg< ::ImplementationRepository::ServerInformationList, TAO::SArg_Traits< ::ImplementationRepository::ServerInformationList>::out_arg_type> ( + TAO::Portable_Server::get_out_arg< ::ImplementationRepository::ServerInformationList> ( this->operation_details_, this->args_, 2); - + TAO::SArg_Traits< ::ImplementationRepository::ServerInformationIterator>::out_arg_type arg_3 = - TAO::Portable_Server::get_out_arg< ::ImplementationRepository::ServerInformationIterator, TAO::SArg_Traits< ::ImplementationRepository::ServerInformationIterator>::out_arg_type> ( + TAO::Portable_Server::get_out_arg< ::ImplementationRepository::ServerInformationIterator> ( this->operation_details_, this->args_, 3); - + this->servant_->list ( arg_1 , arg_2 @@ -2460,17 +2448,17 @@ namespace POA_ImplementationRepository ACE_ENV_ARG_PARAMETER); ACE_CHECK; } - + private: POA_ImplementationRepository::Administration * const servant_; TAO_Operation_Details const * const operation_details_; TAO::Argument * const * const args_; }; - + } -// TAO_IDL - Generated from +// TAO_IDL - Generated from // be\be_visitor_operation/operation_ss.cpp:192 void POA_ImplementationRepository::Administration::list_skel ( @@ -2480,18 +2468,18 @@ void POA_ImplementationRepository::Administration::list_skel ( ACE_ENV_ARG_DECL ) { - - + + #if TAO_HAS_INTERCEPTORS == 1 static ::CORBA::TypeCode_ptr const * const exceptions = 0; static ::CORBA::ULong const nexceptions = 0; #endif /* TAO_HAS_INTERCEPTORS */ - + TAO::SArg_Traits< void>::ret_val retval; TAO::SArg_Traits< ::CORBA::ULong>::in_arg_val _tao_how_many; TAO::SArg_Traits< ::ImplementationRepository::ServerInformationList>::out_arg_val _tao_server_list; TAO::SArg_Traits< ::ImplementationRepository::ServerInformationIterator>::out_arg_val _tao_server_iterator; - + TAO::Argument * const args[] = { &retval, @@ -2499,9 +2487,9 @@ void POA_ImplementationRepository::Administration::list_skel ( &_tao_server_list, &_tao_server_iterator }; - + static size_t const nargs = 4; - + POA_ImplementationRepository::Administration * const impl = static_cast<POA_ImplementationRepository::Administration *> (servant); @@ -2509,7 +2497,7 @@ void POA_ImplementationRepository::Administration::list_skel ( impl, server_request.operation_details (), args); - + TAO::Upcall_Wrapper upcall_wrapper; upcall_wrapper.upcall (server_request , args @@ -2522,15 +2510,15 @@ void POA_ImplementationRepository::Administration::list_skel ( #endif /* TAO_HAS_INTERCEPTORS == 1 */ ACE_ENV_ARG_PARAMETER); ACE_CHECK; - + } namespace POA_ImplementationRepository { - - + + // TAO_IDL - Generated from // be\be_visitor_operation/upcall_command_ss.cpp:127 - + class shutdown_Administration : public TAO::Upcall_Command { @@ -2544,38 +2532,38 @@ namespace POA_ImplementationRepository , args_ (args) { } - + virtual void execute (ACE_ENV_SINGLE_ARG_DECL) { TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::in_arg_type arg_1 = - TAO::Portable_Server::get_in_arg< ::ACE_InputCDR::to_boolean, TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::in_arg_type> ( + TAO::Portable_Server::get_in_arg< ::ACE_InputCDR::to_boolean> ( this->operation_details_, this->args_, 1); - + TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::in_arg_type arg_2 = - TAO::Portable_Server::get_in_arg< ::ACE_InputCDR::to_boolean, TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::in_arg_type> ( + TAO::Portable_Server::get_in_arg< ::ACE_InputCDR::to_boolean> ( this->operation_details_, this->args_, 2); - + this->servant_->shutdown ( arg_1 , arg_2 ACE_ENV_ARG_PARAMETER); ACE_CHECK; } - + private: POA_ImplementationRepository::Administration * const servant_; TAO_Operation_Details const * const operation_details_; TAO::Argument * const * const args_; }; - + } -// TAO_IDL - Generated from +// TAO_IDL - Generated from // be\be_visitor_operation/operation_ss.cpp:192 void POA_ImplementationRepository::Administration::shutdown_skel ( @@ -2585,26 +2573,26 @@ void POA_ImplementationRepository::Administration::shutdown_skel ( ACE_ENV_ARG_DECL ) { - - + + #if TAO_HAS_INTERCEPTORS == 1 static ::CORBA::TypeCode_ptr const * const exceptions = 0; static ::CORBA::ULong const nexceptions = 0; #endif /* TAO_HAS_INTERCEPTORS */ - + TAO::SArg_Traits< void>::ret_val retval; TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::in_arg_val _tao_activators; TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::in_arg_val _tao_servers; - + TAO::Argument * const args[] = { &retval, &_tao_activators, &_tao_servers }; - + static size_t const nargs = 3; - + POA_ImplementationRepository::Administration * const impl = static_cast<POA_ImplementationRepository::Administration *> (servant); @@ -2612,7 +2600,7 @@ void POA_ImplementationRepository::Administration::shutdown_skel ( impl, server_request.operation_details (), args); - + TAO::Upcall_Wrapper upcall_wrapper; upcall_wrapper.upcall (server_request , args @@ -2625,19 +2613,19 @@ void POA_ImplementationRepository::Administration::shutdown_skel ( #endif /* TAO_HAS_INTERCEPTORS == 1 */ ACE_ENV_ARG_PARAMETER); ACE_CHECK; - + } -// TAO_IDL - Generated from +// TAO_IDL - Generated from // be\be_visitor_interface/interface_ss.cpp:169 namespace POA_ImplementationRepository { - - + + // TAO_IDL - Generated from // be\be_visitor_operation/upcall_command_ss.cpp:127 - + class _is_a_Administration_Upcall_Command : public TAO::Upcall_Command { @@ -2651,67 +2639,67 @@ namespace POA_ImplementationRepository , args_ (args) { } - + virtual void execute (ACE_ENV_SINGLE_ARG_DECL) { TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type retval = - TAO::Portable_Server::get_ret_arg< ::ACE_InputCDR::to_boolean, TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type> ( + TAO::Portable_Server::get_ret_arg< ::ACE_InputCDR::to_boolean> ( this->operation_details_, this->args_); - + TAO::SArg_Traits< ::CORBA::Char *>::in_arg_type arg_1 = - TAO::Portable_Server::get_in_arg< ::CORBA::Char *, TAO::SArg_Traits< ::CORBA::Char *>::in_arg_type> ( + TAO::Portable_Server::get_in_arg< ::CORBA::Char *> ( this->operation_details_, this->args_, 1); - + retval = this->servant_-> _is_a ( arg_1 ACE_ENV_ARG_PARAMETER); ACE_CHECK; } - + private: POA_ImplementationRepository::Administration * const servant_; TAO_Operation_Details const * const operation_details_; TAO::Argument * const * const args_; }; - + } void POA_ImplementationRepository::Administration::_is_a_skel ( - TAO_ServerRequest & server_request, + TAO_ServerRequest & server_request, void * TAO_INTERCEPTOR (servant_upcall), void * servant ACE_ENV_ARG_DECL ) { - - + + #if TAO_HAS_INTERCEPTORS == 1 static ::CORBA::TypeCode_ptr const * const exceptions = 0; static ::CORBA::ULong const nexceptions = 0; #endif /* TAO_HAS_INTERCEPTORS */ - + TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_val retval; TAO::SArg_Traits< ::CORBA::Char *>::in_arg_val _tao_repository_id; - + TAO::Argument * const args[] = { &retval, &_tao_repository_id }; - + static size_t const nargs = 2; - + POA_ImplementationRepository::Administration * const impl = static_cast<POA_ImplementationRepository::Administration *> (servant); - + _is_a_Administration_Upcall_Command command ( impl, server_request.operation_details (), args); - + TAO::Upcall_Wrapper upcall_wrapper; upcall_wrapper.upcall (server_request , args @@ -2724,16 +2712,16 @@ void POA_ImplementationRepository::Administration::_is_a_skel ( #endif /* TAO_HAS_INTERCEPTORS == 1 */ ACE_ENV_ARG_PARAMETER); ACE_CHECK; - + } namespace POA_ImplementationRepository { - - + + // TAO_IDL - Generated from // be\be_visitor_operation/upcall_command_ss.cpp:127 - + class _non_existent_Administration_Upcall_Command : public TAO::Upcall_Command { @@ -2747,58 +2735,58 @@ namespace POA_ImplementationRepository , args_ (args) { } - + virtual void execute (ACE_ENV_SINGLE_ARG_DECL) { TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type retval = - TAO::Portable_Server::get_ret_arg< ::ACE_InputCDR::to_boolean, TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type> ( + TAO::Portable_Server::get_ret_arg< ::ACE_InputCDR::to_boolean> ( this->operation_details_, this->args_); - + retval = this->servant_-> _non_existent ( ACE_ENV_SINGLE_ARG_PARAMETER); ACE_CHECK; } - + private: POA_ImplementationRepository::Administration * const servant_; TAO_Operation_Details const * const operation_details_; TAO::Argument * const * const args_; }; - + } void POA_ImplementationRepository::Administration::_non_existent_skel ( - TAO_ServerRequest & server_request, + TAO_ServerRequest & server_request, void * TAO_INTERCEPTOR (servant_upcall), void * servant ACE_ENV_ARG_DECL ) { - - + + #if TAO_HAS_INTERCEPTORS == 1 static ::CORBA::TypeCode_ptr const * const exceptions = 0; static ::CORBA::ULong const nexceptions = 0; #endif /* TAO_HAS_INTERCEPTORS */ - + TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_val retval; - + TAO::Argument * const args[] = { &retval }; - + static size_t const nargs = 1; - + POA_ImplementationRepository::Administration * const impl = static_cast<POA_ImplementationRepository::Administration *> (servant); - + _non_existent_Administration_Upcall_Command command ( impl, server_request.operation_details (), args); - + TAO::Upcall_Wrapper upcall_wrapper; upcall_wrapper.upcall (server_request , args @@ -2811,16 +2799,16 @@ void POA_ImplementationRepository::Administration::_non_existent_skel ( #endif /* TAO_HAS_INTERCEPTORS == 1 */ ACE_ENV_ARG_PARAMETER); ACE_CHECK; - + } namespace POA_ImplementationRepository { - - + + // TAO_IDL - Generated from // be\be_visitor_operation/upcall_command_ss.cpp:127 - + class _repository_id_Administration_Upcall_Command : public TAO::Upcall_Command { @@ -2834,58 +2822,58 @@ namespace POA_ImplementationRepository , args_ (args) { } - + virtual void execute (ACE_ENV_SINGLE_ARG_DECL) { TAO::SArg_Traits< ::CORBA::Char *>::ret_arg_type retval = - TAO::Portable_Server::get_ret_arg< ::CORBA::Char *, TAO::SArg_Traits< ::CORBA::Char *>::ret_arg_type> ( + TAO::Portable_Server::get_ret_arg< ::CORBA::Char *> ( this->operation_details_, this->args_); - + retval = this->servant_-> _repository_id ( ACE_ENV_SINGLE_ARG_PARAMETER); ACE_CHECK; } - + private: POA_ImplementationRepository::Administration * const servant_; TAO_Operation_Details const * const operation_details_; TAO::Argument * const * const args_; }; - + } void POA_ImplementationRepository::Administration::_repository_id_skel ( - TAO_ServerRequest & server_request, + TAO_ServerRequest & server_request, void * TAO_INTERCEPTOR (servant_upcall), void * servant ACE_ENV_ARG_DECL ) { - - + + #if TAO_HAS_INTERCEPTORS == 1 static ::CORBA::TypeCode_ptr const * const exceptions = 0; static ::CORBA::ULong const nexceptions = 0; #endif /* TAO_HAS_INTERCEPTORS */ - + TAO::SArg_Traits< ::CORBA::Char *>::ret_val retval; - + TAO::Argument * const args[] = { &retval }; - + static size_t const nargs = 1; - + POA_ImplementationRepository::Administration * const impl = static_cast<POA_ImplementationRepository::Administration *> (servant); - + _repository_id_Administration_Upcall_Command command ( impl, server_request.operation_details (), args); - + TAO::Upcall_Wrapper upcall_wrapper; upcall_wrapper.upcall (server_request , args @@ -2898,18 +2886,18 @@ void POA_ImplementationRepository::Administration::_repository_id_skel ( #endif /* TAO_HAS_INTERCEPTORS == 1 */ ACE_ENV_ARG_PARAMETER); ACE_CHECK; - + } -// TAO_IDL - Generated from +// TAO_IDL - Generated from // be\be_visitor_interface/interface_ss.cpp:501 void POA_ImplementationRepository::Administration::_interface_skel ( - TAO_ServerRequest & server_request, + TAO_ServerRequest & server_request, void * /* servant_upcall */, void * servant ACE_ENV_ARG_DECL @@ -2919,30 +2907,30 @@ void POA_ImplementationRepository::Administration::_interface_skel ( ACE_Dynamic_Service<TAO_IFR_Client_Adapter>::instance ( TAO_ORB_Core::ifr_client_adapter_name () ); - + if (_tao_adapter == 0) { ACE_THROW ( ::CORBA::INTF_REPOS ( ::CORBA::OMGVMCID | 1, ::CORBA::COMPLETED_NO)); } - + POA_ImplementationRepository::Administration * const impl = static_cast<POA_ImplementationRepository::Administration *> (servant); - ::CORBA::InterfaceDef_ptr _tao_retval = + ::CORBA::InterfaceDef_ptr _tao_retval = impl->_get_interface (ACE_ENV_SINGLE_ARG_PARAMETER); ACE_CHECK; - + server_request.init_reply (); TAO_OutputCDR &_tao_out = *server_request.outgoing (); - + ::CORBA::Boolean const _tao_result = _tao_adapter->interfacedef_cdr_insert ( _tao_out, _tao_retval ); - + _tao_adapter->dispose (_tao_retval); - + if (_tao_result == 0) { ACE_THROW ( ::CORBA::MARSHAL ()); @@ -2951,11 +2939,11 @@ void POA_ImplementationRepository::Administration::_interface_skel ( namespace POA_ImplementationRepository { - - + + // TAO_IDL - Generated from // be\be_visitor_operation/upcall_command_ss.cpp:127 - + class _get_component_Administration_Upcall_Command : public TAO::Upcall_Command { @@ -2969,58 +2957,58 @@ namespace POA_ImplementationRepository , args_ (args) { } - + virtual void execute (ACE_ENV_SINGLE_ARG_DECL) { TAO::SArg_Traits< ::CORBA::Object>::ret_arg_type retval = - TAO::Portable_Server::get_ret_arg< ::CORBA::Object, TAO::SArg_Traits< ::CORBA::Object>::ret_arg_type> ( + TAO::Portable_Server::get_ret_arg< ::CORBA::Object> ( this->operation_details_, this->args_); - + retval = this->servant_-> _get_component ( ACE_ENV_SINGLE_ARG_PARAMETER); ACE_CHECK; } - + private: POA_ImplementationRepository::Administration * const servant_; TAO_Operation_Details const * const operation_details_; TAO::Argument * const * const args_; }; - + } void POA_ImplementationRepository::Administration::_component_skel ( - TAO_ServerRequest & server_request, + TAO_ServerRequest & server_request, void * TAO_INTERCEPTOR (servant_upcall), void * servant ACE_ENV_ARG_DECL ) { - - + + #if TAO_HAS_INTERCEPTORS == 1 static ::CORBA::TypeCode_ptr const * const exceptions = 0; static ::CORBA::ULong const nexceptions = 0; #endif /* TAO_HAS_INTERCEPTORS */ - + TAO::SArg_Traits< ::CORBA::Object>::ret_val retval; - + TAO::Argument * const args[] = { &retval }; - + static size_t const nargs = 1; - + POA_ImplementationRepository::Administration * const impl = static_cast<POA_ImplementationRepository::Administration *> (servant); - + _get_component_Administration_Upcall_Command command ( impl, server_request.operation_details (), args); - + TAO::Upcall_Wrapper upcall_wrapper; upcall_wrapper.upcall (server_request , args @@ -3033,7 +3021,7 @@ void POA_ImplementationRepository::Administration::_component_skel ( #endif /* TAO_HAS_INTERCEPTORS == 1 */ ACE_ENV_ARG_PARAMETER); ACE_CHECK; - + } ::CORBA::Boolean POA_ImplementationRepository::Administration::_is_a ( @@ -3082,22 +3070,22 @@ POA_ImplementationRepository::Administration::_this (ACE_ENV_SINGLE_ARG_DECL) { TAO_Stub *stub = this->_create_stub (ACE_ENV_SINGLE_ARG_PARAMETER); ACE_CHECK_RETURN (0); - + TAO_Stub_Auto_Ptr safe_stub (stub); ::CORBA::Object_ptr tmp = CORBA::Object::_nil (); - + ::CORBA::Boolean _tao_opt_colloc = stub->servant_orb_var ()->orb_core ()->optimize_collocation_objects (); - + ACE_NEW_RETURN ( tmp, ::CORBA::Object (stub, _tao_opt_colloc, this), 0 ); - + ::CORBA::Object_var obj = tmp; (void) safe_stub.release (); - + typedef ::ImplementationRepository::Administration STUB_SCOPED_NAME; return TAO::Narrow_Utils<STUB_SCOPED_NAME>::unchecked_narrow ( diff --git a/TAO/tao/ImR_Client/ServerObjectS.cpp b/TAO/tao/ImR_Client/ServerObjectS.cpp index e8e9f8bc894..b7ea658fea0 100644 --- a/TAO/tao/ImR_Client/ServerObjectS.cpp +++ b/TAO/tao/ImR_Client/ServerObjectS.cpp @@ -26,7 +26,7 @@ // http://www.cs.wustl.edu/~schmidt/TAO.html -// TAO_IDL - Generated from +// TAO_IDL - Generated from // be\be_codegen.cpp:553 #ifndef _TAO_IDL_ORIG_SERVEROBJECTS_CPP_ @@ -207,7 +207,7 @@ POA_ImplementationRepository::_TAO_ServerObject_Strategized_Proxy_Broker::the_TA { static POA_ImplementationRepository::_TAO_ServerObject_Strategized_Proxy_Broker strategized_proxy_broker; - + return &strategized_proxy_broker; } @@ -229,7 +229,7 @@ POA_ImplementationRepository::_TAO_ServerObject_Strategized_Proxy_Broker::get_st TAO::Collocation_Strategy strategy = TAO_ORB_Core::collocation_strategy (obj ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (TAO::TAO_CS_REMOTE_STRATEGY); - + return strategy; } @@ -248,13 +248,13 @@ POA_ImplementationRepository::_TAO_ServerObject_Strategized_Proxy_Broker::dispat { TAO::Direct_Collocation_Upcall_Wrapper collocation_upcall_wrapper; collocation_upcall_wrapper.upcall ( - obj, - forward_obj, - args, - num_args, - op, - op_len, - strategy + obj, + forward_obj, + args, + num_args, + op, + op_len, + strategy ACE_ENV_ARG_PARAMETER); } @@ -275,9 +275,9 @@ ImplementationRepository__TAO_ServerObject_Proxy_Broker_Factory_function ( ::COR int ImplementationRepository__TAO_ServerObject_Proxy_Broker_Factory_Initializer (size_t) { - ImplementationRepository__TAO_ServerObject_Proxy_Broker_Factory_function_pointer = + ImplementationRepository__TAO_ServerObject_Proxy_Broker_Factory_function_pointer = ImplementationRepository__TAO_ServerObject_Proxy_Broker_Factory_function; - + return 0; } @@ -299,14 +299,14 @@ POA_ImplementationRepository::_TAO_ServerObject_Direct_Proxy_Impl::_TAO_ServerOb POA_ImplementationRepository::_TAO_ServerObject_Direct_Proxy_Impl::~_TAO_ServerObject_Direct_Proxy_Impl (void) {} -// TAO_IDL - Generated from +// TAO_IDL - Generated from // be\be_visitor_operation/direct_proxy_impl_ss.cpp:42 void POA_ImplementationRepository::_TAO_ServerObject_Direct_Proxy_Impl::ping ( TAO_Abstract_ServantBase *servant, TAO::Argument **, - int + int ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( @@ -320,14 +320,14 @@ POA_ImplementationRepository::_TAO_ServerObject_Direct_Proxy_Impl::ping ( ); ACE_CHECK; } -// TAO_IDL - Generated from +// TAO_IDL - Generated from // be\be_visitor_operation/direct_proxy_impl_ss.cpp:42 void POA_ImplementationRepository::_TAO_ServerObject_Direct_Proxy_Impl::shutdown ( TAO_Abstract_ServantBase *servant, TAO::Argument **, - int + int ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( @@ -347,7 +347,7 @@ POA_ImplementationRepository::_TAO_ServerObject_Direct_Proxy_Impl::shutdown ( // End Direct Proxy Implementation /////////////////////////////////////////////////////////////////////// -// TAO_IDL - Generated from +// TAO_IDL - Generated from // be\be_visitor_interface/interface_ss.cpp:103 POA_ImplementationRepository::ServerObject::ServerObject (void) @@ -367,11 +367,11 @@ POA_ImplementationRepository::ServerObject::~ServerObject (void) } namespace POA_ImplementationRepository { - - + + // TAO_IDL - Generated from // be\be_visitor_operation/upcall_command_ss.cpp:127 - + class ping_ServerObject : public TAO::Upcall_Command { @@ -381,22 +381,22 @@ namespace POA_ImplementationRepository : servant_ (servant) { } - + virtual void execute (ACE_ENV_SINGLE_ARG_DECL) { this->servant_->ping ( ACE_ENV_SINGLE_ARG_PARAMETER); ACE_CHECK; } - + private: POA_ImplementationRepository::ServerObject * const servant_; }; - + } -// TAO_IDL - Generated from +// TAO_IDL - Generated from // be\be_visitor_operation/operation_ss.cpp:192 void POA_ImplementationRepository::ServerObject::ping_skel ( @@ -406,28 +406,28 @@ void POA_ImplementationRepository::ServerObject::ping_skel ( ACE_ENV_ARG_DECL ) { - - + + #if TAO_HAS_INTERCEPTORS == 1 static ::CORBA::TypeCode_ptr const * const exceptions = 0; static ::CORBA::ULong const nexceptions = 0; #endif /* TAO_HAS_INTERCEPTORS */ - + TAO::SArg_Traits< void>::ret_val retval; - + TAO::Argument * const args[] = { &retval }; - + static size_t const nargs = 1; - + POA_ImplementationRepository::ServerObject * const impl = static_cast<POA_ImplementationRepository::ServerObject *> (servant); ping_ServerObject command ( impl); - + TAO::Upcall_Wrapper upcall_wrapper; upcall_wrapper.upcall (server_request , args @@ -440,15 +440,15 @@ void POA_ImplementationRepository::ServerObject::ping_skel ( #endif /* TAO_HAS_INTERCEPTORS == 1 */ ACE_ENV_ARG_PARAMETER); ACE_CHECK; - + } namespace POA_ImplementationRepository { - - + + // TAO_IDL - Generated from // be\be_visitor_operation/upcall_command_ss.cpp:127 - + class shutdown_ServerObject : public TAO::Upcall_Command { @@ -458,22 +458,22 @@ namespace POA_ImplementationRepository : servant_ (servant) { } - + virtual void execute (ACE_ENV_SINGLE_ARG_DECL) { this->servant_->shutdown ( ACE_ENV_SINGLE_ARG_PARAMETER); ACE_CHECK; } - + private: POA_ImplementationRepository::ServerObject * const servant_; }; - + } -// TAO_IDL - Generated from +// TAO_IDL - Generated from // be\be_visitor_operation/operation_ss.cpp:192 void POA_ImplementationRepository::ServerObject::shutdown_skel ( @@ -483,28 +483,28 @@ void POA_ImplementationRepository::ServerObject::shutdown_skel ( ACE_ENV_ARG_DECL ) { - - + + #if TAO_HAS_INTERCEPTORS == 1 static ::CORBA::TypeCode_ptr const * const exceptions = 0; static ::CORBA::ULong const nexceptions = 0; #endif /* TAO_HAS_INTERCEPTORS */ - + TAO::SArg_Traits< void>::ret_val retval; - + TAO::Argument * const args[] = { &retval }; - + static size_t const nargs = 1; - + POA_ImplementationRepository::ServerObject * const impl = static_cast<POA_ImplementationRepository::ServerObject *> (servant); shutdown_ServerObject command ( impl); - + TAO::Upcall_Wrapper upcall_wrapper; upcall_wrapper.upcall (server_request , args @@ -517,19 +517,19 @@ void POA_ImplementationRepository::ServerObject::shutdown_skel ( #endif /* TAO_HAS_INTERCEPTORS == 1 */ ACE_ENV_ARG_PARAMETER); ACE_CHECK; - + } -// TAO_IDL - Generated from +// TAO_IDL - Generated from // be\be_visitor_interface/interface_ss.cpp:169 namespace POA_ImplementationRepository { - - + + // TAO_IDL - Generated from // be\be_visitor_operation/upcall_command_ss.cpp:127 - + class _is_a_ServerObject_Upcall_Command : public TAO::Upcall_Command { @@ -543,67 +543,67 @@ namespace POA_ImplementationRepository , args_ (args) { } - + virtual void execute (ACE_ENV_SINGLE_ARG_DECL) { TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type retval = - TAO::Portable_Server::get_ret_arg< ::ACE_InputCDR::to_boolean, TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type> ( + TAO::Portable_Server::get_ret_arg< ::ACE_InputCDR::to_boolean> ( this->operation_details_, this->args_); - + TAO::SArg_Traits< ::CORBA::Char *>::in_arg_type arg_1 = - TAO::Portable_Server::get_in_arg< ::CORBA::Char *, TAO::SArg_Traits< ::CORBA::Char *>::in_arg_type> ( + TAO::Portable_Server::get_in_arg< ::CORBA::Char *> ( this->operation_details_, this->args_, 1); - + retval = this->servant_-> _is_a ( arg_1 ACE_ENV_ARG_PARAMETER); ACE_CHECK; } - + private: POA_ImplementationRepository::ServerObject * const servant_; TAO_Operation_Details const * const operation_details_; TAO::Argument * const * const args_; }; - + } void POA_ImplementationRepository::ServerObject::_is_a_skel ( - TAO_ServerRequest & server_request, + TAO_ServerRequest & server_request, void * TAO_INTERCEPTOR (servant_upcall), void * servant ACE_ENV_ARG_DECL ) { - - + + #if TAO_HAS_INTERCEPTORS == 1 static ::CORBA::TypeCode_ptr const * const exceptions = 0; static ::CORBA::ULong const nexceptions = 0; #endif /* TAO_HAS_INTERCEPTORS */ - + TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_val retval; TAO::SArg_Traits< ::CORBA::Char *>::in_arg_val _tao_repository_id; - + TAO::Argument * const args[] = { &retval, &_tao_repository_id }; - + static size_t const nargs = 2; - + POA_ImplementationRepository::ServerObject * const impl = static_cast<POA_ImplementationRepository::ServerObject *> (servant); - + _is_a_ServerObject_Upcall_Command command ( impl, server_request.operation_details (), args); - + TAO::Upcall_Wrapper upcall_wrapper; upcall_wrapper.upcall (server_request , args @@ -616,16 +616,16 @@ void POA_ImplementationRepository::ServerObject::_is_a_skel ( #endif /* TAO_HAS_INTERCEPTORS == 1 */ ACE_ENV_ARG_PARAMETER); ACE_CHECK; - + } namespace POA_ImplementationRepository { - - + + // TAO_IDL - Generated from // be\be_visitor_operation/upcall_command_ss.cpp:127 - + class _non_existent_ServerObject_Upcall_Command : public TAO::Upcall_Command { @@ -639,58 +639,58 @@ namespace POA_ImplementationRepository , args_ (args) { } - + virtual void execute (ACE_ENV_SINGLE_ARG_DECL) { TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type retval = - TAO::Portable_Server::get_ret_arg< ::ACE_InputCDR::to_boolean, TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type> ( + TAO::Portable_Server::get_ret_arg< ::ACE_InputCDR::to_boolean> ( this->operation_details_, this->args_); - + retval = this->servant_-> _non_existent ( ACE_ENV_SINGLE_ARG_PARAMETER); ACE_CHECK; } - + private: POA_ImplementationRepository::ServerObject * const servant_; TAO_Operation_Details const * const operation_details_; TAO::Argument * const * const args_; }; - + } void POA_ImplementationRepository::ServerObject::_non_existent_skel ( - TAO_ServerRequest & server_request, + TAO_ServerRequest & server_request, void * TAO_INTERCEPTOR (servant_upcall), void * servant ACE_ENV_ARG_DECL ) { - - + + #if TAO_HAS_INTERCEPTORS == 1 static ::CORBA::TypeCode_ptr const * const exceptions = 0; static ::CORBA::ULong const nexceptions = 0; #endif /* TAO_HAS_INTERCEPTORS */ - + TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_val retval; - + TAO::Argument * const args[] = { &retval }; - + static size_t const nargs = 1; - + POA_ImplementationRepository::ServerObject * const impl = static_cast<POA_ImplementationRepository::ServerObject *> (servant); - + _non_existent_ServerObject_Upcall_Command command ( impl, server_request.operation_details (), args); - + TAO::Upcall_Wrapper upcall_wrapper; upcall_wrapper.upcall (server_request , args @@ -703,16 +703,16 @@ void POA_ImplementationRepository::ServerObject::_non_existent_skel ( #endif /* TAO_HAS_INTERCEPTORS == 1 */ ACE_ENV_ARG_PARAMETER); ACE_CHECK; - + } namespace POA_ImplementationRepository { - - + + // TAO_IDL - Generated from // be\be_visitor_operation/upcall_command_ss.cpp:127 - + class _repository_id_ServerObject_Upcall_Command : public TAO::Upcall_Command { @@ -726,58 +726,58 @@ namespace POA_ImplementationRepository , args_ (args) { } - + virtual void execute (ACE_ENV_SINGLE_ARG_DECL) { TAO::SArg_Traits< ::CORBA::Char *>::ret_arg_type retval = - TAO::Portable_Server::get_ret_arg< ::CORBA::Char *, TAO::SArg_Traits< ::CORBA::Char *>::ret_arg_type> ( + TAO::Portable_Server::get_ret_arg< ::CORBA::Char *> ( this->operation_details_, this->args_); - + retval = this->servant_-> _repository_id ( ACE_ENV_SINGLE_ARG_PARAMETER); ACE_CHECK; } - + private: POA_ImplementationRepository::ServerObject * const servant_; TAO_Operation_Details const * const operation_details_; TAO::Argument * const * const args_; }; - + } void POA_ImplementationRepository::ServerObject::_repository_id_skel ( - TAO_ServerRequest & server_request, + TAO_ServerRequest & server_request, void * TAO_INTERCEPTOR (servant_upcall), void * servant ACE_ENV_ARG_DECL ) { - - + + #if TAO_HAS_INTERCEPTORS == 1 static ::CORBA::TypeCode_ptr const * const exceptions = 0; static ::CORBA::ULong const nexceptions = 0; #endif /* TAO_HAS_INTERCEPTORS */ - + TAO::SArg_Traits< ::CORBA::Char *>::ret_val retval; - + TAO::Argument * const args[] = { &retval }; - + static size_t const nargs = 1; - + POA_ImplementationRepository::ServerObject * const impl = static_cast<POA_ImplementationRepository::ServerObject *> (servant); - + _repository_id_ServerObject_Upcall_Command command ( impl, server_request.operation_details (), args); - + TAO::Upcall_Wrapper upcall_wrapper; upcall_wrapper.upcall (server_request , args @@ -790,18 +790,18 @@ void POA_ImplementationRepository::ServerObject::_repository_id_skel ( #endif /* TAO_HAS_INTERCEPTORS == 1 */ ACE_ENV_ARG_PARAMETER); ACE_CHECK; - + } -// TAO_IDL - Generated from +// TAO_IDL - Generated from // be\be_visitor_interface/interface_ss.cpp:501 void POA_ImplementationRepository::ServerObject::_interface_skel ( - TAO_ServerRequest & server_request, + TAO_ServerRequest & server_request, void * /* servant_upcall */, void * servant ACE_ENV_ARG_DECL @@ -811,30 +811,30 @@ void POA_ImplementationRepository::ServerObject::_interface_skel ( ACE_Dynamic_Service<TAO_IFR_Client_Adapter>::instance ( TAO_ORB_Core::ifr_client_adapter_name () ); - + if (_tao_adapter == 0) { ACE_THROW ( ::CORBA::INTF_REPOS ( ::CORBA::OMGVMCID | 1, ::CORBA::COMPLETED_NO)); } - + POA_ImplementationRepository::ServerObject * const impl = static_cast<POA_ImplementationRepository::ServerObject *> (servant); - ::CORBA::InterfaceDef_ptr _tao_retval = + ::CORBA::InterfaceDef_ptr _tao_retval = impl->_get_interface (ACE_ENV_SINGLE_ARG_PARAMETER); ACE_CHECK; - + server_request.init_reply (); TAO_OutputCDR &_tao_out = *server_request.outgoing (); - + ::CORBA::Boolean const _tao_result = _tao_adapter->interfacedef_cdr_insert ( _tao_out, _tao_retval ); - + _tao_adapter->dispose (_tao_retval); - + if (_tao_result == 0) { ACE_THROW ( ::CORBA::MARSHAL ()); @@ -843,11 +843,11 @@ void POA_ImplementationRepository::ServerObject::_interface_skel ( namespace POA_ImplementationRepository { - - + + // TAO_IDL - Generated from // be\be_visitor_operation/upcall_command_ss.cpp:127 - + class _get_component_ServerObject_Upcall_Command : public TAO::Upcall_Command { @@ -861,58 +861,58 @@ namespace POA_ImplementationRepository , args_ (args) { } - + virtual void execute (ACE_ENV_SINGLE_ARG_DECL) { TAO::SArg_Traits< ::CORBA::Object>::ret_arg_type retval = - TAO::Portable_Server::get_ret_arg< ::CORBA::Object, TAO::SArg_Traits< ::CORBA::Object>::ret_arg_type> ( + TAO::Portable_Server::get_ret_arg< ::CORBA::Object> ( this->operation_details_, this->args_); - + retval = this->servant_-> _get_component ( ACE_ENV_SINGLE_ARG_PARAMETER); ACE_CHECK; } - + private: POA_ImplementationRepository::ServerObject * const servant_; TAO_Operation_Details const * const operation_details_; TAO::Argument * const * const args_; }; - + } void POA_ImplementationRepository::ServerObject::_component_skel ( - TAO_ServerRequest & server_request, + TAO_ServerRequest & server_request, void * TAO_INTERCEPTOR (servant_upcall), void * servant ACE_ENV_ARG_DECL ) { - - + + #if TAO_HAS_INTERCEPTORS == 1 static ::CORBA::TypeCode_ptr const * const exceptions = 0; static ::CORBA::ULong const nexceptions = 0; #endif /* TAO_HAS_INTERCEPTORS */ - + TAO::SArg_Traits< ::CORBA::Object>::ret_val retval; - + TAO::Argument * const args[] = { &retval }; - + static size_t const nargs = 1; - + POA_ImplementationRepository::ServerObject * const impl = static_cast<POA_ImplementationRepository::ServerObject *> (servant); - + _get_component_ServerObject_Upcall_Command command ( impl, server_request.operation_details (), args); - + TAO::Upcall_Wrapper upcall_wrapper; upcall_wrapper.upcall (server_request , args @@ -925,7 +925,7 @@ void POA_ImplementationRepository::ServerObject::_component_skel ( #endif /* TAO_HAS_INTERCEPTORS == 1 */ ACE_ENV_ARG_PARAMETER); ACE_CHECK; - + } ::CORBA::Boolean POA_ImplementationRepository::ServerObject::_is_a ( @@ -974,22 +974,22 @@ POA_ImplementationRepository::ServerObject::_this (ACE_ENV_SINGLE_ARG_DECL) { TAO_Stub *stub = this->_create_stub (ACE_ENV_SINGLE_ARG_PARAMETER); ACE_CHECK_RETURN (0); - + TAO_Stub_Auto_Ptr safe_stub (stub); ::CORBA::Object_ptr tmp = CORBA::Object::_nil (); - + ::CORBA::Boolean _tao_opt_colloc = stub->servant_orb_var ()->orb_core ()->optimize_collocation_objects (); - + ACE_NEW_RETURN ( tmp, ::CORBA::Object (stub, _tao_opt_colloc, this), 0 ); - + ::CORBA::Object_var obj = tmp; (void) safe_stub.release (); - + typedef ::ImplementationRepository::ServerObject STUB_SCOPED_NAME; return TAO::Narrow_Utils<STUB_SCOPED_NAME>::unchecked_narrow ( diff --git a/TAO/tao/LocalObject.h b/TAO/tao/LocalObject.h index ebaabba991a..11283cfaea6 100644 --- a/TAO/tao/LocalObject.h +++ b/TAO/tao/LocalObject.h @@ -38,7 +38,7 @@ namespace CORBA class LocalObject; typedef LocalObject *LocalObject_ptr; typedef TAO_Pseudo_Var_T<LocalObject> LocalObject_var; - typedef TAO_Pseudo_Out_T<LocalObject, LocalObject_var> LocalObject_out; + typedef TAO_Pseudo_Out_T<LocalObject> LocalObject_out; /** * @class LocalObject @@ -186,6 +186,7 @@ namespace CORBA /// Useful for template programming. typedef LocalObject_ptr _ptr_type; typedef LocalObject_var _var_type; + typedef LocalObject_out _out_type; protected: diff --git a/TAO/tao/LongDoubleSeqC.h b/TAO/tao/LongDoubleSeqC.h index 0fe3c18f75c..62dd5fab4e2 100644 --- a/TAO/tao/LongDoubleSeqC.h +++ b/TAO/tao/LongDoubleSeqC.h @@ -110,6 +110,7 @@ namespace CORBA static void _tao_any_destructor (void *); typedef LongDoubleSeq_var _var_type; + typedef LongDoubleSeq_out _out_type; }; #endif /* end #if !defined */ diff --git a/TAO/tao/LongLongSeqC.h b/TAO/tao/LongLongSeqC.h index ec3510171b1..d87ca015e96 100644 --- a/TAO/tao/LongLongSeqC.h +++ b/TAO/tao/LongLongSeqC.h @@ -110,6 +110,7 @@ namespace CORBA static void _tao_any_destructor (void *); typedef LongLongSeq_var _var_type; + typedef LongLongSeq_out _out_type; }; #endif /* end #if !defined */ diff --git a/TAO/tao/LongSeqC.h b/TAO/tao/LongSeqC.h index 71702418b4c..f7015969f5c 100644 --- a/TAO/tao/LongSeqC.h +++ b/TAO/tao/LongSeqC.h @@ -110,6 +110,7 @@ namespace CORBA static void _tao_any_destructor (void *); typedef LongSeq_var _var_type; + typedef LongSeq_out _out_type; }; #endif /* end #if !defined */ diff --git a/TAO/tao/Messaging/MessagingS.cpp b/TAO/tao/Messaging/MessagingS.cpp index 913acc12d64..d22ec5b96ff 100644 --- a/TAO/tao/Messaging/MessagingS.cpp +++ b/TAO/tao/Messaging/MessagingS.cpp @@ -202,7 +202,7 @@ POA_Messaging::_TAO_ReplyHandler_Strategized_Proxy_Broker::the_TAO_ReplyHandler_ { static POA_Messaging::_TAO_ReplyHandler_Strategized_Proxy_Broker strategized_proxy_broker; - + return &strategized_proxy_broker; } @@ -224,7 +224,7 @@ POA_Messaging::_TAO_ReplyHandler_Strategized_Proxy_Broker::get_strategy ( TAO::Collocation_Strategy strategy = TAO_ORB_Core::collocation_strategy (obj ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (TAO::TAO_CS_REMOTE_STRATEGY); - + return strategy; } @@ -243,13 +243,13 @@ POA_Messaging::_TAO_ReplyHandler_Strategized_Proxy_Broker::dispatch ( { TAO::Direct_Collocation_Upcall_Wrapper collocation_upcall_wrapper; collocation_upcall_wrapper.upcall ( - obj, - forward_obj, - args, - num_args, - op, - op_len, - strategy + obj, + forward_obj, + args, + num_args, + op, + op_len, + strategy ACE_ENV_ARG_PARAMETER); } @@ -270,9 +270,9 @@ Messaging__TAO_ReplyHandler_Proxy_Broker_Factory_function ( ::CORBA::Object_ptr) int Messaging__TAO_ReplyHandler_Proxy_Broker_Factory_Initializer (size_t) { - Messaging__TAO_ReplyHandler_Proxy_Broker_Factory_function_pointer = + Messaging__TAO_ReplyHandler_Proxy_Broker_Factory_function_pointer = Messaging__TAO_ReplyHandler_Proxy_Broker_Factory_function; - + return 0; } @@ -300,7 +300,7 @@ POA_Messaging::_TAO_ReplyHandler_Direct_Proxy_Impl::~_TAO_ReplyHandler_Direct_Pr // End Direct Proxy Implementation /////////////////////////////////////////////////////////////////////// -// TAO_IDL - Generated from +// TAO_IDL - Generated from // be\be_visitor_interface/interface_ss.cpp:103 POA_Messaging::ReplyHandler::ReplyHandler (void) @@ -319,16 +319,16 @@ POA_Messaging::ReplyHandler::~ReplyHandler (void) { } -// TAO_IDL - Generated from +// TAO_IDL - Generated from // be\be_visitor_interface/interface_ss.cpp:169 namespace POA_Messaging { - - + + // TAO_IDL - Generated from // be\be_visitor_operation/upcall_command_ss.cpp:127 - + class _is_a_ReplyHandler_Upcall_Command : public TAO::Upcall_Command { @@ -342,67 +342,67 @@ namespace POA_Messaging , args_ (args) { } - + virtual void execute (ACE_ENV_SINGLE_ARG_DECL) { TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type retval = - TAO::Portable_Server::get_ret_arg< ::ACE_InputCDR::to_boolean, TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type> ( + TAO::Portable_Server::get_ret_arg< ::ACE_InputCDR::to_boolean> ( this->operation_details_, this->args_); - + TAO::SArg_Traits< ::CORBA::Char *>::in_arg_type arg_1 = - TAO::Portable_Server::get_in_arg< ::CORBA::Char *, TAO::SArg_Traits< ::CORBA::Char *>::in_arg_type> ( + TAO::Portable_Server::get_in_arg< ::CORBA::Char *> ( this->operation_details_, this->args_, 1); - + retval = this->servant_-> _is_a ( arg_1 ACE_ENV_ARG_PARAMETER); ACE_CHECK; } - + private: POA_Messaging::ReplyHandler * const servant_; TAO_Operation_Details const * const operation_details_; TAO::Argument * const * const args_; }; - + } void POA_Messaging::ReplyHandler::_is_a_skel ( - TAO_ServerRequest & server_request, + TAO_ServerRequest & server_request, void * TAO_INTERCEPTOR (servant_upcall), void * servant ACE_ENV_ARG_DECL ) { - - + + #if TAO_HAS_INTERCEPTORS == 1 static ::CORBA::TypeCode_ptr const * const exceptions = 0; static ::CORBA::ULong const nexceptions = 0; #endif /* TAO_HAS_INTERCEPTORS */ - + TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_val retval; TAO::SArg_Traits< ::CORBA::Char *>::in_arg_val _tao_repository_id; - + TAO::Argument * const args[] = { &retval, &_tao_repository_id }; - + static size_t const nargs = 2; - + POA_Messaging::ReplyHandler * const impl = static_cast<POA_Messaging::ReplyHandler *> (servant); - + _is_a_ReplyHandler_Upcall_Command command ( impl, server_request.operation_details (), args); - + TAO::Upcall_Wrapper upcall_wrapper; upcall_wrapper.upcall (server_request , args @@ -415,16 +415,16 @@ void POA_Messaging::ReplyHandler::_is_a_skel ( #endif /* TAO_HAS_INTERCEPTORS == 1 */ ACE_ENV_ARG_PARAMETER); ACE_CHECK; - + } namespace POA_Messaging { - - + + // TAO_IDL - Generated from // be\be_visitor_operation/upcall_command_ss.cpp:127 - + class _non_existent_ReplyHandler_Upcall_Command : public TAO::Upcall_Command { @@ -438,58 +438,58 @@ namespace POA_Messaging , args_ (args) { } - + virtual void execute (ACE_ENV_SINGLE_ARG_DECL) { TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type retval = - TAO::Portable_Server::get_ret_arg< ::ACE_InputCDR::to_boolean, TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type> ( + TAO::Portable_Server::get_ret_arg< ::ACE_InputCDR::to_boolean> ( this->operation_details_, this->args_); - + retval = this->servant_-> _non_existent ( ACE_ENV_SINGLE_ARG_PARAMETER); ACE_CHECK; } - + private: POA_Messaging::ReplyHandler * const servant_; TAO_Operation_Details const * const operation_details_; TAO::Argument * const * const args_; }; - + } void POA_Messaging::ReplyHandler::_non_existent_skel ( - TAO_ServerRequest & server_request, + TAO_ServerRequest & server_request, void * TAO_INTERCEPTOR (servant_upcall), void * servant ACE_ENV_ARG_DECL ) { - - + + #if TAO_HAS_INTERCEPTORS == 1 static ::CORBA::TypeCode_ptr const * const exceptions = 0; static ::CORBA::ULong const nexceptions = 0; #endif /* TAO_HAS_INTERCEPTORS */ - + TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_val retval; - + TAO::Argument * const args[] = { &retval }; - + static size_t const nargs = 1; - + POA_Messaging::ReplyHandler * const impl = static_cast<POA_Messaging::ReplyHandler *> (servant); - + _non_existent_ReplyHandler_Upcall_Command command ( impl, server_request.operation_details (), args); - + TAO::Upcall_Wrapper upcall_wrapper; upcall_wrapper.upcall (server_request , args @@ -502,16 +502,16 @@ void POA_Messaging::ReplyHandler::_non_existent_skel ( #endif /* TAO_HAS_INTERCEPTORS == 1 */ ACE_ENV_ARG_PARAMETER); ACE_CHECK; - + } namespace POA_Messaging { - - + + // TAO_IDL - Generated from // be\be_visitor_operation/upcall_command_ss.cpp:127 - + class _repository_id_ReplyHandler_Upcall_Command : public TAO::Upcall_Command { @@ -525,58 +525,58 @@ namespace POA_Messaging , args_ (args) { } - + virtual void execute (ACE_ENV_SINGLE_ARG_DECL) { TAO::SArg_Traits< ::CORBA::Char *>::ret_arg_type retval = - TAO::Portable_Server::get_ret_arg< ::CORBA::Char *, TAO::SArg_Traits< ::CORBA::Char *>::ret_arg_type> ( + TAO::Portable_Server::get_ret_arg< ::CORBA::Char *> ( this->operation_details_, this->args_); - + retval = this->servant_-> _repository_id ( ACE_ENV_SINGLE_ARG_PARAMETER); ACE_CHECK; } - + private: POA_Messaging::ReplyHandler * const servant_; TAO_Operation_Details const * const operation_details_; TAO::Argument * const * const args_; }; - + } void POA_Messaging::ReplyHandler::_repository_id_skel ( - TAO_ServerRequest & server_request, + TAO_ServerRequest & server_request, void * TAO_INTERCEPTOR (servant_upcall), void * servant ACE_ENV_ARG_DECL ) { - - + + #if TAO_HAS_INTERCEPTORS == 1 static ::CORBA::TypeCode_ptr const * const exceptions = 0; static ::CORBA::ULong const nexceptions = 0; #endif /* TAO_HAS_INTERCEPTORS */ - + TAO::SArg_Traits< ::CORBA::Char *>::ret_val retval; - + TAO::Argument * const args[] = { &retval }; - + static size_t const nargs = 1; - + POA_Messaging::ReplyHandler * const impl = static_cast<POA_Messaging::ReplyHandler *> (servant); - + _repository_id_ReplyHandler_Upcall_Command command ( impl, server_request.operation_details (), args); - + TAO::Upcall_Wrapper upcall_wrapper; upcall_wrapper.upcall (server_request , args @@ -589,18 +589,18 @@ void POA_Messaging::ReplyHandler::_repository_id_skel ( #endif /* TAO_HAS_INTERCEPTORS == 1 */ ACE_ENV_ARG_PARAMETER); ACE_CHECK; - + } -// TAO_IDL - Generated from +// TAO_IDL - Generated from // be\be_visitor_interface/interface_ss.cpp:501 void POA_Messaging::ReplyHandler::_interface_skel ( - TAO_ServerRequest & server_request, + TAO_ServerRequest & server_request, void * /* servant_upcall */, void * servant ACE_ENV_ARG_DECL @@ -610,30 +610,30 @@ void POA_Messaging::ReplyHandler::_interface_skel ( ACE_Dynamic_Service<TAO_IFR_Client_Adapter>::instance ( TAO_ORB_Core::ifr_client_adapter_name () ); - + if (_tao_adapter == 0) { ACE_THROW ( ::CORBA::INTF_REPOS ( ::CORBA::OMGVMCID | 1, ::CORBA::COMPLETED_NO)); } - + POA_Messaging::ReplyHandler * const impl = static_cast<POA_Messaging::ReplyHandler *> (servant); - ::CORBA::InterfaceDef_ptr _tao_retval = + ::CORBA::InterfaceDef_ptr _tao_retval = impl->_get_interface (ACE_ENV_SINGLE_ARG_PARAMETER); ACE_CHECK; - + server_request.init_reply (); TAO_OutputCDR &_tao_out = *server_request.outgoing (); - + ::CORBA::Boolean const _tao_result = _tao_adapter->interfacedef_cdr_insert ( _tao_out, _tao_retval ); - + _tao_adapter->dispose (_tao_retval); - + if (_tao_result == 0) { ACE_THROW ( ::CORBA::MARSHAL ()); @@ -642,11 +642,11 @@ void POA_Messaging::ReplyHandler::_interface_skel ( namespace POA_Messaging { - - + + // TAO_IDL - Generated from // be\be_visitor_operation/upcall_command_ss.cpp:127 - + class _get_component_ReplyHandler_Upcall_Command : public TAO::Upcall_Command { @@ -660,58 +660,58 @@ namespace POA_Messaging , args_ (args) { } - + virtual void execute (ACE_ENV_SINGLE_ARG_DECL) { TAO::SArg_Traits< ::CORBA::Object>::ret_arg_type retval = - TAO::Portable_Server::get_ret_arg< ::CORBA::Object, TAO::SArg_Traits< ::CORBA::Object>::ret_arg_type> ( + TAO::Portable_Server::get_ret_arg< ::CORBA::Object> ( this->operation_details_, this->args_); - + retval = this->servant_-> _get_component ( ACE_ENV_SINGLE_ARG_PARAMETER); ACE_CHECK; } - + private: POA_Messaging::ReplyHandler * const servant_; TAO_Operation_Details const * const operation_details_; TAO::Argument * const * const args_; }; - + } void POA_Messaging::ReplyHandler::_component_skel ( - TAO_ServerRequest & server_request, + TAO_ServerRequest & server_request, void * TAO_INTERCEPTOR (servant_upcall), void * servant ACE_ENV_ARG_DECL ) { - - + + #if TAO_HAS_INTERCEPTORS == 1 static ::CORBA::TypeCode_ptr const * const exceptions = 0; static ::CORBA::ULong const nexceptions = 0; #endif /* TAO_HAS_INTERCEPTORS */ - + TAO::SArg_Traits< ::CORBA::Object>::ret_val retval; - + TAO::Argument * const args[] = { &retval }; - + static size_t const nargs = 1; - + POA_Messaging::ReplyHandler * const impl = static_cast<POA_Messaging::ReplyHandler *> (servant); - + _get_component_ReplyHandler_Upcall_Command command ( impl, server_request.operation_details (), args); - + TAO::Upcall_Wrapper upcall_wrapper; upcall_wrapper.upcall (server_request , args @@ -724,7 +724,7 @@ void POA_Messaging::ReplyHandler::_component_skel ( #endif /* TAO_HAS_INTERCEPTORS == 1 */ ACE_ENV_ARG_PARAMETER); ACE_CHECK; - + } ::CORBA::Boolean POA_Messaging::ReplyHandler::_is_a ( @@ -773,22 +773,22 @@ POA_Messaging::ReplyHandler::_this (ACE_ENV_SINGLE_ARG_DECL) { TAO_Stub *stub = this->_create_stub (ACE_ENV_SINGLE_ARG_PARAMETER); ACE_CHECK_RETURN (0); - + TAO_Stub_Auto_Ptr safe_stub (stub); ::CORBA::Object_ptr tmp = CORBA::Object::_nil (); - + ::CORBA::Boolean _tao_opt_colloc = stub->servant_orb_var ()->orb_core ()->optimize_collocation_objects (); - + ACE_NEW_RETURN ( tmp, ::CORBA::Object (stub, _tao_opt_colloc, this), 0 ); - + ::CORBA::Object_var obj = tmp; (void) safe_stub.release (); - + typedef ::Messaging::ReplyHandler STUB_SCOPED_NAME; return TAO::Narrow_Utils<STUB_SCOPED_NAME>::unchecked_narrow ( diff --git a/TAO/tao/ORB.h b/TAO/tao/ORB.h index e05ef0d9878..c1370a05450 100644 --- a/TAO/tao/ORB.h +++ b/TAO/tao/ORB.h @@ -125,12 +125,12 @@ namespace CORBA class Request; typedef Request * Request_ptr; typedef TAO_Pseudo_Var_T<Request> Request_var; - typedef TAO_Pseudo_Out_T<Request, Request_var> Request_out; + typedef TAO_Pseudo_Out_T<Request> Request_out; class ORB; typedef ORB * ORB_ptr; typedef TAO_Pseudo_Var_T<ORB> ORB_var; - typedef TAO_Pseudo_Out_T<ORB, ORB_var> ORB_out; + typedef TAO_Pseudo_Out_T<ORB> ORB_out; typedef CORBA::Short ValueModifier; @@ -582,6 +582,7 @@ namespace CORBA // Useful for template programming. typedef ORB_ptr _ptr_type; typedef ORB_var _var_type; + typedef ORB_out _out_type; /// Get the Timeout value ACE_Time_Value *get_timeout (void); diff --git a/TAO/tao/ObjRefTemplate/ObjectReferenceTemplateC.cpp b/TAO/tao/ObjRefTemplate/ObjectReferenceTemplateC.cpp index 8672196c8f2..52958ed72be 100644 --- a/TAO/tao/ObjRefTemplate/ObjectReferenceTemplateC.cpp +++ b/TAO/tao/ObjRefTemplate/ObjectReferenceTemplateC.cpp @@ -67,8 +67,6 @@ namespace TAO : public Var_Size_Arg_Traits_T< CORBA::StringSeq, - CORBA::StringSeq_var, - CORBA::StringSeq_out, TAO::Any_Insert_Policy_Stream <CORBA::StringSeq> > { diff --git a/TAO/tao/Object.h b/TAO/tao/Object.h index 7c806d0a58b..9b2a75d1d2e 100644 --- a/TAO/tao/Object.h +++ b/TAO/tao/Object.h @@ -86,7 +86,7 @@ namespace CORBA class Object; typedef Object *Object_ptr; typedef TAO_Pseudo_Var_T<Object> Object_var; - typedef TAO_Pseudo_Out_T<Object, Object_var> Object_out; + typedef TAO_Pseudo_Out_T<Object> Object_out; /** * @class Object @@ -262,6 +262,7 @@ namespace CORBA // Useful for template programming. typedef Object_ptr _ptr_type; typedef Object_var _var_type; + typedef Object_out _out_type; //@} End of CORBA specific methods diff --git a/TAO/tao/Object_Argument_T.h b/TAO/tao/Object_Argument_T.h index a5c0f8b7a71..54377c8a514 100644 --- a/TAO/tao/Object_Argument_T.h +++ b/TAO/tao/Object_Argument_T.h @@ -120,19 +120,15 @@ namespace TAO }; /** - * @struct Object_Tag - * - * @brief Struct for object arguments id tag. - * - */ - struct TAO_Export Object_Tag {}; - - /** * @struct Object_Arg_Traits_T * * @brief Template class for stub argument traits of objects. */ - template<typename T_ptr, typename T_var, typename T_out, typename T_traits, typename Insert_Policy> + template<typename T_ptr, + typename T_var, + typename T_out, + typename T_traits, + typename Insert_Policy> struct Object_Arg_Traits_T { typedef T_ptr ret_type; @@ -140,16 +136,17 @@ namespace TAO typedef T_ptr & inout_type; typedef T_out out_type; - typedef In_Object_Argument_T<T_ptr, Insert_Policy> - in_arg_val; - typedef Inout_Object_Argument_T<T_ptr, T_traits, Insert_Policy> - inout_arg_val; - typedef Out_Object_Argument_T<T_ptr,T_out, Insert_Policy> - out_arg_val; - typedef Ret_Object_Argument_T<T_ptr,T_var, Insert_Policy> - ret_val; - - typedef Object_Tag idl_tag; + typedef In_Object_Argument_T<T_ptr, + Insert_Policy> in_arg_val; + typedef Inout_Object_Argument_T<T_ptr, + T_traits, + Insert_Policy> inout_arg_val; + typedef Out_Object_Argument_T<T_ptr, + T_out, + Insert_Policy> out_arg_val; + typedef Ret_Object_Argument_T<T_ptr, + T_var, + Insert_Policy> ret_val; }; } diff --git a/TAO/tao/OctetSeqC.h b/TAO/tao/OctetSeqC.h index 39f1601562b..8f7c1f2ca4e 100644 --- a/TAO/tao/OctetSeqC.h +++ b/TAO/tao/OctetSeqC.h @@ -106,6 +106,7 @@ namespace CORBA static void _tao_any_destructor (void *); typedef OctetSeq_var _var_type; + typedef OctetSeq_out _out_type; #if (TAO_NO_COPY_OCTET_SEQUENCES == 1) OctetSeq ( diff --git a/TAO/tao/PolicyC.h b/TAO/tao/PolicyC.h index 60e773570cc..2f02bd40e75 100644 --- a/TAO/tao/PolicyC.h +++ b/TAO/tao/PolicyC.h @@ -255,6 +255,7 @@ namespace CORBA friend class TAO::Narrow_Utils<Policy>; typedef Policy_ptr _ptr_type; typedef Policy_var _var_type; + typedef Policy_out _out_type; // The static operations. static Policy_ptr _duplicate (Policy_ptr obj); diff --git a/TAO/tao/Policy_ForwardC.h b/TAO/tao/Policy_ForwardC.h index 8aa498a11fd..72894e7f1b4 100644 --- a/TAO/tao/Policy_ForwardC.h +++ b/TAO/tao/Policy_ForwardC.h @@ -132,6 +132,7 @@ namespace CORBA static void _tao_any_destructor (void *); typedef PolicyList_var _var_type; + typedef PolicyList_out _out_type; }; #endif /* end #if !defined */ diff --git a/TAO/tao/PortableServer/Any_SArg_Traits.h b/TAO/tao/PortableServer/Any_SArg_Traits.h index 21cdd6547cf..94980dc0c0b 100644 --- a/TAO/tao/PortableServer/Any_SArg_Traits.h +++ b/TAO/tao/PortableServer/Any_SArg_Traits.h @@ -29,8 +29,6 @@ TAO_BEGIN_VERSIONED_NAMESPACE_DECL namespace CORBA { class Any; - class Any_var; - class Any_out; } namespace TAO @@ -40,8 +38,6 @@ namespace TAO : public Var_Size_SArg_Traits_T< CORBA::Any, - CORBA::Any_var, - CORBA::Any_out, TAO::Any_Insert_Policy_Stream <CORBA::Any> > { diff --git a/TAO/tao/PortableServer/BD_String_SArgument_T.cpp b/TAO/tao/PortableServer/BD_String_SArgument_T.cpp index f145439f8e7..a2d9c520a30 100644 --- a/TAO/tao/PortableServer/BD_String_SArgument_T.cpp +++ b/TAO/tao/PortableServer/BD_String_SArgument_T.cpp @@ -11,148 +11,131 @@ TAO_BEGIN_VERSIONED_NAMESPACE_DECL -template<typename S, - typename S_var, - typename to_S, - typename from_S, +template<typename S_var, size_t BOUND, typename Insert_Policy> CORBA::Boolean -TAO::In_BD_String_SArgument_T<S,S_var,to_S,from_S,BOUND,Insert_Policy>::demarshal ( +TAO::In_BD_String_SArgument_T<S_var,BOUND,Insert_Policy>::demarshal ( TAO_InputCDR & cdr ) { - return cdr >> to_S (this->x_.out (), BOUND); + return cdr >> typename S_var::s_traits::to_type (this->x_.out (), BOUND); } #if TAO_HAS_INTERCEPTORS == 1 -template<typename S, - typename S_var, - typename to_S, - typename from_S, +template<typename S_var, size_t BOUND, typename Insert_Policy> void -TAO::In_BD_String_SArgument_T<S,S_var,to_S,from_S,BOUND,Insert_Policy>::interceptor_value ( +TAO::In_BD_String_SArgument_T<S_var,BOUND,Insert_Policy>::interceptor_value ( CORBA::Any *any) const { - this->Insert_Policy::any_insert (any, from_S (this->x_.in (), BOUND)); + this->Insert_Policy::any_insert ( + any, + typename S_var::s_traits::from_type (this->x_.in (), BOUND) + ); } #endif /* TAO_HAS_INTERCEPTORS */ // =========================================================== -template<typename S, - typename S_var, - typename to_S, - typename from_S, +template<typename S_var, size_t BOUND, typename Insert_Policy> CORBA::Boolean -TAO::Inout_BD_String_SArgument_T<S,S_var,to_S,from_S,BOUND,Insert_Policy>::marshal ( +TAO::Inout_BD_String_SArgument_T<S_var,BOUND,Insert_Policy>::marshal ( TAO_OutputCDR & cdr ) { - return cdr << from_S (this->x_.in (), BOUND); + return cdr << typename S_var::s_traits::from_type (this->x_.in (), BOUND); } -template<typename S, - typename S_var, - typename to_S, - typename from_S, +template<typename S_var, size_t BOUND, typename Insert_Policy> CORBA::Boolean -TAO::Inout_BD_String_SArgument_T<S,S_var,to_S,from_S,BOUND,Insert_Policy>::demarshal ( +TAO::Inout_BD_String_SArgument_T<S_var,BOUND,Insert_Policy>::demarshal ( TAO_InputCDR & cdr ) { - return cdr >> to_S (this->x_.out (), BOUND); + return cdr >> typename S_var::s_traits::to_type (this->x_.out (), BOUND); } #if TAO_HAS_INTERCEPTORS == 1 -template<typename S, - typename S_var, - typename to_S, - typename from_S, +template<typename S_var, size_t BOUND, typename Insert_Policy> void -TAO::Inout_BD_String_SArgument_T<S,S_var,to_S,from_S,BOUND,Insert_Policy>:: +TAO::Inout_BD_String_SArgument_T<S_var,BOUND,Insert_Policy>:: interceptor_value (CORBA::Any *any) const { - this->Insert_Policy::any_insert (any, from_S (this->x_.in (), BOUND)); + this->Insert_Policy::any_insert ( + any, + typename S_var::s_traits::from_type (this->x_.in (), BOUND) + ); } #endif /* TAO_HAS_INTERCEPTORS */ // ============================================================== -template<typename S, - typename S_var, - typename S_out, - typename to_S, - typename from_S, +template<typename S_var, size_t BOUND, typename Insert_Policy> CORBA::Boolean -TAO::Out_BD_String_SArgument_T<S,S_var,S_out,to_S,from_S,BOUND,Insert_Policy>::marshal ( +TAO::Out_BD_String_SArgument_T<S_var,BOUND,Insert_Policy>::marshal ( TAO_OutputCDR &cdr ) { - return cdr << from_S (this->x_.in (), BOUND); + return cdr << typename S_var::s_traits::from_type (this->x_.in (), BOUND); } #if TAO_HAS_INTERCEPTORS == 1 -template<typename S, - typename S_var, - typename S_out, - typename to_S, - typename from_S, +template<typename S_var, size_t BOUND, typename Insert_Policy> void -TAO::Out_BD_String_SArgument_T<S,S_var,S_out,to_S,from_S,BOUND,Insert_Policy>:: +TAO::Out_BD_String_SArgument_T<S_var,BOUND,Insert_Policy>:: interceptor_value (CORBA::Any *any) const { - this->Insert_Policy::any_insert (any, from_S (this->x_.in (), BOUND)); + this->Insert_Policy::any_insert ( + any, + typename S_var::s_traits::from_type (this->x_.in (), BOUND) + ); } #endif /* TAO_HAS_INTERCEPTORS */ // ============================================================ -template<typename S, - typename S_var, - typename to_S, - typename from_S, +template<typename S_var, size_t BOUND, typename Insert_Policy> CORBA::Boolean -TAO::Ret_BD_String_SArgument_T<S,S_var,to_S,from_S,BOUND,Insert_Policy>::marshal ( +TAO::Ret_BD_String_SArgument_T<S_var,BOUND,Insert_Policy>::marshal ( TAO_OutputCDR & cdr ) { - return cdr << from_S (this->x_.in (), BOUND); + return cdr << typename S_var::s_traits::from_type (this->x_.in (), BOUND); } #if TAO_HAS_INTERCEPTORS == 1 -template<typename S, - typename S_var, - typename to_S, - typename from_S, +template<typename S_var, size_t BOUND, typename Insert_Policy> void -TAO::Ret_BD_String_SArgument_T<S,S_var,to_S,from_S,BOUND,Insert_Policy>:: +TAO::Ret_BD_String_SArgument_T<S_var,BOUND,Insert_Policy>:: interceptor_value (CORBA::Any *any) const { - this->Insert_Policy::any_insert (any, from_S (this->x_.in (), BOUND)); + this->Insert_Policy::any_insert ( + any, + typename S_var::s_traits::from_type (this->x_.in (), BOUND) + ); } #endif /* TAO_HAS_INTERCEPTORS */ diff --git a/TAO/tao/PortableServer/BD_String_SArgument_T.h b/TAO/tao/PortableServer/BD_String_SArgument_T.h index fd24af1a112..f14ccaa1b28 100644 --- a/TAO/tao/PortableServer/BD_String_SArgument_T.h +++ b/TAO/tao/PortableServer/BD_String_SArgument_T.h @@ -35,10 +35,7 @@ namespace TAO * @brief Template class for IN skeleton bd (w)string argument. * */ - template<typename S, - typename S_var, - typename to_S, - typename from_S, + template<typename S_var, size_t BOUND, typename Insert_Policy> class In_BD_String_SArgument_T : public InArgument, private Insert_Policy @@ -50,7 +47,7 @@ namespace TAO #if TAO_HAS_INTERCEPTORS == 1 virtual void interceptor_value (CORBA::Any *any) const; #endif /* TAO_HAS_INTERCEPTORS == 1 */ - const S * arg (void) const; + const typename S_var::s_traits::char_type * arg (void) const; private: S_var x_; @@ -62,10 +59,7 @@ namespace TAO * @brief Template class for INOUT skeleton bd (w)string argument. * */ - template<typename S, - typename S_var, - typename to_S, - typename from_S, + template<typename S_var, size_t BOUND, typename Insert_Policy> class Inout_BD_String_SArgument_T : public InoutArgument, private Insert_Policy @@ -78,7 +72,7 @@ namespace TAO #if TAO_HAS_INTERCEPTORS == 1 virtual void interceptor_value (CORBA::Any *any) const; #endif /* TAO_HAS_INTERCEPTORS == 1 */ - S *& arg (void); + typename S_var::s_traits::char_type *& arg (void); private: S_var x_; @@ -90,11 +84,7 @@ namespace TAO * @brief Template class for INOUT skeleton bd (w)string argument. * */ - template<typename S, - typename S_var, - typename S_out, - typename to_S, - typename from_S, + template<typename S_var, size_t BOUND, typename Insert_Policy> class Out_BD_String_SArgument_T : public OutArgument, private Insert_Policy @@ -106,7 +96,7 @@ namespace TAO #if TAO_HAS_INTERCEPTORS == 1 virtual void interceptor_value (CORBA::Any *any) const; #endif /* TAO_HAS_INTERCEPTORS == 1 */ - S *& arg (void); + typename S_var::s_traits::char_type *& arg (void); private: S_var x_; @@ -118,10 +108,7 @@ namespace TAO * @brief Template class for return skeleton value of bd (w)string. * */ - template<typename S, - typename S_var, - typename to_S, - typename from_S, + template<typename S_var, size_t BOUND, typename Insert_Policy> class Ret_BD_String_SArgument_T : public RetArgument, private Insert_Policy @@ -133,7 +120,7 @@ namespace TAO #if TAO_HAS_INTERCEPTORS == 1 virtual void interceptor_value (CORBA::Any *any) const; #endif /* TAO_HAS_INTERCEPTORS == 1 */ - S *& arg (void); + typename S_var::s_traits::char_type *& arg (void); private: S_var x_; @@ -145,53 +132,35 @@ namespace TAO * @brief Template class for skeleton argument traits of bounded (w)strings. * */ - template<typename T, - typename T_var, - typename T_out, - typename to_T, - typename from_T, + template<typename T_var, size_t BOUND, typename Insert_Policy> struct BD_String_SArg_Traits_T { - typedef T * ret_type; - typedef const T * in_type; - typedef T *& inout_type; - typedef T_out out_type; - - typedef In_BD_String_SArgument_T<T, - T_var, - to_T, - from_T, + typedef typename T_var::s_traits::char_type * ret_type; + typedef const typename T_var::s_traits::char_type * in_type; + typedef typename T_var::s_traits::char_type *& inout_type; + typedef typename T_var::s_traits::string_out out_type; + + typedef In_BD_String_SArgument_T<T_var, BOUND, - Insert_Policy> in_arg_val; - typedef Inout_BD_String_SArgument_T<T, - T_var, - to_T, - from_T, + Insert_Policy> in_arg_val; + typedef Inout_BD_String_SArgument_T<T_var, BOUND, - Insert_Policy> inout_arg_val; - typedef Out_BD_String_SArgument_T<T, - T_var, - T_out, - to_T, - from_T, + Insert_Policy> inout_arg_val; + typedef Out_BD_String_SArgument_T<T_var, BOUND, - Insert_Policy> out_arg_val; - typedef Ret_BD_String_SArgument_T<T, - T_var, - to_T, - from_T, + Insert_Policy> out_arg_val; + typedef Ret_BD_String_SArgument_T<T_var, BOUND, - Insert_Policy> ret_val; + Insert_Policy> ret_val; // Typedefs corresponding to return value of arg() method in both // the client and server side argument class templates. - typedef in_type in_arg_type; - typedef inout_type inout_arg_type; - typedef inout_type out_arg_type; - typedef inout_type ret_arg_type; - + typedef in_type in_arg_type; + typedef inout_type inout_arg_type; + typedef inout_type out_arg_type; + typedef inout_type ret_arg_type; }; } diff --git a/TAO/tao/PortableServer/BD_String_SArgument_T.inl b/TAO/tao/PortableServer/BD_String_SArgument_T.inl index 57bfd4f3299..c5aea4930ff 100644 --- a/TAO/tao/PortableServer/BD_String_SArgument_T.inl +++ b/TAO/tao/PortableServer/BD_String_SArgument_T.inl @@ -4,26 +4,20 @@ TAO_BEGIN_VERSIONED_NAMESPACE_DECL -template<typename S, - typename S_var, - typename to_S, - typename from_S, +template<typename S_var, size_t BOUND, typename Insert_Policy> ACE_INLINE -TAO::In_BD_String_SArgument_T<S,S_var,to_S,from_S,BOUND,Insert_Policy>:: +TAO::In_BD_String_SArgument_T<S_var,BOUND,Insert_Policy>:: In_BD_String_SArgument_T (void) {} -template<typename S, - typename S_var, - typename to_S, - typename from_S, +template<typename S_var, size_t BOUND, typename Insert_Policy> ACE_INLINE -const S * -TAO::In_BD_String_SArgument_T<S,S_var,to_S,from_S,BOUND,Insert_Policy>:: +const typename S_var::s_traits::char_type * +TAO::In_BD_String_SArgument_T<S_var,BOUND,Insert_Policy>:: arg (void) const { return this->x_.in (); @@ -31,26 +25,20 @@ arg (void) const // ========================================================================== -template<typename S, - typename S_var, - typename to_S, - typename from_S, +template<typename S_var, size_t BOUND, typename Insert_Policy> ACE_INLINE -TAO::Inout_BD_String_SArgument_T<S,S_var,to_S,from_S,BOUND,Insert_Policy>:: +TAO::Inout_BD_String_SArgument_T<S_var,BOUND,Insert_Policy>:: Inout_BD_String_SArgument_T (void) {} -template<typename S, - typename S_var, - typename to_S, - typename from_S, +template<typename S_var, size_t BOUND, typename Insert_Policy> ACE_INLINE -S *& -TAO::Inout_BD_String_SArgument_T<S,S_var,to_S,from_S,BOUND,Insert_Policy>:: +typename S_var::s_traits::char_type *& +TAO::Inout_BD_String_SArgument_T<S_var,BOUND,Insert_Policy>:: arg (void) { return this->x_.inout (); @@ -58,28 +46,20 @@ arg (void) // ========================================================================== -template<typename S, - typename S_var, - typename S_out, - typename to_S, - typename from_S, +template<typename S_var, size_t BOUND, typename Insert_Policy> ACE_INLINE -TAO::Out_BD_String_SArgument_T<S,S_var,S_out,to_S,from_S,BOUND,Insert_Policy>:: +TAO::Out_BD_String_SArgument_T<S_var,BOUND,Insert_Policy>:: Out_BD_String_SArgument_T (void) {} -template<typename S, - typename S_var, - typename S_out, - typename to_S, - typename from_S, +template<typename S_var, size_t BOUND, typename Insert_Policy> ACE_INLINE -S *& -TAO::Out_BD_String_SArgument_T<S,S_var,S_out,to_S,from_S,BOUND,Insert_Policy>:: +typename S_var::s_traits::char_type *& +TAO::Out_BD_String_SArgument_T<S_var,BOUND,Insert_Policy>:: arg (void) { return this->x_.out (); @@ -87,26 +67,20 @@ arg (void) // ========================================================================== -template<typename S, - typename S_var, - typename to_S, - typename from_S, +template<typename S_var, size_t BOUND, typename Insert_Policy> ACE_INLINE -TAO::Ret_BD_String_SArgument_T<S,S_var,to_S,from_S,BOUND,Insert_Policy>:: +TAO::Ret_BD_String_SArgument_T<S_var,BOUND,Insert_Policy>:: Ret_BD_String_SArgument_T (void) {} -template<typename S, - typename S_var, - typename to_S, - typename from_S, +template<typename S_var, size_t BOUND, typename Insert_Policy> ACE_INLINE -S *& -TAO::Ret_BD_String_SArgument_T<S,S_var,to_S,from_S,BOUND,Insert_Policy>:: +typename S_var::s_traits::char_type *& +TAO::Ret_BD_String_SArgument_T<S_var,BOUND,Insert_Policy>:: arg (void) { return this->x_.out (); diff --git a/TAO/tao/PortableServer/Collocated_Object_Proxy_Broker.cpp b/TAO/tao/PortableServer/Collocated_Object_Proxy_Broker.cpp index 9ac5275b9ef..26939a27be7 100644 --- a/TAO/tao/PortableServer/Collocated_Object_Proxy_Broker.cpp +++ b/TAO/tao/PortableServer/Collocated_Object_Proxy_Broker.cpp @@ -10,7 +10,6 @@ #include "tao/Stub.h" #include "tao/ORB_Core.h" #include "tao/Profile.h" -#include "tao/DomainC.h" ACE_RCSID (PortableServer, Collocated_Object_Proxy_Broker, diff --git a/TAO/tao/PortableServer/Direct_Collocation_Upcall_Wrapper.h b/TAO/tao/PortableServer/Direct_Collocation_Upcall_Wrapper.h index 3bdf12a5022..edc4c39f479 100644 --- a/TAO/tao/PortableServer/Direct_Collocation_Upcall_Wrapper.h +++ b/TAO/tao/PortableServer/Direct_Collocation_Upcall_Wrapper.h @@ -38,7 +38,7 @@ namespace CORBA class Object; typedef Object *Object_ptr; typedef TAO_Pseudo_Var_T<Object> Object_var; - typedef TAO_Pseudo_Out_T<Object, Object_var> Object_out; + typedef TAO_Pseudo_Out_T<Object> Object_out; } namespace TAO diff --git a/TAO/tao/PortableServer/Fixed_Array_SArgument_T.cpp b/TAO/tao/PortableServer/Fixed_Array_SArgument_T.cpp index 9ddd1ea1d36..150c050631b 100644 --- a/TAO/tao/PortableServer/Fixed_Array_SArgument_T.cpp +++ b/TAO/tao/PortableServer/Fixed_Array_SArgument_T.cpp @@ -11,14 +11,10 @@ TAO_BEGIN_VERSIONED_NAMESPACE_DECL -template<typename S, - typename S_slice, - typename S_forany, +template<typename S_forany, typename Insert_Policy> CORBA::Boolean -TAO::In_Fixed_Array_SArgument_T<S, - S_slice, - S_forany, +TAO::In_Fixed_Array_SArgument_T<S_forany, Insert_Policy>::demarshal (TAO_InputCDR &cdr) { S_forany tmp (this->x_); @@ -27,14 +23,10 @@ TAO::In_Fixed_Array_SArgument_T<S, #if TAO_HAS_INTERCEPTORS == 1 -template<typename S, - typename S_slice, - typename S_forany, +template<typename S_forany, typename Insert_Policy> void -TAO::In_Fixed_Array_SArgument_T<S, - S_slice, - S_forany, +TAO::In_Fixed_Array_SArgument_T<S_forany, Insert_Policy>::interceptor_value ( CORBA::Any *any) const { @@ -45,27 +37,19 @@ TAO::In_Fixed_Array_SArgument_T<S, // =========================================================== -template<typename S, - typename S_slice, - typename S_forany, +template<typename S_forany, typename Insert_Policy> CORBA::Boolean -TAO::Inout_Fixed_Array_SArgument_T<S, - S_slice, - S_forany, +TAO::Inout_Fixed_Array_SArgument_T<S_forany, Insert_Policy>::marshal (TAO_OutputCDR &cdr) { return cdr << S_forany (this->x_); } -template<typename S, - typename S_slice, - typename S_forany, +template<typename S_forany, typename Insert_Policy> CORBA::Boolean -TAO::Inout_Fixed_Array_SArgument_T<S, - S_slice, - S_forany, +TAO::Inout_Fixed_Array_SArgument_T<S_forany, Insert_Policy>:: demarshal (TAO_InputCDR & cdr) { @@ -75,14 +59,10 @@ demarshal (TAO_InputCDR & cdr) #if TAO_HAS_INTERCEPTORS == 1 -template<typename S, - typename S_slice, - typename S_forany, +template<typename S_forany, typename Insert_Policy> void -TAO::Inout_Fixed_Array_SArgument_T<S, - S_slice, - S_forany, +TAO::Inout_Fixed_Array_SArgument_T<S_forany, Insert_Policy>::interceptor_value ( CORBA::Any *any) const { @@ -93,14 +73,10 @@ TAO::Inout_Fixed_Array_SArgument_T<S, // ============================================================== -template<typename S, - typename S_slice, - typename S_forany, +template<typename S_forany, typename Insert_Policy> CORBA::Boolean -TAO::Out_Fixed_Array_SArgument_T<S, - S_slice, - S_forany, +TAO::Out_Fixed_Array_SArgument_T<S_forany, Insert_Policy>::marshal (TAO_OutputCDR &cdr) { return cdr << S_forany (this->x_); @@ -108,14 +84,10 @@ TAO::Out_Fixed_Array_SArgument_T<S, #if TAO_HAS_INTERCEPTORS == 1 -template<typename S, - typename S_slice, - typename S_forany, +template<typename S_forany, typename Insert_Policy> void -TAO::Out_Fixed_Array_SArgument_T<S, - S_slice, - S_forany, +TAO::Out_Fixed_Array_SArgument_T<S_forany, Insert_Policy>::interceptor_value ( CORBA::Any *any) const { @@ -126,13 +98,11 @@ TAO::Out_Fixed_Array_SArgument_T<S, // ============================================================ -template<typename S_slice, - typename S_var, +template<typename S_var, typename S_forany, typename Insert_Policy> CORBA::Boolean -TAO::Ret_Fixed_Array_SArgument_T<S_slice, - S_var, +TAO::Ret_Fixed_Array_SArgument_T<S_var, S_forany, Insert_Policy>::marshal ( TAO_OutputCDR & cdr @@ -143,13 +113,11 @@ TAO::Ret_Fixed_Array_SArgument_T<S_slice, #if TAO_HAS_INTERCEPTORS == 1 -template<typename S_slice, - typename S_var, +template<typename S_var, typename S_forany, typename Insert_Policy> void -TAO::Ret_Fixed_Array_SArgument_T<S_slice, - S_var, +TAO::Ret_Fixed_Array_SArgument_T<S_var, S_forany, Insert_Policy>::interceptor_value ( CORBA::Any *any) const diff --git a/TAO/tao/PortableServer/Fixed_Array_SArgument_T.h b/TAO/tao/PortableServer/Fixed_Array_SArgument_T.h index e03fb2c19f4..45559ead999 100644 --- a/TAO/tao/PortableServer/Fixed_Array_SArgument_T.h +++ b/TAO/tao/PortableServer/Fixed_Array_SArgument_T.h @@ -33,9 +33,7 @@ namespace TAO * @brief IN skeleton argument of fixed size element array. * */ - template<typename S, - typename S_slice, - typename S_forany, + template<typename S_forany, typename Insert_Policy> class In_Fixed_Array_SArgument_T : public InArgument, private Insert_Policy { @@ -46,10 +44,10 @@ namespace TAO #if TAO_HAS_INTERCEPTORS == 1 virtual void interceptor_value (CORBA::Any *any) const; #endif /* TAO_HAS_INTERCEPTORS == 1 */ - S_slice const * arg (void) const; + typename S_forany::_slice_type const * arg (void) const; private: - mutable S x_; + mutable typename S_forany::_array_type x_; }; /** @@ -59,9 +57,7 @@ namespace TAO * * @todo The mutable for x_ can be removed when vc6 has been dropped */ - template<typename S, - typename S_slice, - typename S_forany, + template<typename S_forany, typename Insert_Policy> class Inout_Fixed_Array_SArgument_T : public InoutArgument, @@ -75,10 +71,10 @@ namespace TAO #if TAO_HAS_INTERCEPTORS == 1 virtual void interceptor_value (CORBA::Any *any) const; #endif /* TAO_HAS_INTERCEPTORS == 1 */ - S_slice * arg (void); + typename S_forany::_slice_type * arg (void); private: - mutable S x_; + mutable typename S_forany::_array_type x_; }; /** @@ -88,9 +84,7 @@ namespace TAO * * @todo The mutable for x_ can be removed when vc6 has been dropped */ - template<typename S, - typename S_slice, - typename S_forany, + template<typename S_forany, typename Insert_Policy> class Out_Fixed_Array_SArgument_T : public OutArgument, private Insert_Policy { @@ -101,10 +95,10 @@ namespace TAO #if TAO_HAS_INTERCEPTORS == 1 virtual void interceptor_value (CORBA::Any *any) const; #endif /* TAO_HAS_INTERCEPTORS == 1 */ - S_slice * arg (void); + typename S_forany::_slice_type * arg (void); private: - mutable S x_; + mutable typename S_forany::_array_type x_; }; /** @@ -113,8 +107,7 @@ namespace TAO * @brief Skeleton value of fixed size element array. * */ - template<typename S_slice, - typename S_var, + template<typename S_var, typename S_forany, typename Insert_Policy> class Ret_Fixed_Array_SArgument_T : public RetArgument, private Insert_Policy @@ -126,7 +119,7 @@ namespace TAO #if TAO_HAS_INTERCEPTORS == 1 virtual void interceptor_value (CORBA::Any *any) const; #endif /* TAO_HAS_INTERCEPTORS == 1 */ - S_slice *& arg (void); + typename S_forany::_slice_type *& arg (void); private: S_var x_; @@ -138,42 +131,32 @@ namespace TAO * @brief Argument traits of fixed size element array. * */ - template<typename T, - typename T_slice, - typename T_var, + template<typename T_var, typename T_forany, typename Insert_Policy> struct Fixed_Array_SArg_Traits_T { - typedef T_slice * ret_type; - typedef const T in_type; - typedef T inout_type; - typedef T out_type; - - typedef In_Fixed_Array_SArgument_T<T, - T_slice, - T_forany, + typedef typename T_forany::_slice_type * ret_type; + typedef const typename T_forany::_array_type in_type; + typedef typename T_forany::_array_type inout_type; + typedef typename T_forany::_array_type out_type; + + typedef In_Fixed_Array_SArgument_T<T_forany, Insert_Policy> in_arg_val; - typedef Inout_Fixed_Array_SArgument_T<T, - T_slice, - T_forany, + typedef Inout_Fixed_Array_SArgument_T<T_forany, Insert_Policy> inout_arg_val; - typedef Out_Fixed_Array_SArgument_T<T, - T_slice, - T_forany, + typedef Out_Fixed_Array_SArgument_T<T_forany, Insert_Policy> out_arg_val; - typedef Ret_Fixed_Array_SArgument_T<T_slice, - T_var, + typedef Ret_Fixed_Array_SArgument_T<T_var, T_forany, Insert_Policy> ret_val; // Typedefs corresponding to return value of arg() method in both // the client and server side argument class templates. - typedef T_slice const * in_arg_type; + typedef typename T_forany::_slice_type const * in_arg_type; typedef ret_type inout_arg_type; typedef ret_type out_arg_type; typedef ret_type & ret_arg_type; - }; } diff --git a/TAO/tao/PortableServer/Fixed_Array_SArgument_T.inl b/TAO/tao/PortableServer/Fixed_Array_SArgument_T.inl index 0708aa7ebf1..2db5a59a3c5 100644 --- a/TAO/tao/PortableServer/Fixed_Array_SArgument_T.inl +++ b/TAO/tao/PortableServer/Fixed_Array_SArgument_T.inl @@ -4,27 +4,19 @@ TAO_BEGIN_VERSIONED_NAMESPACE_DECL -template<typename S, - typename S_slice, - typename S_forany, +template<typename S_forany, typename Insert_Policy> ACE_INLINE -TAO::In_Fixed_Array_SArgument_T<S, - S_slice, - S_forany, +TAO::In_Fixed_Array_SArgument_T<S_forany, Insert_Policy>::In_Fixed_Array_SArgument_T (void) { } -template<typename S, - typename S_slice, - typename S_forany, +template<typename S_forany, typename Insert_Policy> ACE_INLINE -S_slice const * -TAO::In_Fixed_Array_SArgument_T<S, - S_slice, - S_forany, +typename S_forany::_slice_type const * +TAO::In_Fixed_Array_SArgument_T<S_forany, Insert_Policy>::arg (void) const { S_forany tmp (this->x_); @@ -33,28 +25,20 @@ TAO::In_Fixed_Array_SArgument_T<S, // =========================================================================== -template<typename S, - typename S_slice, - typename S_forany, +template<typename S_forany, typename Insert_Policy> ACE_INLINE -TAO::Inout_Fixed_Array_SArgument_T<S, - S_slice, - S_forany, +TAO::Inout_Fixed_Array_SArgument_T<S_forany, Insert_Policy>:: Inout_Fixed_Array_SArgument_T (void) { } -template<typename S, - typename S_slice, - typename S_forany, +template<typename S_forany, typename Insert_Policy> ACE_INLINE -S_slice * -TAO::Inout_Fixed_Array_SArgument_T<S, - S_slice, - S_forany, +typename S_forany::_slice_type * +TAO::Inout_Fixed_Array_SArgument_T<S_forany, Insert_Policy>::arg (void) { S_forany tmp (this->x_); @@ -63,28 +47,20 @@ TAO::Inout_Fixed_Array_SArgument_T<S, // =========================================================================== -template<typename S, - typename S_slice, - typename S_forany, +template<typename S_forany, typename Insert_Policy> ACE_INLINE -TAO::Out_Fixed_Array_SArgument_T<S, - S_slice, - S_forany, +TAO::Out_Fixed_Array_SArgument_T<S_forany, Insert_Policy>:: Out_Fixed_Array_SArgument_T (void) { } -template<typename S, - typename S_slice, - typename S_forany, +template<typename S_forany, typename Insert_Policy> ACE_INLINE -S_slice * -TAO::Out_Fixed_Array_SArgument_T<S, - S_slice, - S_forany, +typename S_forany::_slice_type * +TAO::Out_Fixed_Array_SArgument_T<S_forany, Insert_Policy>::arg (void) { S_forany tmp (this->x_); @@ -93,27 +69,23 @@ TAO::Out_Fixed_Array_SArgument_T<S, // =========================================================================== -template<typename S_slice, - typename S_var, +template<typename S_var, typename S_forany, typename Insert_Policy> ACE_INLINE -TAO::Ret_Fixed_Array_SArgument_T<S_slice, - S_var, +TAO::Ret_Fixed_Array_SArgument_T<S_var, S_forany, Insert_Policy>:: Ret_Fixed_Array_SArgument_T (void) { } -template<typename S_slice, - typename S_var, +template<typename S_var, typename S_forany, typename Insert_Policy> ACE_INLINE -S_slice *& -TAO::Ret_Fixed_Array_SArgument_T<S_slice, - S_var, +typename S_forany::_slice_type *& +TAO::Ret_Fixed_Array_SArgument_T<S_var, S_forany, Insert_Policy>::arg (void) { diff --git a/TAO/tao/PortableServer/Fixed_Size_SArgument_T.h b/TAO/tao/PortableServer/Fixed_Size_SArgument_T.h index fb9f6ea732a..eadf9ce3f2b 100644 --- a/TAO/tao/PortableServer/Fixed_Size_SArgument_T.h +++ b/TAO/tao/PortableServer/Fixed_Size_SArgument_T.h @@ -211,9 +211,7 @@ namespace TAO typedef inout_type inout_arg_type; typedef out_type out_arg_type; typedef out_type ret_arg_type; - }; - } TAO_END_VERSIONED_NAMESPACE_DECL diff --git a/TAO/tao/PortableServer/Object_SArg_Traits.h b/TAO/tao/PortableServer/Object_SArg_Traits.h index 9f88d1f0970..62bd7156d5f 100644 --- a/TAO/tao/PortableServer/Object_SArg_Traits.h +++ b/TAO/tao/PortableServer/Object_SArg_Traits.h @@ -34,7 +34,7 @@ namespace CORBA typedef Object *Object_ptr; typedef TAO_Pseudo_Var_T<Object> Object_var; - typedef TAO_Pseudo_Out_T<Object, Object_var> Object_out; + typedef TAO_Pseudo_Out_T<Object> Object_out; } // -------------------------------------------------------------- diff --git a/TAO/tao/PortableServer/Object_SArgument_T.h b/TAO/tao/PortableServer/Object_SArgument_T.h index fd9a6cae8bc..4611bd24a12 100644 --- a/TAO/tao/PortableServer/Object_SArgument_T.h +++ b/TAO/tao/PortableServer/Object_SArgument_T.h @@ -145,10 +145,19 @@ namespace TAO typedef T_ptr & inout_type; typedef T_out out_type; - typedef In_Object_SArgument_T<T_ptr,T_var,Insert_Policy> in_arg_val; - typedef Inout_Object_SArgument_T<T_ptr,T_var,Insert_Policy> inout_arg_val; - typedef Out_Object_SArgument_T<T_ptr,T_var,T_out,Insert_Policy> out_arg_val; - typedef Ret_Object_SArgument_T<T_ptr,T_var,Insert_Policy> ret_val; + typedef In_Object_SArgument_T<T_ptr, + T_var, + Insert_Policy> in_arg_val; + typedef Inout_Object_SArgument_T<T_ptr, + T_var, + Insert_Policy> inout_arg_val; + typedef Out_Object_SArgument_T<T_ptr, + T_var, + T_out, + Insert_Policy> out_arg_val; + typedef Ret_Object_SArgument_T<T_ptr, + T_var, + Insert_Policy> ret_val; // Typedefs corresponding to return value of arg() method in both // the client and server side argument class templates. @@ -156,7 +165,6 @@ namespace TAO typedef inout_type inout_arg_type; typedef out_type out_arg_type; typedef inout_type ret_arg_type; - }; } diff --git a/TAO/tao/PortableServer/PolicyS.cpp b/TAO/tao/PortableServer/PolicyS.cpp index ef2bd9c048b..9eae2512e9b 100644 --- a/TAO/tao/PortableServer/PolicyS.cpp +++ b/TAO/tao/PortableServer/PolicyS.cpp @@ -33,7 +33,7 @@ #define _TAO_IDL_ORIG_POLICYS_CPP_ -#include "tao/AnyTypeCode/TypeCode.h" +#include "tao/AnyTypeCode/TypeCode.h" #include "tao/AnyTypeCode/Any.h" #include "tao/PortableServer/PolicyS.h" #include "tao/PortableServer/Operation_Table_Perfect_Hash.h" @@ -450,7 +450,7 @@ namespace POA_CORBA virtual void execute (ACE_ENV_SINGLE_ARG_DECL) { TAO::SArg_Traits< ::CORBA::PolicyType>::ret_arg_type retval = - TAO::Portable_Server::get_ret_arg< ::CORBA::PolicyType, TAO::SArg_Traits< ::CORBA::PolicyType>::ret_arg_type> ( + TAO::Portable_Server::get_ret_arg< ::CORBA::PolicyType> ( this->operation_details_, this->args_); @@ -542,7 +542,7 @@ namespace POA_CORBA virtual void execute (ACE_ENV_SINGLE_ARG_DECL) { TAO::SArg_Traits< CORBA::Policy>::ret_arg_type retval = - TAO::Portable_Server::get_ret_arg< CORBA::Policy, TAO::SArg_Traits< CORBA::Policy>::ret_arg_type> ( + TAO::Portable_Server::get_ret_arg< CORBA::Policy> ( this->operation_details_, this->args_); @@ -715,12 +715,12 @@ namespace POA_CORBA virtual void execute (ACE_ENV_SINGLE_ARG_DECL) { TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type retval = - TAO::Portable_Server::get_ret_arg< ::ACE_InputCDR::to_boolean, TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type> ( + TAO::Portable_Server::get_ret_arg< ::ACE_InputCDR::to_boolean> ( this->operation_details_, this->args_); TAO::SArg_Traits< CORBA::Char *>::in_arg_type arg_1 = - TAO::Portable_Server::get_in_arg< CORBA::Char *, TAO::SArg_Traits< CORBA::Char *>::in_arg_type> ( + TAO::Portable_Server::get_in_arg< CORBA::Char *> ( this->operation_details_, this->args_, 1); @@ -812,7 +812,7 @@ namespace POA_CORBA virtual void execute (ACE_ENV_SINGLE_ARG_DECL) { TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type retval = - TAO::Portable_Server::get_ret_arg< ::ACE_InputCDR::to_boolean, TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type> ( + TAO::Portable_Server::get_ret_arg< ::ACE_InputCDR::to_boolean> ( this->operation_details_, this->args_); @@ -948,7 +948,7 @@ namespace POA_CORBA virtual void execute (ACE_ENV_SINGLE_ARG_DECL) { TAO::SArg_Traits< ::CORBA::Object>::ret_arg_type retval = - TAO::Portable_Server::get_ret_arg< ::CORBA::Object, TAO::SArg_Traits< ::CORBA::Object>::ret_arg_type> ( + TAO::Portable_Server::get_ret_arg< ::CORBA::Object> ( this->operation_details_, this->args_); diff --git a/TAO/tao/PortableServer/Servant_Upcall.h b/TAO/tao/PortableServer/Servant_Upcall.h index dff98e83559..18818009aab 100644 --- a/TAO/tao/PortableServer/Servant_Upcall.h +++ b/TAO/tao/PortableServer/Servant_Upcall.h @@ -42,7 +42,7 @@ namespace CORBA class Object; typedef Object *Object_ptr; typedef TAO_Pseudo_Var_T<Object> Object_var; - typedef TAO_Pseudo_Out_T<Object, Object_var> Object_out; + typedef TAO_Pseudo_Out_T<Object> Object_out; } namespace TAO diff --git a/TAO/tao/PortableServer/TypeCode_SArg_Traits.h b/TAO/tao/PortableServer/TypeCode_SArg_Traits.h index 2e0f067d2fd..57f4513a175 100644 --- a/TAO/tao/PortableServer/TypeCode_SArg_Traits.h +++ b/TAO/tao/PortableServer/TypeCode_SArg_Traits.h @@ -32,7 +32,7 @@ namespace CORBA typedef TypeCode *TypeCode_ptr; typedef TAO_Pseudo_Var_T<TypeCode> TypeCode_var; - typedef TAO_Pseudo_Out_T<TypeCode, TypeCode_var> TypeCode_out; + typedef TAO_Pseudo_Out_T<TypeCode> TypeCode_out; } // -------------------------------------------------------------- diff --git a/TAO/tao/PortableServer/Var_Array_SArgument_T.cpp b/TAO/tao/PortableServer/Var_Array_SArgument_T.cpp index 06a9e5014a4..8be7c23ac34 100644 --- a/TAO/tao/PortableServer/Var_Array_SArgument_T.cpp +++ b/TAO/tao/PortableServer/Var_Array_SArgument_T.cpp @@ -11,14 +11,10 @@ TAO_BEGIN_VERSIONED_NAMESPACE_DECL -template<typename S, - typename S_slice, - typename S_forany, +template<typename S_forany, typename Insert_Policy> CORBA::Boolean -TAO::In_Var_Array_SArgument_T<S, - S_slice, - S_forany, +TAO::In_Var_Array_SArgument_T<S_forany, Insert_Policy>::demarshal (TAO_InputCDR & cdr) { S_forany tmp (this->x_); @@ -27,14 +23,10 @@ TAO::In_Var_Array_SArgument_T<S, #if TAO_HAS_INTERCEPTORS == 1 -template<typename S, - typename S_slice, - typename S_forany, +template<typename S_forany, typename Insert_Policy> void -TAO::In_Var_Array_SArgument_T<S, - S_slice, - S_forany, +TAO::In_Var_Array_SArgument_T<S_forany, Insert_Policy>::interceptor_value ( CORBA::Any *any) const { @@ -45,27 +37,19 @@ TAO::In_Var_Array_SArgument_T<S, // =========================================================== -template<typename S, - typename S_slice, - typename S_forany, +template<typename S_forany, typename Insert_Policy> CORBA::Boolean -TAO::Inout_Var_Array_SArgument_T<S, - S_slice, - S_forany, +TAO::Inout_Var_Array_SArgument_T<S_forany, Insert_Policy>::marshal (TAO_OutputCDR &cdr) { - return cdr << this->x_; + return cdr << S_forany (this->x_); } -template<typename S, - typename S_slice, - typename S_forany, +template<typename S_forany, typename Insert_Policy> CORBA::Boolean -TAO::Inout_Var_Array_SArgument_T<S, - S_slice, - S_forany, +TAO::Inout_Var_Array_SArgument_T<S_forany, Insert_Policy>::demarshal (TAO_InputCDR & cdr) { S_forany tmp (this->x_); @@ -74,31 +58,28 @@ TAO::Inout_Var_Array_SArgument_T<S, #if TAO_HAS_INTERCEPTORS == 1 -template<typename S, - typename S_slice, - typename S_forany, +template<typename S_forany, typename Insert_Policy> void -TAO::Inout_Var_Array_SArgument_T<S, - S_slice, - S_forany, +TAO::Inout_Var_Array_SArgument_T<S_forany, Insert_Policy>::interceptor_value ( CORBA::Any *any) const { - this->Insert_Policy::any_insert (any, S_forany (const_cast <S_slice *>(this->x_))); + this->Insert_Policy::any_insert ( + any, + S_forany (const_cast <typename S_forany::_slice_type *>(this->x_)) + ); } #endif /* TAO_HAS_INTERCEPTORS */ // ============================================================== -template<typename S_slice, - typename S_var, +template<typename S_var, typename S_forany, typename Insert_Policy> CORBA::Boolean -TAO::Out_Var_Array_SArgument_T<S_slice, - S_var, +TAO::Out_Var_Array_SArgument_T<S_var, S_forany, Insert_Policy>::marshal ( TAO_OutputCDR & cdr @@ -110,13 +91,11 @@ TAO::Out_Var_Array_SArgument_T<S_slice, #if TAO_HAS_INTERCEPTORS == 1 -template<typename S_slice, - typename S_var, +template<typename S_var, typename S_forany, typename Insert_Policy> void -TAO::Out_Var_Array_SArgument_T<S_slice, - S_var, +TAO::Out_Var_Array_SArgument_T<S_var, S_forany, Insert_Policy>::interceptor_value ( CORBA::Any *any) const @@ -128,13 +107,11 @@ TAO::Out_Var_Array_SArgument_T<S_slice, // ============================================================ -template<typename S_slice, - typename S_var, +template<typename S_var, typename S_forany, typename Insert_Policy> CORBA::Boolean -TAO::Ret_Var_Array_SArgument_T<S_slice, - S_var, +TAO::Ret_Var_Array_SArgument_T<S_var, S_forany, Insert_Policy>::marshal ( TAO_OutputCDR & cdr @@ -145,13 +122,11 @@ TAO::Ret_Var_Array_SArgument_T<S_slice, #if TAO_HAS_INTERCEPTORS == 1 -template<typename S_slice, - typename S_var, +template<typename S_var, typename S_forany, typename Insert_Policy> void -TAO::Ret_Var_Array_SArgument_T<S_slice, - S_var, +TAO::Ret_Var_Array_SArgument_T<S_var, S_forany, Insert_Policy>::interceptor_value ( CORBA::Any *any) const diff --git a/TAO/tao/PortableServer/Var_Array_SArgument_T.h b/TAO/tao/PortableServer/Var_Array_SArgument_T.h index db7835de063..78f08112a35 100644 --- a/TAO/tao/PortableServer/Var_Array_SArgument_T.h +++ b/TAO/tao/PortableServer/Var_Array_SArgument_T.h @@ -31,9 +31,7 @@ namespace TAO * @brief IN skeleton argument of variable size element array. * */ - template<typename S, - typename S_slice, - typename S_forany, + template<typename S_forany, typename Insert_Policy> class In_Var_Array_SArgument_T : public InArgument, private Insert_Policy { @@ -45,10 +43,10 @@ namespace TAO #if TAO_HAS_INTERCEPTORS == 1 virtual void interceptor_value (CORBA::Any *any) const; #endif /* TAO_HAS_INTERCEPTORS == 1 */ - S_slice const * arg (void) const; + typename S_forany::_slice_type const * arg (void) const; private: - mutable S x_; + mutable typename S_forany::_array_type x_; }; /** @@ -57,9 +55,7 @@ namespace TAO * @brief INOUT skeleton argument of variable size element array. * */ - template<typename S, - typename S_slice, - typename S_forany, + template<typename S_forany, typename Insert_Policy> class Inout_Var_Array_SArgument_T : public InoutArgument, private Insert_Policy { @@ -71,10 +67,10 @@ namespace TAO #if TAO_HAS_INTERCEPTORS == 1 virtual void interceptor_value (CORBA::Any *any) const; #endif /* TAO_HAS_INTERCEPTORS == 1 */ - S_slice * arg (void); + typename S_forany::_slice_type * arg (void); private: - S x_; + typename S_forany::_array_type x_; }; /** @@ -83,8 +79,7 @@ namespace TAO * @brief OUT skeleton argument of variable size element array. * */ - template<typename S_slice, - typename S_var, + template<typename S_var, typename S_forany, typename Insert_Policy> class Out_Var_Array_SArgument_T : public OutArgument, private Insert_Policy @@ -96,7 +91,7 @@ namespace TAO #if TAO_HAS_INTERCEPTORS == 1 virtual void interceptor_value (CORBA::Any *any) const; #endif /* TAO_HAS_INTERCEPTORS == 1 */ - S_slice *& arg (void); + typename S_forany::_slice_type *& arg (void); private: S_var x_; @@ -108,8 +103,7 @@ namespace TAO * @brief Skeleton value of variable size element array. * */ - template<typename S_slice, - typename S_var, + template<typename S_var, typename S_forany, typename Insert_Policy> class Ret_Var_Array_SArgument_T : public RetArgument, private Insert_Policy @@ -121,7 +115,7 @@ namespace TAO #if TAO_HAS_INTERCEPTORS == 1 virtual void interceptor_value (CORBA::Any *any) const; #endif /* TAO_HAS_INTERCEPTORS == 1 */ - S_slice *& arg (void); + typename S_forany::_slice_type *& arg (void); private: S_var x_; @@ -133,43 +127,33 @@ namespace TAO * @brief Argument traits of variable size element array. * */ - template<typename T, - typename T_slice, - typename T_var, - typename T_out, + template<typename T_out, typename T_forany, typename Insert_Policy> struct Var_Array_SArg_Traits_T { - typedef T_slice * ret_type; - typedef const T in_type; - typedef T inout_type; + typedef typename T_forany::_slice_type * ret_type; + typedef const typename T_forany::_array_type in_type; + typedef typename T_forany::_array_type inout_type; typedef T_out out_type; - typedef In_Var_Array_SArgument_T<T, - T_slice, - T_forany, - Insert_Policy> in_arg_val; - typedef Inout_Var_Array_SArgument_T<T, - T_slice, - T_forany, - Insert_Policy> inout_arg_val; - typedef Out_Var_Array_SArgument_T<T_slice, - T_var, + typedef In_Var_Array_SArgument_T<T_forany, + Insert_Policy> in_arg_val; + typedef Inout_Var_Array_SArgument_T<T_forany, + Insert_Policy> inout_arg_val; + typedef Out_Var_Array_SArgument_T<typename T_out::_var_type, T_forany, - Insert_Policy> out_arg_val; - typedef Ret_Var_Array_SArgument_T<T_slice, - T_var, + Insert_Policy> out_arg_val; + typedef Ret_Var_Array_SArgument_T<typename T_out::_var_type, T_forany, - Insert_Policy> ret_val; + Insert_Policy> ret_val; // Typedefs corresponding to return value of arg() method in both // the client and server side argument class templates. - typedef T_slice const * in_arg_type; + typedef typename T_forany::_slice_type const * in_arg_type; typedef ret_type inout_arg_type; typedef ret_type & out_arg_type; typedef ret_type & ret_arg_type; - }; } diff --git a/TAO/tao/PortableServer/Var_Array_SArgument_T.inl b/TAO/tao/PortableServer/Var_Array_SArgument_T.inl index bbc5dd80950..adfe8f78dfc 100644 --- a/TAO/tao/PortableServer/Var_Array_SArgument_T.inl +++ b/TAO/tao/PortableServer/Var_Array_SArgument_T.inl @@ -4,26 +4,18 @@ TAO_BEGIN_VERSIONED_NAMESPACE_DECL -template<typename S, - typename S_slice, - typename S_forany, +template<typename S_forany, typename Insert_Policy> ACE_INLINE -TAO::In_Var_Array_SArgument_T<S, - S_slice, - S_forany, +TAO::In_Var_Array_SArgument_T<S_forany, Insert_Policy>::In_Var_Array_SArgument_T (void) {} -template<typename S, - typename S_slice, - typename S_forany, +template<typename S_forany, typename Insert_Policy> ACE_INLINE -S_slice const * -TAO::In_Var_Array_SArgument_T<S, - S_slice, - S_forany, +typename S_forany::_slice_type const * +TAO::In_Var_Array_SArgument_T<S_forany, Insert_Policy>::arg (void) const { S_forany tmp (this->x_); @@ -32,27 +24,19 @@ TAO::In_Var_Array_SArgument_T<S, // ========================================================================== -template<typename S, - typename S_slice, - typename S_forany, +template<typename S_forany, typename Insert_Policy> ACE_INLINE -TAO::Inout_Var_Array_SArgument_T<S, - S_slice, - S_forany, +TAO::Inout_Var_Array_SArgument_T<S_forany, Insert_Policy>:: Inout_Var_Array_SArgument_T (void) { } -template<typename S, - typename S_slice, - typename S_forany, +template<typename S_forany, typename Insert_Policy> -S_slice * -TAO::Inout_Var_Array_SArgument_T<S, - S_slice, - S_forany, +typename S_forany::_slice_type * +TAO::Inout_Var_Array_SArgument_T<S_forany, Insert_Policy>::arg (void) { S_forany tmp (this->x_); @@ -61,26 +45,22 @@ TAO::Inout_Var_Array_SArgument_T<S, // ========================================================================== -template<typename S_slice, - typename S_var, +template<typename S_var, typename S_forany, typename Insert_Policy> ACE_INLINE -TAO::Out_Var_Array_SArgument_T<S_slice, - S_var, +TAO::Out_Var_Array_SArgument_T<S_var, S_forany, Insert_Policy>:: Out_Var_Array_SArgument_T (void) { } -template<typename S_slice, - typename S_var, +template<typename S_var, typename S_forany, typename Insert_Policy> -S_slice *& -TAO::Out_Var_Array_SArgument_T<S_slice, - S_var, +typename S_forany::_slice_type *& +TAO::Out_Var_Array_SArgument_T<S_var, S_forany, Insert_Policy>::arg (void) { @@ -89,27 +69,23 @@ TAO::Out_Var_Array_SArgument_T<S_slice, // ========================================================================== -template<typename S_slice, - typename S_var, +template<typename S_var, typename S_forany, typename Insert_Policy> ACE_INLINE -TAO::Ret_Var_Array_SArgument_T<S_slice, - S_var, +TAO::Ret_Var_Array_SArgument_T<S_var, S_forany, Insert_Policy>:: Ret_Var_Array_SArgument_T (void) { } -template<typename S_slice, - typename S_var, +template<typename S_var, typename S_forany, typename Insert_Policy> ACE_INLINE -S_slice *& -TAO::Ret_Var_Array_SArgument_T<S_slice, - S_var, +typename S_forany::_slice_type *& +TAO::Ret_Var_Array_SArgument_T<S_var, S_forany, Insert_Policy>::arg (void) { diff --git a/TAO/tao/PortableServer/Var_Size_SArgument_T.cpp b/TAO/tao/PortableServer/Var_Size_SArgument_T.cpp index 33c151f6bb9..29187f9c826 100644 --- a/TAO/tao/PortableServer/Var_Size_SArgument_T.cpp +++ b/TAO/tao/PortableServer/Var_Size_SArgument_T.cpp @@ -12,8 +12,7 @@ TAO_BEGIN_VERSIONED_NAMESPACE_DECL -template<typename S, - typename Insert_Policy> +template<typename S, typename Insert_Policy> CORBA::Boolean TAO::In_Var_Size_SArgument_T<S,Insert_Policy>::demarshal (TAO_InputCDR &cdr) { @@ -22,10 +21,11 @@ TAO::In_Var_Size_SArgument_T<S,Insert_Policy>::demarshal (TAO_InputCDR &cdr) #if TAO_HAS_INTERCEPTORS == 1 -template<typename S, - typename Insert_Policy> +template<typename S, typename Insert_Policy> void -TAO::In_Var_Size_SArgument_T<S,Insert_Policy>::interceptor_value (CORBA::Any *any) const +TAO::In_Var_Size_SArgument_T<S,Insert_Policy>::interceptor_value ( + CORBA::Any *any + ) const { this->Insert_Policy::any_insert (any, this->x_); } @@ -34,16 +34,14 @@ TAO::In_Var_Size_SArgument_T<S,Insert_Policy>::interceptor_value (CORBA::Any *an // =========================================================== -template<typename S, - typename Insert_Policy> +template<typename S, typename Insert_Policy> CORBA::Boolean TAO::Inout_Var_Size_SArgument_T<S,Insert_Policy>::marshal (TAO_OutputCDR &cdr) { return cdr << this->x_; } -template<typename S, - typename Insert_Policy> +template<typename S, typename Insert_Policy> CORBA::Boolean TAO::Inout_Var_Size_SArgument_T<S,Insert_Policy>::demarshal (TAO_InputCDR & cdr) { @@ -52,10 +50,11 @@ TAO::Inout_Var_Size_SArgument_T<S,Insert_Policy>::demarshal (TAO_InputCDR & cdr) #if TAO_HAS_INTERCEPTORS == 1 -template<typename S, - typename Insert_Policy> +template<typename S, typename Insert_Policy> void -TAO::Inout_Var_Size_SArgument_T<S,Insert_Policy>::interceptor_value (CORBA::Any *any) const +TAO::Inout_Var_Size_SArgument_T<S,Insert_Policy>::interceptor_value ( + CORBA::Any *any + ) const { this->Insert_Policy::any_insert (any, this->x_); } @@ -64,22 +63,18 @@ TAO::Inout_Var_Size_SArgument_T<S,Insert_Policy>::interceptor_value (CORBA::Any // ============================================================== -template<typename S, - typename S_var, - typename Insert_Policy> +template<typename S, typename Insert_Policy> CORBA::Boolean -TAO::Out_Var_Size_SArgument_T<S,S_var,Insert_Policy>::marshal (TAO_OutputCDR &cdr) +TAO::Out_Var_Size_SArgument_T<S,Insert_Policy>::marshal (TAO_OutputCDR &cdr) { return cdr << this->x_.in (); } #if TAO_HAS_INTERCEPTORS == 1 -template<typename S, - typename S_var, - typename Insert_Policy> +template<typename S, typename Insert_Policy> void -TAO::Out_Var_Size_SArgument_T<S,S_var,Insert_Policy>::interceptor_value ( +TAO::Out_Var_Size_SArgument_T<S,Insert_Policy>::interceptor_value ( CORBA::Any *any) const { this->Insert_Policy::any_insert (any, this->x_.in ()); @@ -89,22 +84,18 @@ TAO::Out_Var_Size_SArgument_T<S,S_var,Insert_Policy>::interceptor_value ( // ============================================================ -template<typename S, - typename S_var, - typename Insert_Policy> +template<typename S, typename Insert_Policy> CORBA::Boolean -TAO::Ret_Var_Size_SArgument_T<S,S_var,Insert_Policy>::marshal (TAO_OutputCDR &cdr) +TAO::Ret_Var_Size_SArgument_T<S,Insert_Policy>::marshal (TAO_OutputCDR &cdr) { return cdr << this->x_.in (); } #if TAO_HAS_INTERCEPTORS == 1 -template<typename S, - typename S_var, - typename Insert_Policy> +template<typename S, typename Insert_Policy> void -TAO::Ret_Var_Size_SArgument_T<S,S_var,Insert_Policy>::interceptor_value ( +TAO::Ret_Var_Size_SArgument_T<S,Insert_Policy>::interceptor_value ( CORBA::Any *any) const { this->Insert_Policy::any_insert (any, this->x_.in ()); diff --git a/TAO/tao/PortableServer/Var_Size_SArgument_T.h b/TAO/tao/PortableServer/Var_Size_SArgument_T.h index 99046ca2655..4114ecf0532 100644 --- a/TAO/tao/PortableServer/Var_Size_SArgument_T.h +++ b/TAO/tao/PortableServer/Var_Size_SArgument_T.h @@ -30,8 +30,7 @@ namespace TAO * @brief Template class for IN skeleton argument of fixed size IDL types. * */ - template<typename S, - typename Insert_Policy> + template<typename S, typename Insert_Policy> class In_Var_Size_SArgument_T : public InArgument, private Insert_Policy { public: @@ -52,9 +51,9 @@ namespace TAO * @brief Template class for INOUT skeleton arg of fixed size IDL types. * */ - template<typename S, - typename Insert_Policy> - class Inout_Var_Size_SArgument_T : public InoutArgument, private Insert_Policy + template<typename S, typename Insert_Policy> + class Inout_Var_Size_SArgument_T : public InoutArgument, + private Insert_Policy { public: Inout_Var_Size_SArgument_T (void); @@ -76,9 +75,7 @@ namespace TAO * @brief Template class for OUT skeleton argument of fixed size IDL types. * */ - template<typename S, - typename S_var, - typename Insert_Policy> + template<typename S, typename Insert_Policy> class Out_Var_Size_SArgument_T : public OutArgument, private Insert_Policy { public: @@ -91,7 +88,7 @@ namespace TAO S *& arg (void); private: - S_var x_; + typename S::_var_type x_; }; /** @@ -100,9 +97,7 @@ namespace TAO * @brief Template class for return skeleton value of fixed size IDL types. * */ - template<typename S, - typename S_var, - typename Insert_Policy> + template<typename S, typename Insert_Policy> class Ret_Var_Size_SArgument_T : public RetArgument, private Insert_Policy { public: @@ -115,7 +110,7 @@ namespace TAO S *& arg (void); private: - S_var x_; + typename S::_var_type x_; }; /** @@ -125,21 +120,18 @@ namespace TAO * variable size IDL types. * */ - template<typename T, - typename T_var, - typename T_out, - typename Insert_Policy> + template<typename T, typename Insert_Policy> struct Var_Size_SArg_Traits_T { typedef T * ret_type; typedef const T & in_type; typedef T & inout_type; - typedef T_out out_type; + typedef typename T::_out_type out_type; typedef In_Var_Size_SArgument_T<T,Insert_Policy> in_arg_val; typedef Inout_Var_Size_SArgument_T<T,Insert_Policy> inout_arg_val; - typedef Out_Var_Size_SArgument_T<T,T_var,Insert_Policy> out_arg_val; - typedef Ret_Var_Size_SArgument_T<T,T_var,Insert_Policy> ret_val; + typedef Out_Var_Size_SArgument_T<T,Insert_Policy> out_arg_val; + typedef Ret_Var_Size_SArgument_T<T,Insert_Policy> ret_val; // Typedefs corresponding to return value of arg() method in both // the client and server side argument class templates. @@ -147,7 +139,6 @@ namespace TAO typedef inout_type inout_arg_type; typedef ret_type & out_arg_type; typedef ret_type & ret_arg_type; - }; } diff --git a/TAO/tao/PortableServer/Var_Size_SArgument_T.inl b/TAO/tao/PortableServer/Var_Size_SArgument_T.inl index 11d13f2e9e2..dffc68dbf6b 100644 --- a/TAO/tao/PortableServer/Var_Size_SArgument_T.inl +++ b/TAO/tao/PortableServer/Var_Size_SArgument_T.inl @@ -4,8 +4,7 @@ TAO_BEGIN_VERSIONED_NAMESPACE_DECL -template<typename S, - typename Insert_Policy> +template<typename S, typename Insert_Policy> S const & TAO::In_Var_Size_SArgument_T<S,Insert_Policy>::arg (void) const { @@ -14,15 +13,13 @@ TAO::In_Var_Size_SArgument_T<S,Insert_Policy>::arg (void) const // ========================================================================== -template<typename S, - typename Insert_Policy> +template<typename S, typename Insert_Policy> ACE_INLINE TAO::Inout_Var_Size_SArgument_T<S,Insert_Policy>::Inout_Var_Size_SArgument_T (void) { } -template<typename S, - typename Insert_Policy> +template<typename S, typename Insert_Policy> S & TAO::Inout_Var_Size_SArgument_T<S,Insert_Policy>::arg (void) { @@ -31,39 +28,31 @@ TAO::Inout_Var_Size_SArgument_T<S,Insert_Policy>::arg (void) // ========================================================================== -template<typename S, - typename S_var, - typename Insert_Policy> +template<typename S, typename Insert_Policy> ACE_INLINE -TAO::Out_Var_Size_SArgument_T<S,S_var,Insert_Policy>::Out_Var_Size_SArgument_T (void) +TAO::Out_Var_Size_SArgument_T<S,Insert_Policy>::Out_Var_Size_SArgument_T (void) { } -template<typename S, - typename S_var, - typename Insert_Policy> +template<typename S, typename Insert_Policy> S *& -TAO::Out_Var_Size_SArgument_T<S,S_var,Insert_Policy>::arg (void) +TAO::Out_Var_Size_SArgument_T<S,Insert_Policy>::arg (void) { return this->x_.out (); } // ========================================================================== -template<typename S, - typename S_var, - typename Insert_Policy> +template<typename S, typename Insert_Policy> ACE_INLINE -TAO::Ret_Var_Size_SArgument_T<S,S_var,Insert_Policy>::Ret_Var_Size_SArgument_T (void) +TAO::Ret_Var_Size_SArgument_T<S,Insert_Policy>::Ret_Var_Size_SArgument_T (void) { } -template<typename S, - typename S_var, - typename Insert_Policy> +template<typename S, typename Insert_Policy> ACE_INLINE S *& -TAO::Ret_Var_Size_SArgument_T<S,S_var,Insert_Policy>::arg (void) +TAO::Ret_Var_Size_SArgument_T<S,Insert_Policy>::arg (void) { return this->x_.out (); } diff --git a/TAO/tao/PortableServer/get_arg.h b/TAO/tao/PortableServer/get_arg.h index 38c21f200c9..1cf9b8aa998 100644 --- a/TAO/tao/PortableServer/get_arg.h +++ b/TAO/tao/PortableServer/get_arg.h @@ -37,22 +37,9 @@ namespace TAO { namespace Portable_Server { - /// Get return value/argument. - /** - * @note It is possible to determine the return argument type - * using typedef traits found in the TAO::SArg_Traits<> - * template. However, MSVC++ 6 does not support them - * properly. Until we drop MSVC++ 6 support, we'll have to - * pass the return argument type in an additional template - * parameter. - * - * @todo Drop second template parameter, and replace - * " @c RET_ARG_TYPE " return type with - * " @c typename TAO::SArg_Traits<T>::ret_arg_type ". - */ - template<typename T, typename RET_ARG_TYPE> - RET_ARG_TYPE + template<typename T> + typename TAO::SArg_Traits<T>::ret_arg_type get_ret_arg (TAO_Operation_Details const * details, TAO::Argument * const * skel_args) { @@ -65,16 +52,8 @@ namespace TAO } /// Get "in" argument. - /** - * @see @c get_ret_arg note to understand why we currently use a - * second template parameter. - * - * @todo Drop second template parameter, and replace - * " @c IN_ARG_TYPE " return type with - * " @c typename TAO::SArg_Traits<T>::in_arg_type ". - */ - template<typename T, typename IN_ARG_TYPE> - IN_ARG_TYPE + template<typename T> + typename TAO::SArg_Traits<T>::in_arg_type get_in_arg (TAO_Operation_Details const * details, TAO::Argument * const * skel_args, size_t i) @@ -88,16 +67,8 @@ namespace TAO } /// Get "inout" argument. - /** - * @see @c get_ret_arg note to understand why we currently use a - * second template parameter. - * - * @todo Drop second template parameter, and replace - * " @c INOUT_ARG_TYPE " return type with - * " @c typename TAO::SArg_Traits<T>::inout_arg_type ". - */ - template<typename T, typename INOUT_ARG_TYPE> - INOUT_ARG_TYPE + template<typename T> + typename TAO::SArg_Traits<T>::inout_arg_type get_inout_arg (TAO_Operation_Details const * details, TAO::Argument * const * skel_args, size_t i) @@ -111,16 +82,8 @@ namespace TAO } /// Get "out" argument. - /** - * @see @c get_ret_arg note to understand why we currently use a - * second template parameter. - * - * @todo Drop second template parameter, and replace - * " @c OUT_ARG_TYPE " return type with - * " @c typename TAO::SArg_Traits<T>::out_arg_type ". - */ - template<typename T, typename OUT_ARG_TYPE> - OUT_ARG_TYPE + template<typename T> + typename TAO::SArg_Traits<T>::out_arg_type get_out_arg (TAO_Operation_Details const * details, TAO::Argument * const * skel_args, size_t i) @@ -132,7 +95,6 @@ namespace TAO : static_cast<typename TAO::SArg_Traits<T>::out_arg_val *> ( skel_args[i])->arg (); } - } } diff --git a/TAO/tao/Principal.h b/TAO/tao/Principal.h index d080b3f1bb7..3b995e143ca 100644 --- a/TAO/tao/Principal.h +++ b/TAO/tao/Principal.h @@ -39,7 +39,7 @@ namespace CORBA typedef Principal *Principal_ptr; typedef TAO_Pseudo_Var_T<Principal> Principal_var; - typedef TAO_Pseudo_Out_T<Principal, Principal_var> Principal_out; + typedef TAO_Pseudo_Out_T<Principal> Principal_out; /** * @class Principal diff --git a/TAO/tao/Pseudo_VarOut_T.h b/TAO/tao/Pseudo_VarOut_T.h index 1e55c7bc78f..3043b0249e6 100644 --- a/TAO/tao/Pseudo_VarOut_T.h +++ b/TAO/tao/Pseudo_VarOut_T.h @@ -58,23 +58,23 @@ class TAO_Pseudo_Var_T : private TAO_Base_var { public: TAO_Pseudo_Var_T (void); - TAO_Pseudo_Var_T (T *); + TAO_Pseudo_Var_T (typename T::_ptr_type); TAO_Pseudo_Var_T (const TAO_Pseudo_Var_T<T> &); ~TAO_Pseudo_Var_T (void); - TAO_Pseudo_Var_T<T> & operator= (T *); + TAO_Pseudo_Var_T<T> & operator= (typename T::_ptr_type); TAO_Pseudo_Var_T<T> & operator= (const TAO_Pseudo_Var_T<T> &); - T * operator-> (void) const; + typename T::_ptr_type operator-> (void) const; - operator T * const & () const; - operator T *& (); + operator typename T::_ptr_type const & () const; + operator typename T::_ptr_type & (); - typedef T * _in_type; - typedef T *& _inout_type; - typedef T *& _out_type; - typedef T * _retn_type; + typedef typename T::_ptr_type _in_type; + typedef typename T::_ptr_type & _inout_type; + typedef typename T::_ptr_type & _out_type; + typedef typename T::_ptr_type _retn_type; _in_type in (void) const; _inout_type inout (void); @@ -90,7 +90,7 @@ private: void operator= (const TAO_Base_var &); private: - T * ptr_; + typename T::_ptr_type ptr_; }; /** @@ -102,26 +102,26 @@ private: * and Environment. * */ -template <typename T, typename T_var> +template <typename T> class TAO_Pseudo_Out_T { public: - TAO_Pseudo_Out_T (T *&); - TAO_Pseudo_Out_T (T_var &); - TAO_Pseudo_Out_T (const TAO_Pseudo_Out_T<T,T_var> &); + TAO_Pseudo_Out_T (typename T::_ptr_type &); + TAO_Pseudo_Out_T (typename T::_var_type &); + TAO_Pseudo_Out_T (const TAO_Pseudo_Out_T<T> &); - TAO_Pseudo_Out_T<T,T_var> & operator= (const TAO_Pseudo_Out_T<T,T_var> &); - TAO_Pseudo_Out_T<T,T_var> & operator= (T *); + TAO_Pseudo_Out_T<T> & operator= (const TAO_Pseudo_Out_T<T> &); + TAO_Pseudo_Out_T<T> & operator= (typename T::_ptr_type); - operator T *& (); - T *& ptr (void); - T * operator-> (void); + operator typename T::_ptr_type & (); + typename T::_ptr_type & ptr (void); + typename T::_ptr_type operator-> (void); private: - T *& ptr_; + typename T::_ptr_type & ptr_; /// Assignment from _var not allowed. - TAO_Pseudo_Out_T<T,T_var> & operator= (const T_var &); + TAO_Pseudo_Out_T<T> & operator= (const typename T::_var_type &); }; TAO_END_VERSIONED_NAMESPACE_DECL diff --git a/TAO/tao/Pseudo_VarOut_T.inl b/TAO/tao/Pseudo_VarOut_T.inl index cf2df832afc..bbfb69aedc8 100644 --- a/TAO/tao/Pseudo_VarOut_T.inl +++ b/TAO/tao/Pseudo_VarOut_T.inl @@ -12,7 +12,7 @@ TAO_Pseudo_Var_T<T>::TAO_Pseudo_Var_T (void) template <typename T> ACE_INLINE -TAO_Pseudo_Var_T<T>::TAO_Pseudo_Var_T (T * p) +TAO_Pseudo_Var_T<T>::TAO_Pseudo_Var_T (typename T::_ptr_type p) : ptr_ (p) {} @@ -33,7 +33,7 @@ TAO_Pseudo_Var_T<T>::~TAO_Pseudo_Var_T (void) template <typename T> ACE_INLINE TAO_Pseudo_Var_T<T> & -TAO_Pseudo_Var_T<T>::operator= (T * p) +TAO_Pseudo_Var_T<T>::operator= (typename T::_ptr_type p) { ::CORBA::release (this->ptr_); this->ptr_ = p; @@ -42,21 +42,21 @@ TAO_Pseudo_Var_T<T>::operator= (T * p) template <typename T> ACE_INLINE -TAO_Pseudo_Var_T<T>::operator T * const & () const +TAO_Pseudo_Var_T<T>::operator typename T::_ptr_type const & () const { return this->ptr_; } template <typename T> ACE_INLINE -TAO_Pseudo_Var_T<T>::operator T *& () +TAO_Pseudo_Var_T<T>::operator typename T::_ptr_type & () { return this->ptr_; } template <typename T> ACE_INLINE -T * +typename T::_ptr_type TAO_Pseudo_Var_T<T>::operator-> (void) const { return this->ptr_; @@ -64,7 +64,7 @@ TAO_Pseudo_Var_T<T>::operator-> (void) const template <typename T> ACE_INLINE -T * +typename T::_ptr_type TAO_Pseudo_Var_T<T>::in (void) const { return this->ptr_; @@ -72,7 +72,7 @@ TAO_Pseudo_Var_T<T>::in (void) const template <typename T> ACE_INLINE -T *& +typename T::_ptr_type & TAO_Pseudo_Var_T<T>::inout (void) { return this->ptr_; @@ -80,7 +80,7 @@ TAO_Pseudo_Var_T<T>::inout (void) template <typename T> ACE_INLINE -T *& +typename T::_ptr_type & TAO_Pseudo_Var_T<T>::out (void) { ::CORBA::release (this->ptr_); @@ -90,17 +90,17 @@ TAO_Pseudo_Var_T<T>::out (void) template <typename T> ACE_INLINE -T * +typename T::_ptr_type TAO_Pseudo_Var_T<T>::_retn (void) { - T * val = this->ptr_; + typename T::_ptr_type val = this->ptr_; this->ptr_ = T::_nil (); return val; } template <typename T> ACE_INLINE -T * +typename T::_ptr_type TAO_Pseudo_Var_T<T>::ptr (void) const { return this->ptr_; @@ -108,68 +108,68 @@ TAO_Pseudo_Var_T<T>::ptr (void) const // ************************************************************* -template <typename T, typename T_var> +template <typename T> ACE_INLINE -TAO_Pseudo_Out_T<T,T_var>::TAO_Pseudo_Out_T (T *& p) +TAO_Pseudo_Out_T<T>::TAO_Pseudo_Out_T (typename T::_ptr_type & p) : ptr_ (p) { this->ptr_ = T::_nil (); } -template <typename T, typename T_var> +template <typename T> ACE_INLINE -TAO_Pseudo_Out_T<T,T_var>::TAO_Pseudo_Out_T (T_var & p) +TAO_Pseudo_Out_T<T>::TAO_Pseudo_Out_T (typename T::_var_type & p) : ptr_ (p.out ()) { ::CORBA::release (this->ptr_); this->ptr_ = T::_nil (); } -template <typename T, typename T_var> +template <typename T> ACE_INLINE -TAO_Pseudo_Out_T<T,T_var>::TAO_Pseudo_Out_T ( - const TAO_Pseudo_Out_T<T,T_var> & p +TAO_Pseudo_Out_T<T>::TAO_Pseudo_Out_T ( + const TAO_Pseudo_Out_T<T> & p ) : ptr_ (p.ptr_) {} -template <typename T, typename T_var> +template <typename T> ACE_INLINE -TAO_Pseudo_Out_T<T,T_var> & -TAO_Pseudo_Out_T<T,T_var>::operator= (const TAO_Pseudo_Out_T<T,T_var> & p) +TAO_Pseudo_Out_T<T> & +TAO_Pseudo_Out_T<T>::operator= (const TAO_Pseudo_Out_T<T> & p) { this->ptr_ = p.ptr_; return *this; } -template <typename T, typename T_var> +template <typename T> ACE_INLINE -TAO_Pseudo_Out_T<T,T_var> & -TAO_Pseudo_Out_T<T,T_var>::operator= (T * p) +TAO_Pseudo_Out_T<T> & +TAO_Pseudo_Out_T<T>::operator= (typename T::_ptr_type p) { this->ptr_ = p; return *this; } -template <typename T, typename T_var> +template <typename T> ACE_INLINE -T *& -TAO_Pseudo_Out_T<T,T_var>::ptr (void) +typename T::_ptr_type & +TAO_Pseudo_Out_T<T>::ptr (void) { return this->ptr_; } -template <typename T, typename T_var> +template <typename T> ACE_INLINE -TAO_Pseudo_Out_T<T,T_var>::operator T *& () +TAO_Pseudo_Out_T<T>::operator typename T::_ptr_type & () { return this->ptr_; } -template <typename T, typename T_var> +template <typename T> ACE_INLINE -T * -TAO_Pseudo_Out_T<T,T_var>::operator-> (void) +typename T::_ptr_type +TAO_Pseudo_Out_T<T>::operator-> (void) { return this->ptr_; } diff --git a/TAO/tao/RTScheduling/RTSchedulerC.cpp b/TAO/tao/RTScheduling/RTSchedulerC.cpp index 67c7ff533a2..11262996eaf 100644 --- a/TAO/tao/RTScheduling/RTSchedulerC.cpp +++ b/TAO/tao/RTScheduling/RTSchedulerC.cpp @@ -59,8 +59,6 @@ namespace TAO : public Var_Size_Arg_Traits_T< CORBA::PolicyList, - CORBA::PolicyList_var, - CORBA::PolicyList_out, TAO::Any_Insert_Policy_Stream <CORBA::PolicyList> > { diff --git a/TAO/tao/Request_Dispatcher.h b/TAO/tao/Request_Dispatcher.h index a06f4462c6b..ce097986e58 100644 --- a/TAO/tao/Request_Dispatcher.h +++ b/TAO/tao/Request_Dispatcher.h @@ -37,7 +37,7 @@ namespace CORBA { class Object; typedef TAO_Pseudo_Var_T<Object> Object_var; - typedef TAO_Pseudo_Out_T<Object, Object_var> Object_out; + typedef TAO_Pseudo_Out_T<Object> Object_out; } /** diff --git a/TAO/tao/ShortSeqC.h b/TAO/tao/ShortSeqC.h index 1df136c852c..9ac7e1fb8d4 100644 --- a/TAO/tao/ShortSeqC.h +++ b/TAO/tao/ShortSeqC.h @@ -101,6 +101,7 @@ namespace CORBA static void _tao_any_destructor (void *); typedef ShortSeq_var _var_type; + typedef ShortSeq_out _out_type; }; #endif /* end #if !defined */ diff --git a/TAO/tao/StringSeqC.h b/TAO/tao/StringSeqC.h index 0142991161a..5a9ebf566c0 100644 --- a/TAO/tao/StringSeqC.h +++ b/TAO/tao/StringSeqC.h @@ -99,6 +99,7 @@ namespace CORBA static void _tao_any_destructor (void *); typedef StringSeq_var _var_type; + typedef StringSeq_out _out_type; }; #endif /* end #if !defined */ diff --git a/TAO/tao/String_Traits_Base_T.h b/TAO/tao/String_Traits_Base_T.h index fc5197b01ea..0ab07b3a539 100644 --- a/TAO/tao/String_Traits_Base_T.h +++ b/TAO/tao/String_Traits_Base_T.h @@ -12,6 +12,7 @@ */ #include "tao/String_Alloc.h" +#include "ace/CDR_Stream.h" TAO_BEGIN_VERSIONED_NAMESPACE_DECL @@ -41,6 +42,8 @@ struct string_traits_base<char> typedef TAO::String_var <char_type> string_var; typedef TAO::String_out <char_type> string_out; typedef TAO::String_Manager_T <char_type> string_mgr; + typedef ACE_InputCDR::to_string to_type; + typedef ACE_OutputCDR::from_string from_type; inline static char_type * default_initializer() { @@ -70,6 +73,8 @@ struct string_traits_base<CORBA::WChar> typedef TAO::String_var <char_type> string_var; typedef TAO::String_out <char_type> string_out; typedef TAO::String_Manager_T <char_type> string_mgr; + typedef ACE_InputCDR::to_wstring to_type; + typedef ACE_OutputCDR::from_wstring from_type; inline static char_type * default_initializer() { diff --git a/TAO/tao/TypeCodeFactory_Adapter.h b/TAO/tao/TypeCodeFactory_Adapter.h index 03bdcd4f455..67353a5d2da 100644 --- a/TAO/tao/TypeCodeFactory_Adapter.h +++ b/TAO/tao/TypeCodeFactory_Adapter.h @@ -38,7 +38,7 @@ namespace CORBA class ValueMemberSeq; typedef TAO_Pseudo_Var_T<TypeCode> TypeCode_var; - typedef TAO_Pseudo_Out_T<TypeCode, TypeCode_var> TypeCode_out; + typedef TAO_Pseudo_Out_T<TypeCode> TypeCode_out; typedef CORBA::Short ValueModifier; } diff --git a/TAO/tao/UB_String_Argument_T.cpp b/TAO/tao/UB_String_Argument_T.cpp index ede48dd16e4..e1d6e7c0ffd 100644 --- a/TAO/tao/UB_String_Argument_T.cpp +++ b/TAO/tao/UB_String_Argument_T.cpp @@ -12,18 +12,22 @@ TAO_BEGIN_VERSIONED_NAMESPACE_DECL -template<typename S, typename Insert_Policy> +template<typename S_var, typename Insert_Policy> CORBA::Boolean -TAO::In_UB_String_Argument_T<S,Insert_Policy>::marshal (TAO_OutputCDR &cdr) +TAO::In_UB_String_Argument_T<S_var,Insert_Policy>::marshal ( + TAO_OutputCDR &cdr + ) { return cdr << this->x_; } #if TAO_HAS_INTERCEPTORS == 1 -template<typename S, typename Insert_Policy> +template<typename S_var, typename Insert_Policy> void -TAO::In_UB_String_Argument_T<S,Insert_Policy>::interceptor_value (CORBA::Any *any) const +TAO::In_UB_String_Argument_T<S_var,Insert_Policy>::interceptor_value ( + CORBA::Any *any + ) const { this->Insert_Policy::any_insert (any, this->x_); } @@ -32,16 +36,20 @@ TAO::In_UB_String_Argument_T<S,Insert_Policy>::interceptor_value (CORBA::Any *an // =========================================================== -template<typename S, typename Insert_Policy> +template<typename S_var, typename Insert_Policy> CORBA::Boolean -TAO::Inout_UB_String_Argument_T<S,Insert_Policy>::marshal (TAO_OutputCDR &cdr) +TAO::Inout_UB_String_Argument_T<S_var,Insert_Policy>::marshal ( + TAO_OutputCDR &cdr + ) { return cdr << this->x_; } -template<typename S, typename Insert_Policy> +template<typename S_var, typename Insert_Policy> CORBA::Boolean -TAO::Inout_UB_String_Argument_T<S,Insert_Policy>::demarshal (TAO_InputCDR & cdr) +TAO::Inout_UB_String_Argument_T<S_var,Insert_Policy>::demarshal ( + TAO_InputCDR & cdr + ) { delete [] this->x_; return cdr >> this->x_; @@ -49,9 +57,11 @@ TAO::Inout_UB_String_Argument_T<S,Insert_Policy>::demarshal (TAO_InputCDR & cdr) #if TAO_HAS_INTERCEPTORS == 1 -template<typename S, typename Insert_Policy> +template<typename S_var, typename Insert_Policy> void -TAO::Inout_UB_String_Argument_T<S,Insert_Policy>::interceptor_value (CORBA::Any *any) const +TAO::Inout_UB_String_Argument_T<S_var,Insert_Policy>::interceptor_value ( + CORBA::Any *any + ) const { this->Insert_Policy::any_insert (any, this->x_); } @@ -60,19 +70,20 @@ TAO::Inout_UB_String_Argument_T<S,Insert_Policy>::interceptor_value (CORBA::Any // ============================================================== -template<typename S, typename S_out, typename Insert_Policy> +template<typename S_var, typename Insert_Policy> CORBA::Boolean -TAO::Out_UB_String_Argument_T<S,S_out,Insert_Policy>::demarshal (TAO_InputCDR & cdr) +TAO::Out_UB_String_Argument_T<S_var,Insert_Policy>::demarshal (TAO_InputCDR & cdr) { return cdr >> this->x_; } #if TAO_HAS_INTERCEPTORS == 1 -template<typename S, typename S_out, typename Insert_Policy> +template<typename S_var, typename Insert_Policy> void -TAO::Out_UB_String_Argument_T<S,S_out,Insert_Policy>::interceptor_value ( - CORBA::Any *any) const +TAO::Out_UB_String_Argument_T<S_var,Insert_Policy>::interceptor_value ( + CORBA::Any *any + ) const { this->Insert_Policy::any_insert (any, this->x_); } @@ -81,18 +92,18 @@ TAO::Out_UB_String_Argument_T<S,S_out,Insert_Policy>::interceptor_value ( // ============================================================ -template<typename S, typename S_var, typename Insert_Policy> +template<typename S_var, typename Insert_Policy> CORBA::Boolean -TAO::Ret_UB_String_Argument_T<S,S_var,Insert_Policy>::demarshal (TAO_InputCDR & cdr) +TAO::Ret_UB_String_Argument_T<S_var,Insert_Policy>::demarshal (TAO_InputCDR & cdr) { return cdr >> this->x_.out (); } #if TAO_HAS_INTERCEPTORS == 1 -template<typename S, typename S_var, typename Insert_Policy> +template<typename S_var, typename Insert_Policy> void -TAO::Ret_UB_String_Argument_T<S,S_var,Insert_Policy>::interceptor_value ( +TAO::Ret_UB_String_Argument_T<S_var,Insert_Policy>::interceptor_value ( CORBA::Any *any) const { this->Insert_Policy::any_insert (any, this->x_.in ()); diff --git a/TAO/tao/UB_String_Argument_T.h b/TAO/tao/UB_String_Argument_T.h index 5b269e0a570..26ca05845ad 100644 --- a/TAO/tao/UB_String_Argument_T.h +++ b/TAO/tao/UB_String_Argument_T.h @@ -32,20 +32,20 @@ namespace TAO * @brief Template class for IN unbounded (w)string argument. * */ - template<typename S, typename Insert_Policy> + template<typename S_var, typename Insert_Policy> class In_UB_String_Argument_T : public InArgument, private Insert_Policy { public: - In_UB_String_Argument_T (const S * x); + In_UB_String_Argument_T (const typename S_var::s_traits::char_type * x); virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr); #if TAO_HAS_INTERCEPTORS == 1 virtual void interceptor_value (CORBA::Any *any) const; #endif /* TAO_HAS_INTERCEPTORS == 1 */ - S const * arg (void) const; + const typename S_var::s_traits::char_type * arg (void) const; private: - S const * x_; + typename S_var::s_traits::char_type const * x_; }; /** @@ -54,21 +54,21 @@ namespace TAO * @brief Template class for INOUT unbounded (w)string argument. * */ - template<typename S, typename Insert_Policy> + template<typename S_var, typename Insert_Policy> class Inout_UB_String_Argument_T : public InoutArgument, private Insert_Policy { public: - Inout_UB_String_Argument_T (S *& x); + Inout_UB_String_Argument_T (typename S_var::s_traits::char_type *& x); virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr); virtual CORBA::Boolean demarshal (TAO_InputCDR &); #if TAO_HAS_INTERCEPTORS == 1 virtual void interceptor_value (CORBA::Any *any) const; #endif /* TAO_HAS_INTERCEPTORS == 1 */ - S *& arg (void); + typename S_var::s_traits::char_type *& arg (void); private: - S *& x_; + typename S_var::s_traits::char_type *& x_; }; /** @@ -77,20 +77,20 @@ namespace TAO * @brief Template class for OUT unbounded (w)string argument. * */ - template<typename S, typename S_out, typename Insert_Policy> + template<typename S_var, typename Insert_Policy> class Out_UB_String_Argument_T : public OutArgument, private Insert_Policy { public: - Out_UB_String_Argument_T (S_out & x); + Out_UB_String_Argument_T (typename S_var::s_traits::string_out & x); virtual CORBA::Boolean demarshal (TAO_InputCDR &); #if TAO_HAS_INTERCEPTORS == 1 virtual void interceptor_value (CORBA::Any *any) const; #endif /* TAO_HAS_INTERCEPTORS == 1 */ - S *& arg (void); + typename S_var::s_traits::char_type *& arg (void); private: - S *& x_; + typename S_var::s_traits::char_type *& x_; }; /** @@ -99,7 +99,7 @@ namespace TAO * @brief Template class for return stub value of ub (w)string argument. * */ - template<typename S, typename S_var, typename Insert_Policy> + template<typename S_var, typename Insert_Policy> class Ret_UB_String_Argument_T : public RetArgument, private Insert_Policy { public: @@ -109,43 +109,32 @@ namespace TAO #if TAO_HAS_INTERCEPTORS == 1 virtual void interceptor_value (CORBA::Any *any) const; #endif /* TAO_HAS_INTERCEPTORS == 1 */ - S *& arg (void); - - S * excp (void); - S * retn (void); + typename S_var::s_traits::char_type *& arg (void); + typename S_var::s_traits::char_type * excp (void); + typename S_var::s_traits::char_type * retn (void); private: S_var x_; }; /** - * @struct UB_String_Tag - * - * @brief Struct for unbounded (w)string arguments id tag. - * - */ - struct TAO_Export UB_String_Tag {}; - - /** * @struct UB_String_Arg_Traits_T * * @brief Template class for argument traits of unbounded (w)strings. * */ - template<typename T, typename T_var, typename T_out, typename Insert_Policy> + template<typename T_var, typename Insert_Policy> struct UB_String_Arg_Traits_T { - typedef T * ret_type; - typedef T const * in_type; - typedef T *& inout_type; - typedef T_out out_type; - - typedef In_UB_String_Argument_T<T, Insert_Policy> in_arg_val; - typedef Inout_UB_String_Argument_T<T, Insert_Policy> inout_arg_val; - typedef Out_UB_String_Argument_T<T,T_out, Insert_Policy> out_arg_val; - typedef Ret_UB_String_Argument_T<T,T_var, Insert_Policy> ret_val; - - typedef UB_String_Tag idl_tag; + typedef typename T_var::s_traits::char_type * ret_type; + typedef typename T_var::s_traits::char_type const * in_type; + typedef typename T_var::s_traits::char_type *& inout_type; + typedef typename T_var::s_traits::string_out out_type; + + typedef In_UB_String_Argument_T<T_var, Insert_Policy> in_arg_val; + typedef Inout_UB_String_Argument_T<T_var, Insert_Policy> inout_arg_val; + typedef Out_UB_String_Argument_T<T_var, Insert_Policy> out_arg_val; + typedef Ret_UB_String_Argument_T<T_var, Insert_Policy> ret_val; }; } diff --git a/TAO/tao/UB_String_Argument_T.inl b/TAO/tao/UB_String_Argument_T.inl index 370d3931dd9..373500a50fe 100644 --- a/TAO/tao/UB_String_Argument_T.inl +++ b/TAO/tao/UB_String_Argument_T.inl @@ -4,80 +4,84 @@ TAO_BEGIN_VERSIONED_NAMESPACE_DECL -template<typename S, typename Insert_Policy> +template<typename S_var, typename Insert_Policy> ACE_INLINE -TAO::In_UB_String_Argument_T<S,Insert_Policy>::In_UB_String_Argument_T ( - const S * x) +TAO::In_UB_String_Argument_T<S_var,Insert_Policy>::In_UB_String_Argument_T ( + const typename S_var::s_traits::char_type * x) : x_ (x) {} -template<typename S, typename Insert_Policy> +template<typename S_var, typename Insert_Policy> ACE_INLINE -const S * -TAO::In_UB_String_Argument_T<S,Insert_Policy>::arg (void) const +const typename S_var::s_traits::char_type * +TAO::In_UB_String_Argument_T<S_var,Insert_Policy>::arg (void) const { return this->x_; } // ========================================================================== -template<typename S, typename Insert_Policy> +template<typename S_var, typename Insert_Policy> ACE_INLINE -TAO::Inout_UB_String_Argument_T<S,Insert_Policy>::Inout_UB_String_Argument_T (S *& x) +TAO::Inout_UB_String_Argument_T<S_var,Insert_Policy>::Inout_UB_String_Argument_T ( + typename S_var::s_traits::char_type *& x + ) : x_ (x) {} -template<typename S, typename Insert_Policy> +template<typename S_var, typename Insert_Policy> ACE_INLINE -S *& -TAO::Inout_UB_String_Argument_T<S,Insert_Policy>::arg (void) +typename S_var::s_traits::char_type *& +TAO::Inout_UB_String_Argument_T<S_var,Insert_Policy>::arg (void) { return this->x_; } // ========================================================================== -template<typename S, typename S_out, typename Insert_Policy> +template<typename S_var, typename Insert_Policy> ACE_INLINE -TAO::Out_UB_String_Argument_T<S,S_out,Insert_Policy>::Out_UB_String_Argument_T (S_out & x) +TAO::Out_UB_String_Argument_T<S_var,Insert_Policy>::Out_UB_String_Argument_T ( + typename S_var::s_traits::string_out & x + ) : x_ (x.ptr ()) {} -template<typename S, typename S_out, typename Insert_Policy> +template<typename S_var, typename Insert_Policy> ACE_INLINE -S *& -TAO::Out_UB_String_Argument_T<S,S_out,Insert_Policy>::arg (void) +typename S_var::s_traits::char_type *& +TAO::Out_UB_String_Argument_T<S_var,Insert_Policy>::arg (void) { return this->x_; } // ========================================================================== -template<typename S, typename S_var, typename Insert_Policy> +template<typename S_var, typename Insert_Policy> ACE_INLINE -TAO::Ret_UB_String_Argument_T<S,S_var,Insert_Policy>::Ret_UB_String_Argument_T (void) +TAO::Ret_UB_String_Argument_T<S_var,Insert_Policy>::Ret_UB_String_Argument_T (void) {} -template<typename S, typename S_var, typename Insert_Policy> +template<typename S_var, typename Insert_Policy> ACE_INLINE -S *& -TAO::Ret_UB_String_Argument_T<S,S_var,Insert_Policy>::arg (void) +typename S_var::s_traits::char_type *& +TAO::Ret_UB_String_Argument_T<S_var,Insert_Policy>::arg (void) { return this->x_.out (); } -template<typename S, typename S_var, typename Insert_Policy> +template<typename S_var, typename Insert_Policy> ACE_INLINE -S * -TAO::Ret_UB_String_Argument_T<S,S_var,Insert_Policy>::excp (void) +typename S_var::s_traits::char_type * +TAO::Ret_UB_String_Argument_T<S_var,Insert_Policy>::excp (void) { return this->x_.ptr (); } -template<typename S, typename S_var, typename Insert_Policy> +template<typename S_var, typename Insert_Policy> ACE_INLINE -S * -TAO::Ret_UB_String_Argument_T<S,S_var,Insert_Policy>::retn (void) +typename S_var::s_traits::char_type * +TAO::Ret_UB_String_Argument_T<S_var,Insert_Policy>::retn (void) { return this->x_._retn (); } diff --git a/TAO/tao/UB_String_Arguments.h b/TAO/tao/UB_String_Arguments.h index 7e78f4749fa..5d792c43509 100644 --- a/TAO/tao/UB_String_Arguments.h +++ b/TAO/tao/UB_String_Arguments.h @@ -36,19 +36,19 @@ namespace TAO template<> class TAO_Export Arg_Traits<CORBA::Char *> - : public UB_String_Arg_Traits_T<CORBA::Char, - CORBA::String_var, - CORBA::String_out, - TAO::Any_Insert_Policy_AnyTypeCode_Adapter <CORBA::Char const *> > + : public UB_String_Arg_Traits_T< + CORBA::String_var, + TAO::Any_Insert_Policy_AnyTypeCode_Adapter <CORBA::Char const *> + > { }; template<> class TAO_Export Arg_Traits<CORBA::WChar *> - : public UB_String_Arg_Traits_T<CORBA::WChar, - CORBA::WString_var, - CORBA::WString_out, - TAO::Any_Insert_Policy_AnyTypeCode_Adapter <CORBA::WChar const *> > + : public UB_String_Arg_Traits_T< + CORBA::WString_var, + TAO::Any_Insert_Policy_AnyTypeCode_Adapter <CORBA::WChar const *> + > { }; } diff --git a/TAO/tao/ULongLongSeqC.h b/TAO/tao/ULongLongSeqC.h index 94af13b4328..282cd5e3053 100644 --- a/TAO/tao/ULongLongSeqC.h +++ b/TAO/tao/ULongLongSeqC.h @@ -101,6 +101,7 @@ namespace CORBA static void _tao_any_destructor (void *); typedef ULongLongSeq_var _var_type; + typedef ULongLongSeq_out _out_type; }; #endif /* end #if !defined */ diff --git a/TAO/tao/ULongSeqC.h b/TAO/tao/ULongSeqC.h index 877065e7585..ec57619300e 100644 --- a/TAO/tao/ULongSeqC.h +++ b/TAO/tao/ULongSeqC.h @@ -106,6 +106,7 @@ namespace CORBA static void _tao_any_destructor (void *); typedef ULongSeq_var _var_type; + typedef ULongSeq_out _out_type; }; #endif /* end #if !defined */ diff --git a/TAO/tao/UShortSeqC.h b/TAO/tao/UShortSeqC.h index 5e917a4ab31..6be1c17efae 100644 --- a/TAO/tao/UShortSeqC.h +++ b/TAO/tao/UShortSeqC.h @@ -110,6 +110,7 @@ namespace CORBA static void _tao_any_destructor (void *); typedef UShortSeq_var _var_type; + typedef UShortSeq_out _out_type; }; #endif /* end #if !defined */ diff --git a/TAO/tao/Unbounded_Array_Sequence_T.h b/TAO/tao/Unbounded_Array_Sequence_T.h index 84c2f98f3e6..0188cb2a86c 100644 --- a/TAO/tao/Unbounded_Array_Sequence_T.h +++ b/TAO/tao/Unbounded_Array_Sequence_T.h @@ -30,7 +30,8 @@ public: typedef value_type const & const_subscript_type; typedef details::unbounded_array_allocation_traits<value_type,true> allocation_traits; - typedef details::array_traits <T_array, T_slice, T_tag> element_traits; + typedef TAO_Array_Forany_T<T_array, T_slice, T_tag> forany; + typedef details::array_traits <forany> element_traits; typedef details::generic_sequence<value_type, allocation_traits, element_traits> implementation_type; inline unbounded_array_sequence() @@ -97,8 +98,8 @@ namespace TAO template <typename stream, typename T_array, typename T_slice, typename T_tag> bool demarshal_sequence(stream & strm, TAO::unbounded_array_sequence<T_array, T_slice, T_tag> & target) { typedef TAO::unbounded_array_sequence<T_array, T_slice, T_tag> sequence; - typedef TAO::Array_Traits<T_array, T_slice, T_tag> array_traits; typedef TAO_Array_Forany_T <T_array, T_slice, T_tag> forany; + typedef TAO::Array_Traits<forany> array_traits; ::CORBA::ULong new_length = 0; if (!(strm >> new_length)) { @@ -128,8 +129,8 @@ namespace TAO template <typename stream, typename T_array, typename T_slice, typename T_tag> bool marshal_sequence(stream & strm, const TAO::unbounded_array_sequence<T_array, T_slice, T_tag> & source) { typedef TAO_FixedArray_Var_T <T_array, T_slice, T_tag> fixed_array; - typedef TAO::Array_Traits<T_array, T_slice, T_tag> array_traits; typedef TAO_Array_Forany_T <T_array, T_slice, T_tag> forany; + typedef TAO::Array_Traits<forany> array_traits; ::CORBA::ULong const length = source.length (); if (!(strm << length)) { return false; diff --git a/TAO/tao/Valuetype/AbstractBase.h b/TAO/tao/Valuetype/AbstractBase.h index 339d2918d8f..d897139f8ed 100644 --- a/TAO/tao/Valuetype/AbstractBase.h +++ b/TAO/tao/Valuetype/AbstractBase.h @@ -44,7 +44,7 @@ namespace CORBA class ValueBase; typedef TAO_Pseudo_Var_T<AbstractBase> AbstractBase_var; - typedef TAO_Pseudo_Out_T<AbstractBase, AbstractBase_var> AbstractBase_out; + typedef TAO_Pseudo_Out_T<AbstractBase> AbstractBase_out; /** * @class AbstractBase @@ -69,6 +69,7 @@ namespace CORBA typedef CORBA::AbstractBase_ptr _ptr_type; typedef CORBA::AbstractBase_var _var_type; + typedef CORBA::AbstractBase_out _out_type; static CORBA::AbstractBase_ptr _narrow (CORBA::AbstractBase_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS); @@ -158,12 +159,13 @@ namespace TAO { template<> class TAO_Valuetype_Export Arg_Traits<CORBA::AbstractBase> - : public Object_Arg_Traits_T<CORBA::AbstractBase_ptr, - CORBA::AbstractBase_var, - CORBA::AbstractBase_out, - TAO::Objref_Traits<CORBA::AbstractBase>, - TAO::Any_Insert_Policy_Stream <CORBA::AbstractBase_ptr> - > + : public Object_Arg_Traits_T< + CORBA::AbstractBase_ptr, + CORBA::AbstractBase_var, + CORBA::AbstractBase_out, + TAO::Objref_Traits<CORBA::AbstractBase>, + TAO::Any_Insert_Policy_Stream <CORBA::AbstractBase_ptr> + > { }; } diff --git a/TAO/tao/Valuetype/ValueBase.h b/TAO/tao/Valuetype/ValueBase.h index 1b1880cadc9..44f7598672a 100644 --- a/TAO/tao/Valuetype/ValueBase.h +++ b/TAO/tao/Valuetype/ValueBase.h @@ -128,10 +128,11 @@ namespace CORBA typedef ValueBase* _ptr_type; typedef ValueBase_var _var_type; - typedef ACE_Vector < ACE_CString > Repository_Id_List; + typedef ValueBase_out _out_type; + typedef ACE_Vector < ACE_CString > Repository_Id_List; - // reference counting + // Reference counting. /// %! virtual CORBA::ValueBase* _copy_value (void) = 0; virtual void _add_ref (void) = 0; virtual void _remove_ref (void) = 0; diff --git a/TAO/tao/Var_Array_Argument_T.cpp b/TAO/tao/Var_Array_Argument_T.cpp index e1ad6bdd0ae..5c34336b9e2 100644 --- a/TAO/tao/Var_Array_Argument_T.cpp +++ b/TAO/tao/Var_Array_Argument_T.cpp @@ -11,12 +11,10 @@ TAO_BEGIN_VERSIONED_NAMESPACE_DECL -template<typename S, - typename S_slice, - typename S_forany, +template<typename S_forany, typename Insert_Policy> CORBA::Boolean -TAO::In_Var_Array_Argument_T<S,S_slice,S_forany,Insert_Policy>::marshal ( +TAO::In_Var_Array_Argument_T<S_forany,Insert_Policy>::marshal ( TAO_OutputCDR & cdr ) { @@ -25,12 +23,10 @@ TAO::In_Var_Array_Argument_T<S,S_slice,S_forany,Insert_Policy>::marshal ( #if TAO_HAS_INTERCEPTORS == 1 -template<typename S, - typename S_slice, - typename S_forany, +template<typename S_forany, typename Insert_Policy> void -TAO::In_Var_Array_Argument_T<S,S_slice,S_forany,Insert_Policy>::interceptor_value ( +TAO::In_Var_Array_Argument_T<S_forany,Insert_Policy>::interceptor_value ( CORBA::Any *any) const { this->Insert_Policy::any_insert (any, this->x_); @@ -40,24 +36,20 @@ TAO::In_Var_Array_Argument_T<S,S_slice,S_forany,Insert_Policy>::interceptor_valu // =========================================================== -template<typename S, - typename S_slice, - typename S_forany, +template<typename S_forany, typename Insert_Policy> CORBA::Boolean -TAO::Inout_Var_Array_Argument_T<S,S_slice,S_forany,Insert_Policy>::marshal ( +TAO::Inout_Var_Array_Argument_T<S_forany,Insert_Policy>::marshal ( TAO_OutputCDR & cdr ) { return cdr << this->x_; } -template<typename S, - typename S_slice, - typename S_forany, +template<typename S_forany, typename Insert_Policy> CORBA::Boolean -TAO::Inout_Var_Array_Argument_T<S,S_slice,S_forany,Insert_Policy>::demarshal ( +TAO::Inout_Var_Array_Argument_T<S_forany,Insert_Policy>::demarshal ( TAO_InputCDR & cdr ) { @@ -66,12 +58,10 @@ TAO::Inout_Var_Array_Argument_T<S,S_slice,S_forany,Insert_Policy>::demarshal ( #if TAO_HAS_INTERCEPTORS == 1 -template<typename S, - typename S_slice, - typename S_forany, +template<typename S_forany, typename Insert_Policy> void -TAO::Inout_Var_Array_Argument_T<S,S_slice,S_forany,Insert_Policy>::interceptor_value ( +TAO::Inout_Var_Array_Argument_T<S_forany,Insert_Policy>::interceptor_value ( CORBA::Any *any) const { this->Insert_Policy::any_insert (any, this->x_); @@ -81,19 +71,15 @@ TAO::Inout_Var_Array_Argument_T<S,S_slice,S_forany,Insert_Policy>::interceptor_v // ============================================================== -template<typename S, - typename S_slice, - typename S_var, - typename S_out, +template<typename S_out, typename S_forany, - typename S_tag, typename Insert_Policy> CORBA::Boolean -TAO::Out_Var_Array_Argument_T<S,S_slice,S_var,S_out,S_forany,S_tag,Insert_Policy>::demarshal ( +TAO::Out_Var_Array_Argument_T<S_out,S_forany,Insert_Policy>::demarshal ( TAO_InputCDR & cdr ) { - typedef TAO::Array_Traits<S,S_slice,S_tag> ARRAY_TRAITS; + typedef TAO::Array_Traits<S_forany> ARRAY_TRAITS; ACE_ALLOCATOR_RETURN (this->x_, ARRAY_TRAITS::alloc (), 0); @@ -103,15 +89,11 @@ TAO::Out_Var_Array_Argument_T<S,S_slice,S_var,S_out,S_forany,S_tag,Insert_Policy #if TAO_HAS_INTERCEPTORS == 1 -template<typename S, - typename S_slice, - typename S_var, - typename S_out, +template<typename S_out, typename S_forany, - typename S_tag, typename Insert_Policy> void -TAO::Out_Var_Array_Argument_T<S,S_slice,S_var,S_out,S_forany,S_tag,Insert_Policy>:: +TAO::Out_Var_Array_Argument_T<S_out,S_forany,Insert_Policy>:: interceptor_value (CORBA::Any *any) const { S_forany tmp (this->x_); @@ -122,19 +104,16 @@ interceptor_value (CORBA::Any *any) const // ============================================================ -template<typename S, - typename S_slice, - typename S_var, +template<typename S_var, typename S_forany, - typename S_tag, typename Insert_Policy> CORBA::Boolean -TAO::Ret_Var_Array_Argument_T<S,S_slice,S_var,S_forany,S_tag,Insert_Policy>::demarshal ( +TAO::Ret_Var_Array_Argument_T<S_var,S_forany,Insert_Policy>::demarshal ( TAO_InputCDR & cdr ) { - typedef TAO::Array_Traits<S,S_slice,S_tag> ARRAY_TRAITS; - S_slice * tmp_ptr = 0; + typedef TAO::Array_Traits<S_forany> ARRAY_TRAITS; + typename S_forany::_slice_type * tmp_ptr = 0; ACE_ALLOCATOR_RETURN (tmp_ptr, ARRAY_TRAITS::alloc (), 0); @@ -145,14 +124,11 @@ TAO::Ret_Var_Array_Argument_T<S,S_slice,S_var,S_forany,S_tag,Insert_Policy>::dem #if TAO_HAS_INTERCEPTORS == 1 -template<typename S, - typename S_slice, - typename S_var, +template<typename S_var, typename S_forany, - typename S_tag, typename Insert_Policy> void -TAO::Ret_Var_Array_Argument_T<S,S_slice,S_var,S_forany,S_tag,Insert_Policy>:: +TAO::Ret_Var_Array_Argument_T<S_var,S_forany,Insert_Policy>:: interceptor_value (CORBA::Any *any) const { this->Insert_Policy::any_insert (any, S_forany (this->x_.ptr ())); diff --git a/TAO/tao/Var_Array_Argument_T.h b/TAO/tao/Var_Array_Argument_T.h index 8b7ecbbf3c2..00f8c3bf8b6 100644 --- a/TAO/tao/Var_Array_Argument_T.h +++ b/TAO/tao/Var_Array_Argument_T.h @@ -31,20 +31,18 @@ namespace TAO * @brief IN stub argument of variable size element array. * */ - template<typename S, - typename S_slice, - typename S_forany, + template<typename S_forany, typename Insert_Policy> class In_Var_Array_Argument_T : public InArgument, private Insert_Policy { public: - In_Var_Array_Argument_T (const S_slice * x); + In_Var_Array_Argument_T (const typename S_forany::_slice_type * x); virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr); #if TAO_HAS_INTERCEPTORS == 1 virtual void interceptor_value (CORBA::Any *any) const; #endif /* TAO_HAS_INTERCEPTORS == 1 */ - S_slice const * arg (void) const; + typename S_forany::_slice_type const * arg (void) const; private: S_forany x_; @@ -56,21 +54,19 @@ namespace TAO * @brief INOUT stub argument of variable size element array. * */ - template<typename S, - typename S_slice, - typename S_forany, + template<typename S_forany, typename Insert_Policy> class Inout_Var_Array_Argument_T : public InoutArgument, private Insert_Policy { public: - Inout_Var_Array_Argument_T (S_slice *&x); + Inout_Var_Array_Argument_T (typename S_forany::_slice_type *&x); virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr); virtual CORBA::Boolean demarshal (TAO_InputCDR &); #if TAO_HAS_INTERCEPTORS == 1 virtual void interceptor_value (CORBA::Any *any) const; #endif /* TAO_HAS_INTERCEPTORS == 1 */ - S_slice * arg (void); + typename S_forany::_slice_type * arg (void); private: S_forany x_; @@ -82,12 +78,8 @@ namespace TAO * @brief OUT stub argument of variable size element array. * */ - template<typename S, - typename S_slice, - typename S_var, - typename S_out, + template<typename S_out, typename S_forany, - typename S_tag, typename Insert_Policy> class Out_Var_Array_Argument_T : public OutArgument, private Insert_Policy { @@ -98,10 +90,10 @@ namespace TAO #if TAO_HAS_INTERCEPTORS == 1 virtual void interceptor_value (CORBA::Any *any) const; #endif /* TAO_HAS_INTERCEPTORS == 1 */ - S_slice *& arg (void); + typename S_forany::_slice_type *& arg (void); private: - S_slice *& x_; + typename S_forany::_slice_type *& x_; }; /** @@ -110,11 +102,8 @@ namespace TAO * @brief Return stub value of variable size element array. * */ - template<typename S, - typename S_slice, - typename S_var, + template<typename S_var, typename S_forany, - typename S_tag, typename Insert_Policy> class Ret_Var_Array_Argument_T : public RetArgument, private Insert_Policy { @@ -125,66 +114,41 @@ namespace TAO #if TAO_HAS_INTERCEPTORS == 1 virtual void interceptor_value (CORBA::Any *any) const; #endif /* TAO_HAS_INTERCEPTORS == 1 */ - S_slice *& arg (void); + typename S_forany::_slice_type *& arg (void); - S_slice * excp (void); - S_slice * retn (void); + typename S_forany::_slice_type * excp (void); + typename S_forany::_slice_type * retn (void); private: S_var x_; }; /** - * @struct Var_Array_Tag - * - * @brief Struct for variable size element array argument id tag. - * - */ - struct TAO_Export Var_Array_Tag {}; - - /** * @struct Var_Array_Arg_Traits_T * * @brief Argument traits of variable size element array. * */ - template<typename T, - typename T_slice, - typename T_var, - typename T_out, + template<typename T_out, typename T_forany, - typename T_tag, typename Insert_Policy> struct Var_Array_Arg_Traits_T { - typedef T_slice * ret_type; - typedef const T in_type; - typedef T inout_type; + typedef typename T_forany::_slice_type * ret_type; + typedef const typename T_forany::_array_type in_type; + typedef typename T_forany::_array_type inout_type; typedef T_out out_type; - typedef In_Var_Array_Argument_T<T, - T_slice, - T_forany, - Insert_Policy> in_arg_val; - typedef Inout_Var_Array_Argument_T<T, - T_slice, - T_forany, - Insert_Policy> inout_arg_val; - typedef Out_Var_Array_Argument_T<T, - T_slice, - T_var, - T_out, + typedef In_Var_Array_Argument_T<T_forany, + Insert_Policy> in_arg_val; + typedef Inout_Var_Array_Argument_T<T_forany, + Insert_Policy> inout_arg_val; + typedef Out_Var_Array_Argument_T<T_out, T_forany, - T_tag, - Insert_Policy> out_arg_val; - typedef Ret_Var_Array_Argument_T<T, - T_slice, - T_var, + Insert_Policy> out_arg_val; + typedef Ret_Var_Array_Argument_T<typename T_out::_var_type, T_forany, - T_tag, - Insert_Policy> ret_val; - - typedef Var_Array_Tag idl_tag; + Insert_Policy> ret_val; }; } diff --git a/TAO/tao/Var_Array_Argument_T.inl b/TAO/tao/Var_Array_Argument_T.inl index ce041fd3fb0..acd2eabfc92 100644 --- a/TAO/tao/Var_Array_Argument_T.inl +++ b/TAO/tao/Var_Array_Argument_T.inl @@ -4,130 +4,102 @@ TAO_BEGIN_VERSIONED_NAMESPACE_DECL -template<typename S, - typename S_slice, - typename S_forany, +template<typename S_forany, typename Insert_Policy> ACE_INLINE -TAO::In_Var_Array_Argument_T<S,S_slice,S_forany,Insert_Policy>:: -In_Var_Array_Argument_T (const S_slice * x) - : x_ (const_cast<S_slice *> (x)) +TAO::In_Var_Array_Argument_T<S_forany,Insert_Policy>:: +In_Var_Array_Argument_T (const typename S_forany::_slice_type * x) + : x_ (const_cast<typename S_forany::_slice_type *> (x)) { } -template<typename S, - typename S_slice, - typename S_forany, +template<typename S_forany, typename Insert_Policy> ACE_INLINE -S_slice const * -TAO::In_Var_Array_Argument_T<S,S_slice,S_forany,Insert_Policy>::arg (void) const +typename S_forany::_slice_type const * +TAO::In_Var_Array_Argument_T<S_forany,Insert_Policy>::arg (void) const { return this->x_.in (); } // ========================================================================== -template<typename S, - typename S_slice, - typename S_forany, +template<typename S_forany, typename Insert_Policy> ACE_INLINE -TAO::Inout_Var_Array_Argument_T<S,S_slice,S_forany,Insert_Policy>:: -Inout_Var_Array_Argument_T (S_slice *&x) +TAO::Inout_Var_Array_Argument_T<S_forany,Insert_Policy>:: +Inout_Var_Array_Argument_T (typename S_forany::_slice_type *&x) : x_ (x) { } -template<typename S, - typename S_slice, - typename S_forany, +template<typename S_forany, typename Insert_Policy> ACE_INLINE -S_slice * -TAO::Inout_Var_Array_Argument_T<S,S_slice,S_forany,Insert_Policy>::arg (void) +typename S_forany::_slice_type * +TAO::Inout_Var_Array_Argument_T<S_forany,Insert_Policy>::arg (void) { return this->x_.inout (); } // ========================================================================== -template<typename S, - typename S_slice, - typename S_var, - typename S_out, +template<typename S_out, typename S_forany, - typename S_tag, typename Insert_Policy> ACE_INLINE -TAO::Out_Var_Array_Argument_T<S,S_slice,S_var,S_out,S_forany,S_tag,Insert_Policy>:: +TAO::Out_Var_Array_Argument_T<S_out,S_forany,Insert_Policy>:: Out_Var_Array_Argument_T (S_out x) : x_ (x.ptr ()) { } -template<typename S, - typename S_slice, - typename S_var, - typename S_out, +template<typename S_out, typename S_forany, - typename S_tag, typename Insert_Policy> ACE_INLINE -S_slice *& -TAO::Out_Var_Array_Argument_T<S,S_slice,S_var,S_out,S_forany,S_tag,Insert_Policy>::arg (void) +typename S_forany::_slice_type *& +TAO::Out_Var_Array_Argument_T<S_out,S_forany,Insert_Policy>::arg (void) { return this->x_; } // ========================================================================== -template<typename S, - typename S_slice, - typename S_var, +template<typename S_var, typename S_forany, - typename S_tag, typename Insert_Policy> ACE_INLINE -TAO::Ret_Var_Array_Argument_T<S,S_slice,S_var,S_forany,S_tag,Insert_Policy>:: +TAO::Ret_Var_Array_Argument_T<S_var,S_forany,Insert_Policy>:: Ret_Var_Array_Argument_T (void) {} -template<typename S, - typename S_slice, - typename S_var, +template<typename S_var, typename S_forany, - typename S_tag, typename Insert_Policy> ACE_INLINE -S_slice *& -TAO::Ret_Var_Array_Argument_T<S,S_slice,S_var,S_forany,S_tag,Insert_Policy>::arg (void) +typename S_forany::_slice_type *& +TAO::Ret_Var_Array_Argument_T<S_var,S_forany,Insert_Policy>::arg (void) { return this->x_.out (); } -template<typename S, - typename S_slice, - typename S_var, +template<typename S_var, typename S_forany, - typename S_tag, typename Insert_Policy> ACE_INLINE -S_slice * -TAO::Ret_Var_Array_Argument_T<S,S_slice,S_var,S_forany,S_tag,Insert_Policy>::excp (void) +typename S_forany::_slice_type * +TAO::Ret_Var_Array_Argument_T<S_var,S_forany,Insert_Policy>::excp (void) { return this->x_.ptr (); } -template<typename S, - typename S_slice, - typename S_var, +template<typename S_var, typename S_forany, - typename S_tag, typename Insert_Policy> ACE_INLINE -S_slice * -TAO::Ret_Var_Array_Argument_T<S,S_slice,S_var,S_forany,S_tag,Insert_Policy>::retn (void) +typename S_forany::_slice_type * +TAO::Ret_Var_Array_Argument_T<S_var,S_forany,Insert_Policy>::retn (void) { return this->x_._retn (); } diff --git a/TAO/tao/Var_Size_Argument_T.cpp b/TAO/tao/Var_Size_Argument_T.cpp index addbd7f9a2d..02a82fbd4fc 100644 --- a/TAO/tao/Var_Size_Argument_T.cpp +++ b/TAO/tao/Var_Size_Argument_T.cpp @@ -11,8 +11,7 @@ TAO_BEGIN_VERSIONED_NAMESPACE_DECL -template<typename S, - typename Insert_Policy> +template<typename S, typename Insert_Policy> CORBA::Boolean TAO::In_Var_Size_Argument_T<S,Insert_Policy>::marshal (TAO_OutputCDR &cdr) { @@ -21,10 +20,11 @@ TAO::In_Var_Size_Argument_T<S,Insert_Policy>::marshal (TAO_OutputCDR &cdr) #if TAO_HAS_INTERCEPTORS == 1 -template<typename S, - typename Insert_Policy> +template<typename S, typename Insert_Policy> void -TAO::In_Var_Size_Argument_T<S,Insert_Policy>::interceptor_value (CORBA::Any *any) const +TAO::In_Var_Size_Argument_T<S,Insert_Policy>::interceptor_value ( + CORBA::Any *any + ) const { this->Insert_Policy::any_insert (any, *this->x_); } @@ -33,28 +33,31 @@ TAO::In_Var_Size_Argument_T<S,Insert_Policy>::interceptor_value (CORBA::Any *any // =========================================================== -template<typename S, - typename Insert_Policy> +template<typename S, typename Insert_Policy> CORBA::Boolean -TAO::Inout_Var_Size_Argument_T<S,Insert_Policy>::marshal (TAO_OutputCDR &cdr) +TAO::Inout_Var_Size_Argument_T<S,Insert_Policy>::marshal ( + TAO_OutputCDR &cdr + ) { return cdr << *this->x_; } -template<typename S, - typename Insert_Policy> +template<typename S, typename Insert_Policy> CORBA::Boolean -TAO::Inout_Var_Size_Argument_T<S,Insert_Policy>::demarshal (TAO_InputCDR & cdr) +TAO::Inout_Var_Size_Argument_T<S,Insert_Policy>::demarshal ( + TAO_InputCDR & cdr + ) { return cdr >> *this->x_; } #if TAO_HAS_INTERCEPTORS == 1 -template<typename S, - typename Insert_Policy> +template<typename S, typename Insert_Policy> void -TAO::Inout_Var_Size_Argument_T<S,Insert_Policy>::interceptor_value (CORBA::Any *any) const +TAO::Inout_Var_Size_Argument_T<S,Insert_Policy>::interceptor_value ( + CORBA::Any *any + ) const { this->Insert_Policy::any_insert (any, *this->x_); } @@ -63,11 +66,11 @@ TAO::Inout_Var_Size_Argument_T<S,Insert_Policy>::interceptor_value (CORBA::Any * // ============================================================== -template<typename S, - typename S_out, - typename Insert_Policy> +template<typename S, typename Insert_Policy> CORBA::Boolean -TAO::Out_Var_Size_Argument_T<S,S_out,Insert_Policy>::demarshal (TAO_InputCDR & cdr) +TAO::Out_Var_Size_Argument_T<S,Insert_Policy>::demarshal ( + TAO_InputCDR & cdr + ) { this->x_ = new S; return cdr >> *this->x_; @@ -75,11 +78,11 @@ TAO::Out_Var_Size_Argument_T<S,S_out,Insert_Policy>::demarshal (TAO_InputCDR & c #if TAO_HAS_INTERCEPTORS == 1 -template<typename S, - typename S_out, - typename Insert_Policy> +template<typename S, typename Insert_Policy> void -TAO::Out_Var_Size_Argument_T<S,S_out,Insert_Policy>::interceptor_value (CORBA::Any *any) const +TAO::Out_Var_Size_Argument_T<S,Insert_Policy>::interceptor_value ( + CORBA::Any *any + ) const { this->Insert_Policy::any_insert (any, *this->x_); } @@ -88,11 +91,11 @@ TAO::Out_Var_Size_Argument_T<S,S_out,Insert_Policy>::interceptor_value (CORBA::A // ============================================================ -template<typename S, - typename S_var, - typename Insert_Policy> +template<typename S, typename Insert_Policy> CORBA::Boolean -TAO::Ret_Var_Size_Argument_T<S,S_var,Insert_Policy>::demarshal (TAO_InputCDR & cdr) +TAO::Ret_Var_Size_Argument_T<S,Insert_Policy>::demarshal ( + TAO_InputCDR & cdr + ) { S * tmp = 0; ACE_NEW_RETURN (tmp, @@ -104,11 +107,11 @@ TAO::Ret_Var_Size_Argument_T<S,S_var,Insert_Policy>::demarshal (TAO_InputCDR & c #if TAO_HAS_INTERCEPTORS == 1 -template<typename S, - typename S_var, - typename Insert_Policy> +template<typename S, typename Insert_Policy> void -TAO::Ret_Var_Size_Argument_T<S,S_var,Insert_Policy>::interceptor_value (CORBA::Any *any) const +TAO::Ret_Var_Size_Argument_T<S,Insert_Policy>::interceptor_value ( + CORBA::Any *any + ) const { this->Insert_Policy::any_insert (any, this->x_.in ()); } diff --git a/TAO/tao/Var_Size_Argument_T.h b/TAO/tao/Var_Size_Argument_T.h index 72760ec5ac8..e819674efd8 100644 --- a/TAO/tao/Var_Size_Argument_T.h +++ b/TAO/tao/Var_Size_Argument_T.h @@ -76,11 +76,11 @@ namespace TAO * @brief Template class for OUT stub argument of fixed size IDL types. * */ - template<typename S, typename S_out, typename Insert_Policy> + template<typename S, typename Insert_Policy> class Out_Var_Size_Argument_T : public OutArgument, private Insert_Policy { public: - Out_Var_Size_Argument_T (S_out x); + Out_Var_Size_Argument_T (typename S::_out_type x); virtual CORBA::Boolean demarshal (TAO_InputCDR &); #if TAO_HAS_INTERCEPTORS == 1 @@ -98,7 +98,7 @@ namespace TAO * @brief Template class for return stub value of fixed size IDL types. * */ - template<typename S, typename S_var, typename Insert_Policy> + template<typename S, typename Insert_Policy> class Ret_Var_Size_Argument_T : public RetArgument, private Insert_Policy { public: @@ -114,38 +114,28 @@ namespace TAO S * retn (void); protected: - S_var x_; + typename S::_var_type x_; }; /** - * @struct Var_Size_Tag - * - * @brief Struct for fixed size IDL type arguments id tag. - * - */ - struct TAO_Export Var_Size_Tag {}; - - /** * @struct Var_Size_Arg_Traits_T * * @brief Template class for stub argument traits of * variable size IDL types. * */ - template<typename T, typename T_var, typename T_out, typename Insert_Policy> + template<typename T, typename Insert_Policy> struct Var_Size_Arg_Traits_T { typedef T * ret_type; typedef T const & in_type; typedef T & inout_type; - typedef T_out out_type; - - typedef In_Var_Size_Argument_T<T, Insert_Policy> in_arg_val; - typedef Inout_Var_Size_Argument_T<T, Insert_Policy> inout_arg_val; - typedef Out_Var_Size_Argument_T<T,T_out, Insert_Policy> out_arg_val; - typedef Ret_Var_Size_Argument_T<T,T_var, Insert_Policy> ret_val; + typedef typename T::_out_type out_type; - typedef Var_Size_Tag idl_tag; + typedef In_Var_Size_Argument_T<T, Insert_Policy> in_arg_val; + typedef Inout_Var_Size_Argument_T<T, Insert_Policy> inout_arg_val; + typedef Out_Var_Size_Argument_T<T, Insert_Policy> out_arg_val; + typedef Ret_Var_Size_Argument_T<T, Insert_Policy> ret_val; }; } diff --git a/TAO/tao/Var_Size_Argument_T.inl b/TAO/tao/Var_Size_Argument_T.inl index e20150b11c7..2ccdef9db16 100644 --- a/TAO/tao/Var_Size_Argument_T.inl +++ b/TAO/tao/Var_Size_Argument_T.inl @@ -4,16 +4,14 @@ TAO_BEGIN_VERSIONED_NAMESPACE_DECL -template<typename S, - typename Insert_Policy> +template<typename S, typename Insert_Policy> ACE_INLINE TAO::In_Var_Size_Argument_T<S,Insert_Policy>::In_Var_Size_Argument_T (S const & x) : x_ (&x) { } -template<typename S, - typename Insert_Policy> +template<typename S, typename Insert_Policy> ACE_INLINE const S & TAO::In_Var_Size_Argument_T<S,Insert_Policy>::arg (void) const @@ -23,16 +21,14 @@ TAO::In_Var_Size_Argument_T<S,Insert_Policy>::arg (void) const // ========================================================================== -template<typename S, - typename Insert_Policy> +template<typename S, typename Insert_Policy> ACE_INLINE TAO::Inout_Var_Size_Argument_T<S,Insert_Policy>::Inout_Var_Size_Argument_T (S & x) : x_ (&x) { } -template<typename S, - typename Insert_Policy> +template<typename S, typename Insert_Policy> ACE_INLINE S & TAO::Inout_Var_Size_Argument_T<S,Insert_Policy>::arg (void) @@ -42,60 +38,50 @@ TAO::Inout_Var_Size_Argument_T<S,Insert_Policy>::arg (void) // ========================================================================== -template<typename S, - typename S_out, - typename Insert_Policy> +template<typename S, typename Insert_Policy> ACE_INLINE -TAO::Out_Var_Size_Argument_T<S,S_out,Insert_Policy>::Out_Var_Size_Argument_T (S_out x) +TAO::Out_Var_Size_Argument_T<S,Insert_Policy>::Out_Var_Size_Argument_T ( + typename S::_out_type x + ) : x_ (x.ptr ()) {} -template<typename S, - typename S_out, - typename Insert_Policy> +template<typename S, typename Insert_Policy> ACE_INLINE S *& -TAO::Out_Var_Size_Argument_T<S,S_out,Insert_Policy>::arg (void) +TAO::Out_Var_Size_Argument_T<S,Insert_Policy>::arg (void) { return this->x_; } // ========================================================================== -template<typename S, - typename S_var, - typename Insert_Policy> +template<typename S, typename Insert_Policy> ACE_INLINE -TAO::Ret_Var_Size_Argument_T<S,S_var,Insert_Policy>::Ret_Var_Size_Argument_T (void) +TAO::Ret_Var_Size_Argument_T<S,Insert_Policy>::Ret_Var_Size_Argument_T (void) { } -template<typename S, - typename S_var, - typename Insert_Policy> +template<typename S, typename Insert_Policy> ACE_INLINE S *& -TAO::Ret_Var_Size_Argument_T<S,S_var,Insert_Policy>::arg (void) +TAO::Ret_Var_Size_Argument_T<S,Insert_Policy>::arg (void) { return this->x_.out (); } -template<typename S, - typename S_var, - typename Insert_Policy> +template<typename S, typename Insert_Policy> ACE_INLINE S * -TAO::Ret_Var_Size_Argument_T<S,S_var,Insert_Policy>::excp (void) +TAO::Ret_Var_Size_Argument_T<S,Insert_Policy>::excp (void) { return this->x_.ptr (); } -template<typename S, - typename S_var, - typename Insert_Policy> +template<typename S, typename Insert_Policy> ACE_INLINE S * -TAO::Ret_Var_Size_Argument_T<S,S_var,Insert_Policy>::retn (void) +TAO::Ret_Var_Size_Argument_T<S,Insert_Policy>::retn (void) { return this->x_._retn (); } diff --git a/TAO/tao/WCharSeqC.h b/TAO/tao/WCharSeqC.h index 3a3676e8b57..380cd8a7faa 100644 --- a/TAO/tao/WCharSeqC.h +++ b/TAO/tao/WCharSeqC.h @@ -101,6 +101,7 @@ namespace CORBA static void _tao_any_destructor (void *); typedef WCharSeq_var _var_type; + typedef WCharSeq_out _out_type; }; #endif /* end #if !defined */ diff --git a/TAO/tao/WStringSeqC.h b/TAO/tao/WStringSeqC.h index 99af9022e39..ad2f8c92019 100644 --- a/TAO/tao/WStringSeqC.h +++ b/TAO/tao/WStringSeqC.h @@ -99,6 +99,7 @@ namespace CORBA static void _tao_any_destructor (void *); typedef WStringSeq_var _var_type; + typedef WStringSeq_out _out_type; }; #endif /* end #if !defined */ |