diff options
153 files changed, 48 insertions, 21199 deletions
diff --git a/TAO/tao/AnyTypeCode/BooleanSeqA.cpp b/TAO/tao/AnyTypeCode/BooleanSeqA.cpp deleted file mode 100644 index 99a63b8332a..00000000000 --- a/TAO/tao/AnyTypeCode/BooleanSeqA.cpp +++ /dev/null @@ -1,146 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -#include "tao/AnyTypeCode/BooleanSeqA.h" -#include "tao/AnyTypeCode/Null_RefCount_Policy.h" -#include "tao/AnyTypeCode/TypeCode_Constants.h" -#include "tao/AnyTypeCode/Alias_TypeCode_Static.h" -#include "tao/AnyTypeCode/Sequence_TypeCode_Static.h" -#include "tao/AnyTypeCode/Any.h" -#include "tao/CDR.h" -#include "tao/AnyTypeCode/Any_Dual_Impl_T.h" - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -// TAO_IDL - Generated from -// be\be_visitor_typecode/alias_typecode.cpp:50 - - - -// TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 - - -#ifndef _TAO_TYPECODE_CORBA_BooleanSeq_GUARD -#define _TAO_TYPECODE_CORBA_BooleanSeq_GUARD -namespace TAO -{ - namespace TypeCode - { - TAO::TypeCode::Sequence< ::CORBA::TypeCode_ptr const *, - TAO::Null_RefCount_Policy> - CORBA_BooleanSeq_0 ( - ::CORBA::tk_sequence, - &CORBA::_tc_boolean, - 0U); - - ::CORBA::TypeCode_ptr const tc_CORBA_BooleanSeq_0 = - &CORBA_BooleanSeq_0; - - } -} - - -#endif /* _TAO_TYPECODE_CORBA_BooleanSeq_GUARD */ - -static TAO::TypeCode::Alias<char const *, - ::CORBA::TypeCode_ptr const *, - TAO::Null_RefCount_Policy> - _tao_tc_CORBA_BooleanSeq ( - ::CORBA::tk_alias, - "IDL:omg.org/CORBA/BooleanSeq:1.0", - "BooleanSeq", - &TAO::TypeCode::tc_CORBA_BooleanSeq_0); - -namespace CORBA -{ - ::CORBA::TypeCode_ptr const _tc_BooleanSeq = - &_tao_tc_CORBA_BooleanSeq; -} - - - -// TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_cs.cpp:54 - - -// Copying insertion. -void operator<<= ( - ::CORBA::Any &_tao_any, - const CORBA::BooleanSeq &_tao_elem - ) -{ - TAO::Any_Dual_Impl_T<CORBA::BooleanSeq>::insert_copy ( - _tao_any, - CORBA::BooleanSeq::_tao_any_destructor, - TAO::TypeCode::tc_CORBA_BooleanSeq_0, - _tao_elem - ); -} - -// Non-copying insertion. -void operator<<= ( - ::CORBA::Any &_tao_any, - CORBA::BooleanSeq *_tao_elem - ) -{ - TAO::Any_Dual_Impl_T<CORBA::BooleanSeq>::insert ( - _tao_any, - CORBA::BooleanSeq::_tao_any_destructor, - TAO::TypeCode::tc_CORBA_BooleanSeq_0, - _tao_elem - ); -} - -// Extraction to non-const pointer (deprecated). -::CORBA::Boolean operator>>= ( - const ::CORBA::Any &_tao_any, - CORBA::BooleanSeq *&_tao_elem - ) -{ - return _tao_any >>= const_cast< - const CORBA::BooleanSeq *&> ( - _tao_elem - ); -} - -// Extraction to const pointer. -::CORBA::Boolean operator>>= ( - const ::CORBA::Any &_tao_any, - const CORBA::BooleanSeq *&_tao_elem - ) -{ - return - TAO::Any_Dual_Impl_T<CORBA::BooleanSeq>::extract ( - _tao_any, - CORBA::BooleanSeq::_tao_any_destructor, - TAO::TypeCode::tc_CORBA_BooleanSeq_0, - _tao_elem - ); -} - -TAO_END_VERSIONED_NAMESPACE_DECL diff --git a/TAO/tao/AnyTypeCode/BooleanSeqA.h b/TAO/tao/AnyTypeCode/BooleanSeqA.h deleted file mode 100644 index 9797a2afa66..00000000000 --- a/TAO/tao/AnyTypeCode/BooleanSeqA.h +++ /dev/null @@ -1,70 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// TAO_IDL - Generated from -// be\be_codegen.cpp:754 - -#ifndef _TAO_IDL_ANYTYPECODE_BOOLEANSEQA_H_ -#define _TAO_IDL_ANYTYPECODE_BOOLEANSEQA_H_ - -#include /**/ "ace/pre.h" - -#include "tao/AnyTypeCode/TAO_AnyTypeCode_Export.h" -#include "tao/BooleanSeqC.h" - - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:59 - -namespace CORBA -{ - - // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - - extern TAO_AnyTypeCode_Export ::CORBA::TypeCode_ptr const _tc_BooleanSeq; - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:86 - -} // module CORBA - -// TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_ch.cpp:53 - -TAO_AnyTypeCode_Export void operator<<= ( ::CORBA::Any &, const CORBA::BooleanSeq &); // copying version -TAO_AnyTypeCode_Export void operator<<= ( ::CORBA::Any &, CORBA::BooleanSeq*); // noncopying version -TAO_AnyTypeCode_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::BooleanSeq *&); // deprecated -TAO_AnyTypeCode_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, const CORBA::BooleanSeq *&); - -TAO_END_VERSIONED_NAMESPACE_DECL - -#include /**/ "ace/post.h" - -#endif /* ifndef */ diff --git a/TAO/tao/AnyTypeCode/CONV_FRAMEA.cpp b/TAO/tao/AnyTypeCode/CONV_FRAMEA.cpp deleted file mode 100644 index 91fc0a664e3..00000000000 --- a/TAO/tao/AnyTypeCode/CONV_FRAMEA.cpp +++ /dev/null @@ -1,431 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -#include "tao/AnyTypeCode/CONV_FRAMEA.h" -#include "tao/AnyTypeCode/Null_RefCount_Policy.h" -#include "tao/AnyTypeCode/TypeCode_Constants.h" -#include "tao/AnyTypeCode/Alias_TypeCode_Static.h" -#include "tao/AnyTypeCode/Sequence_TypeCode_Static.h" -#include "tao/AnyTypeCode/Struct_TypeCode_Static.h" -#include "tao/AnyTypeCode/TypeCode_Struct_Field.h" -#include "tao/CDR.h" -#include "tao/AnyTypeCode/Any.h" -#include "tao/AnyTypeCode/Any_Dual_Impl_T.h" - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -// TAO_IDL - Generated from -// be\be_visitor_typecode/alias_typecode.cpp:50 - -static TAO::TypeCode::Alias<char const *, - CORBA::TypeCode_ptr const *, - TAO::Null_RefCount_Policy> - _tao_tc_CONV_FRAME_CodeSetId ( - CORBA::tk_alias, - "IDL:omg.org/CONV_FRAME/CodeSetId:1.0", - "CodeSetId", - &CORBA::_tc_ulong); - -namespace CONV_FRAME -{ - ::CORBA::TypeCode_ptr const _tc_CodeSetId = - &_tao_tc_CONV_FRAME_CodeSetId; -} - - - -// TAO_IDL - Generated from -// be\be_visitor_typecode/alias_typecode.cpp:50 - - - -// TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 - - -#ifndef _TAO_TYPECODE_CONV_FRAME_CodeSetIdSeq_GUARD -#define _TAO_TYPECODE_CONV_FRAME_CodeSetIdSeq_GUARD -namespace TAO -{ - namespace TypeCode - { - TAO::TypeCode::Sequence< ::CORBA::TypeCode_ptr const *, - TAO::Null_RefCount_Policy> - CONV_FRAME_CodeSetIdSeq_0 ( - CORBA::tk_sequence, - &CONV_FRAME::_tc_CodeSetId, - 0U); - - ::CORBA::TypeCode_ptr const tc_CONV_FRAME_CodeSetIdSeq_0 = - &CONV_FRAME_CodeSetIdSeq_0; - - } -} - - -#endif /* _TAO_TYPECODE_CONV_FRAME_CodeSetIdSeq_GUARD */ - -static TAO::TypeCode::Alias<char const *, - CORBA::TypeCode_ptr const *, - TAO::Null_RefCount_Policy> - _tao_tc_CONV_FRAME_CodeSetIdSeq ( - CORBA::tk_alias, - "IDL:omg.org/CONV_FRAME/CodeSetIdSeq:1.0", - "CodeSetIdSeq", - &TAO::TypeCode::tc_CONV_FRAME_CodeSetIdSeq_0); - -namespace CONV_FRAME -{ - ::CORBA::TypeCode_ptr const _tc_CodeSetIdSeq = - &_tao_tc_CONV_FRAME_CodeSetIdSeq; -} - - - -// TAO_IDL - Generated from -// be\be_visitor_typecode/struct_typecode.cpp:87 - - - -// TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 - -static TAO::TypeCode::Struct_Field<char const *, CORBA::TypeCode_ptr const *> const _tao_fields_CONV_FRAME_CodeSetComponent[] = - { - { "native_code_set", &CONV_FRAME::_tc_CodeSetId }, - { "conversion_code_sets", &CONV_FRAME::_tc_CodeSetIdSeq } - - }; -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_CONV_FRAME_CodeSetComponent ( - CORBA::tk_struct, - "IDL:omg.org/CONV_FRAME/CodeSetComponent:1.0", - "CodeSetComponent", - _tao_fields_CONV_FRAME_CodeSetComponent, - 2); - -namespace CONV_FRAME -{ - ::CORBA::TypeCode_ptr const _tc_CodeSetComponent = - &_tao_tc_CONV_FRAME_CodeSetComponent; -} - - - -// TAO_IDL - Generated from -// be\be_visitor_typecode/struct_typecode.cpp:87 - -static TAO::TypeCode::Struct_Field<char const *, CORBA::TypeCode_ptr const *> const _tao_fields_CONV_FRAME_CodeSetComponentInfo[] = - { - { "ForCharData", &CONV_FRAME::_tc_CodeSetComponent }, - { "ForWcharData", &CONV_FRAME::_tc_CodeSetComponent } - - }; -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_CONV_FRAME_CodeSetComponentInfo ( - CORBA::tk_struct, - "IDL:omg.org/CONV_FRAME/CodeSetComponentInfo:1.0", - "CodeSetComponentInfo", - _tao_fields_CONV_FRAME_CodeSetComponentInfo, - 2); - -namespace CONV_FRAME -{ - ::CORBA::TypeCode_ptr const _tc_CodeSetComponentInfo = - &_tao_tc_CONV_FRAME_CodeSetComponentInfo; -} - - - -// TAO_IDL - Generated from -// be\be_visitor_typecode/struct_typecode.cpp:87 - -static TAO::TypeCode::Struct_Field<char const *, CORBA::TypeCode_ptr const *> const _tao_fields_CONV_FRAME_CodeSetContext[] = - { - { "char_data", &CONV_FRAME::_tc_CodeSetId }, - { "wchar_data", &CONV_FRAME::_tc_CodeSetId } - - }; -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_CONV_FRAME_CodeSetContext ( - CORBA::tk_struct, - "IDL:omg.org/CONV_FRAME/CodeSetContext:1.0", - "CodeSetContext", - _tao_fields_CONV_FRAME_CodeSetContext, - 2); - -namespace CONV_FRAME -{ - ::CORBA::TypeCode_ptr const _tc_CodeSetContext = - &_tao_tc_CONV_FRAME_CodeSetContext; -} - - - -// TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_cs.cpp:54 - - -// Copying insertion. -void operator<<= ( - CORBA::Any &_tao_any, - const CONV_FRAME::CodeSetIdSeq &_tao_elem - ) -{ - TAO::Any_Dual_Impl_T<CONV_FRAME::CodeSetIdSeq>::insert_copy ( - _tao_any, - CONV_FRAME::CodeSetIdSeq::_tao_any_destructor, - TAO::TypeCode::tc_CONV_FRAME_CodeSetIdSeq_0, - _tao_elem - ); -} - -// Non-copying insertion. -void operator<<= ( - CORBA::Any &_tao_any, - CONV_FRAME::CodeSetIdSeq *_tao_elem - ) -{ - TAO::Any_Dual_Impl_T<CONV_FRAME::CodeSetIdSeq>::insert ( - _tao_any, - CONV_FRAME::CodeSetIdSeq::_tao_any_destructor, - TAO::TypeCode::tc_CONV_FRAME_CodeSetIdSeq_0, - _tao_elem - ); -} - -// Extraction to non-const pointer (deprecated). -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, - CONV_FRAME::CodeSetIdSeq *&_tao_elem - ) -{ - return _tao_any >>= const_cast< - const CONV_FRAME::CodeSetIdSeq *&> ( - _tao_elem - ); -} - -// Extraction to const pointer. -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, - const CONV_FRAME::CodeSetIdSeq *&_tao_elem - ) -{ - return - TAO::Any_Dual_Impl_T<CONV_FRAME::CodeSetIdSeq>::extract ( - _tao_any, - CONV_FRAME::CodeSetIdSeq::_tao_any_destructor, - TAO::TypeCode::tc_CONV_FRAME_CodeSetIdSeq_0, - _tao_elem - ); -} - -// TAO_IDL - Generated from -// be\be_visitor_structure/any_op_cs.cpp:54 - -// Copying insertion. -void operator<<= ( - CORBA::Any &_tao_any, - const CONV_FRAME::CodeSetComponent &_tao_elem - ) -{ - TAO::Any_Dual_Impl_T<CONV_FRAME::CodeSetComponent>::insert_copy ( - _tao_any, - CONV_FRAME::CodeSetComponent::_tao_any_destructor, - CONV_FRAME::_tc_CodeSetComponent, - _tao_elem - ); -} - -// Non-copying insertion. -void operator<<= ( - CORBA::Any &_tao_any, - CONV_FRAME::CodeSetComponent *_tao_elem - ) -{ - TAO::Any_Dual_Impl_T<CONV_FRAME::CodeSetComponent>::insert ( - _tao_any, - CONV_FRAME::CodeSetComponent::_tao_any_destructor, - CONV_FRAME::_tc_CodeSetComponent, - _tao_elem - ); -} - -// Extraction to non-const pointer (deprecated). -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, - CONV_FRAME::CodeSetComponent *&_tao_elem - ) -{ - return _tao_any >>= const_cast< - const CONV_FRAME::CodeSetComponent *&> ( - _tao_elem - ); -} - -// Extraction to const pointer. -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, - const CONV_FRAME::CodeSetComponent *&_tao_elem - ) -{ - return - TAO::Any_Dual_Impl_T<CONV_FRAME::CodeSetComponent>::extract ( - _tao_any, - CONV_FRAME::CodeSetComponent::_tao_any_destructor, - CONV_FRAME::_tc_CodeSetComponent, - _tao_elem - ); -} - -// TAO_IDL - Generated from -// be\be_visitor_structure/any_op_cs.cpp:54 - -// Copying insertion. -void operator<<= ( - CORBA::Any &_tao_any, - const CONV_FRAME::CodeSetComponentInfo &_tao_elem - ) -{ - TAO::Any_Dual_Impl_T<CONV_FRAME::CodeSetComponentInfo>::insert_copy ( - _tao_any, - CONV_FRAME::CodeSetComponentInfo::_tao_any_destructor, - CONV_FRAME::_tc_CodeSetComponentInfo, - _tao_elem - ); -} - -// Non-copying insertion. -void operator<<= ( - CORBA::Any &_tao_any, - CONV_FRAME::CodeSetComponentInfo *_tao_elem - ) -{ - TAO::Any_Dual_Impl_T<CONV_FRAME::CodeSetComponentInfo>::insert ( - _tao_any, - CONV_FRAME::CodeSetComponentInfo::_tao_any_destructor, - CONV_FRAME::_tc_CodeSetComponentInfo, - _tao_elem - ); -} - -// Extraction to non-const pointer (deprecated). -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, - CONV_FRAME::CodeSetComponentInfo *&_tao_elem - ) -{ - return _tao_any >>= const_cast< - const CONV_FRAME::CodeSetComponentInfo *&> ( - _tao_elem - ); -} - -// Extraction to const pointer. -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, - const CONV_FRAME::CodeSetComponentInfo *&_tao_elem - ) -{ - return - TAO::Any_Dual_Impl_T<CONV_FRAME::CodeSetComponentInfo>::extract ( - _tao_any, - CONV_FRAME::CodeSetComponentInfo::_tao_any_destructor, - CONV_FRAME::_tc_CodeSetComponentInfo, - _tao_elem - ); -} - -// TAO_IDL - Generated from -// be\be_visitor_structure/any_op_cs.cpp:54 - -// Copying insertion. -void operator<<= ( - CORBA::Any &_tao_any, - const CONV_FRAME::CodeSetContext &_tao_elem - ) -{ - TAO::Any_Dual_Impl_T<CONV_FRAME::CodeSetContext>::insert_copy ( - _tao_any, - CONV_FRAME::CodeSetContext::_tao_any_destructor, - CONV_FRAME::_tc_CodeSetContext, - _tao_elem - ); -} - -// Non-copying insertion. -void operator<<= ( - CORBA::Any &_tao_any, - CONV_FRAME::CodeSetContext *_tao_elem - ) -{ - TAO::Any_Dual_Impl_T<CONV_FRAME::CodeSetContext>::insert ( - _tao_any, - CONV_FRAME::CodeSetContext::_tao_any_destructor, - CONV_FRAME::_tc_CodeSetContext, - _tao_elem - ); -} - -// Extraction to non-const pointer (deprecated). -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, - CONV_FRAME::CodeSetContext *&_tao_elem - ) -{ - return _tao_any >>= const_cast< - const CONV_FRAME::CodeSetContext *&> ( - _tao_elem - ); -} - -// Extraction to const pointer. -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, - const CONV_FRAME::CodeSetContext *&_tao_elem - ) -{ - return - TAO::Any_Dual_Impl_T<CONV_FRAME::CodeSetContext>::extract ( - _tao_any, - CONV_FRAME::CodeSetContext::_tao_any_destructor, - CONV_FRAME::_tc_CodeSetContext, - _tao_elem - ); -} - -TAO_END_VERSIONED_NAMESPACE_DECL diff --git a/TAO/tao/AnyTypeCode/CONV_FRAMEA.h b/TAO/tao/AnyTypeCode/CONV_FRAMEA.h deleted file mode 100644 index beffd197c43..00000000000 --- a/TAO/tao/AnyTypeCode/CONV_FRAMEA.h +++ /dev/null @@ -1,115 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// TAO_IDL - Generated from -// be\be_codegen.cpp:788 - -#ifndef _TAO_IDL_ANYTYPECODE_CONV_FRAMEA_H_ -#define _TAO_IDL_ANYTYPECODE_CONV_FRAMEA_H_ - -#include /**/ "ace/pre.h" - -#include "tao/AnyTypeCode/TAO_AnyTypeCode_Export.h" -#include "tao/AnyTypeCode/AnyTypeCode_methods.h" -#include "tao/CONV_FRAMEC.h" - - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:59 - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -namespace CONV_FRAME -{ - - // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - - extern TAO_AnyTypeCode_Export ::CORBA::TypeCode_ptr const _tc_CodeSetId; - - // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - - extern TAO_AnyTypeCode_Export ::CORBA::TypeCode_ptr const _tc_CodeSetIdSeq; - - // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - - extern TAO_AnyTypeCode_Export ::CORBA::TypeCode_ptr const _tc_CodeSetComponent; - - // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - - extern TAO_AnyTypeCode_Export ::CORBA::TypeCode_ptr const _tc_CodeSetComponentInfo; - - // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - - extern TAO_AnyTypeCode_Export ::CORBA::TypeCode_ptr const _tc_CodeSetContext; - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:86 - -} // module CONV_FRAME - -// TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_ch.cpp:53 - -TAO_AnyTypeCode_Export void operator<<= (CORBA::Any &, const CONV_FRAME::CodeSetIdSeq &); // copying version -TAO_AnyTypeCode_Export void operator<<= (CORBA::Any &, CONV_FRAME::CodeSetIdSeq*); // noncopying version -TAO_AnyTypeCode_Export CORBA::Boolean operator>>= (const CORBA::Any &, CONV_FRAME::CodeSetIdSeq *&); // deprecated -TAO_AnyTypeCode_Export CORBA::Boolean operator>>= (const CORBA::Any &, const CONV_FRAME::CodeSetIdSeq *&); - -// TAO_IDL - Generated from -// be\be_visitor_structure/any_op_ch.cpp:53 - -TAO_AnyTypeCode_Export void operator<<= (CORBA::Any &, const CONV_FRAME::CodeSetComponent &); // copying version -TAO_AnyTypeCode_Export void operator<<= (CORBA::Any &, CONV_FRAME::CodeSetComponent*); // noncopying version -TAO_AnyTypeCode_Export CORBA::Boolean operator>>= (const CORBA::Any &, CONV_FRAME::CodeSetComponent *&); // deprecated -TAO_AnyTypeCode_Export CORBA::Boolean operator>>= (const CORBA::Any &, const CONV_FRAME::CodeSetComponent *&); - -// TAO_IDL - Generated from -// be\be_visitor_structure/any_op_ch.cpp:53 - -TAO_AnyTypeCode_Export void operator<<= (CORBA::Any &, const CONV_FRAME::CodeSetComponentInfo &); // copying version -TAO_AnyTypeCode_Export void operator<<= (CORBA::Any &, CONV_FRAME::CodeSetComponentInfo*); // noncopying version -TAO_AnyTypeCode_Export CORBA::Boolean operator>>= (const CORBA::Any &, CONV_FRAME::CodeSetComponentInfo *&); // deprecated -TAO_AnyTypeCode_Export CORBA::Boolean operator>>= (const CORBA::Any &, const CONV_FRAME::CodeSetComponentInfo *&); - -// TAO_IDL - Generated from -// be\be_visitor_structure/any_op_ch.cpp:53 - -TAO_AnyTypeCode_Export void operator<<= (CORBA::Any &, const CONV_FRAME::CodeSetContext &); // copying version -TAO_AnyTypeCode_Export void operator<<= (CORBA::Any &, CONV_FRAME::CodeSetContext*); // noncopying version -TAO_AnyTypeCode_Export CORBA::Boolean operator>>= (const CORBA::Any &, CONV_FRAME::CodeSetContext *&); // deprecated -TAO_AnyTypeCode_Export CORBA::Boolean operator>>= (const CORBA::Any &, const CONV_FRAME::CodeSetContext *&); - -TAO_END_VERSIONED_NAMESPACE_DECL - -#include /**/ "ace/post.h" - -#endif /* ifndef */ diff --git a/TAO/tao/AnyTypeCode/CharSeqA.cpp b/TAO/tao/AnyTypeCode/CharSeqA.cpp deleted file mode 100644 index eb3fd68c0e9..00000000000 --- a/TAO/tao/AnyTypeCode/CharSeqA.cpp +++ /dev/null @@ -1,146 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -#include "tao/AnyTypeCode/CharSeqA.h" -#include "tao/AnyTypeCode/Null_RefCount_Policy.h" -#include "tao/AnyTypeCode/TypeCode_Constants.h" -#include "tao/AnyTypeCode/Alias_TypeCode_Static.h" -#include "tao/AnyTypeCode/Sequence_TypeCode_Static.h" -#include "tao/AnyTypeCode/Any.h" -#include "tao/CDR.h" -#include "tao/AnyTypeCode/Any_Dual_Impl_T.h" - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -// TAO_IDL - Generated from -// be\be_visitor_typecode/alias_typecode.cpp:50 - - - -// TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 - - -#ifndef _TAO_TYPECODE_CORBA_CharSeq_GUARD -#define _TAO_TYPECODE_CORBA_CharSeq_GUARD -namespace TAO -{ - namespace TypeCode - { - TAO::TypeCode::Sequence< ::CORBA::TypeCode_ptr const *, - TAO::Null_RefCount_Policy> - CORBA_CharSeq_0 ( - ::CORBA::tk_sequence, - &CORBA::_tc_char, - 0U); - - ::CORBA::TypeCode_ptr const tc_CORBA_CharSeq_0 = - &CORBA_CharSeq_0; - - } -} - - -#endif /* _TAO_TYPECODE_CORBA_CharSeq_GUARD */ - -static TAO::TypeCode::Alias<char const *, - ::CORBA::TypeCode_ptr const *, - TAO::Null_RefCount_Policy> - _tao_tc_CORBA_CharSeq ( - ::CORBA::tk_alias, - "IDL:omg.org/CORBA/CharSeq:1.0", - "CharSeq", - &TAO::TypeCode::tc_CORBA_CharSeq_0); - -namespace CORBA -{ - ::CORBA::TypeCode_ptr const _tc_CharSeq = - &_tao_tc_CORBA_CharSeq; -} - - - -// TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_cs.cpp:54 - - -// Copying insertion. -void operator<<= ( - ::CORBA::Any &_tao_any, - const CORBA::CharSeq &_tao_elem - ) -{ - TAO::Any_Dual_Impl_T<CORBA::CharSeq>::insert_copy ( - _tao_any, - CORBA::CharSeq::_tao_any_destructor, - TAO::TypeCode::tc_CORBA_CharSeq_0, - _tao_elem - ); -} - -// Non-copying insertion. -void operator<<= ( - ::CORBA::Any &_tao_any, - CORBA::CharSeq *_tao_elem - ) -{ - TAO::Any_Dual_Impl_T<CORBA::CharSeq>::insert ( - _tao_any, - CORBA::CharSeq::_tao_any_destructor, - TAO::TypeCode::tc_CORBA_CharSeq_0, - _tao_elem - ); -} - -// Extraction to non-const pointer (deprecated). -::CORBA::Boolean operator>>= ( - const ::CORBA::Any &_tao_any, - CORBA::CharSeq *&_tao_elem - ) -{ - return _tao_any >>= const_cast< - const CORBA::CharSeq *&> ( - _tao_elem - ); -} - -// Extraction to const pointer. -::CORBA::Boolean operator>>= ( - const ::CORBA::Any &_tao_any, - const CORBA::CharSeq *&_tao_elem - ) -{ - return - TAO::Any_Dual_Impl_T<CORBA::CharSeq>::extract ( - _tao_any, - CORBA::CharSeq::_tao_any_destructor, - TAO::TypeCode::tc_CORBA_CharSeq_0, - _tao_elem - ); -} - -TAO_END_VERSIONED_NAMESPACE_DECL diff --git a/TAO/tao/AnyTypeCode/CharSeqA.h b/TAO/tao/AnyTypeCode/CharSeqA.h deleted file mode 100644 index 76758080b9e..00000000000 --- a/TAO/tao/AnyTypeCode/CharSeqA.h +++ /dev/null @@ -1,70 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// TAO_IDL - Generated from -// be\be_codegen.cpp:754 - -#ifndef _TAO_IDL_ANYTYPECODE_CHARSEQA_H_ -#define _TAO_IDL_ANYTYPECODE_CHARSEQA_H_ - -#include /**/ "ace/pre.h" - -#include "tao/AnyTypeCode/TAO_AnyTypeCode_Export.h" -#include "tao/CharSeqC.h" - - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:59 - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -namespace CORBA -{ - - // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - - extern TAO_AnyTypeCode_Export ::CORBA::TypeCode_ptr const _tc_CharSeq; - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:86 - -} // module CORBA - -// TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_ch.cpp:53 - -TAO_AnyTypeCode_Export void operator<<= ( ::CORBA::Any &, const CORBA::CharSeq &); // copying version -TAO_AnyTypeCode_Export void operator<<= ( ::CORBA::Any &, CORBA::CharSeq*); // noncopying version -TAO_AnyTypeCode_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::CharSeq *&); // deprecated -TAO_AnyTypeCode_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, const CORBA::CharSeq *&); - -TAO_END_VERSIONED_NAMESPACE_DECL - -#include /**/ "ace/post.h" - -#endif /* ifndef */ diff --git a/TAO/tao/AnyTypeCode/CurrentA.cpp b/TAO/tao/AnyTypeCode/CurrentA.cpp deleted file mode 100644 index 0501cc64e20..00000000000 --- a/TAO/tao/AnyTypeCode/CurrentA.cpp +++ /dev/null @@ -1,56 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -#include "tao/AnyTypeCode/CurrentA.h" -#include "tao/AnyTypeCode/Null_RefCount_Policy.h" -#include "tao/AnyTypeCode/TypeCode_Constants.h" -#include "tao/AnyTypeCode/Alias_TypeCode_Static.h" -#include "tao/AnyTypeCode/Objref_TypeCode_Static.h" -#include "tao/CDR.h" -#include "tao/AnyTypeCode/Any.h" -#include "tao/AnyTypeCode/Any_Impl_T.h" - -// TAO_IDL - Generated from -// be\be_visitor_typecode/objref_typecode.cpp:76 - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -static TAO::TypeCode::Objref<char const *, - TAO::Null_RefCount_Policy> - _tao_tc_CORBA_Current ( - CORBA::tk_local_interface, - "IDL:omg.org/CORBA/Current:1.0", - "Current"); - -namespace CORBA -{ - ::CORBA::TypeCode_ptr const _tc_Current = - &_tao_tc_CORBA_Current; -} - - -TAO_END_VERSIONED_NAMESPACE_DECL diff --git a/TAO/tao/AnyTypeCode/CurrentA.h b/TAO/tao/AnyTypeCode/CurrentA.h deleted file mode 100644 index 5a505a5776d..00000000000 --- a/TAO/tao/AnyTypeCode/CurrentA.h +++ /dev/null @@ -1,63 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// TAO_IDL - Generated from -// be\be_codegen.cpp:788 - -#ifndef _TAO_IDL_ANYTYPECODE_CURRENTA_H_ -#define _TAO_IDL_ANYTYPECODE_CURRENTA_H_ - -#include /**/ "ace/pre.h" - -#include "tao/AnyTypeCode/TAO_AnyTypeCode_Export.h" -#include "tao/AnyTypeCode/AnyTypeCode_methods.h" -#include "tao/CurrentC.h" - - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:59 - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -namespace CORBA -{ - - // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - - extern TAO_AnyTypeCode_Export ::CORBA::TypeCode_ptr const _tc_Current; - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:86 - -} // module CORBA - -TAO_END_VERSIONED_NAMESPACE_DECL - -#include /**/ "ace/post.h" - -#endif /* ifndef */ diff --git a/TAO/tao/AnyTypeCode/DoubleSeqA.cpp b/TAO/tao/AnyTypeCode/DoubleSeqA.cpp deleted file mode 100644 index a67a84fb0b5..00000000000 --- a/TAO/tao/AnyTypeCode/DoubleSeqA.cpp +++ /dev/null @@ -1,146 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -#include "tao/AnyTypeCode/DoubleSeqA.h" -#include "tao/AnyTypeCode/Null_RefCount_Policy.h" -#include "tao/AnyTypeCode/TypeCode_Constants.h" -#include "tao/AnyTypeCode/Alias_TypeCode_Static.h" -#include "tao/AnyTypeCode/Sequence_TypeCode_Static.h" -#include "tao/AnyTypeCode/Any.h" -#include "tao/CDR.h" -#include "tao/AnyTypeCode/Any_Dual_Impl_T.h" - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -// TAO_IDL - Generated from -// be\be_visitor_typecode/alias_typecode.cpp:50 - - - -// TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 - - -#ifndef _TAO_TYPECODE_CORBA_DoubleSeq_GUARD -#define _TAO_TYPECODE_CORBA_DoubleSeq_GUARD -namespace TAO -{ - namespace TypeCode - { - TAO::TypeCode::Sequence< ::CORBA::TypeCode_ptr const *, - TAO::Null_RefCount_Policy> - CORBA_DoubleSeq_0 ( - ::CORBA::tk_sequence, - &CORBA::_tc_double, - 0U); - - ::CORBA::TypeCode_ptr const tc_CORBA_DoubleSeq_0 = - &CORBA_DoubleSeq_0; - - } -} - - -#endif /* _TAO_TYPECODE_CORBA_DoubleSeq_GUARD */ - -static TAO::TypeCode::Alias<char const *, - ::CORBA::TypeCode_ptr const *, - TAO::Null_RefCount_Policy> - _tao_tc_CORBA_DoubleSeq ( - ::CORBA::tk_alias, - "IDL:omg.org/CORBA/DoubleSeq:1.0", - "DoubleSeq", - &TAO::TypeCode::tc_CORBA_DoubleSeq_0); - -namespace CORBA -{ - ::CORBA::TypeCode_ptr const _tc_DoubleSeq = - &_tao_tc_CORBA_DoubleSeq; -} - - - -// TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_cs.cpp:54 - - -// Copying insertion. -void operator<<= ( - ::CORBA::Any &_tao_any, - const CORBA::DoubleSeq &_tao_elem - ) -{ - TAO::Any_Dual_Impl_T<CORBA::DoubleSeq>::insert_copy ( - _tao_any, - CORBA::DoubleSeq::_tao_any_destructor, - TAO::TypeCode::tc_CORBA_DoubleSeq_0, - _tao_elem - ); -} - -// Non-copying insertion. -void operator<<= ( - ::CORBA::Any &_tao_any, - CORBA::DoubleSeq *_tao_elem - ) -{ - TAO::Any_Dual_Impl_T<CORBA::DoubleSeq>::insert ( - _tao_any, - CORBA::DoubleSeq::_tao_any_destructor, - TAO::TypeCode::tc_CORBA_DoubleSeq_0, - _tao_elem - ); -} - -// Extraction to non-const pointer (deprecated). -::CORBA::Boolean operator>>= ( - const ::CORBA::Any &_tao_any, - CORBA::DoubleSeq *&_tao_elem - ) -{ - return _tao_any >>= const_cast< - const CORBA::DoubleSeq *&> ( - _tao_elem - ); -} - -// Extraction to const pointer. -::CORBA::Boolean operator>>= ( - const ::CORBA::Any &_tao_any, - const CORBA::DoubleSeq *&_tao_elem - ) -{ - return - TAO::Any_Dual_Impl_T<CORBA::DoubleSeq>::extract ( - _tao_any, - CORBA::DoubleSeq::_tao_any_destructor, - TAO::TypeCode::tc_CORBA_DoubleSeq_0, - _tao_elem - ); -} - -TAO_END_VERSIONED_NAMESPACE_DECL diff --git a/TAO/tao/AnyTypeCode/DoubleSeqA.h b/TAO/tao/AnyTypeCode/DoubleSeqA.h deleted file mode 100644 index c905c31a980..00000000000 --- a/TAO/tao/AnyTypeCode/DoubleSeqA.h +++ /dev/null @@ -1,70 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// TAO_IDL - Generated from -// be\be_codegen.cpp:754 - -#ifndef _TAO_IDL_ANYTYPECODE_DOUBLESEQA_H_ -#define _TAO_IDL_ANYTYPECODE_DOUBLESEQA_H_ - -#include /**/ "ace/pre.h" - -#include "tao/AnyTypeCode/TAO_AnyTypeCode_Export.h" -#include "tao/DoubleSeqC.h" - - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:59 - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -namespace CORBA -{ - - // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - - extern TAO_AnyTypeCode_Export ::CORBA::TypeCode_ptr const _tc_DoubleSeq; - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:86 - -} // module CORBA - -// TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_ch.cpp:53 - -TAO_AnyTypeCode_Export void operator<<= ( ::CORBA::Any &, const CORBA::DoubleSeq &); // copying version -TAO_AnyTypeCode_Export void operator<<= ( ::CORBA::Any &, CORBA::DoubleSeq*); // noncopying version -TAO_AnyTypeCode_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::DoubleSeq *&); // deprecated -TAO_AnyTypeCode_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, const CORBA::DoubleSeq *&); - -TAO_END_VERSIONED_NAMESPACE_DECL - -#include /**/ "ace/post.h" - -#endif /* ifndef */ diff --git a/TAO/tao/AnyTypeCode/FloatSeqA.cpp b/TAO/tao/AnyTypeCode/FloatSeqA.cpp deleted file mode 100644 index 4f33cff12e0..00000000000 --- a/TAO/tao/AnyTypeCode/FloatSeqA.cpp +++ /dev/null @@ -1,146 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -#include "tao/AnyTypeCode/FloatSeqA.h" -#include "tao/AnyTypeCode/Null_RefCount_Policy.h" -#include "tao/AnyTypeCode/TypeCode_Constants.h" -#include "tao/AnyTypeCode/Alias_TypeCode_Static.h" -#include "tao/AnyTypeCode/Sequence_TypeCode_Static.h" -#include "tao/AnyTypeCode/Any.h" -#include "tao/CDR.h" -#include "tao/AnyTypeCode/Any_Dual_Impl_T.h" - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -// TAO_IDL - Generated from -// be\be_visitor_typecode/alias_typecode.cpp:50 - - - -// TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 - - -#ifndef _TAO_TYPECODE_CORBA_FloatSeq_GUARD -#define _TAO_TYPECODE_CORBA_FloatSeq_GUARD -namespace TAO -{ - namespace TypeCode - { - TAO::TypeCode::Sequence< ::CORBA::TypeCode_ptr const *, - TAO::Null_RefCount_Policy> - CORBA_FloatSeq_0 ( - ::CORBA::tk_sequence, - &CORBA::_tc_float, - 0U); - - ::CORBA::TypeCode_ptr const tc_CORBA_FloatSeq_0 = - &CORBA_FloatSeq_0; - - } -} - - -#endif /* _TAO_TYPECODE_CORBA_FloatSeq_GUARD */ - -static TAO::TypeCode::Alias<char const *, - ::CORBA::TypeCode_ptr const *, - TAO::Null_RefCount_Policy> - _tao_tc_CORBA_FloatSeq ( - ::CORBA::tk_alias, - "IDL:omg.org/CORBA/FloatSeq:1.0", - "FloatSeq", - &TAO::TypeCode::tc_CORBA_FloatSeq_0); - -namespace CORBA -{ - ::CORBA::TypeCode_ptr const _tc_FloatSeq = - &_tao_tc_CORBA_FloatSeq; -} - - - -// TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_cs.cpp:54 - - -// Copying insertion. -void operator<<= ( - ::CORBA::Any &_tao_any, - const CORBA::FloatSeq &_tao_elem - ) -{ - TAO::Any_Dual_Impl_T<CORBA::FloatSeq>::insert_copy ( - _tao_any, - CORBA::FloatSeq::_tao_any_destructor, - TAO::TypeCode::tc_CORBA_FloatSeq_0, - _tao_elem - ); -} - -// Non-copying insertion. -void operator<<= ( - ::CORBA::Any &_tao_any, - CORBA::FloatSeq *_tao_elem - ) -{ - TAO::Any_Dual_Impl_T<CORBA::FloatSeq>::insert ( - _tao_any, - CORBA::FloatSeq::_tao_any_destructor, - TAO::TypeCode::tc_CORBA_FloatSeq_0, - _tao_elem - ); -} - -// Extraction to non-const pointer (deprecated). -::CORBA::Boolean operator>>= ( - const ::CORBA::Any &_tao_any, - CORBA::FloatSeq *&_tao_elem - ) -{ - return _tao_any >>= const_cast< - const CORBA::FloatSeq *&> ( - _tao_elem - ); -} - -// Extraction to const pointer. -::CORBA::Boolean operator>>= ( - const ::CORBA::Any &_tao_any, - const CORBA::FloatSeq *&_tao_elem - ) -{ - return - TAO::Any_Dual_Impl_T<CORBA::FloatSeq>::extract ( - _tao_any, - CORBA::FloatSeq::_tao_any_destructor, - TAO::TypeCode::tc_CORBA_FloatSeq_0, - _tao_elem - ); -} - -TAO_END_VERSIONED_NAMESPACE_DECL diff --git a/TAO/tao/AnyTypeCode/FloatSeqA.h b/TAO/tao/AnyTypeCode/FloatSeqA.h deleted file mode 100644 index e43fd256d73..00000000000 --- a/TAO/tao/AnyTypeCode/FloatSeqA.h +++ /dev/null @@ -1,70 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// TAO_IDL - Generated from -// be\be_codegen.cpp:754 - -#ifndef _TAO_IDL_ANYTYPECODE_FLOATSEQA_H_ -#define _TAO_IDL_ANYTYPECODE_FLOATSEQA_H_ - -#include /**/ "ace/pre.h" - -#include "tao/AnyTypeCode/TAO_AnyTypeCode_Export.h" -#include "tao/FloatSeqC.h" - - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:59 - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -namespace CORBA -{ - - // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - - extern TAO_AnyTypeCode_Export ::CORBA::TypeCode_ptr const _tc_FloatSeq; - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:86 - -} // module CORBA - -// TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_ch.cpp:53 - -TAO_AnyTypeCode_Export void operator<<= ( ::CORBA::Any &, const CORBA::FloatSeq &); // copying version -TAO_AnyTypeCode_Export void operator<<= ( ::CORBA::Any &, CORBA::FloatSeq*); // noncopying version -TAO_AnyTypeCode_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::FloatSeq *&); // deprecated -TAO_AnyTypeCode_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, const CORBA::FloatSeq *&); - -TAO_END_VERSIONED_NAMESPACE_DECL - -#include /**/ "ace/post.h" - -#endif /* ifndef */ diff --git a/TAO/tao/AnyTypeCode/GIOPA.cpp b/TAO/tao/AnyTypeCode/GIOPA.cpp deleted file mode 100644 index 6e5788601b7..00000000000 --- a/TAO/tao/AnyTypeCode/GIOPA.cpp +++ /dev/null @@ -1,332 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -#include "tao/AnyTypeCode/GIOPA.h" -#include "tao/AnyTypeCode/Null_RefCount_Policy.h" -#include "tao/AnyTypeCode/TypeCode_Constants.h" -#include "tao/AnyTypeCode/Alias_TypeCode_Static.h" -#include "tao/AnyTypeCode/String_TypeCode_Static.h" -#include "tao/AnyTypeCode/Struct_TypeCode_Static.h" -#include "tao/AnyTypeCode/TypeCode_Struct_Field.h" -#include "tao/AnyTypeCode/TypeCode_Case_T.h" -#include "tao/AnyTypeCode/Union_TypeCode_Static.h" -#include "tao/CDR.h" -#include "tao/AnyTypeCode/Any.h" -#include "tao/AnyTypeCode/Any_Dual_Impl_T.h" - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -// TAO_IDL - Generated from -// be\be_visitor_typecode/alias_typecode.cpp:50 - -static TAO::TypeCode::Alias<char const *, - CORBA::TypeCode_ptr const *, - TAO::Null_RefCount_Policy> - _tao_tc_GIOP_AddressingDisposition ( - CORBA::tk_alias, - "IDL:omg.org/GIOP/AddressingDisposition:1.0", - "AddressingDisposition", - &CORBA::_tc_short); - -namespace GIOP -{ - ::CORBA::TypeCode_ptr const _tc_AddressingDisposition = - &_tao_tc_GIOP_AddressingDisposition; -} - - - -// TAO_IDL - Generated from -// be\be_visitor_typecode/struct_typecode.cpp:87 - -static TAO::TypeCode::Struct_Field<char const *, CORBA::TypeCode_ptr const *> const _tao_fields_GIOP_Version[] = - { - { "major", &CORBA::_tc_octet }, - { "minor", &CORBA::_tc_octet } - - }; -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_GIOP_Version ( - CORBA::tk_struct, - "IDL:omg.org/GIOP/Version:1.0", - "Version", - _tao_fields_GIOP_Version, - 2); - -namespace GIOP -{ - ::CORBA::TypeCode_ptr const _tc_Version = - &_tao_tc_GIOP_Version; -} - - - -// TAO_IDL - Generated from -// be\be_visitor_typecode/struct_typecode.cpp:87 - -static TAO::TypeCode::Struct_Field<char const *, CORBA::TypeCode_ptr const *> const _tao_fields_GIOP_IORAddressingInfo[] = - { - { "selected_profile_index", &CORBA::_tc_ulong }, - { "ior", &IOP::_tc_IOR } - - }; -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_GIOP_IORAddressingInfo ( - CORBA::tk_struct, - "IDL:omg.org/GIOP/IORAddressingInfo:1.0", - "IORAddressingInfo", - _tao_fields_GIOP_IORAddressingInfo, - 2); - -namespace GIOP -{ - ::CORBA::TypeCode_ptr const _tc_IORAddressingInfo = - &_tao_tc_GIOP_IORAddressingInfo; -} - - - -// TAO_IDL - Generated from -// be\be_visitor_typecode/union_typecode.cpp:58 - - - -// TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 - -static TAO::TypeCode::Case_T<CORBA::Short, char const *, CORBA::TypeCode_ptr const *> const _tao_cases_GIOP_TargetAddress_0 (0, "object_key", &CORBA::_tc_OctetSeq); -static TAO::TypeCode::Case_T<CORBA::Short, char const *, CORBA::TypeCode_ptr const *> const _tao_cases_GIOP_TargetAddress_1 (1, "profile", &IOP::_tc_TaggedProfile); -static TAO::TypeCode::Case_T<CORBA::Short, char const *, CORBA::TypeCode_ptr const *> const _tao_cases_GIOP_TargetAddress_2 (2, "ior", &GIOP::_tc_IORAddressingInfo); - -static TAO::TypeCode::Case<char const *, CORBA::TypeCode_ptr const *> const * const _tao_cases_GIOP_TargetAddress[] = - { - &_tao_cases_GIOP_TargetAddress_0, - &_tao_cases_GIOP_TargetAddress_1, - &_tao_cases_GIOP_TargetAddress_2 - - }; - -static TAO::TypeCode::Union<char const *, - CORBA::TypeCode_ptr const *, - TAO::TypeCode::Case<char const *, CORBA::TypeCode_ptr const *> const * const *, - TAO::Null_RefCount_Policy> - _tao_tc_GIOP_TargetAddress ( - "IDL:omg.org/GIOP/TargetAddress:1.0", - "TargetAddress", - &CORBA::_tc_short, - _tao_cases_GIOP_TargetAddress, - 3, -1); - -namespace GIOP -{ - ::CORBA::TypeCode_ptr const _tc_TargetAddress = - &_tao_tc_GIOP_TargetAddress; -} - - - -// TAO_IDL - Generated from -// be\be_visitor_structure/any_op_cs.cpp:54 - -// Copying insertion. -void operator<<= ( - CORBA::Any &_tao_any, - const GIOP::Version &_tao_elem - ) -{ - TAO::Any_Dual_Impl_T<GIOP::Version>::insert_copy ( - _tao_any, - GIOP::Version::_tao_any_destructor, - GIOP::_tc_Version, - _tao_elem - ); -} - -// Non-copying insertion. -void operator<<= ( - CORBA::Any &_tao_any, - GIOP::Version *_tao_elem - ) -{ - TAO::Any_Dual_Impl_T<GIOP::Version>::insert ( - _tao_any, - GIOP::Version::_tao_any_destructor, - GIOP::_tc_Version, - _tao_elem - ); -} - -// Extraction to non-const pointer (deprecated). -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, - GIOP::Version *&_tao_elem - ) -{ - return _tao_any >>= const_cast< - const GIOP::Version *&> ( - _tao_elem - ); -} - -// Extraction to const pointer. -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, - const GIOP::Version *&_tao_elem - ) -{ - return - TAO::Any_Dual_Impl_T<GIOP::Version>::extract ( - _tao_any, - GIOP::Version::_tao_any_destructor, - GIOP::_tc_Version, - _tao_elem - ); -} - -// TAO_IDL - Generated from -// be\be_visitor_structure/any_op_cs.cpp:54 - -// Copying insertion. -void operator<<= ( - CORBA::Any &_tao_any, - const GIOP::IORAddressingInfo &_tao_elem - ) -{ - TAO::Any_Dual_Impl_T<GIOP::IORAddressingInfo>::insert_copy ( - _tao_any, - GIOP::IORAddressingInfo::_tao_any_destructor, - GIOP::_tc_IORAddressingInfo, - _tao_elem - ); -} - -// Non-copying insertion. -void operator<<= ( - CORBA::Any &_tao_any, - GIOP::IORAddressingInfo *_tao_elem - ) -{ - TAO::Any_Dual_Impl_T<GIOP::IORAddressingInfo>::insert ( - _tao_any, - GIOP::IORAddressingInfo::_tao_any_destructor, - GIOP::_tc_IORAddressingInfo, - _tao_elem - ); -} - -// Extraction to non-const pointer (deprecated). -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, - GIOP::IORAddressingInfo *&_tao_elem - ) -{ - return _tao_any >>= const_cast< - const GIOP::IORAddressingInfo *&> ( - _tao_elem - ); -} - -// Extraction to const pointer. -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, - const GIOP::IORAddressingInfo *&_tao_elem - ) -{ - return - TAO::Any_Dual_Impl_T<GIOP::IORAddressingInfo>::extract ( - _tao_any, - GIOP::IORAddressingInfo::_tao_any_destructor, - GIOP::_tc_IORAddressingInfo, - _tao_elem - ); -} - -// TAO_IDL - Generated from -// be\be_visitor_union/any_op_cs.cpp:54 - -// Copying insertion. -void operator<<= ( - CORBA::Any &_tao_any, - const GIOP::TargetAddress &_tao_elem - ) -{ - TAO::Any_Dual_Impl_T<GIOP::TargetAddress>::insert_copy ( - _tao_any, - GIOP::TargetAddress::_tao_any_destructor, - GIOP::_tc_TargetAddress, - _tao_elem - ); -} - -// Non-copying insertion. -void operator<<= ( - CORBA::Any &_tao_any, - GIOP::TargetAddress *_tao_elem - ) -{ - TAO::Any_Dual_Impl_T<GIOP::TargetAddress>::insert ( - _tao_any, - GIOP::TargetAddress::_tao_any_destructor, - GIOP::_tc_TargetAddress, - _tao_elem - ); -} - -// Extraction to non-const pointer (deprecated). -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, - GIOP::TargetAddress *&_tao_elem - ) -{ - return _tao_any >>= const_cast< - const GIOP::TargetAddress *&> ( - _tao_elem - ); -} - -// Extraction to const pointer. -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, - const GIOP::TargetAddress *&_tao_elem - ) -{ - return - TAO::Any_Dual_Impl_T<GIOP::TargetAddress>::extract ( - _tao_any, - GIOP::TargetAddress::_tao_any_destructor, - GIOP::_tc_TargetAddress, - _tao_elem - ); -} - -TAO_END_VERSIONED_NAMESPACE_DECL diff --git a/TAO/tao/AnyTypeCode/GIOPA.h b/TAO/tao/AnyTypeCode/GIOPA.h deleted file mode 100644 index 7971878edcc..00000000000 --- a/TAO/tao/AnyTypeCode/GIOPA.h +++ /dev/null @@ -1,103 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// TAO_IDL - Generated from -// be\be_codegen.cpp:788 - -#ifndef _TAO_IDL_ANYTYPECODE_GIOPA_H_ -#define _TAO_IDL_ANYTYPECODE_GIOPA_H_ - -#include /**/ "ace/pre.h" - -#include "tao/AnyTypeCode/TAO_AnyTypeCode_Export.h" -#include "tao/AnyTypeCode/AnyTypeCode_methods.h" -#include "tao/GIOPC.h" -#include "tao/AnyTypeCode/IOP_IORA.h" -#include "tao/AnyTypeCode/OctetSeqA.h" - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:59 - -namespace GIOP -{ - - // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - - extern TAO_AnyTypeCode_Export ::CORBA::TypeCode_ptr const _tc_AddressingDisposition; - - // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - - extern TAO_AnyTypeCode_Export ::CORBA::TypeCode_ptr const _tc_Version; - - // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - - extern TAO_AnyTypeCode_Export ::CORBA::TypeCode_ptr const _tc_IORAddressingInfo; - - // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - - extern TAO_AnyTypeCode_Export ::CORBA::TypeCode_ptr const _tc_TargetAddress; - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:86 - -} // module GIOP - -// TAO_IDL - Generated from -// be\be_visitor_structure/any_op_ch.cpp:53 - -TAO_AnyTypeCode_Export void operator<<= (CORBA::Any &, const GIOP::Version &); // copying version -TAO_AnyTypeCode_Export void operator<<= (CORBA::Any &, GIOP::Version*); // noncopying version -TAO_AnyTypeCode_Export CORBA::Boolean operator>>= (const CORBA::Any &, GIOP::Version *&); // deprecated -TAO_AnyTypeCode_Export CORBA::Boolean operator>>= (const CORBA::Any &, const GIOP::Version *&); - -// TAO_IDL - Generated from -// be\be_visitor_structure/any_op_ch.cpp:53 - -TAO_AnyTypeCode_Export void operator<<= (CORBA::Any &, const GIOP::IORAddressingInfo &); // copying version -TAO_AnyTypeCode_Export void operator<<= (CORBA::Any &, GIOP::IORAddressingInfo*); // noncopying version -TAO_AnyTypeCode_Export CORBA::Boolean operator>>= (const CORBA::Any &, GIOP::IORAddressingInfo *&); // deprecated -TAO_AnyTypeCode_Export CORBA::Boolean operator>>= (const CORBA::Any &, const GIOP::IORAddressingInfo *&); - -// TAO_IDL - Generated from -// be\be_visitor_union/any_op_ch.cpp:53 - -TAO_AnyTypeCode_Export void operator<<= (CORBA::Any &, const GIOP::TargetAddress &); // copying version -TAO_AnyTypeCode_Export void operator<<= (CORBA::Any &, GIOP::TargetAddress*); // noncopying version -TAO_AnyTypeCode_Export CORBA::Boolean operator>>= (const CORBA::Any &, GIOP::TargetAddress *&); // deprecated -TAO_AnyTypeCode_Export CORBA::Boolean operator>>= (const CORBA::Any &, const GIOP::TargetAddress *&); - -TAO_END_VERSIONED_NAMESPACE_DECL - -#include /**/ "ace/post.h" - -#endif /* ifndef */ diff --git a/TAO/tao/AnyTypeCode/IIOPA.cpp b/TAO/tao/AnyTypeCode/IIOPA.cpp deleted file mode 100644 index 0af44ddaac6..00000000000 --- a/TAO/tao/AnyTypeCode/IIOPA.cpp +++ /dev/null @@ -1,326 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -#include "tao/AnyTypeCode/IIOPA.h" -#include "tao/AnyTypeCode/Null_RefCount_Policy.h" -#include "tao/AnyTypeCode/TypeCode_Constants.h" -#include "tao/AnyTypeCode/Alias_TypeCode_Static.h" -#include "tao/AnyTypeCode/Sequence_TypeCode_Static.h" -#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/AnyTypeCode/Any.h" -#include "tao/AnyTypeCode/Any_Dual_Impl_T.h" - - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -// TAO_IDL - Generated from -// be\be_visitor_typecode/struct_typecode.cpp:87 - -static TAO::TypeCode::Struct_Field<char const *, CORBA::TypeCode_ptr const *> const _tao_fields_IIOP_ListenPoint[] = - { - { "host", &CORBA::_tc_string }, - { "port", &CORBA::_tc_ushort } - - }; -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_IIOP_ListenPoint ( - CORBA::tk_struct, - "IDL:omg.org/IIOP/ListenPoint:1.0", - "ListenPoint", - _tao_fields_IIOP_ListenPoint, - 2); - -namespace IIOP -{ - ::CORBA::TypeCode_ptr const _tc_ListenPoint = - &_tao_tc_IIOP_ListenPoint; -} - - - -// TAO_IDL - Generated from -// be\be_visitor_typecode/alias_typecode.cpp:50 - - - -// TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 - - -#ifndef _TAO_TYPECODE_IIOP_ListenPointList_GUARD -#define _TAO_TYPECODE_IIOP_ListenPointList_GUARD -namespace TAO -{ - namespace TypeCode - { - TAO::TypeCode::Sequence< ::CORBA::TypeCode_ptr const *, - TAO::Null_RefCount_Policy> - IIOP_ListenPointList_0 ( - CORBA::tk_sequence, - &IIOP::_tc_ListenPoint, - 0U); - - ::CORBA::TypeCode_ptr const tc_IIOP_ListenPointList_0 = - &IIOP_ListenPointList_0; - - } -} - - -#endif /* _TAO_TYPECODE_IIOP_ListenPointList_GUARD */ - -static TAO::TypeCode::Alias<char const *, - CORBA::TypeCode_ptr const *, - TAO::Null_RefCount_Policy> - _tao_tc_IIOP_ListenPointList ( - CORBA::tk_alias, - "IDL:omg.org/IIOP/ListenPointList:1.0", - "ListenPointList", - &TAO::TypeCode::tc_IIOP_ListenPointList_0); - -namespace IIOP -{ - ::CORBA::TypeCode_ptr const _tc_ListenPointList = - &_tao_tc_IIOP_ListenPointList; -} - - - -// TAO_IDL - Generated from -// be\be_visitor_typecode/struct_typecode.cpp:87 - - - -// TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 - -static TAO::TypeCode::Struct_Field<char const *, CORBA::TypeCode_ptr const *> const _tao_fields_IIOP_BiDirIIOPServiceContext[] = - { - { "listen_points", &IIOP::_tc_ListenPointList } - - }; -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_IIOP_BiDirIIOPServiceContext ( - CORBA::tk_struct, - "IDL:omg.org/IIOP/BiDirIIOPServiceContext:1.0", - "BiDirIIOPServiceContext", - _tao_fields_IIOP_BiDirIIOPServiceContext, - 1); - -namespace IIOP -{ - ::CORBA::TypeCode_ptr const _tc_BiDirIIOPServiceContext = - &_tao_tc_IIOP_BiDirIIOPServiceContext; -} - - - -// TAO_IDL - Generated from -// be\be_visitor_structure/any_op_cs.cpp:54 - -// Copying insertion. -void operator<<= ( - CORBA::Any &_tao_any, - const IIOP::ListenPoint &_tao_elem - ) -{ - TAO::Any_Dual_Impl_T<IIOP::ListenPoint>::insert_copy ( - _tao_any, - IIOP::ListenPoint::_tao_any_destructor, - IIOP::_tc_ListenPoint, - _tao_elem - ); -} - -// Non-copying insertion. -void operator<<= ( - CORBA::Any &_tao_any, - IIOP::ListenPoint *_tao_elem - ) -{ - TAO::Any_Dual_Impl_T<IIOP::ListenPoint>::insert ( - _tao_any, - IIOP::ListenPoint::_tao_any_destructor, - IIOP::_tc_ListenPoint, - _tao_elem - ); -} - -// Extraction to non-const pointer (deprecated). -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, - IIOP::ListenPoint *&_tao_elem - ) -{ - return _tao_any >>= const_cast< - const IIOP::ListenPoint *&> ( - _tao_elem - ); -} - -// Extraction to const pointer. -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, - const IIOP::ListenPoint *&_tao_elem - ) -{ - return - TAO::Any_Dual_Impl_T<IIOP::ListenPoint>::extract ( - _tao_any, - IIOP::ListenPoint::_tao_any_destructor, - IIOP::_tc_ListenPoint, - _tao_elem - ); -} - -// TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_cs.cpp:54 - - -// Copying insertion. -void operator<<= ( - CORBA::Any &_tao_any, - const IIOP::ListenPointList &_tao_elem - ) -{ - TAO::Any_Dual_Impl_T<IIOP::ListenPointList>::insert_copy ( - _tao_any, - IIOP::ListenPointList::_tao_any_destructor, - TAO::TypeCode::tc_IIOP_ListenPointList_0, - _tao_elem - ); -} - -// Non-copying insertion. -void operator<<= ( - CORBA::Any &_tao_any, - IIOP::ListenPointList *_tao_elem - ) -{ - TAO::Any_Dual_Impl_T<IIOP::ListenPointList>::insert ( - _tao_any, - IIOP::ListenPointList::_tao_any_destructor, - TAO::TypeCode::tc_IIOP_ListenPointList_0, - _tao_elem - ); -} - -// Extraction to non-const pointer (deprecated). -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, - IIOP::ListenPointList *&_tao_elem - ) -{ - return _tao_any >>= const_cast< - const IIOP::ListenPointList *&> ( - _tao_elem - ); -} - -// Extraction to const pointer. -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, - const IIOP::ListenPointList *&_tao_elem - ) -{ - return - TAO::Any_Dual_Impl_T<IIOP::ListenPointList>::extract ( - _tao_any, - IIOP::ListenPointList::_tao_any_destructor, - TAO::TypeCode::tc_IIOP_ListenPointList_0, - _tao_elem - ); -} - -// TAO_IDL - Generated from -// be\be_visitor_structure/any_op_cs.cpp:54 - -// Copying insertion. -void operator<<= ( - CORBA::Any &_tao_any, - const IIOP::BiDirIIOPServiceContext &_tao_elem - ) -{ - TAO::Any_Dual_Impl_T<IIOP::BiDirIIOPServiceContext>::insert_copy ( - _tao_any, - IIOP::BiDirIIOPServiceContext::_tao_any_destructor, - IIOP::_tc_BiDirIIOPServiceContext, - _tao_elem - ); -} - -// Non-copying insertion. -void operator<<= ( - CORBA::Any &_tao_any, - IIOP::BiDirIIOPServiceContext *_tao_elem - ) -{ - TAO::Any_Dual_Impl_T<IIOP::BiDirIIOPServiceContext>::insert ( - _tao_any, - IIOP::BiDirIIOPServiceContext::_tao_any_destructor, - IIOP::_tc_BiDirIIOPServiceContext, - _tao_elem - ); -} - -// Extraction to non-const pointer (deprecated). -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, - IIOP::BiDirIIOPServiceContext *&_tao_elem - ) -{ - return _tao_any >>= const_cast< - const IIOP::BiDirIIOPServiceContext *&> ( - _tao_elem - ); -} - -// Extraction to const pointer. -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, - const IIOP::BiDirIIOPServiceContext *&_tao_elem - ) -{ - return - TAO::Any_Dual_Impl_T<IIOP::BiDirIIOPServiceContext>::extract ( - _tao_any, - IIOP::BiDirIIOPServiceContext::_tao_any_destructor, - IIOP::_tc_BiDirIIOPServiceContext, - _tao_elem - ); -} - -TAO_END_VERSIONED_NAMESPACE_DECL diff --git a/TAO/tao/AnyTypeCode/IIOPA.h b/TAO/tao/AnyTypeCode/IIOPA.h deleted file mode 100644 index 52931766bc1..00000000000 --- a/TAO/tao/AnyTypeCode/IIOPA.h +++ /dev/null @@ -1,97 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// TAO_IDL - Generated from -// be\be_codegen.cpp:788 - -#ifndef _TAO_IDL_ANYTYPECODE_IIOPA_H_ -#define _TAO_IDL_ANYTYPECODE_IIOPA_H_ - -#include /**/ "ace/pre.h" - -#include "tao/AnyTypeCode/TAO_AnyTypeCode_Export.h" -#include "tao/AnyTypeCode/AnyTypeCode_methods.h" -#include "tao/IIOPC.h" - - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:59 - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -namespace IIOP -{ - - // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - - extern TAO_AnyTypeCode_Export ::CORBA::TypeCode_ptr const _tc_ListenPoint; - - // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - - extern TAO_AnyTypeCode_Export ::CORBA::TypeCode_ptr const _tc_ListenPointList; - - // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - - extern TAO_AnyTypeCode_Export ::CORBA::TypeCode_ptr const _tc_BiDirIIOPServiceContext; - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:86 - -} // module IIOP - -// TAO_IDL - Generated from -// be\be_visitor_structure/any_op_ch.cpp:53 - -TAO_AnyTypeCode_Export void operator<<= (CORBA::Any &, const IIOP::ListenPoint &); // copying version -TAO_AnyTypeCode_Export void operator<<= (CORBA::Any &, IIOP::ListenPoint*); // noncopying version -TAO_AnyTypeCode_Export CORBA::Boolean operator>>= (const CORBA::Any &, IIOP::ListenPoint *&); // deprecated -TAO_AnyTypeCode_Export CORBA::Boolean operator>>= (const CORBA::Any &, const IIOP::ListenPoint *&); - -// TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_ch.cpp:53 - -TAO_AnyTypeCode_Export void operator<<= (CORBA::Any &, const IIOP::ListenPointList &); // copying version -TAO_AnyTypeCode_Export void operator<<= (CORBA::Any &, IIOP::ListenPointList*); // noncopying version -TAO_AnyTypeCode_Export CORBA::Boolean operator>>= (const CORBA::Any &, IIOP::ListenPointList *&); // deprecated -TAO_AnyTypeCode_Export CORBA::Boolean operator>>= (const CORBA::Any &, const IIOP::ListenPointList *&); - -// TAO_IDL - Generated from -// be\be_visitor_structure/any_op_ch.cpp:53 - -TAO_AnyTypeCode_Export void operator<<= (CORBA::Any &, const IIOP::BiDirIIOPServiceContext &); // copying version -TAO_AnyTypeCode_Export void operator<<= (CORBA::Any &, IIOP::BiDirIIOPServiceContext*); // noncopying version -TAO_AnyTypeCode_Export CORBA::Boolean operator>>= (const CORBA::Any &, IIOP::BiDirIIOPServiceContext *&); // deprecated -TAO_AnyTypeCode_Export CORBA::Boolean operator>>= (const CORBA::Any &, const IIOP::BiDirIIOPServiceContext *&); - -TAO_END_VERSIONED_NAMESPACE_DECL - -#include /**/ "ace/post.h" - -#endif /* ifndef */ diff --git a/TAO/tao/AnyTypeCode/IIOP_EndpointsA.cpp b/TAO/tao/AnyTypeCode/IIOP_EndpointsA.cpp deleted file mode 100644 index ce4520e630a..00000000000 --- a/TAO/tao/AnyTypeCode/IIOP_EndpointsA.cpp +++ /dev/null @@ -1,237 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -#include "tao/AnyTypeCode/IIOP_EndpointsA.h" -#include "tao/AnyTypeCode/Null_RefCount_Policy.h" -#include "tao/AnyTypeCode/TypeCode_Constants.h" -#include "tao/AnyTypeCode/Alias_TypeCode_Static.h" -#include "tao/AnyTypeCode/Sequence_TypeCode_Static.h" -#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/AnyTypeCode/Any.h" -#include "tao/AnyTypeCode/Any_Dual_Impl_T.h" - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -// TAO_IDL - Generated from -// be\be_visitor_typecode/struct_typecode.cpp:87 - -static TAO::TypeCode::Struct_Field<char const *, CORBA::TypeCode_ptr const *> const _tao_fields_TAO_IIOP_Endpoint_Info[] = - { - { "host", &CORBA::_tc_string }, - { "port", &CORBA::_tc_short }, - { "priority", &CORBA::_tc_short } - - }; -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_TAO_IIOP_Endpoint_Info ( - CORBA::tk_struct, - "IDL:TAO/IIOP_Endpoint_Info:1.0", - "IIOP_Endpoint_Info", - _tao_fields_TAO_IIOP_Endpoint_Info, - 3); - -namespace TAO -{ - ::CORBA::TypeCode_ptr const _tc_IIOP_Endpoint_Info = - &_tao_tc_TAO_IIOP_Endpoint_Info; -} - - - -// TAO_IDL - Generated from -// be\be_visitor_typecode/alias_typecode.cpp:50 - - - -// TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 - - -#ifndef _TAO_TYPECODE_TAO_IIOPEndpointSequence_GUARD -#define _TAO_TYPECODE_TAO_IIOPEndpointSequence_GUARD -namespace TAO -{ - namespace TypeCode - { - TAO::TypeCode::Sequence< ::CORBA::TypeCode_ptr const *, - TAO::Null_RefCount_Policy> - TAO_IIOPEndpointSequence_0 ( - CORBA::tk_sequence, - &TAO::_tc_IIOP_Endpoint_Info, - 0U); - - ::CORBA::TypeCode_ptr const tc_TAO_IIOPEndpointSequence_0 = - &TAO_IIOPEndpointSequence_0; - - } -} - - -#endif /* _TAO_TYPECODE_TAO_IIOPEndpointSequence_GUARD */ - -static TAO::TypeCode::Alias<char const *, - CORBA::TypeCode_ptr const *, - TAO::Null_RefCount_Policy> - _tao_tc_TAO_IIOPEndpointSequence ( - CORBA::tk_alias, - "IDL:TAO/IIOPEndpointSequence:1.0", - "IIOPEndpointSequence", - &TAO::TypeCode::tc_TAO_IIOPEndpointSequence_0); - -namespace TAO -{ - ::CORBA::TypeCode_ptr const _tc_IIOPEndpointSequence = - &_tao_tc_TAO_IIOPEndpointSequence; -} - - - -// TAO_IDL - Generated from -// be\be_visitor_structure/any_op_cs.cpp:54 - -// Copying insertion. -void operator<<= ( - CORBA::Any &_tao_any, - const TAO::IIOP_Endpoint_Info &_tao_elem - ) -{ - TAO::Any_Dual_Impl_T<TAO::IIOP_Endpoint_Info>::insert_copy ( - _tao_any, - TAO::IIOP_Endpoint_Info::_tao_any_destructor, - TAO::_tc_IIOP_Endpoint_Info, - _tao_elem - ); -} - -// Non-copying insertion. -void operator<<= ( - CORBA::Any &_tao_any, - TAO::IIOP_Endpoint_Info *_tao_elem - ) -{ - TAO::Any_Dual_Impl_T<TAO::IIOP_Endpoint_Info>::insert ( - _tao_any, - TAO::IIOP_Endpoint_Info::_tao_any_destructor, - TAO::_tc_IIOP_Endpoint_Info, - _tao_elem - ); -} - -// Extraction to non-const pointer (deprecated). -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, - TAO::IIOP_Endpoint_Info *&_tao_elem - ) -{ - return _tao_any >>= const_cast< - const TAO::IIOP_Endpoint_Info *&> ( - _tao_elem - ); -} - -// Extraction to const pointer. -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, - const TAO::IIOP_Endpoint_Info *&_tao_elem - ) -{ - return - TAO::Any_Dual_Impl_T<TAO::IIOP_Endpoint_Info>::extract ( - _tao_any, - TAO::IIOP_Endpoint_Info::_tao_any_destructor, - TAO::_tc_IIOP_Endpoint_Info, - _tao_elem - ); -} - -// TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_cs.cpp:54 - - -// Copying insertion. -void operator<<= ( - CORBA::Any &_tao_any, - const TAO::IIOPEndpointSequence &_tao_elem - ) -{ - TAO::Any_Dual_Impl_T<TAO::IIOPEndpointSequence>::insert_copy ( - _tao_any, - TAO::IIOPEndpointSequence::_tao_any_destructor, - TAO::TypeCode::tc_TAO_IIOPEndpointSequence_0, - _tao_elem - ); -} - -// Non-copying insertion. -void operator<<= ( - CORBA::Any &_tao_any, - TAO::IIOPEndpointSequence *_tao_elem - ) -{ - TAO::Any_Dual_Impl_T<TAO::IIOPEndpointSequence>::insert ( - _tao_any, - TAO::IIOPEndpointSequence::_tao_any_destructor, - TAO::TypeCode::tc_TAO_IIOPEndpointSequence_0, - _tao_elem - ); -} - -// Extraction to non-const pointer (deprecated). -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, - TAO::IIOPEndpointSequence *&_tao_elem - ) -{ - return _tao_any >>= const_cast< - const TAO::IIOPEndpointSequence *&> ( - _tao_elem - ); -} - -// Extraction to const pointer. -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, - const TAO::IIOPEndpointSequence *&_tao_elem - ) -{ - return - TAO::Any_Dual_Impl_T<TAO::IIOPEndpointSequence>::extract ( - _tao_any, - TAO::IIOPEndpointSequence::_tao_any_destructor, - TAO::TypeCode::tc_TAO_IIOPEndpointSequence_0, - _tao_elem - ); -} - -TAO_END_VERSIONED_NAMESPACE_DECL diff --git a/TAO/tao/AnyTypeCode/IIOP_EndpointsA.h b/TAO/tao/AnyTypeCode/IIOP_EndpointsA.h deleted file mode 100644 index e7f1f677145..00000000000 --- a/TAO/tao/AnyTypeCode/IIOP_EndpointsA.h +++ /dev/null @@ -1,125 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// TAO_IDL - Generated from -// be\be_codegen.cpp:153 - -#ifndef _TAO_IDL_ORIG_IIOP_ENDPOINTSA_H_ -#define _TAO_IDL_ORIG_IIOP_ENDPOINTSA_H_ - -#include /**/ "ace/pre.h" - - -#include "ace/config-all.h" - -#if !defined (ACE_LACKS_PRAGMA_ONCE) -# pragma once -#endif /* ACE_LACKS_PRAGMA_ONCE */ - -#include "tao/AnyTypeCode/TAO_AnyTypeCode_Export.h" -#include "tao/AnyTypeCode/AnyTypeCode_methods.h" -#include "tao/IIOP_EndpointsC.h" - -#if defined (TAO_EXPORT_MACRO) -#undef TAO_EXPORT_MACRO -#endif -#define TAO_EXPORT_MACRO TAO_AnyTypeCode_Export - -#if defined(_MSC_VER) -#pragma warning(push) -#pragma warning(disable:4250) -#endif /* _MSC_VER */ - -#if defined (__BORLANDC__) -#pragma option push -w-rvl -w-rch -w-ccc -w-inl -#endif /* __BORLANDC__ */ - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:48 - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -namespace TAO -{ - - // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:44 - - extern TAO_AnyTypeCode_Export ::CORBA::TypeCode_ptr const _tc_IIOP_Endpoint_Info; - - // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:44 - - extern TAO_AnyTypeCode_Export ::CORBA::TypeCode_ptr const _tc_IIOPEndpointSequence; - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:66 - -} // module TAO - -// TAO_IDL - Generated from -// be\be_visitor_traits.cpp:61 - -// Traits specializations. -namespace TAO -{ -} - -// TAO_IDL - Generated from -// be\be_visitor_structure/any_op_ch.cpp:52 - -TAO_AnyTypeCode_Export void operator<<= (CORBA::Any &, const TAO::IIOP_Endpoint_Info &); // copying version -TAO_AnyTypeCode_Export void operator<<= (CORBA::Any &, TAO::IIOP_Endpoint_Info*); // noncopying version -TAO_AnyTypeCode_Export CORBA::Boolean operator>>= (const CORBA::Any &, TAO::IIOP_Endpoint_Info *&); // deprecated -TAO_AnyTypeCode_Export CORBA::Boolean operator>>= (const CORBA::Any &, const TAO::IIOP_Endpoint_Info *&); - -// TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_ch.cpp:52 - -TAO_AnyTypeCode_Export void operator<<= (CORBA::Any &, const TAO::IIOPEndpointSequence &); // copying version -TAO_AnyTypeCode_Export void operator<<= (CORBA::Any &, TAO::IIOPEndpointSequence*); // noncopying version -TAO_AnyTypeCode_Export CORBA::Boolean operator>>= (const CORBA::Any &, TAO::IIOPEndpointSequence *&); // deprecated -TAO_AnyTypeCode_Export CORBA::Boolean operator>>= (const CORBA::Any &, const TAO::IIOPEndpointSequence *&); - -// TAO_IDL - Generated from -// be\be_codegen.cpp:955 - -TAO_END_VERSIONED_NAMESPACE_DECL - -#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/AnyTypeCode/IOPA.cpp b/TAO/tao/AnyTypeCode/IOPA.cpp deleted file mode 100644 index a6f7e67bc7c..00000000000 --- a/TAO/tao/AnyTypeCode/IOPA.cpp +++ /dev/null @@ -1,34 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -#include "tao/AnyTypeCode/IOPA.h" -#include "tao/AnyTypeCode/Null_RefCount_Policy.h" -#include "tao/AnyTypeCode/TypeCode_Constants.h" -#include "tao/AnyTypeCode/Alias_TypeCode_Static.h" -#include "tao/AnyTypeCode/String_TypeCode_Static.h" -#include "tao/CDR.h" -#include "tao/AnyTypeCode/Any.h" diff --git a/TAO/tao/AnyTypeCode/IOPA.h b/TAO/tao/AnyTypeCode/IOPA.h deleted file mode 100644 index 173b775caf5..00000000000 --- a/TAO/tao/AnyTypeCode/IOPA.h +++ /dev/null @@ -1,44 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// TAO_IDL - Generated from -// be\be_codegen.cpp:788 - -#ifndef _TAO_IDL_ANYTYPECODE_IOPA_H_ -#define _TAO_IDL_ANYTYPECODE_IOPA_H_ - -#include /**/ "ace/pre.h" - -#include "tao/AnyTypeCode/TAO_AnyTypeCode_Export.h" -#include "tao/AnyTypeCode/AnyTypeCode_methods.h" -#include "tao/IOPC.h" -#include "tao/AnyTypeCode/IOP_IORA.h" - - -#include /**/ "ace/post.h" - -#endif /* ifndef */ diff --git a/TAO/tao/AnyTypeCode/IOP_IORA.cpp b/TAO/tao/AnyTypeCode/IOP_IORA.cpp deleted file mode 100644 index 0538c9143dc..00000000000 --- a/TAO/tao/AnyTypeCode/IOP_IORA.cpp +++ /dev/null @@ -1,1001 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -#include "tao/AnyTypeCode/IOP_IORA.h" -#include "tao/AnyTypeCode/Null_RefCount_Policy.h" -#include "tao/AnyTypeCode/TypeCode_Constants.h" -#include "tao/AnyTypeCode/Alias_TypeCode_Static.h" -#include "tao/AnyTypeCode/Sequence_TypeCode_Static.h" -#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/AnyTypeCode/Any.h" -#include "tao/AnyTypeCode/Any_Dual_Impl_T.h" - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -// TAO_IDL - Generated from -// be\be_visitor_typecode/alias_typecode.cpp:50 - -static TAO::TypeCode::Alias<char const *, - CORBA::TypeCode_ptr const *, - TAO::Null_RefCount_Policy> - _tao_tc_IOP_ProfileId ( - CORBA::tk_alias, - "IDL:omg.org/IOP/ProfileId:1.0", - "ProfileId", - &CORBA::_tc_ulong); - -namespace IOP -{ - ::CORBA::TypeCode_ptr const _tc_ProfileId = - &_tao_tc_IOP_ProfileId; -} - - - -// TAO_IDL - Generated from -// be\be_visitor_typecode/struct_typecode.cpp:87 - - - -// TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 - -static TAO::TypeCode::Struct_Field<char const *, CORBA::TypeCode_ptr const *> const _tao_fields_IOP_TaggedProfile[] = - { - { "tag", &IOP::_tc_ProfileId }, - { "profile_data", &CORBA::_tc_OctetSeq } - - }; -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_IOP_TaggedProfile ( - CORBA::tk_struct, - "IDL:omg.org/IOP/TaggedProfile:1.0", - "TaggedProfile", - _tao_fields_IOP_TaggedProfile, - 2); - -namespace IOP -{ - ::CORBA::TypeCode_ptr const _tc_TaggedProfile = - &_tao_tc_IOP_TaggedProfile; -} - - - -// TAO_IDL - Generated from -// be\be_visitor_typecode/alias_typecode.cpp:50 - - - -// TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 - - -#ifndef _TAO_TYPECODE_IOP_TaggedProfileSeq_GUARD -#define _TAO_TYPECODE_IOP_TaggedProfileSeq_GUARD -namespace TAO -{ - namespace TypeCode - { - TAO::TypeCode::Sequence< ::CORBA::TypeCode_ptr const *, - TAO::Null_RefCount_Policy> - IOP_TaggedProfileSeq_0 ( - CORBA::tk_sequence, - &IOP::_tc_TaggedProfile, - 0U); - - ::CORBA::TypeCode_ptr const tc_IOP_TaggedProfileSeq_0 = - &IOP_TaggedProfileSeq_0; - - } -} - - -#endif /* _TAO_TYPECODE_IOP_TaggedProfileSeq_GUARD */ - -static TAO::TypeCode::Alias<char const *, - CORBA::TypeCode_ptr const *, - TAO::Null_RefCount_Policy> - _tao_tc_IOP_TaggedProfileSeq ( - CORBA::tk_alias, - "IDL:omg.org/IOP/TaggedProfileSeq:1.0", - "TaggedProfileSeq", - &TAO::TypeCode::tc_IOP_TaggedProfileSeq_0); - -namespace IOP -{ - ::CORBA::TypeCode_ptr const _tc_TaggedProfileSeq = - &_tao_tc_IOP_TaggedProfileSeq; -} - - - -// TAO_IDL - Generated from -// be\be_visitor_typecode/struct_typecode.cpp:87 - - - -// TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 - -static TAO::TypeCode::Struct_Field<char const *, CORBA::TypeCode_ptr const *> const _tao_fields_IOP_IOR[] = - { - { "type_id", &CORBA::_tc_string }, - { "profiles", &IOP::_tc_TaggedProfileSeq } - - }; -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_IOP_IOR ( - CORBA::tk_struct, - "IDL:omg.org/IOP/IOR:1.0", - "IOR", - _tao_fields_IOP_IOR, - 2); - -namespace IOP -{ - ::CORBA::TypeCode_ptr const _tc_IOR = - &_tao_tc_IOP_IOR; -} - - - -// TAO_IDL - Generated from -// be\be_visitor_typecode/alias_typecode.cpp:50 - -static TAO::TypeCode::Alias<char const *, - CORBA::TypeCode_ptr const *, - TAO::Null_RefCount_Policy> - _tao_tc_IOP_ComponentId ( - CORBA::tk_alias, - "IDL:omg.org/IOP/ComponentId:1.0", - "ComponentId", - &CORBA::_tc_ulong); - -namespace IOP -{ - ::CORBA::TypeCode_ptr const _tc_ComponentId = - &_tao_tc_IOP_ComponentId; -} - - - -// TAO_IDL - Generated from -// be\be_visitor_typecode/struct_typecode.cpp:87 - - - -// TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 - -static TAO::TypeCode::Struct_Field<char const *, CORBA::TypeCode_ptr const *> const _tao_fields_IOP_TaggedComponent[] = - { - { "tag", &IOP::_tc_ComponentId }, - { "component_data", &CORBA::_tc_OctetSeq } - - }; -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_IOP_TaggedComponent ( - CORBA::tk_struct, - "IDL:omg.org/IOP/TaggedComponent:1.0", - "TaggedComponent", - _tao_fields_IOP_TaggedComponent, - 2); - -namespace IOP -{ - ::CORBA::TypeCode_ptr const _tc_TaggedComponent = - &_tao_tc_IOP_TaggedComponent; -} - - - -// TAO_IDL - Generated from -// be\be_visitor_typecode/alias_typecode.cpp:50 - - - -// TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 - - -#ifndef _TAO_TYPECODE_IOP_MultipleComponentProfile_GUARD -#define _TAO_TYPECODE_IOP_MultipleComponentProfile_GUARD -namespace TAO -{ - namespace TypeCode - { - TAO::TypeCode::Sequence< ::CORBA::TypeCode_ptr const *, - TAO::Null_RefCount_Policy> - IOP_MultipleComponentProfile_0 ( - CORBA::tk_sequence, - &IOP::_tc_TaggedComponent, - 0U); - - ::CORBA::TypeCode_ptr const tc_IOP_MultipleComponentProfile_0 = - &IOP_MultipleComponentProfile_0; - - } -} - - -#endif /* _TAO_TYPECODE_IOP_MultipleComponentProfile_GUARD */ - -static TAO::TypeCode::Alias<char const *, - CORBA::TypeCode_ptr const *, - TAO::Null_RefCount_Policy> - _tao_tc_IOP_MultipleComponentProfile ( - CORBA::tk_alias, - "IDL:omg.org/IOP/MultipleComponentProfile:1.0", - "MultipleComponentProfile", - &TAO::TypeCode::tc_IOP_MultipleComponentProfile_0); - -namespace IOP -{ - ::CORBA::TypeCode_ptr const _tc_MultipleComponentProfile = - &_tao_tc_IOP_MultipleComponentProfile; -} - - - -// TAO_IDL - Generated from -// be\be_visitor_typecode/alias_typecode.cpp:50 - - - -// TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 - - -#ifndef _TAO_TYPECODE_IOP_TaggedComponentList_GUARD -#define _TAO_TYPECODE_IOP_TaggedComponentList_GUARD -namespace TAO -{ - namespace TypeCode - { - TAO::TypeCode::Sequence< ::CORBA::TypeCode_ptr const *, - TAO::Null_RefCount_Policy> - IOP_TaggedComponentList_0 ( - CORBA::tk_sequence, - &IOP::_tc_TaggedComponent, - 0U); - - ::CORBA::TypeCode_ptr const tc_IOP_TaggedComponentList_0 = - &IOP_TaggedComponentList_0; - - } -} - - -#endif /* _TAO_TYPECODE_IOP_TaggedComponentList_GUARD */ - -static TAO::TypeCode::Alias<char const *, - CORBA::TypeCode_ptr const *, - TAO::Null_RefCount_Policy> - _tao_tc_IOP_TaggedComponentList ( - CORBA::tk_alias, - "IDL:omg.org/IOP/TaggedComponentList:1.0", - "TaggedComponentList", - &TAO::TypeCode::tc_IOP_TaggedComponentList_0); - -namespace IOP -{ - ::CORBA::TypeCode_ptr const _tc_TaggedComponentList = - &_tao_tc_IOP_TaggedComponentList; -} - - - -// TAO_IDL - Generated from -// be\be_visitor_typecode/alias_typecode.cpp:50 - - - -// TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 - - -#ifndef _TAO_TYPECODE_IOP_TaggedComponentSeq_GUARD -#define _TAO_TYPECODE_IOP_TaggedComponentSeq_GUARD -namespace TAO -{ - namespace TypeCode - { - TAO::TypeCode::Sequence< ::CORBA::TypeCode_ptr const *, - TAO::Null_RefCount_Policy> - IOP_TaggedComponentSeq_0 ( - CORBA::tk_sequence, - &IOP::_tc_TaggedComponent, - 0U); - - ::CORBA::TypeCode_ptr const tc_IOP_TaggedComponentSeq_0 = - &IOP_TaggedComponentSeq_0; - - } -} - - -#endif /* _TAO_TYPECODE_IOP_TaggedComponentSeq_GUARD */ - -static TAO::TypeCode::Alias<char const *, - CORBA::TypeCode_ptr const *, - TAO::Null_RefCount_Policy> - _tao_tc_IOP_TaggedComponentSeq ( - CORBA::tk_alias, - "IDL:omg.org/IOP/TaggedComponentSeq:1.0", - "TaggedComponentSeq", - &TAO::TypeCode::tc_IOP_TaggedComponentSeq_0); - -namespace IOP -{ - ::CORBA::TypeCode_ptr const _tc_TaggedComponentSeq = - &_tao_tc_IOP_TaggedComponentSeq; -} - - - -// TAO_IDL - Generated from -// be\be_visitor_typecode/alias_typecode.cpp:50 - -static TAO::TypeCode::Alias<char const *, - CORBA::TypeCode_ptr const *, - TAO::Null_RefCount_Policy> - _tao_tc_IOP_ServiceId ( - CORBA::tk_alias, - "IDL:omg.org/IOP/ServiceId:1.0", - "ServiceId", - &CORBA::_tc_ulong); - -namespace IOP -{ - ::CORBA::TypeCode_ptr const _tc_ServiceId = - &_tao_tc_IOP_ServiceId; -} - - - -// TAO_IDL - Generated from -// be\be_visitor_typecode/struct_typecode.cpp:87 - - - -// TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 - -static TAO::TypeCode::Struct_Field<char const *, CORBA::TypeCode_ptr const *> const _tao_fields_IOP_ServiceContext[] = - { - { "context_id", &IOP::_tc_ServiceId }, - { "context_data", &CORBA::_tc_OctetSeq } - - }; -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_IOP_ServiceContext ( - CORBA::tk_struct, - "IDL:omg.org/IOP/ServiceContext:1.0", - "ServiceContext", - _tao_fields_IOP_ServiceContext, - 2); - -namespace IOP -{ - ::CORBA::TypeCode_ptr const _tc_ServiceContext = - &_tao_tc_IOP_ServiceContext; -} - - - -// TAO_IDL - Generated from -// be\be_visitor_typecode/alias_typecode.cpp:50 - - - -// TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 - - -#ifndef _TAO_TYPECODE_IOP_ServiceContextList_GUARD -#define _TAO_TYPECODE_IOP_ServiceContextList_GUARD -namespace TAO -{ - namespace TypeCode - { - TAO::TypeCode::Sequence< ::CORBA::TypeCode_ptr const *, - TAO::Null_RefCount_Policy> - IOP_ServiceContextList_0 ( - CORBA::tk_sequence, - &IOP::_tc_ServiceContext, - 0U); - - ::CORBA::TypeCode_ptr const tc_IOP_ServiceContextList_0 = - &IOP_ServiceContextList_0; - - } -} - - -#endif /* _TAO_TYPECODE_IOP_ServiceContextList_GUARD */ - -static TAO::TypeCode::Alias<char const *, - CORBA::TypeCode_ptr const *, - TAO::Null_RefCount_Policy> - _tao_tc_IOP_ServiceContextList ( - CORBA::tk_alias, - "IDL:omg.org/IOP/ServiceContextList:1.0", - "ServiceContextList", - &TAO::TypeCode::tc_IOP_ServiceContextList_0); - -namespace IOP -{ - ::CORBA::TypeCode_ptr const _tc_ServiceContextList = - &_tao_tc_IOP_ServiceContextList; -} - - - -// TAO_IDL - Generated from -// be\be_visitor_structure/any_op_cs.cpp:54 - -// Copying insertion. -void operator<<= ( - CORBA::Any &_tao_any, - const IOP::TaggedProfile &_tao_elem - ) -{ - TAO::Any_Dual_Impl_T<IOP::TaggedProfile>::insert_copy ( - _tao_any, - IOP::TaggedProfile::_tao_any_destructor, - IOP::_tc_TaggedProfile, - _tao_elem - ); -} - -// Non-copying insertion. -void operator<<= ( - CORBA::Any &_tao_any, - IOP::TaggedProfile *_tao_elem - ) -{ - TAO::Any_Dual_Impl_T<IOP::TaggedProfile>::insert ( - _tao_any, - IOP::TaggedProfile::_tao_any_destructor, - IOP::_tc_TaggedProfile, - _tao_elem - ); -} - -// Extraction to non-const pointer (deprecated). -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, - IOP::TaggedProfile *&_tao_elem - ) -{ - return _tao_any >>= const_cast< - const IOP::TaggedProfile *&> ( - _tao_elem - ); -} - -// Extraction to const pointer. -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, - const IOP::TaggedProfile *&_tao_elem - ) -{ - return - TAO::Any_Dual_Impl_T<IOP::TaggedProfile>::extract ( - _tao_any, - IOP::TaggedProfile::_tao_any_destructor, - IOP::_tc_TaggedProfile, - _tao_elem - ); -} - -// TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_cs.cpp:54 - - -// Copying insertion. -void operator<<= ( - CORBA::Any &_tao_any, - const IOP::TaggedProfileSeq &_tao_elem - ) -{ - TAO::Any_Dual_Impl_T<IOP::TaggedProfileSeq>::insert_copy ( - _tao_any, - IOP::TaggedProfileSeq::_tao_any_destructor, - TAO::TypeCode::tc_IOP_TaggedProfileSeq_0, - _tao_elem - ); -} - -// Non-copying insertion. -void operator<<= ( - CORBA::Any &_tao_any, - IOP::TaggedProfileSeq *_tao_elem - ) -{ - TAO::Any_Dual_Impl_T<IOP::TaggedProfileSeq>::insert ( - _tao_any, - IOP::TaggedProfileSeq::_tao_any_destructor, - TAO::TypeCode::tc_IOP_TaggedProfileSeq_0, - _tao_elem - ); -} - -// Extraction to non-const pointer (deprecated). -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, - IOP::TaggedProfileSeq *&_tao_elem - ) -{ - return _tao_any >>= const_cast< - const IOP::TaggedProfileSeq *&> ( - _tao_elem - ); -} - -// Extraction to const pointer. -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, - const IOP::TaggedProfileSeq *&_tao_elem - ) -{ - return - TAO::Any_Dual_Impl_T<IOP::TaggedProfileSeq>::extract ( - _tao_any, - IOP::TaggedProfileSeq::_tao_any_destructor, - TAO::TypeCode::tc_IOP_TaggedProfileSeq_0, - _tao_elem - ); -} - -// TAO_IDL - Generated from -// be\be_visitor_structure/any_op_cs.cpp:54 - -// Copying insertion. -void operator<<= ( - CORBA::Any &_tao_any, - const IOP::IOR &_tao_elem - ) -{ - TAO::Any_Dual_Impl_T<IOP::IOR>::insert_copy ( - _tao_any, - IOP::IOR::_tao_any_destructor, - IOP::_tc_IOR, - _tao_elem - ); -} - -// Non-copying insertion. -void operator<<= ( - CORBA::Any &_tao_any, - IOP::IOR *_tao_elem - ) -{ - TAO::Any_Dual_Impl_T<IOP::IOR>::insert ( - _tao_any, - IOP::IOR::_tao_any_destructor, - IOP::_tc_IOR, - _tao_elem - ); -} - -// Extraction to non-const pointer (deprecated). -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, - IOP::IOR *&_tao_elem - ) -{ - return _tao_any >>= const_cast< - const IOP::IOR *&> ( - _tao_elem - ); -} - -// Extraction to const pointer. -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, - const IOP::IOR *&_tao_elem - ) -{ - return - TAO::Any_Dual_Impl_T<IOP::IOR>::extract ( - _tao_any, - IOP::IOR::_tao_any_destructor, - IOP::_tc_IOR, - _tao_elem - ); -} - -// TAO_IDL - Generated from -// be\be_visitor_structure/any_op_cs.cpp:54 - -// Copying insertion. -void operator<<= ( - CORBA::Any &_tao_any, - const IOP::TaggedComponent &_tao_elem - ) -{ - TAO::Any_Dual_Impl_T<IOP::TaggedComponent>::insert_copy ( - _tao_any, - IOP::TaggedComponent::_tao_any_destructor, - IOP::_tc_TaggedComponent, - _tao_elem - ); -} - -// Non-copying insertion. -void operator<<= ( - CORBA::Any &_tao_any, - IOP::TaggedComponent *_tao_elem - ) -{ - TAO::Any_Dual_Impl_T<IOP::TaggedComponent>::insert ( - _tao_any, - IOP::TaggedComponent::_tao_any_destructor, - IOP::_tc_TaggedComponent, - _tao_elem - ); -} - -// Extraction to non-const pointer (deprecated). -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, - IOP::TaggedComponent *&_tao_elem - ) -{ - return _tao_any >>= const_cast< - const IOP::TaggedComponent *&> ( - _tao_elem - ); -} - -// Extraction to const pointer. -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, - const IOP::TaggedComponent *&_tao_elem - ) -{ - return - TAO::Any_Dual_Impl_T<IOP::TaggedComponent>::extract ( - _tao_any, - IOP::TaggedComponent::_tao_any_destructor, - IOP::_tc_TaggedComponent, - _tao_elem - ); -} - -// TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_cs.cpp:54 - - -// Copying insertion. -void operator<<= ( - CORBA::Any &_tao_any, - const IOP::MultipleComponentProfile &_tao_elem - ) -{ - TAO::Any_Dual_Impl_T<IOP::MultipleComponentProfile>::insert_copy ( - _tao_any, - IOP::MultipleComponentProfile::_tao_any_destructor, - TAO::TypeCode::tc_IOP_MultipleComponentProfile_0, - _tao_elem - ); -} - -// Non-copying insertion. -void operator<<= ( - CORBA::Any &_tao_any, - IOP::MultipleComponentProfile *_tao_elem - ) -{ - TAO::Any_Dual_Impl_T<IOP::MultipleComponentProfile>::insert ( - _tao_any, - IOP::MultipleComponentProfile::_tao_any_destructor, - TAO::TypeCode::tc_IOP_MultipleComponentProfile_0, - _tao_elem - ); -} - -// Extraction to non-const pointer (deprecated). -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, - IOP::MultipleComponentProfile *&_tao_elem - ) -{ - return _tao_any >>= const_cast< - const IOP::MultipleComponentProfile *&> ( - _tao_elem - ); -} - -// Extraction to const pointer. -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, - const IOP::MultipleComponentProfile *&_tao_elem - ) -{ - return - TAO::Any_Dual_Impl_T<IOP::MultipleComponentProfile>::extract ( - _tao_any, - IOP::MultipleComponentProfile::_tao_any_destructor, - TAO::TypeCode::tc_IOP_MultipleComponentProfile_0, - _tao_elem - ); -} - -// TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_cs.cpp:54 - - -// Copying insertion. -void operator<<= ( - CORBA::Any &_tao_any, - const IOP::TaggedComponentList &_tao_elem - ) -{ - TAO::Any_Dual_Impl_T<IOP::TaggedComponentList>::insert_copy ( - _tao_any, - IOP::TaggedComponentList::_tao_any_destructor, - TAO::TypeCode::tc_IOP_TaggedComponentList_0, - _tao_elem - ); -} - -// Non-copying insertion. -void operator<<= ( - CORBA::Any &_tao_any, - IOP::TaggedComponentList *_tao_elem - ) -{ - TAO::Any_Dual_Impl_T<IOP::TaggedComponentList>::insert ( - _tao_any, - IOP::TaggedComponentList::_tao_any_destructor, - TAO::TypeCode::tc_IOP_TaggedComponentList_0, - _tao_elem - ); -} - -// Extraction to non-const pointer (deprecated). -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, - IOP::TaggedComponentList *&_tao_elem - ) -{ - return _tao_any >>= const_cast< - const IOP::TaggedComponentList *&> ( - _tao_elem - ); -} - -// Extraction to const pointer. -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, - const IOP::TaggedComponentList *&_tao_elem - ) -{ - return - TAO::Any_Dual_Impl_T<IOP::TaggedComponentList>::extract ( - _tao_any, - IOP::TaggedComponentList::_tao_any_destructor, - TAO::TypeCode::tc_IOP_TaggedComponentList_0, - _tao_elem - ); -} - -// TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_cs.cpp:54 - - -// Copying insertion. -void operator<<= ( - CORBA::Any &_tao_any, - const IOP::TaggedComponentSeq &_tao_elem - ) -{ - TAO::Any_Dual_Impl_T<IOP::TaggedComponentSeq>::insert_copy ( - _tao_any, - IOP::TaggedComponentSeq::_tao_any_destructor, - TAO::TypeCode::tc_IOP_TaggedComponentSeq_0, - _tao_elem - ); -} - -// Non-copying insertion. -void operator<<= ( - CORBA::Any &_tao_any, - IOP::TaggedComponentSeq *_tao_elem - ) -{ - TAO::Any_Dual_Impl_T<IOP::TaggedComponentSeq>::insert ( - _tao_any, - IOP::TaggedComponentSeq::_tao_any_destructor, - TAO::TypeCode::tc_IOP_TaggedComponentSeq_0, - _tao_elem - ); -} - -// Extraction to non-const pointer (deprecated). -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, - IOP::TaggedComponentSeq *&_tao_elem - ) -{ - return _tao_any >>= const_cast< - const IOP::TaggedComponentSeq *&> ( - _tao_elem - ); -} - -// Extraction to const pointer. -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, - const IOP::TaggedComponentSeq *&_tao_elem - ) -{ - return - TAO::Any_Dual_Impl_T<IOP::TaggedComponentSeq>::extract ( - _tao_any, - IOP::TaggedComponentSeq::_tao_any_destructor, - TAO::TypeCode::tc_IOP_TaggedComponentSeq_0, - _tao_elem - ); -} - -// TAO_IDL - Generated from -// be\be_visitor_structure/any_op_cs.cpp:54 - -// Copying insertion. -void operator<<= ( - CORBA::Any &_tao_any, - const IOP::ServiceContext &_tao_elem - ) -{ - TAO::Any_Dual_Impl_T<IOP::ServiceContext>::insert_copy ( - _tao_any, - IOP::ServiceContext::_tao_any_destructor, - IOP::_tc_ServiceContext, - _tao_elem - ); -} - -// Non-copying insertion. -void operator<<= ( - CORBA::Any &_tao_any, - IOP::ServiceContext *_tao_elem - ) -{ - TAO::Any_Dual_Impl_T<IOP::ServiceContext>::insert ( - _tao_any, - IOP::ServiceContext::_tao_any_destructor, - IOP::_tc_ServiceContext, - _tao_elem - ); -} - -// Extraction to non-const pointer (deprecated). -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, - IOP::ServiceContext *&_tao_elem - ) -{ - return _tao_any >>= const_cast< - const IOP::ServiceContext *&> ( - _tao_elem - ); -} - -// Extraction to const pointer. -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, - const IOP::ServiceContext *&_tao_elem - ) -{ - return - TAO::Any_Dual_Impl_T<IOP::ServiceContext>::extract ( - _tao_any, - IOP::ServiceContext::_tao_any_destructor, - IOP::_tc_ServiceContext, - _tao_elem - ); -} - -// TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_cs.cpp:54 - - -// Copying insertion. -void operator<<= ( - CORBA::Any &_tao_any, - const IOP::ServiceContextList &_tao_elem - ) -{ - TAO::Any_Dual_Impl_T<IOP::ServiceContextList>::insert_copy ( - _tao_any, - IOP::ServiceContextList::_tao_any_destructor, - TAO::TypeCode::tc_IOP_ServiceContextList_0, - _tao_elem - ); -} - -// Non-copying insertion. -void operator<<= ( - CORBA::Any &_tao_any, - IOP::ServiceContextList *_tao_elem - ) -{ - TAO::Any_Dual_Impl_T<IOP::ServiceContextList>::insert ( - _tao_any, - IOP::ServiceContextList::_tao_any_destructor, - TAO::TypeCode::tc_IOP_ServiceContextList_0, - _tao_elem - ); -} - -// Extraction to non-const pointer (deprecated). -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, - IOP::ServiceContextList *&_tao_elem - ) -{ - return _tao_any >>= const_cast< - const IOP::ServiceContextList *&> ( - _tao_elem - ); -} - -// Extraction to const pointer. -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, - const IOP::ServiceContextList *&_tao_elem - ) -{ - return - TAO::Any_Dual_Impl_T<IOP::ServiceContextList>::extract ( - _tao_any, - IOP::ServiceContextList::_tao_any_destructor, - TAO::TypeCode::tc_IOP_ServiceContextList_0, - _tao_elem - ); -} - -TAO_END_VERSIONED_NAMESPACE_DECL diff --git a/TAO/tao/AnyTypeCode/IOP_IORA.h b/TAO/tao/AnyTypeCode/IOP_IORA.h deleted file mode 100644 index aecc75df280..00000000000 --- a/TAO/tao/AnyTypeCode/IOP_IORA.h +++ /dev/null @@ -1,191 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// TAO_IDL - Generated from -// be\be_codegen.cpp:788 - -#ifndef _TAO_IDL_ANYTYPECODE_IOP_IORA_H_ -#define _TAO_IDL_ANYTYPECODE_IOP_IORA_H_ - -#include /**/ "ace/pre.h" - -#include "tao/AnyTypeCode/TAO_AnyTypeCode_Export.h" -#include "tao/AnyTypeCode/AnyTypeCode_methods.h" -#include "tao/IOP_IORC.h" -#include "tao/AnyTypeCode/OctetSeqA.h" - - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:59 - -namespace IOP -{ - - // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - - extern TAO_AnyTypeCode_Export ::CORBA::TypeCode_ptr const _tc_ProfileId; - - // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - - extern TAO_AnyTypeCode_Export ::CORBA::TypeCode_ptr const _tc_TaggedProfile; - - // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - - extern TAO_AnyTypeCode_Export ::CORBA::TypeCode_ptr const _tc_TaggedProfileSeq; - - // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - - extern TAO_AnyTypeCode_Export ::CORBA::TypeCode_ptr const _tc_IOR; - - // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - - extern TAO_AnyTypeCode_Export ::CORBA::TypeCode_ptr const _tc_ComponentId; - - // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - - extern TAO_AnyTypeCode_Export ::CORBA::TypeCode_ptr const _tc_TaggedComponent; - - // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - - extern TAO_AnyTypeCode_Export ::CORBA::TypeCode_ptr const _tc_MultipleComponentProfile; - - // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - - extern TAO_AnyTypeCode_Export ::CORBA::TypeCode_ptr const _tc_TaggedComponentList; - - // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - - extern TAO_AnyTypeCode_Export ::CORBA::TypeCode_ptr const _tc_TaggedComponentSeq; - - // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - - extern TAO_AnyTypeCode_Export ::CORBA::TypeCode_ptr const _tc_ServiceId; - - // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - - extern TAO_AnyTypeCode_Export ::CORBA::TypeCode_ptr const _tc_ServiceContext; - - // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - - extern TAO_AnyTypeCode_Export ::CORBA::TypeCode_ptr const _tc_ServiceContextList; - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:86 - -} // module IOP - -// TAO_IDL - Generated from -// be\be_visitor_structure/any_op_ch.cpp:53 - -TAO_AnyTypeCode_Export void operator<<= (CORBA::Any &, const IOP::TaggedProfile &); // copying version -TAO_AnyTypeCode_Export void operator<<= (CORBA::Any &, IOP::TaggedProfile*); // noncopying version -TAO_AnyTypeCode_Export CORBA::Boolean operator>>= (const CORBA::Any &, IOP::TaggedProfile *&); // deprecated -TAO_AnyTypeCode_Export CORBA::Boolean operator>>= (const CORBA::Any &, const IOP::TaggedProfile *&); - -// TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_ch.cpp:53 - -TAO_AnyTypeCode_Export void operator<<= (CORBA::Any &, const IOP::TaggedProfileSeq &); // copying version -TAO_AnyTypeCode_Export void operator<<= (CORBA::Any &, IOP::TaggedProfileSeq*); // noncopying version -TAO_AnyTypeCode_Export CORBA::Boolean operator>>= (const CORBA::Any &, IOP::TaggedProfileSeq *&); // deprecated -TAO_AnyTypeCode_Export CORBA::Boolean operator>>= (const CORBA::Any &, const IOP::TaggedProfileSeq *&); - -// TAO_IDL - Generated from -// be\be_visitor_structure/any_op_ch.cpp:53 - -TAO_AnyTypeCode_Export void operator<<= (CORBA::Any &, const IOP::IOR &); // copying version -TAO_AnyTypeCode_Export void operator<<= (CORBA::Any &, IOP::IOR*); // noncopying version -TAO_AnyTypeCode_Export CORBA::Boolean operator>>= (const CORBA::Any &, IOP::IOR *&); // deprecated -TAO_AnyTypeCode_Export CORBA::Boolean operator>>= (const CORBA::Any &, const IOP::IOR *&); - -// TAO_IDL - Generated from -// be\be_visitor_structure/any_op_ch.cpp:53 - -TAO_AnyTypeCode_Export void operator<<= (CORBA::Any &, const IOP::TaggedComponent &); // copying version -TAO_AnyTypeCode_Export void operator<<= (CORBA::Any &, IOP::TaggedComponent*); // noncopying version -TAO_AnyTypeCode_Export CORBA::Boolean operator>>= (const CORBA::Any &, IOP::TaggedComponent *&); // deprecated -TAO_AnyTypeCode_Export CORBA::Boolean operator>>= (const CORBA::Any &, const IOP::TaggedComponent *&); - -// TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_ch.cpp:53 - -TAO_AnyTypeCode_Export void operator<<= (CORBA::Any &, const IOP::MultipleComponentProfile &); // copying version -TAO_AnyTypeCode_Export void operator<<= (CORBA::Any &, IOP::MultipleComponentProfile*); // noncopying version -TAO_AnyTypeCode_Export CORBA::Boolean operator>>= (const CORBA::Any &, IOP::MultipleComponentProfile *&); // deprecated -TAO_AnyTypeCode_Export CORBA::Boolean operator>>= (const CORBA::Any &, const IOP::MultipleComponentProfile *&); - -// TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_ch.cpp:53 - -TAO_AnyTypeCode_Export void operator<<= (CORBA::Any &, const IOP::TaggedComponentList &); // copying version -TAO_AnyTypeCode_Export void operator<<= (CORBA::Any &, IOP::TaggedComponentList*); // noncopying version -TAO_AnyTypeCode_Export CORBA::Boolean operator>>= (const CORBA::Any &, IOP::TaggedComponentList *&); // deprecated -TAO_AnyTypeCode_Export CORBA::Boolean operator>>= (const CORBA::Any &, const IOP::TaggedComponentList *&); - -// TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_ch.cpp:53 - -TAO_AnyTypeCode_Export void operator<<= (CORBA::Any &, const IOP::TaggedComponentSeq &); // copying version -TAO_AnyTypeCode_Export void operator<<= (CORBA::Any &, IOP::TaggedComponentSeq*); // noncopying version -TAO_AnyTypeCode_Export CORBA::Boolean operator>>= (const CORBA::Any &, IOP::TaggedComponentSeq *&); // deprecated -TAO_AnyTypeCode_Export CORBA::Boolean operator>>= (const CORBA::Any &, const IOP::TaggedComponentSeq *&); - -// TAO_IDL - Generated from -// be\be_visitor_structure/any_op_ch.cpp:53 - -TAO_AnyTypeCode_Export void operator<<= (CORBA::Any &, const IOP::ServiceContext &); // copying version -TAO_AnyTypeCode_Export void operator<<= (CORBA::Any &, IOP::ServiceContext*); // noncopying version -TAO_AnyTypeCode_Export CORBA::Boolean operator>>= (const CORBA::Any &, IOP::ServiceContext *&); // deprecated -TAO_AnyTypeCode_Export CORBA::Boolean operator>>= (const CORBA::Any &, const IOP::ServiceContext *&); - -// TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_ch.cpp:53 - -TAO_AnyTypeCode_Export void operator<<= (CORBA::Any &, const IOP::ServiceContextList &); // copying version -TAO_AnyTypeCode_Export void operator<<= (CORBA::Any &, IOP::ServiceContextList*); // noncopying version -TAO_AnyTypeCode_Export CORBA::Boolean operator>>= (const CORBA::Any &, IOP::ServiceContextList *&); // deprecated -TAO_AnyTypeCode_Export CORBA::Boolean operator>>= (const CORBA::Any &, const IOP::ServiceContextList *&); - -TAO_END_VERSIONED_NAMESPACE_DECL - -#include /**/ "ace/post.h" - -#endif /* ifndef */ diff --git a/TAO/tao/AnyTypeCode/LongDoubleSeqA.cpp b/TAO/tao/AnyTypeCode/LongDoubleSeqA.cpp deleted file mode 100644 index 61f889f87c9..00000000000 --- a/TAO/tao/AnyTypeCode/LongDoubleSeqA.cpp +++ /dev/null @@ -1,146 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -#include "tao/AnyTypeCode/LongDoubleSeqA.h" -#include "tao/AnyTypeCode/Null_RefCount_Policy.h" -#include "tao/AnyTypeCode/TypeCode_Constants.h" -#include "tao/AnyTypeCode/Alias_TypeCode_Static.h" -#include "tao/AnyTypeCode/Sequence_TypeCode_Static.h" -#include "tao/CDR.h" -#include "tao/AnyTypeCode/Any.h" -#include "tao/AnyTypeCode/Any_Dual_Impl_T.h" - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -// TAO_IDL - Generated from -// be\be_visitor_typecode/alias_typecode.cpp:50 - - - -// TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 - - -#ifndef _TAO_TYPECODE_CORBA_LongDoubleSeq_GUARD -#define _TAO_TYPECODE_CORBA_LongDoubleSeq_GUARD -namespace TAO -{ - namespace TypeCode - { - TAO::TypeCode::Sequence< ::CORBA::TypeCode_ptr const *, - TAO::Null_RefCount_Policy> - CORBA_LongDoubleSeq_0 ( - CORBA::tk_sequence, - &CORBA::_tc_longdouble, - 0U); - - ::CORBA::TypeCode_ptr const tc_CORBA_LongDoubleSeq_0 = - &CORBA_LongDoubleSeq_0; - - } -} - - -#endif /* _TAO_TYPECODE_CORBA_LongDoubleSeq_GUARD */ - -static TAO::TypeCode::Alias<char const *, - CORBA::TypeCode_ptr const *, - TAO::Null_RefCount_Policy> - _tao_tc_CORBA_LongDoubleSeq ( - CORBA::tk_alias, - "IDL:omg.org/CORBA/LongDoubleSeq:1.0", - "LongDoubleSeq", - &TAO::TypeCode::tc_CORBA_LongDoubleSeq_0); - -namespace CORBA -{ - ::CORBA::TypeCode_ptr const _tc_LongDoubleSeq = - &_tao_tc_CORBA_LongDoubleSeq; -} - - - -// TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_cs.cpp:54 - - -// Copying insertion. -void operator<<= ( - CORBA::Any &_tao_any, - const CORBA::LongDoubleSeq &_tao_elem - ) -{ - TAO::Any_Dual_Impl_T<CORBA::LongDoubleSeq>::insert_copy ( - _tao_any, - CORBA::LongDoubleSeq::_tao_any_destructor, - TAO::TypeCode::tc_CORBA_LongDoubleSeq_0, - _tao_elem - ); -} - -// Non-copying insertion. -void operator<<= ( - CORBA::Any &_tao_any, - CORBA::LongDoubleSeq *_tao_elem - ) -{ - TAO::Any_Dual_Impl_T<CORBA::LongDoubleSeq>::insert ( - _tao_any, - CORBA::LongDoubleSeq::_tao_any_destructor, - TAO::TypeCode::tc_CORBA_LongDoubleSeq_0, - _tao_elem - ); -} - -// Extraction to non-const pointer (deprecated). -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, - CORBA::LongDoubleSeq *&_tao_elem - ) -{ - return _tao_any >>= const_cast< - const CORBA::LongDoubleSeq *&> ( - _tao_elem - ); -} - -// Extraction to const pointer. -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, - const CORBA::LongDoubleSeq *&_tao_elem - ) -{ - return - TAO::Any_Dual_Impl_T<CORBA::LongDoubleSeq>::extract ( - _tao_any, - CORBA::LongDoubleSeq::_tao_any_destructor, - TAO::TypeCode::tc_CORBA_LongDoubleSeq_0, - _tao_elem - ); -} - -TAO_END_VERSIONED_NAMESPACE_DECL diff --git a/TAO/tao/AnyTypeCode/LongDoubleSeqA.h b/TAO/tao/AnyTypeCode/LongDoubleSeqA.h deleted file mode 100644 index 7c4b3675985..00000000000 --- a/TAO/tao/AnyTypeCode/LongDoubleSeqA.h +++ /dev/null @@ -1,111 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// TAO_IDL - Generated from -// be\be_codegen.cpp:153 - -#ifndef _TAO_IDL_ORIG_LONGDOUBLESEQA_H_ -#define _TAO_IDL_ORIG_LONGDOUBLESEQA_H_ - -#include /**/ "ace/pre.h" - - -#include "ace/config-all.h" - -#if !defined (ACE_LACKS_PRAGMA_ONCE) -# pragma once -#endif /* ACE_LACKS_PRAGMA_ONCE */ - -#include "tao/AnyTypeCode/TAO_AnyTypeCode_Export.h" -#include "tao/AnyTypeCode/AnyTypeCode_methods.h" -#include "tao/LongDoubleSeqC.h" - -#if defined (TAO_EXPORT_MACRO) -#undef TAO_EXPORT_MACRO -#endif -#define TAO_EXPORT_MACRO TAO_AnyTypeCode_Export - -#if defined(_MSC_VER) -#pragma warning(push) -#pragma warning(disable:4250) -#endif /* _MSC_VER */ - -#if defined (__BORLANDC__) -#pragma option push -w-rvl -w-rch -w-ccc -w-inl -#endif /* __BORLANDC__ */ - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:48 - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -namespace CORBA -{ - // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:44 - - extern TAO_AnyTypeCode_Export ::CORBA::TypeCode_ptr const _tc_LongDoubleSeq; - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:66 - -} // module CORBA - -// TAO_IDL - Generated from -// be\be_visitor_traits.cpp:61 - -// Traits specializations. -namespace TAO -{ -} - -// TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_ch.cpp:52 - -TAO_AnyTypeCode_Export void operator<<= (CORBA::Any &, const CORBA::LongDoubleSeq &); // copying version -TAO_AnyTypeCode_Export void operator<<= (CORBA::Any &, CORBA::LongDoubleSeq*); // noncopying version -TAO_AnyTypeCode_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::LongDoubleSeq *&); // deprecated -TAO_AnyTypeCode_Export CORBA::Boolean operator>>= (const CORBA::Any &, const CORBA::LongDoubleSeq *&); - -// TAO_IDL - Generated from -// be\be_codegen.cpp:955 - -TAO_END_VERSIONED_NAMESPACE_DECL - -#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/AnyTypeCode/LongLongSeqA.cpp b/TAO/tao/AnyTypeCode/LongLongSeqA.cpp deleted file mode 100644 index 1546a6a5106..00000000000 --- a/TAO/tao/AnyTypeCode/LongLongSeqA.cpp +++ /dev/null @@ -1,146 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -#include "tao/AnyTypeCode/LongLongSeqA.h" -#include "tao/AnyTypeCode/Null_RefCount_Policy.h" -#include "tao/AnyTypeCode/TypeCode_Constants.h" -#include "tao/AnyTypeCode/Alias_TypeCode_Static.h" -#include "tao/AnyTypeCode/Sequence_TypeCode_Static.h" -#include "tao/CDR.h" -#include "tao/AnyTypeCode/Any.h" -#include "tao/AnyTypeCode/Any_Dual_Impl_T.h" - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -// TAO_IDL - Generated from -// be\be_visitor_typecode/alias_typecode.cpp:50 - - - -// TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 - - -#ifndef _TAO_TYPECODE_CORBA_LongLongSeq_GUARD -#define _TAO_TYPECODE_CORBA_LongLongSeq_GUARD -namespace TAO -{ - namespace TypeCode - { - TAO::TypeCode::Sequence< ::CORBA::TypeCode_ptr const *, - TAO::Null_RefCount_Policy> - CORBA_LongLongSeq_0 ( - CORBA::tk_sequence, - &CORBA::_tc_longlong, - 0U); - - ::CORBA::TypeCode_ptr const tc_CORBA_LongLongSeq_0 = - &CORBA_LongLongSeq_0; - - } -} - - -#endif /* _TAO_TYPECODE_CORBA_LongLongSeq_GUARD */ - -static TAO::TypeCode::Alias<char const *, - CORBA::TypeCode_ptr const *, - TAO::Null_RefCount_Policy> - _tao_tc_CORBA_LongLongSeq ( - CORBA::tk_alias, - "IDL:omg.org/CORBA/LongLongSeq:1.0", - "LongLongSeq", - &TAO::TypeCode::tc_CORBA_LongLongSeq_0); - -namespace CORBA -{ - ::CORBA::TypeCode_ptr const _tc_LongLongSeq = - &_tao_tc_CORBA_LongLongSeq; -} - - - -// TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_cs.cpp:54 - - -// Copying insertion. -void operator<<= ( - CORBA::Any &_tao_any, - const CORBA::LongLongSeq &_tao_elem - ) -{ - TAO::Any_Dual_Impl_T<CORBA::LongLongSeq>::insert_copy ( - _tao_any, - CORBA::LongLongSeq::_tao_any_destructor, - TAO::TypeCode::tc_CORBA_LongLongSeq_0, - _tao_elem - ); -} - -// Non-copying insertion. -void operator<<= ( - CORBA::Any &_tao_any, - CORBA::LongLongSeq *_tao_elem - ) -{ - TAO::Any_Dual_Impl_T<CORBA::LongLongSeq>::insert ( - _tao_any, - CORBA::LongLongSeq::_tao_any_destructor, - TAO::TypeCode::tc_CORBA_LongLongSeq_0, - _tao_elem - ); -} - -// Extraction to non-const pointer (deprecated). -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, - CORBA::LongLongSeq *&_tao_elem - ) -{ - return _tao_any >>= const_cast< - const CORBA::LongLongSeq *&> ( - _tao_elem - ); -} - -// Extraction to const pointer. -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, - const CORBA::LongLongSeq *&_tao_elem - ) -{ - return - TAO::Any_Dual_Impl_T<CORBA::LongLongSeq>::extract ( - _tao_any, - CORBA::LongLongSeq::_tao_any_destructor, - TAO::TypeCode::tc_CORBA_LongLongSeq_0, - _tao_elem - ); -} - -TAO_END_VERSIONED_NAMESPACE_DECL diff --git a/TAO/tao/AnyTypeCode/LongLongSeqA.h b/TAO/tao/AnyTypeCode/LongLongSeqA.h deleted file mode 100644 index 12256367f76..00000000000 --- a/TAO/tao/AnyTypeCode/LongLongSeqA.h +++ /dev/null @@ -1,111 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// TAO_IDL - Generated from -// be\be_codegen.cpp:153 - -#ifndef _TAO_IDL_ORIG_LONGLONGSEQA_H_ -#define _TAO_IDL_ORIG_LONGLONGSEQA_H_ - -#include /**/ "ace/pre.h" - - -#include "ace/config-all.h" - -#if !defined (ACE_LACKS_PRAGMA_ONCE) -# pragma once -#endif /* ACE_LACKS_PRAGMA_ONCE */ - -#include "tao/AnyTypeCode/TAO_AnyTypeCode_Export.h" -#include "tao/AnyTypeCode/AnyTypeCode_methods.h" -#include "tao/LongLongSeqC.h" - -#if defined (TAO_EXPORT_MACRO) -#undef TAO_EXPORT_MACRO -#endif -#define TAO_EXPORT_MACRO TAO_AnyTypeCode_Export - -#if defined(_MSC_VER) -#pragma warning(push) -#pragma warning(disable:4250) -#endif /* _MSC_VER */ - -#if defined (__BORLANDC__) -#pragma option push -w-rvl -w-rch -w-ccc -w-inl -#endif /* __BORLANDC__ */ - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:48 - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -namespace CORBA -{ - // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:44 - - extern TAO_AnyTypeCode_Export ::CORBA::TypeCode_ptr const _tc_LongLongSeq; - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:66 - -} // module CORBA - -// TAO_IDL - Generated from -// be\be_visitor_traits.cpp:61 - -// Traits specializations. -namespace TAO -{ -} - -// TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_ch.cpp:52 - -TAO_AnyTypeCode_Export void operator<<= (CORBA::Any &, const CORBA::LongLongSeq &); // copying version -TAO_AnyTypeCode_Export void operator<<= (CORBA::Any &, CORBA::LongLongSeq*); // noncopying version -TAO_AnyTypeCode_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::LongLongSeq *&); // deprecated -TAO_AnyTypeCode_Export CORBA::Boolean operator>>= (const CORBA::Any &, const CORBA::LongLongSeq *&); - -// TAO_IDL - Generated from -// be\be_codegen.cpp:955 - -TAO_END_VERSIONED_NAMESPACE_DECL - -#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/AnyTypeCode/LongSeqA.cpp b/TAO/tao/AnyTypeCode/LongSeqA.cpp deleted file mode 100644 index fdf7bc45be2..00000000000 --- a/TAO/tao/AnyTypeCode/LongSeqA.cpp +++ /dev/null @@ -1,146 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -#include "tao/AnyTypeCode/LongSeqA.h" -#include "tao/AnyTypeCode/Null_RefCount_Policy.h" -#include "tao/AnyTypeCode/TypeCode_Constants.h" -#include "tao/AnyTypeCode/Alias_TypeCode_Static.h" -#include "tao/AnyTypeCode/Sequence_TypeCode_Static.h" -#include "tao/CDR.h" -#include "tao/AnyTypeCode/Any.h" -#include "tao/AnyTypeCode/Any_Dual_Impl_T.h" - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -// TAO_IDL - Generated from -// be\be_visitor_typecode/alias_typecode.cpp:50 - - - -// TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 - - -#ifndef _TAO_TYPECODE_CORBA_LongSeq_GUARD -#define _TAO_TYPECODE_CORBA_LongSeq_GUARD -namespace TAO -{ - namespace TypeCode - { - TAO::TypeCode::Sequence< ::CORBA::TypeCode_ptr const *, - TAO::Null_RefCount_Policy> - CORBA_LongSeq_0 ( - CORBA::tk_sequence, - &CORBA::_tc_long, - 0U); - - ::CORBA::TypeCode_ptr const tc_CORBA_LongSeq_0 = - &CORBA_LongSeq_0; - - } -} - - -#endif /* _TAO_TYPECODE_CORBA_LongSeq_GUARD */ - -static TAO::TypeCode::Alias<char const *, - CORBA::TypeCode_ptr const *, - TAO::Null_RefCount_Policy> - _tao_tc_CORBA_LongSeq ( - CORBA::tk_alias, - "IDL:omg.org/CORBA/LongSeq:1.0", - "LongSeq", - &TAO::TypeCode::tc_CORBA_LongSeq_0); - -namespace CORBA -{ - ::CORBA::TypeCode_ptr const _tc_LongSeq = - &_tao_tc_CORBA_LongSeq; -} - - - -// TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_cs.cpp:54 - - -// Copying insertion. -void operator<<= ( - CORBA::Any &_tao_any, - const CORBA::LongSeq &_tao_elem - ) -{ - TAO::Any_Dual_Impl_T<CORBA::LongSeq>::insert_copy ( - _tao_any, - CORBA::LongSeq::_tao_any_destructor, - TAO::TypeCode::tc_CORBA_LongSeq_0, - _tao_elem - ); -} - -// Non-copying insertion. -void operator<<= ( - CORBA::Any &_tao_any, - CORBA::LongSeq *_tao_elem - ) -{ - TAO::Any_Dual_Impl_T<CORBA::LongSeq>::insert ( - _tao_any, - CORBA::LongSeq::_tao_any_destructor, - TAO::TypeCode::tc_CORBA_LongSeq_0, - _tao_elem - ); -} - -// Extraction to non-const pointer (deprecated). -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, - CORBA::LongSeq *&_tao_elem - ) -{ - return _tao_any >>= const_cast< - const CORBA::LongSeq *&> ( - _tao_elem - ); -} - -// Extraction to const pointer. -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, - const CORBA::LongSeq *&_tao_elem - ) -{ - return - TAO::Any_Dual_Impl_T<CORBA::LongSeq>::extract ( - _tao_any, - CORBA::LongSeq::_tao_any_destructor, - TAO::TypeCode::tc_CORBA_LongSeq_0, - _tao_elem - ); -} - -TAO_END_VERSIONED_NAMESPACE_DECL diff --git a/TAO/tao/AnyTypeCode/LongSeqA.h b/TAO/tao/AnyTypeCode/LongSeqA.h deleted file mode 100644 index 0d639f5719c..00000000000 --- a/TAO/tao/AnyTypeCode/LongSeqA.h +++ /dev/null @@ -1,112 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// TAO_IDL - Generated from -// be\be_codegen.cpp:153 - -#ifndef _TAO_IDL_ORIG_LONGSEQA_H_ -#define _TAO_IDL_ORIG_LONGSEQA_H_ - -#include /**/ "ace/pre.h" - - -#include "ace/config-all.h" - -#if !defined (ACE_LACKS_PRAGMA_ONCE) -# pragma once -#endif /* ACE_LACKS_PRAGMA_ONCE */ - -#include "tao/AnyTypeCode/TAO_AnyTypeCode_Export.h" -#include "tao/AnyTypeCode/AnyTypeCode_methods.h" -#include "tao/LongSeqC.h" - -#if defined (TAO_EXPORT_MACRO) -#undef TAO_EXPORT_MACRO -#endif -#define TAO_EXPORT_MACRO TAO_AnyTypeCode_Export - -#if defined(_MSC_VER) -#pragma warning(push) -#pragma warning(disable:4250) -#endif /* _MSC_VER */ - -#if defined (__BORLANDC__) -#pragma option push -w-rvl -w-rch -w-ccc -w-inl -#endif /* __BORLANDC__ */ - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:48 - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -namespace CORBA -{ - - // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:44 - - extern TAO_AnyTypeCode_Export ::CORBA::TypeCode_ptr const _tc_LongSeq; - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:66 - -} // module CORBA - -// TAO_IDL - Generated from -// be\be_visitor_traits.cpp:61 - -// Traits specializations. -namespace TAO -{ -} - -// TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_ch.cpp:52 - -TAO_AnyTypeCode_Export void operator<<= (CORBA::Any &, const CORBA::LongSeq &); // copying version -TAO_AnyTypeCode_Export void operator<<= (CORBA::Any &, CORBA::LongSeq*); // noncopying version -TAO_AnyTypeCode_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::LongSeq *&); // deprecated -TAO_AnyTypeCode_Export CORBA::Boolean operator>>= (const CORBA::Any &, const CORBA::LongSeq *&); - -// TAO_IDL - Generated from -// be\be_codegen.cpp:955 - -TAO_END_VERSIONED_NAMESPACE_DECL - -#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/AnyTypeCode/Messaging_PolicyValueA.cpp b/TAO/tao/AnyTypeCode/Messaging_PolicyValueA.cpp deleted file mode 100644 index 345f3034f92..00000000000 --- a/TAO/tao/AnyTypeCode/Messaging_PolicyValueA.cpp +++ /dev/null @@ -1,244 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -#include "tao/AnyTypeCode/Messaging_PolicyValueA.h" -#include "tao/AnyTypeCode/Null_RefCount_Policy.h" -#include "tao/AnyTypeCode/TypeCode_Constants.h" -#include "tao/AnyTypeCode/Alias_TypeCode_Static.h" -#include "tao/AnyTypeCode/Sequence_TypeCode_Static.h" -#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/AnyTypeCode/Any.h" -#include "tao/AnyTypeCode/Any_Dual_Impl_T.h" - -#include "tao/AnyTypeCode/Policy_ForwardA.h" -#include "tao/AnyTypeCode/OctetSeqA.h" - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -// TAO_IDL - Generated from -// be\be_visitor_typecode/struct_typecode.cpp:87 - - - -// TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 - -static TAO::TypeCode::Struct_Field<char const *, CORBA::TypeCode_ptr const *> const _tao_fields_Messaging_PolicyValue[] = - { - { "ptype", &CORBA::_tc_PolicyType }, - { "pvalue", &CORBA::_tc_OctetSeq } - - }; -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_Messaging_PolicyValue ( - CORBA::tk_struct, - "IDL:omg.org/Messaging/PolicyValue:1.0", - "PolicyValue", - _tao_fields_Messaging_PolicyValue, - 2); - -namespace Messaging -{ - ::CORBA::TypeCode_ptr const _tc_PolicyValue = - &_tao_tc_Messaging_PolicyValue; -} - - - -// TAO_IDL - Generated from -// be\be_visitor_typecode/alias_typecode.cpp:50 - - - -// TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 - - -#ifndef _TAO_TYPECODE_Messaging_PolicyValueSeq_GUARD -#define _TAO_TYPECODE_Messaging_PolicyValueSeq_GUARD -namespace TAO -{ - namespace TypeCode - { - TAO::TypeCode::Sequence< ::CORBA::TypeCode_ptr const *, - TAO::Null_RefCount_Policy> - Messaging_PolicyValueSeq_0 ( - CORBA::tk_sequence, - &Messaging::_tc_PolicyValue, - 0U); - - ::CORBA::TypeCode_ptr const tc_Messaging_PolicyValueSeq_0 = - &Messaging_PolicyValueSeq_0; - - } -} - - -#endif /* _TAO_TYPECODE_Messaging_PolicyValueSeq_GUARD */ - -static TAO::TypeCode::Alias<char const *, - CORBA::TypeCode_ptr const *, - TAO::Null_RefCount_Policy> - _tao_tc_Messaging_PolicyValueSeq ( - CORBA::tk_alias, - "IDL:omg.org/Messaging/PolicyValueSeq:1.0", - "PolicyValueSeq", - &TAO::TypeCode::tc_Messaging_PolicyValueSeq_0); - -namespace Messaging -{ - ::CORBA::TypeCode_ptr const _tc_PolicyValueSeq = - &_tao_tc_Messaging_PolicyValueSeq; -} - - - -// TAO_IDL - Generated from -// be\be_visitor_structure/any_op_cs.cpp:54 - -// Copying insertion. -void operator<<= ( - CORBA::Any &_tao_any, - const Messaging::PolicyValue &_tao_elem - ) -{ - TAO::Any_Dual_Impl_T<Messaging::PolicyValue>::insert_copy ( - _tao_any, - Messaging::PolicyValue::_tao_any_destructor, - Messaging::_tc_PolicyValue, - _tao_elem - ); -} - -// Non-copying insertion. -void operator<<= ( - CORBA::Any &_tao_any, - Messaging::PolicyValue *_tao_elem - ) -{ - TAO::Any_Dual_Impl_T<Messaging::PolicyValue>::insert ( - _tao_any, - Messaging::PolicyValue::_tao_any_destructor, - Messaging::_tc_PolicyValue, - _tao_elem - ); -} - -// Extraction to non-const pointer (deprecated). -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, - Messaging::PolicyValue *&_tao_elem - ) -{ - return _tao_any >>= const_cast< - const Messaging::PolicyValue *&> ( - _tao_elem - ); -} - -// Extraction to const pointer. -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, - const Messaging::PolicyValue *&_tao_elem - ) -{ - return - TAO::Any_Dual_Impl_T<Messaging::PolicyValue>::extract ( - _tao_any, - Messaging::PolicyValue::_tao_any_destructor, - Messaging::_tc_PolicyValue, - _tao_elem - ); -} - -// TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_cs.cpp:54 - - -// Copying insertion. -void operator<<= ( - CORBA::Any &_tao_any, - const Messaging::PolicyValueSeq &_tao_elem - ) -{ - TAO::Any_Dual_Impl_T<Messaging::PolicyValueSeq>::insert_copy ( - _tao_any, - Messaging::PolicyValueSeq::_tao_any_destructor, - TAO::TypeCode::tc_Messaging_PolicyValueSeq_0, - _tao_elem - ); -} - -// Non-copying insertion. -void operator<<= ( - CORBA::Any &_tao_any, - Messaging::PolicyValueSeq *_tao_elem - ) -{ - TAO::Any_Dual_Impl_T<Messaging::PolicyValueSeq>::insert ( - _tao_any, - Messaging::PolicyValueSeq::_tao_any_destructor, - TAO::TypeCode::tc_Messaging_PolicyValueSeq_0, - _tao_elem - ); -} - -// Extraction to non-const pointer (deprecated). -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, - Messaging::PolicyValueSeq *&_tao_elem - ) -{ - return _tao_any >>= const_cast< - const Messaging::PolicyValueSeq *&> ( - _tao_elem - ); -} - -// Extraction to const pointer. -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, - const Messaging::PolicyValueSeq *&_tao_elem - ) -{ - return - TAO::Any_Dual_Impl_T<Messaging::PolicyValueSeq>::extract ( - _tao_any, - Messaging::PolicyValueSeq::_tao_any_destructor, - TAO::TypeCode::tc_Messaging_PolicyValueSeq_0, - _tao_elem - ); -} - -TAO_END_VERSIONED_NAMESPACE_DECL diff --git a/TAO/tao/AnyTypeCode/Messaging_PolicyValueA.h b/TAO/tao/AnyTypeCode/Messaging_PolicyValueA.h deleted file mode 100644 index ea8e563befd..00000000000 --- a/TAO/tao/AnyTypeCode/Messaging_PolicyValueA.h +++ /dev/null @@ -1,127 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// TAO_IDL - Generated from -// be\be_codegen.cpp:153 - -#ifndef _TAO_IDL_ORIG_MESSAGING_POLICYVALUEA_H_ -#define _TAO_IDL_ORIG_MESSAGING_POLICYVALUEA_H_ - -#include /**/ "ace/pre.h" - - -#include "ace/config-all.h" - -#if !defined (ACE_LACKS_PRAGMA_ONCE) -# pragma once -#endif /* ACE_LACKS_PRAGMA_ONCE */ - -#include "tao/AnyTypeCode/TAO_AnyTypeCode_Export.h" -#include "tao/AnyTypeCode/AnyTypeCode_methods.h" -#include "tao/Messaging_PolicyValueC.h" - -#if defined (TAO_EXPORT_MACRO) -#undef TAO_EXPORT_MACRO -#endif -#define TAO_EXPORT_MACRO TAO_AnyTypeCode_Export - -#if defined(_MSC_VER) -#pragma warning(push) -#pragma warning(disable:4250) -#endif /* _MSC_VER */ - -#if defined (__BORLANDC__) -#pragma option push -w-rvl -w-rch -w-ccc -w-inl -#endif /* __BORLANDC__ */ - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:48 - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -namespace Messaging -{ - // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:44 - - extern TAO_AnyTypeCode_Export ::CORBA::TypeCode_ptr const _tc_PolicyValue; - - // TAO_IDL - Generated from - // be\be_visitor_sequence/sequence_ch.cpp:101 - - // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:44 - - extern TAO_AnyTypeCode_Export ::CORBA::TypeCode_ptr const _tc_PolicyValueSeq; - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:66 - -} // module Messaging - -// TAO_IDL - Generated from -// be\be_visitor_traits.cpp:61 - -// Traits specializations. -namespace TAO -{ -} - -// TAO_IDL - Generated from -// be\be_visitor_structure/any_op_ch.cpp:52 - -TAO_AnyTypeCode_Export void operator<<= (CORBA::Any &, const Messaging::PolicyValue &); // copying version -TAO_AnyTypeCode_Export void operator<<= (CORBA::Any &, Messaging::PolicyValue*); // noncopying version -TAO_AnyTypeCode_Export CORBA::Boolean operator>>= (const CORBA::Any &, Messaging::PolicyValue *&); // deprecated -TAO_AnyTypeCode_Export CORBA::Boolean operator>>= (const CORBA::Any &, const Messaging::PolicyValue *&); - -// TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_ch.cpp:52 - -TAO_AnyTypeCode_Export void operator<<= (CORBA::Any &, const Messaging::PolicyValueSeq &); // copying version -TAO_AnyTypeCode_Export void operator<<= (CORBA::Any &, Messaging::PolicyValueSeq*); // noncopying version -TAO_AnyTypeCode_Export CORBA::Boolean operator>>= (const CORBA::Any &, Messaging::PolicyValueSeq *&); // deprecated -TAO_AnyTypeCode_Export CORBA::Boolean operator>>= (const CORBA::Any &, const Messaging::PolicyValueSeq *&); - -// TAO_IDL - Generated from -// be\be_codegen.cpp:955 - -TAO_END_VERSIONED_NAMESPACE_DECL - -#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/AnyTypeCode/Messaging_SyncScopeA.h b/TAO/tao/AnyTypeCode/Messaging_SyncScopeA.h deleted file mode 100644 index 227354c3b60..00000000000 --- a/TAO/tao/AnyTypeCode/Messaging_SyncScopeA.h +++ /dev/null @@ -1,40 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// TAO_IDL - Generated from -// be\be_codegen.cpp:153 - -#ifndef _TAO_IDL_ORIG_MESSAGING_SYNCSCOPEA_H_ -#define _TAO_IDL_ORIG_MESSAGING_SYNCSCOPEA_H_ - -#include /**/ "ace/pre.h" - -#include /**/ "ace/post.h" - -#endif /* ifndef */ - - diff --git a/TAO/tao/AnyTypeCode/ObjectIdListA.cpp b/TAO/tao/AnyTypeCode/ObjectIdListA.cpp deleted file mode 100644 index 5e1c5439010..00000000000 --- a/TAO/tao/AnyTypeCode/ObjectIdListA.cpp +++ /dev/null @@ -1,104 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -#include "tao/AnyTypeCode/ObjectIdListA.h" -#include "tao/AnyTypeCode/Null_RefCount_Policy.h" -#include "tao/AnyTypeCode/TypeCode_Constants.h" -#include "tao/AnyTypeCode/Alias_TypeCode_Static.h" -#include "tao/AnyTypeCode/Sequence_TypeCode_Static.h" -#include "tao/AnyTypeCode/String_TypeCode_Static.h" - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -// TAO_IDL - Generated from -// be\be_visitor_typecode/alias_typecode.cpp:50 - -static TAO::TypeCode::Alias<char const *, - CORBA::TypeCode_ptr const *, - TAO::Null_RefCount_Policy> - _tao_tc_CORBA_ORB_ObjectId ( - CORBA::tk_alias, - "IDL:omg.org/CORBA/ORB_ObjectId:1.0", - "ORB_ObjectId", - &CORBA::_tc_string); - -namespace CORBA -{ - ::CORBA::TypeCode_ptr const _tc_ORB_ObjectId = - &_tao_tc_CORBA_ORB_ObjectId; -} - - - -// TAO_IDL - Generated from -// be\be_visitor_typecode/alias_typecode.cpp:50 - - - -// TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 - - -#ifndef _TAO_TYPECODE_CORBA_ORB_ObjectIdList_GUARD -#define _TAO_TYPECODE_CORBA_ORB_ObjectIdList_GUARD -namespace TAO -{ - namespace TypeCode - { - TAO::TypeCode::Sequence< ::CORBA::TypeCode_ptr const *, - TAO::Null_RefCount_Policy> - CORBA_ORB_ObjectIdList_0 ( - CORBA::tk_sequence, - &CORBA::_tc_ORB_ObjectId, - 0U); - - ::CORBA::TypeCode_ptr const tc_CORBA_ORB_ObjectIdList_0 = - &CORBA_ORB_ObjectIdList_0; - - } -} - - -#endif /* _TAO_TYPECODE_CORBA_ORB_ObjectIdList_GUARD */ - -static TAO::TypeCode::Alias<char const *, - CORBA::TypeCode_ptr const *, - TAO::Null_RefCount_Policy> - _tao_tc_CORBA_ORB_ObjectIdList ( - CORBA::tk_alias, - "IDL:omg.org/CORBA/ORB_ObjectIdList:1.0", - "ORB_ObjectIdList", - &TAO::TypeCode::tc_CORBA_ORB_ObjectIdList_0); - -namespace CORBA -{ - ::CORBA::TypeCode_ptr const _tc_ORB_ObjectIdList = - &_tao_tc_CORBA_ORB_ObjectIdList; -} - - -TAO_END_VERSIONED_NAMESPACE_DECL diff --git a/TAO/tao/AnyTypeCode/ObjectIdListA.h b/TAO/tao/AnyTypeCode/ObjectIdListA.h deleted file mode 100644 index 50fc249bcf3..00000000000 --- a/TAO/tao/AnyTypeCode/ObjectIdListA.h +++ /dev/null @@ -1,106 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// TAO_IDL - Generated from -// be\be_codegen.cpp:153 - -#ifndef _TAO_IDL_ORIG_OBJECTIDLISTA_H_ -#define _TAO_IDL_ORIG_OBJECTIDLISTA_H_ - -#include /**/ "ace/pre.h" - - -#include "ace/config-all.h" - -#if !defined (ACE_LACKS_PRAGMA_ONCE) -# pragma once -#endif /* ACE_LACKS_PRAGMA_ONCE */ - -#include "tao/AnyTypeCode/TAO_AnyTypeCode_Export.h" -#include "tao/AnyTypeCode/AnyTypeCode_methods.h" -#include "tao/ObjectIdListC.h" - -#if defined (TAO_EXPORT_MACRO) -#undef TAO_EXPORT_MACRO -#endif -#define TAO_EXPORT_MACRO TAO_AnyTypeCode_Export - -#if defined(_MSC_VER) -#pragma warning(push) -#pragma warning(disable:4250) -#endif /* _MSC_VER */ - -#if defined (__BORLANDC__) -#pragma option push -w-rvl -w-rch -w-ccc -w-inl -#endif /* __BORLANDC__ */ - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:48 - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -namespace CORBA -{ - - extern TAO_AnyTypeCode_Export ::CORBA::TypeCode_ptr const _tc_ORB_ObjectId; - - // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:44 - - extern TAO_AnyTypeCode_Export ::CORBA::TypeCode_ptr const _tc_ORB_ObjectIdList; - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:66 - -} // module CORBA - -// TAO_IDL - Generated from -// be\be_visitor_traits.cpp:61 - -// Traits specializations. -namespace TAO -{ -} - -// TAO_IDL - Generated from -// be\be_codegen.cpp:955 - -TAO_END_VERSIONED_NAMESPACE_DECL - -#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/AnyTypeCode/PI_ForwardA.cpp b/TAO/tao/AnyTypeCode/PI_ForwardA.cpp deleted file mode 100644 index fe43b76ce42..00000000000 --- a/TAO/tao/AnyTypeCode/PI_ForwardA.cpp +++ /dev/null @@ -1,200 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -#include "tao/AnyTypeCode/PI_ForwardA.h" -#include "tao/AnyTypeCode/Null_RefCount_Policy.h" -#include "tao/AnyTypeCode/TypeCode_Constants.h" -#include "tao/AnyTypeCode/Alias_TypeCode_Static.h" -#include "tao/AnyTypeCode/String_TypeCode_Static.h" -#include "tao/CDR.h" -#include "tao/AnyTypeCode/Any.h" - -#include "tao/AnyTypeCode/StringSeqA.h" -#include "tao/AnyTypeCode/OctetSeqA.h" - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -// TAO_IDL - Generated from -// be\be_visitor_typecode/alias_typecode.cpp:50 - -static TAO::TypeCode::Alias<char const *, - CORBA::TypeCode_ptr const *, - TAO::Null_RefCount_Policy> - _tao_tc_PortableInterceptor_ServerId ( - CORBA::tk_alias, - "IDL:omg.org/PortableInterceptor/ServerId:1.0", - "ServerId", - &CORBA::_tc_string); - -namespace PortableInterceptor -{ - ::CORBA::TypeCode_ptr const _tc_ServerId = - &_tao_tc_PortableInterceptor_ServerId; -} - - - -// TAO_IDL - Generated from -// be\be_visitor_typecode/alias_typecode.cpp:50 - -static TAO::TypeCode::Alias<char const *, - CORBA::TypeCode_ptr const *, - TAO::Null_RefCount_Policy> - _tao_tc_PortableInterceptor_ORBId ( - CORBA::tk_alias, - "IDL:omg.org/PortableInterceptor/ORBId:1.0", - "ORBId", - &CORBA::_tc_string); - -namespace PortableInterceptor -{ - ::CORBA::TypeCode_ptr const _tc_ORBId = - &_tao_tc_PortableInterceptor_ORBId; -} - - - -// TAO_IDL - Generated from -// be\be_visitor_typecode/alias_typecode.cpp:50 - -static TAO::TypeCode::Alias<char const *, - CORBA::TypeCode_ptr const *, - TAO::Null_RefCount_Policy> - _tao_tc_PortableInterceptor_AdapterName ( - CORBA::tk_alias, - "IDL:omg.org/PortableInterceptor/AdapterName:1.0", - "AdapterName", - &CORBA::_tc_StringSeq); - -namespace PortableInterceptor -{ - ::CORBA::TypeCode_ptr const _tc_AdapterName = - &_tao_tc_PortableInterceptor_AdapterName; -} - - - -// TAO_IDL - Generated from -// be\be_visitor_typecode/alias_typecode.cpp:50 - -static TAO::TypeCode::Alias<char const *, - CORBA::TypeCode_ptr const *, - TAO::Null_RefCount_Policy> - _tao_tc_PortableInterceptor_ObjectId ( - CORBA::tk_alias, - "IDL:omg.org/PortableInterceptor/ObjectId:1.0", - "ObjectId", - &CORBA::_tc_OctetSeq); - -namespace PortableInterceptor -{ - ::CORBA::TypeCode_ptr const _tc_ObjectId = - &_tao_tc_PortableInterceptor_ObjectId; -} - - - -// TAO_IDL - Generated from -// be\be_visitor_typecode/alias_typecode.cpp:50 - -static TAO::TypeCode::Alias<char const *, - CORBA::TypeCode_ptr const *, - TAO::Null_RefCount_Policy> - _tao_tc_PortableInterceptor_AdapterManagerId ( - CORBA::tk_alias, - "IDL:omg.org/PortableInterceptor/AdapterManagerId:1.0", - "AdapterManagerId", - &CORBA::_tc_long); - -namespace PortableInterceptor -{ - ::CORBA::TypeCode_ptr const _tc_AdapterManagerId = - &_tao_tc_PortableInterceptor_AdapterManagerId; -} - - - -// TAO_IDL - Generated from -// be\be_visitor_typecode/alias_typecode.cpp:50 - -static TAO::TypeCode::Alias<char const *, - CORBA::TypeCode_ptr const *, - TAO::Null_RefCount_Policy> - _tao_tc_PortableInterceptor_AdapterState ( - CORBA::tk_alias, - "IDL:omg.org/PortableInterceptor/AdapterState:1.0", - "AdapterState", - &CORBA::_tc_short); - -namespace PortableInterceptor -{ - ::CORBA::TypeCode_ptr const _tc_AdapterState = - &_tao_tc_PortableInterceptor_AdapterState; -} - - - -// TAO_IDL - Generated from -// be\be_visitor_typecode/alias_typecode.cpp:50 - -static TAO::TypeCode::Alias<char const *, - CORBA::TypeCode_ptr const *, - TAO::Null_RefCount_Policy> - _tao_tc_PortableInterceptor_SlotId ( - CORBA::tk_alias, - "IDL:omg.org/PortableInterceptor/SlotId:1.0", - "SlotId", - &CORBA::_tc_ulong); - -namespace PortableInterceptor -{ - ::CORBA::TypeCode_ptr const _tc_SlotId = - &_tao_tc_PortableInterceptor_SlotId; -} - - - -// TAO_IDL - Generated from -// be\be_visitor_typecode/alias_typecode.cpp:50 - -static TAO::TypeCode::Alias<char const *, - CORBA::TypeCode_ptr const *, - TAO::Null_RefCount_Policy> - _tao_tc_PortableInterceptor_ReplyStatus ( - CORBA::tk_alias, - "IDL:omg.org/PortableInterceptor/ReplyStatus:1.0", - "ReplyStatus", - &CORBA::_tc_short); - -namespace PortableInterceptor -{ - ::CORBA::TypeCode_ptr const _tc_ReplyStatus = - &_tao_tc_PortableInterceptor_ReplyStatus; -} - - -TAO_END_VERSIONED_NAMESPACE_DECL diff --git a/TAO/tao/AnyTypeCode/PI_ForwardA.h b/TAO/tao/AnyTypeCode/PI_ForwardA.h deleted file mode 100644 index 7286439cc39..00000000000 --- a/TAO/tao/AnyTypeCode/PI_ForwardA.h +++ /dev/null @@ -1,196 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// TAO_IDL - Generated from -// be\be_codegen.cpp:153 - -#ifndef _TAO_IDL_ORIG_PI_FORWARDA_H_ -#define _TAO_IDL_ORIG_PI_FORWARDA_H_ - -#include /**/ "ace/pre.h" - - -#include "ace/config-all.h" - -#if !defined (ACE_LACKS_PRAGMA_ONCE) -# pragma once -#endif /* ACE_LACKS_PRAGMA_ONCE */ - -#include "tao/AnyTypeCode/TAO_AnyTypeCode_Export.h" -#include "tao/AnyTypeCode/AnyTypeCode_methods.h" -#include "tao/ORB.h" -#include "tao/Environment.h" - -#include "tao/OctetSeqC.h" -#include "tao/StringSeqC.h" - -#if defined (TAO_EXPORT_MACRO) -#undef TAO_EXPORT_MACRO -#endif -#define TAO_EXPORT_MACRO TAO_AnyTypeCode_Export - -#if defined(_MSC_VER) -#pragma warning(push) -#pragma warning(disable:4250) -#endif /* _MSC_VER */ - -#if defined (__BORLANDC__) -#pragma option push -w-rvl -w-rch -w-ccc -w-inl -#endif /* __BORLANDC__ */ - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:48 - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -namespace PortableInterceptor -{ - - // TAO_IDL - Generated from - // be\be_visitor_typedef/typedef_ch.cpp:413 - - typedef char * ServerId; - typedef CORBA::String_var ServerId_var; - typedef CORBA::String_out ServerId_out; - - // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:44 - - extern TAO_AnyTypeCode_Export ::CORBA::TypeCode_ptr const _tc_ServerId; - - // TAO_IDL - Generated from - // be\be_visitor_typedef/typedef_ch.cpp:413 - - typedef char * ORBId; - typedef CORBA::String_var ORBId_var; - typedef CORBA::String_out ORBId_out; - - // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:44 - - extern TAO_AnyTypeCode_Export ::CORBA::TypeCode_ptr const _tc_ORBId; - - // TAO_IDL - Generated from - // be\be_visitor_typedef/typedef_ch.cpp:472 - - typedef CORBA::StringSeq AdapterName; - typedef CORBA::StringSeq_var AdapterName_var; - typedef CORBA::StringSeq_out AdapterName_out; - - // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:44 - - extern TAO_AnyTypeCode_Export ::CORBA::TypeCode_ptr const _tc_AdapterName; - - // TAO_IDL - Generated from - // be\be_visitor_typedef/typedef_ch.cpp:472 - - typedef CORBA::OctetSeq ObjectId; - typedef CORBA::OctetSeq_var ObjectId_var; - typedef CORBA::OctetSeq_out ObjectId_out; - - // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:44 - - extern TAO_AnyTypeCode_Export ::CORBA::TypeCode_ptr const _tc_ObjectId; - - // TAO_IDL - Generated from - // be\be_visitor_typedef/typedef_ch.cpp:379 - - typedef char * AdapterManagerId; - typedef CORBA::String_var AdapterManagerId_var; - typedef CORBA::String_out AdapterManagerId_out; - - // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:44 - - extern TAO_AnyTypeCode_Export ::CORBA::TypeCode_ptr const _tc_AdapterManagerId; - - // TAO_IDL - Generated from - // be\be_visitor_typedef/typedef_ch.cpp:379 - - typedef CORBA::Short AdapterState; - typedef CORBA::Short_out AdapterState_out; - - // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:44 - - extern TAO_AnyTypeCode_Export ::CORBA::TypeCode_ptr const _tc_AdapterState; - - // TAO_IDL - Generated from - // be\be_visitor_typedef/typedef_ch.cpp:379 - - typedef CORBA::ULong SlotId; - typedef CORBA::ULong_out SlotId_out; - - // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:44 - - extern TAO_AnyTypeCode_Export ::CORBA::TypeCode_ptr const _tc_SlotId; - - // TAO_IDL - Generated from - // be\be_visitor_typedef/typedef_ch.cpp:379 - - typedef CORBA::Short ReplyStatus; - typedef CORBA::Short_out ReplyStatus_out; - - // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:44 - - extern TAO_AnyTypeCode_Export ::CORBA::TypeCode_ptr const _tc_ReplyStatus; - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:66 - -} // module PortableInterceptor - -// TAO_IDL - Generated from -// be\be_visitor_traits.cpp:61 - -// Traits specializations. -namespace TAO -{ -} - -// TAO_IDL - Generated from -// be\be_codegen.cpp:955 - -TAO_END_VERSIONED_NAMESPACE_DECL - -#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/AnyTypeCode/ParameterModeA.cpp b/TAO/tao/AnyTypeCode/ParameterModeA.cpp deleted file mode 100644 index b4a65bb1787..00000000000 --- a/TAO/tao/AnyTypeCode/ParameterModeA.cpp +++ /dev/null @@ -1,95 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -#include "tao/AnyTypeCode/ParameterModeA.h" -#include "tao/AnyTypeCode/Null_RefCount_Policy.h" -#include "tao/AnyTypeCode/TypeCode_Constants.h" -#include "tao/AnyTypeCode/Alias_TypeCode_Static.h" -#include "tao/AnyTypeCode/Enum_TypeCode_Static.h" -#include "tao/CDR.h" -#include "tao/AnyTypeCode/Any.h" -#include "tao/AnyTypeCode/Any_Basic_Impl_T.h" - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -// TAO_IDL - Generated from -// be\be_visitor_typecode/enum_typecode.cpp:34 - -static char const * const _tao_enumerators_CORBA_ParameterMode[] = - { - "PARAM_IN", - "PARAM_OUT", - "PARAM_INOUT" - - }; - -static TAO::TypeCode::Enum<char const *, - char const * const *, - TAO::Null_RefCount_Policy> - _tao_tc_CORBA_ParameterMode ( - "IDL:omg.org/CORBA/ParameterMode:1.0", - "ParameterMode", - _tao_enumerators_CORBA_ParameterMode, - 3); - -namespace CORBA -{ - ::CORBA::TypeCode_ptr const _tc_ParameterMode = - &_tao_tc_CORBA_ParameterMode; -} - - - -// TAO_IDL - Generated from -// be\be_visitor_enum/any_op_cs.cpp:52 - -void operator<<= ( - CORBA::Any &_tao_any, - CORBA::ParameterMode _tao_elem - ) -{ - TAO::Any_Basic_Impl_T<CORBA::ParameterMode>::insert ( - _tao_any, - CORBA::_tc_ParameterMode, - _tao_elem - ); -} - -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, - CORBA::ParameterMode &_tao_elem - ) -{ - return - TAO::Any_Basic_Impl_T<CORBA::ParameterMode>::extract ( - _tao_any, - CORBA::_tc_ParameterMode, - _tao_elem - ); -} - -TAO_END_VERSIONED_NAMESPACE_DECL diff --git a/TAO/tao/AnyTypeCode/ParameterModeA.h b/TAO/tao/AnyTypeCode/ParameterModeA.h deleted file mode 100644 index 91bb04bd510..00000000000 --- a/TAO/tao/AnyTypeCode/ParameterModeA.h +++ /dev/null @@ -1,109 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// TAO_IDL - Generated from -// be\be_codegen.cpp:153 - -#ifndef _TAO_IDL_ORIG_PARAMETERMODEA_H_ -#define _TAO_IDL_ORIG_PARAMETERMODEA_H_ - -#include /**/ "ace/pre.h" - - -#include "ace/config-all.h" - -#if !defined (ACE_LACKS_PRAGMA_ONCE) -# pragma once -#endif /* ACE_LACKS_PRAGMA_ONCE */ - -#include "tao/AnyTypeCode/TAO_AnyTypeCode_Export.h" -#include "tao/AnyTypeCode/AnyTypeCode_methods.h" -#include "tao/ParameterModeC.h" - -#if defined (TAO_EXPORT_MACRO) -#undef TAO_EXPORT_MACRO -#endif -#define TAO_EXPORT_MACRO TAO_AnyTypeCode_Export - -#if defined(_MSC_VER) -#pragma warning(push) -#pragma warning(disable:4250) -#endif /* _MSC_VER */ - -#if defined (__BORLANDC__) -#pragma option push -w-rvl -w-rch -w-ccc -w-inl -#endif /* __BORLANDC__ */ - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:48 - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -namespace CORBA -{ - // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:44 - - extern TAO_AnyTypeCode_Export ::CORBA::TypeCode_ptr const _tc_ParameterMode; - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:66 - -} // module CORBA - -// TAO_IDL - Generated from -// be\be_visitor_traits.cpp:61 - -// Traits specializations. -namespace TAO -{ -} - -// TAO_IDL - Generated from -// be\be_visitor_enum/any_op_ch.cpp:51 - -TAO_AnyTypeCode_Export void operator<<= (CORBA::Any &, CORBA::ParameterMode); -TAO_AnyTypeCode_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::ParameterMode &); - -// TAO_IDL - Generated from -// be\be_codegen.cpp:955 - -TAO_END_VERSIONED_NAMESPACE_DECL - -#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/AnyTypeCode/Policy_ForwardA.cpp b/TAO/tao/AnyTypeCode/Policy_ForwardA.cpp deleted file mode 100644 index 93e73bc4856..00000000000 --- a/TAO/tao/AnyTypeCode/Policy_ForwardA.cpp +++ /dev/null @@ -1,335 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -#include "tao/AnyTypeCode/Policy_ForwardA.h" -#include "tao/AnyTypeCode/Null_RefCount_Policy.h" -#include "tao/AnyTypeCode/TypeCode_Constants.h" -#include "tao/AnyTypeCode/Alias_TypeCode_Static.h" -#include "tao/AnyTypeCode/Enum_TypeCode_Static.h" -#include "tao/AnyTypeCode/Sequence_TypeCode_Static.h" -#include "tao/CDR.h" -#include "tao/AnyTypeCode/Any.h" -#include "tao/AnyTypeCode/Any_Dual_Impl_T.h" -#include "tao/AnyTypeCode/Any_Basic_Impl_T.h" - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -// TAO_IDL - Generated from -// be\be_visitor_typecode/alias_typecode.cpp:50 - -static TAO::TypeCode::Alias<char const *, - CORBA::TypeCode_ptr const *, - TAO::Null_RefCount_Policy> - _tao_tc_CORBA_PolicyType ( - CORBA::tk_alias, - "IDL:omg.org/CORBA/PolicyType:1.0", - "PolicyType", - &CORBA::_tc_ulong); - -namespace CORBA -{ - ::CORBA::TypeCode_ptr const _tc_PolicyType = - &_tao_tc_CORBA_PolicyType; -} - - - -// TAO_IDL - Generated from -// be\be_visitor_typecode/alias_typecode.cpp:50 - - - -// TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 - -namespace CORBA -{ - extern ::CORBA::TypeCode_ptr const _tc_Policy; -} - - -#ifndef _TAO_TYPECODE_CORBA_PolicyList_GUARD -#define _TAO_TYPECODE_CORBA_PolicyList_GUARD -namespace TAO -{ - namespace TypeCode - { - TAO::TypeCode::Sequence< ::CORBA::TypeCode_ptr const *, - TAO::Null_RefCount_Policy> - CORBA_PolicyList_0 ( - CORBA::tk_sequence, - &CORBA::_tc_Policy, - 0U); - - ::CORBA::TypeCode_ptr const tc_CORBA_PolicyList_0 = - &CORBA_PolicyList_0; - - } -} - - -#endif /* _TAO_TYPECODE_CORBA_PolicyList_GUARD */ - -static TAO::TypeCode::Alias<char const *, - CORBA::TypeCode_ptr const *, - TAO::Null_RefCount_Policy> - _tao_tc_CORBA_PolicyList ( - CORBA::tk_alias, - "IDL:omg.org/CORBA/PolicyList:1.0", - "PolicyList", - &TAO::TypeCode::tc_CORBA_PolicyList_0); - -namespace CORBA -{ - ::CORBA::TypeCode_ptr const _tc_PolicyList = - &_tao_tc_CORBA_PolicyList; -} - - - -// TAO_IDL - Generated from -// be\be_visitor_typecode/alias_typecode.cpp:50 - - - -// TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 - - -#ifndef _TAO_TYPECODE_CORBA_PolicyTypeSeq_GUARD -#define _TAO_TYPECODE_CORBA_PolicyTypeSeq_GUARD -namespace TAO -{ - namespace TypeCode - { - TAO::TypeCode::Sequence< ::CORBA::TypeCode_ptr const *, - TAO::Null_RefCount_Policy> - CORBA_PolicyTypeSeq_0 ( - CORBA::tk_sequence, - &CORBA::_tc_PolicyType, - 0U); - - ::CORBA::TypeCode_ptr const tc_CORBA_PolicyTypeSeq_0 = - &CORBA_PolicyTypeSeq_0; - - } -} - - -#endif /* _TAO_TYPECODE_CORBA_PolicyTypeSeq_GUARD */ - -static TAO::TypeCode::Alias<char const *, - CORBA::TypeCode_ptr const *, - TAO::Null_RefCount_Policy> - _tao_tc_CORBA_PolicyTypeSeq ( - CORBA::tk_alias, - "IDL:omg.org/CORBA/PolicyTypeSeq:1.0", - "PolicyTypeSeq", - &TAO::TypeCode::tc_CORBA_PolicyTypeSeq_0); - -namespace CORBA -{ - ::CORBA::TypeCode_ptr const _tc_PolicyTypeSeq = - &_tao_tc_CORBA_PolicyTypeSeq; -} - - - -// TAO_IDL - Generated from -// be\be_visitor_typecode/enum_typecode.cpp:34 - -static char const * const _tao_enumerators_CORBA_SetOverrideType[] = - { - "SET_OVERRIDE", - "ADD_OVERRIDE" - - }; - -static TAO::TypeCode::Enum<char const *, - char const * const *, - TAO::Null_RefCount_Policy> - _tao_tc_CORBA_SetOverrideType ( - "IDL:omg.org/CORBA/SetOverrideType:1.0", - "SetOverrideType", - _tao_enumerators_CORBA_SetOverrideType, - 2); - -namespace CORBA -{ - ::CORBA::TypeCode_ptr const _tc_SetOverrideType = - &_tao_tc_CORBA_SetOverrideType; -} - - - -// TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_cs.cpp:54 - - -// Copying insertion. -void operator<<= ( - CORBA::Any &_tao_any, - const CORBA::PolicyList &_tao_elem - ) -{ - TAO::Any_Dual_Impl_T<CORBA::PolicyList>::insert_copy ( - _tao_any, - CORBA::PolicyList::_tao_any_destructor, - TAO::TypeCode::tc_CORBA_PolicyList_0, - _tao_elem - ); -} - -// Non-copying insertion. -void operator<<= ( - CORBA::Any &_tao_any, - CORBA::PolicyList *_tao_elem - ) -{ - TAO::Any_Dual_Impl_T<CORBA::PolicyList>::insert ( - _tao_any, - CORBA::PolicyList::_tao_any_destructor, - TAO::TypeCode::tc_CORBA_PolicyList_0, - _tao_elem - ); -} - -// Extraction to non-const pointer (deprecated). -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, - CORBA::PolicyList *&_tao_elem - ) -{ - return _tao_any >>= const_cast< - const CORBA::PolicyList *&> ( - _tao_elem - ); -} - -// Extraction to const pointer. -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, - const CORBA::PolicyList *&_tao_elem - ) -{ - return - TAO::Any_Dual_Impl_T<CORBA::PolicyList>::extract ( - _tao_any, - CORBA::PolicyList::_tao_any_destructor, - TAO::TypeCode::tc_CORBA_PolicyList_0, - _tao_elem - ); -} - -// TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_cs.cpp:54 - - -// Copying insertion. -void operator<<= ( - CORBA::Any &_tao_any, - const CORBA::PolicyTypeSeq &_tao_elem - ) -{ - TAO::Any_Dual_Impl_T<CORBA::PolicyTypeSeq>::insert_copy ( - _tao_any, - CORBA::PolicyTypeSeq::_tao_any_destructor, - TAO::TypeCode::tc_CORBA_PolicyTypeSeq_0, - _tao_elem - ); -} - -// Non-copying insertion. -void operator<<= ( - CORBA::Any &_tao_any, - CORBA::PolicyTypeSeq *_tao_elem - ) -{ - TAO::Any_Dual_Impl_T<CORBA::PolicyTypeSeq>::insert ( - _tao_any, - CORBA::PolicyTypeSeq::_tao_any_destructor, - TAO::TypeCode::tc_CORBA_PolicyTypeSeq_0, - _tao_elem - ); -} - -// Extraction to non-const pointer (deprecated). -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, - CORBA::PolicyTypeSeq *&_tao_elem - ) -{ - return _tao_any >>= const_cast< - const CORBA::PolicyTypeSeq *&> ( - _tao_elem - ); -} - -// Extraction to const pointer. -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, - const CORBA::PolicyTypeSeq *&_tao_elem - ) -{ - return - TAO::Any_Dual_Impl_T<CORBA::PolicyTypeSeq>::extract ( - _tao_any, - CORBA::PolicyTypeSeq::_tao_any_destructor, - TAO::TypeCode::tc_CORBA_PolicyTypeSeq_0, - _tao_elem - ); -} - -// TAO_IDL - Generated from -// be\be_visitor_enum/any_op_cs.cpp:52 - -void operator<<= ( - CORBA::Any &_tao_any, - CORBA::SetOverrideType _tao_elem - ) -{ - TAO::Any_Basic_Impl_T<CORBA::SetOverrideType>::insert ( - _tao_any, - CORBA::_tc_SetOverrideType, - _tao_elem - ); -} - -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, - CORBA::SetOverrideType &_tao_elem - ) -{ - return - TAO::Any_Basic_Impl_T<CORBA::SetOverrideType>::extract ( - _tao_any, - CORBA::_tc_SetOverrideType, - _tao_elem - ); -} - -TAO_END_VERSIONED_NAMESPACE_DECL diff --git a/TAO/tao/AnyTypeCode/Policy_ForwardA.h b/TAO/tao/AnyTypeCode/Policy_ForwardA.h deleted file mode 100644 index 7626097a3b9..00000000000 --- a/TAO/tao/AnyTypeCode/Policy_ForwardA.h +++ /dev/null @@ -1,106 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// TAO_IDL - Generated from -// be\be_codegen.cpp:754 - -#ifndef _TAO_IDL_ANYTYPECODE_POLICY_FORWARDA_H_ -#define _TAO_IDL_ANYTYPECODE_POLICY_FORWARDA_H_ - -#include /**/ "ace/pre.h" - -#include "tao/AnyTypeCode/TAO_AnyTypeCode_Export.h" -#include "tao/AnyTypeCode/AnyTypeCode_methods.h" -#include "tao/Policy_ForwardC.h" - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:59 - -namespace CORBA -{ - - // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - - extern TAO_AnyTypeCode_Export ::CORBA::TypeCode_ptr const _tc_PolicyType; - - // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - - extern TAO_AnyTypeCode_Export ::CORBA::TypeCode_ptr const _tc_PolicyList; - - // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - - extern TAO_AnyTypeCode_Export ::CORBA::TypeCode_ptr const _tc_PolicyTypeSeq; - - // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - - extern TAO_AnyTypeCode_Export ::CORBA::TypeCode_ptr const _tc_SetOverrideType; - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:86 - -} // module CORBA - -// TAO_IDL - Generated from -// be\be_visitor_interface_fwd/any_op_ch.cpp:64 - -TAO_AnyTypeCode_Export void operator<<= (CORBA::Any &, CORBA::Policy_ptr); // copying -TAO_AnyTypeCode_Export void operator<<= (CORBA::Any &, CORBA::Policy_ptr *); // non-copying -TAO_AnyTypeCode_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::Policy *&); - -// TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_ch.cpp:53 - -TAO_AnyTypeCode_Export void operator<<= (CORBA::Any &, const CORBA::PolicyList &); // copying version -TAO_AnyTypeCode_Export void operator<<= (CORBA::Any &, CORBA::PolicyList*); // noncopying version -TAO_AnyTypeCode_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::PolicyList *&); // deprecated -TAO_AnyTypeCode_Export CORBA::Boolean operator>>= (const CORBA::Any &, const CORBA::PolicyList *&); - -// TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_ch.cpp:53 - -TAO_AnyTypeCode_Export void operator<<= (CORBA::Any &, const CORBA::PolicyTypeSeq &); // copying version -TAO_AnyTypeCode_Export void operator<<= (CORBA::Any &, CORBA::PolicyTypeSeq*); // noncopying version -TAO_AnyTypeCode_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::PolicyTypeSeq *&); // deprecated -TAO_AnyTypeCode_Export CORBA::Boolean operator>>= (const CORBA::Any &, const CORBA::PolicyTypeSeq *&); - -// TAO_IDL - Generated from -// be\be_visitor_enum/any_op_ch.cpp:52 - -TAO_AnyTypeCode_Export void operator<<= (CORBA::Any &, CORBA::SetOverrideType); -TAO_AnyTypeCode_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::SetOverrideType &); - -TAO_END_VERSIONED_NAMESPACE_DECL - -#include /**/ "ace/post.h" - -#endif /* ifndef */ diff --git a/TAO/tao/AnyTypeCode/PortableInterceptorA.cpp b/TAO/tao/AnyTypeCode/PortableInterceptorA.cpp deleted file mode 100644 index 166de771bb6..00000000000 --- a/TAO/tao/AnyTypeCode/PortableInterceptorA.cpp +++ /dev/null @@ -1,34 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -#include "tao/AnyTypeCode/PortableInterceptorA.h" -#include "tao/AnyTypeCode/Null_RefCount_Policy.h" -#include "tao/AnyTypeCode/TypeCode_Constants.h" -#include "tao/AnyTypeCode/Alias_TypeCode_Static.h" -#include "tao/AnyTypeCode/String_TypeCode_Static.h" -#include "tao/CDR.h" -#include "tao/AnyTypeCode/Any.h" diff --git a/TAO/tao/AnyTypeCode/PortableInterceptorA.h b/TAO/tao/AnyTypeCode/PortableInterceptorA.h deleted file mode 100644 index 4de58d5653e..00000000000 --- a/TAO/tao/AnyTypeCode/PortableInterceptorA.h +++ /dev/null @@ -1,59 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// TAO_IDL - Generated from -// be\be_codegen.cpp:754 - -#ifndef _TAO_IDL_ANYTYPECODE_PORTABLEINTERCEPTORA_H_ -#define _TAO_IDL_ANYTYPECODE_PORTABLEINTERCEPTORA_H_ - -#include /**/ "ace/pre.h" - -#include "tao/AnyTypeCode/TAO_AnyTypeCode_Export.h" -#include "tao/AnyTypeCode/PI_ForwardA.h" -#include "tao/AnyTypeCode/Messaging_SyncScopeA.h" -#include "tao/PortableInterceptorC.h" - - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:59 - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -namespace PortableInterceptor -{ - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:86 - -} // module PortableInterceptor - -TAO_END_VERSIONED_NAMESPACE_DECL - -#include /**/ "ace/post.h" - -#endif /* ifndef */ diff --git a/TAO/tao/AnyTypeCode/ServicesA.cpp b/TAO/tao/AnyTypeCode/ServicesA.cpp deleted file mode 100644 index 0030c4e2c44..00000000000 --- a/TAO/tao/AnyTypeCode/ServicesA.cpp +++ /dev/null @@ -1,522 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -#include "tao/AnyTypeCode/ServicesA.h" -#include "tao/AnyTypeCode/Null_RefCount_Policy.h" -#include "tao/AnyTypeCode/TypeCode_Constants.h" -#include "tao/AnyTypeCode/Alias_TypeCode_Static.h" -#include "tao/AnyTypeCode/Sequence_TypeCode_Static.h" -#include "tao/AnyTypeCode/Struct_TypeCode_Static.h" -#include "tao/AnyTypeCode/TypeCode_Struct_Field.h" -#include "tao/CDR.h" -#include "tao/AnyTypeCode/Any.h" -#include "tao/AnyTypeCode/Any_Dual_Impl_T.h" - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -// TAO_IDL - Generated from -// be\be_visitor_typecode/alias_typecode.cpp:50 - -static TAO::TypeCode::Alias<char const *, - CORBA::TypeCode_ptr const *, - TAO::Null_RefCount_Policy> - _tao_tc_CORBA_ServiceType ( - CORBA::tk_alias, - "IDL:omg.org/CORBA/ServiceType:1.0", - "ServiceType", - &CORBA::_tc_ushort); - -namespace CORBA -{ - ::CORBA::TypeCode_ptr const _tc_ServiceType = - &_tao_tc_CORBA_ServiceType; -} - - - -// TAO_IDL - Generated from -// be\be_visitor_typecode/alias_typecode.cpp:50 - -static TAO::TypeCode::Alias<char const *, - CORBA::TypeCode_ptr const *, - TAO::Null_RefCount_Policy> - _tao_tc_CORBA_ServiceOption ( - CORBA::tk_alias, - "IDL:omg.org/CORBA/ServiceOption:1.0", - "ServiceOption", - &CORBA::_tc_ulong); - -namespace CORBA -{ - ::CORBA::TypeCode_ptr const _tc_ServiceOption = - &_tao_tc_CORBA_ServiceOption; -} - - - -// TAO_IDL - Generated from -// be\be_visitor_typecode/alias_typecode.cpp:50 - -static TAO::TypeCode::Alias<char const *, - CORBA::TypeCode_ptr const *, - TAO::Null_RefCount_Policy> - _tao_tc_CORBA_ServiceDetailType ( - CORBA::tk_alias, - "IDL:omg.org/CORBA/ServiceDetailType:1.0", - "ServiceDetailType", - &CORBA::_tc_ulong); - -namespace CORBA -{ - ::CORBA::TypeCode_ptr const _tc_ServiceDetailType = - &_tao_tc_CORBA_ServiceDetailType; -} - - - -// TAO_IDL - Generated from -// be\be_visitor_typecode/alias_typecode.cpp:50 - -static TAO::TypeCode::Alias<char const *, - CORBA::TypeCode_ptr const *, - TAO::Null_RefCount_Policy> - _tao_tc_CORBA_ServiceDetailData ( - CORBA::tk_alias, - "IDL:omg.org/CORBA/ServiceDetailData:1.0", - "ServiceDetailData", - &CORBA::_tc_OctetSeq); - -namespace CORBA -{ - ::CORBA::TypeCode_ptr const _tc_ServiceDetailData = - &_tao_tc_CORBA_ServiceDetailData; -} - - - -// TAO_IDL - Generated from -// be\be_visitor_typecode/alias_typecode.cpp:50 - - - -// TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 - - -#ifndef _TAO_TYPECODE_CORBA_ServiceOptionSeq_GUARD -#define _TAO_TYPECODE_CORBA_ServiceOptionSeq_GUARD -namespace TAO -{ - namespace TypeCode - { - TAO::TypeCode::Sequence< ::CORBA::TypeCode_ptr const *, - TAO::Null_RefCount_Policy> - CORBA_ServiceOptionSeq_0 ( - CORBA::tk_sequence, - &CORBA::_tc_ServiceOption, - 0U); - - ::CORBA::TypeCode_ptr const tc_CORBA_ServiceOptionSeq_0 = - &CORBA_ServiceOptionSeq_0; - - } -} - - -#endif /* _TAO_TYPECODE_CORBA_ServiceOptionSeq_GUARD */ - -static TAO::TypeCode::Alias<char const *, - CORBA::TypeCode_ptr const *, - TAO::Null_RefCount_Policy> - _tao_tc_CORBA_ServiceOptionSeq ( - CORBA::tk_alias, - "IDL:omg.org/CORBA/ServiceOptionSeq:1.0", - "ServiceOptionSeq", - &TAO::TypeCode::tc_CORBA_ServiceOptionSeq_0); - -namespace CORBA -{ - ::CORBA::TypeCode_ptr const _tc_ServiceOptionSeq = - &_tao_tc_CORBA_ServiceOptionSeq; -} - - - -// TAO_IDL - Generated from -// be\be_visitor_typecode/struct_typecode.cpp:87 - - - -// TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 - -static TAO::TypeCode::Struct_Field<char const *, CORBA::TypeCode_ptr const *> const _tao_fields_CORBA_ServiceDetail[] = - { - { "service_detail_type", &CORBA::_tc_ServiceDetailType }, - { "service_detail", &CORBA::_tc_ServiceDetailData } - - }; -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_ServiceDetail ( - CORBA::tk_struct, - "IDL:omg.org/CORBA/ServiceDetail:1.0", - "ServiceDetail", - _tao_fields_CORBA_ServiceDetail, - 2); - -namespace CORBA -{ - ::CORBA::TypeCode_ptr const _tc_ServiceDetail = - &_tao_tc_CORBA_ServiceDetail; -} - - - -// TAO_IDL - Generated from -// be\be_visitor_typecode/alias_typecode.cpp:50 - - - -// TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 - - -#ifndef _TAO_TYPECODE_CORBA_ServiceDetailSeq_GUARD -#define _TAO_TYPECODE_CORBA_ServiceDetailSeq_GUARD -namespace TAO -{ - namespace TypeCode - { - TAO::TypeCode::Sequence< ::CORBA::TypeCode_ptr const *, - TAO::Null_RefCount_Policy> - CORBA_ServiceDetailSeq_0 ( - CORBA::tk_sequence, - &CORBA::_tc_ServiceDetail, - 0U); - - ::CORBA::TypeCode_ptr const tc_CORBA_ServiceDetailSeq_0 = - &CORBA_ServiceDetailSeq_0; - - } -} - - -#endif /* _TAO_TYPECODE_CORBA_ServiceDetailSeq_GUARD */ - -static TAO::TypeCode::Alias<char const *, - CORBA::TypeCode_ptr const *, - TAO::Null_RefCount_Policy> - _tao_tc_CORBA_ServiceDetailSeq ( - CORBA::tk_alias, - "IDL:omg.org/CORBA/ServiceDetailSeq:1.0", - "ServiceDetailSeq", - &TAO::TypeCode::tc_CORBA_ServiceDetailSeq_0); - -namespace CORBA -{ - ::CORBA::TypeCode_ptr const _tc_ServiceDetailSeq = - &_tao_tc_CORBA_ServiceDetailSeq; -} - - - -// TAO_IDL - Generated from -// be\be_visitor_typecode/struct_typecode.cpp:87 - - - -// TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 - - - -// TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 - -static TAO::TypeCode::Struct_Field<char const *, CORBA::TypeCode_ptr const *> const _tao_fields_CORBA_ServiceInformation[] = - { - { "service_options", &CORBA::_tc_ServiceOptionSeq }, - { "service_details", &CORBA::_tc_ServiceDetailSeq } - - }; -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_ServiceInformation ( - CORBA::tk_struct, - "IDL:omg.org/CORBA/ServiceInformation:1.0", - "ServiceInformation", - _tao_fields_CORBA_ServiceInformation, - 2); - -namespace CORBA -{ - ::CORBA::TypeCode_ptr const _tc_ServiceInformation = - &_tao_tc_CORBA_ServiceInformation; -} - - - -// TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_cs.cpp:54 - - -// Copying insertion. -void operator<<= ( - CORBA::Any &_tao_any, - const CORBA::ServiceOptionSeq &_tao_elem - ) -{ - TAO::Any_Dual_Impl_T<CORBA::ServiceOptionSeq>::insert_copy ( - _tao_any, - CORBA::ServiceOptionSeq::_tao_any_destructor, - TAO::TypeCode::tc_CORBA_ServiceOptionSeq_0, - _tao_elem - ); -} - -// Non-copying insertion. -void operator<<= ( - CORBA::Any &_tao_any, - CORBA::ServiceOptionSeq *_tao_elem - ) -{ - TAO::Any_Dual_Impl_T<CORBA::ServiceOptionSeq>::insert ( - _tao_any, - CORBA::ServiceOptionSeq::_tao_any_destructor, - TAO::TypeCode::tc_CORBA_ServiceOptionSeq_0, - _tao_elem - ); -} - -// Extraction to non-const pointer (deprecated). -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, - CORBA::ServiceOptionSeq *&_tao_elem - ) -{ - return _tao_any >>= const_cast< - const CORBA::ServiceOptionSeq *&> ( - _tao_elem - ); -} - -// Extraction to const pointer. -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, - const CORBA::ServiceOptionSeq *&_tao_elem - ) -{ - return - TAO::Any_Dual_Impl_T<CORBA::ServiceOptionSeq>::extract ( - _tao_any, - CORBA::ServiceOptionSeq::_tao_any_destructor, - TAO::TypeCode::tc_CORBA_ServiceOptionSeq_0, - _tao_elem - ); -} - -// TAO_IDL - Generated from -// be\be_visitor_structure/any_op_cs.cpp:54 - -// Copying insertion. -void operator<<= ( - CORBA::Any &_tao_any, - const CORBA::ServiceDetail &_tao_elem - ) -{ - TAO::Any_Dual_Impl_T<CORBA::ServiceDetail>::insert_copy ( - _tao_any, - CORBA::ServiceDetail::_tao_any_destructor, - CORBA::_tc_ServiceDetail, - _tao_elem - ); -} - -// Non-copying insertion. -void operator<<= ( - CORBA::Any &_tao_any, - CORBA::ServiceDetail *_tao_elem - ) -{ - TAO::Any_Dual_Impl_T<CORBA::ServiceDetail>::insert ( - _tao_any, - CORBA::ServiceDetail::_tao_any_destructor, - CORBA::_tc_ServiceDetail, - _tao_elem - ); -} - -// Extraction to non-const pointer (deprecated). -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, - CORBA::ServiceDetail *&_tao_elem - ) -{ - return _tao_any >>= const_cast< - const CORBA::ServiceDetail *&> ( - _tao_elem - ); -} - -// Extraction to const pointer. -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, - const CORBA::ServiceDetail *&_tao_elem - ) -{ - return - TAO::Any_Dual_Impl_T<CORBA::ServiceDetail>::extract ( - _tao_any, - CORBA::ServiceDetail::_tao_any_destructor, - CORBA::_tc_ServiceDetail, - _tao_elem - ); -} - -// TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_cs.cpp:54 - - -// Copying insertion. -void operator<<= ( - CORBA::Any &_tao_any, - const CORBA::ServiceDetailSeq &_tao_elem - ) -{ - TAO::Any_Dual_Impl_T<CORBA::ServiceDetailSeq>::insert_copy ( - _tao_any, - CORBA::ServiceDetailSeq::_tao_any_destructor, - TAO::TypeCode::tc_CORBA_ServiceDetailSeq_0, - _tao_elem - ); -} - -// Non-copying insertion. -void operator<<= ( - CORBA::Any &_tao_any, - CORBA::ServiceDetailSeq *_tao_elem - ) -{ - TAO::Any_Dual_Impl_T<CORBA::ServiceDetailSeq>::insert ( - _tao_any, - CORBA::ServiceDetailSeq::_tao_any_destructor, - TAO::TypeCode::tc_CORBA_ServiceDetailSeq_0, - _tao_elem - ); -} - -// Extraction to non-const pointer (deprecated). -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, - CORBA::ServiceDetailSeq *&_tao_elem - ) -{ - return _tao_any >>= const_cast< - const CORBA::ServiceDetailSeq *&> ( - _tao_elem - ); -} - -// Extraction to const pointer. -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, - const CORBA::ServiceDetailSeq *&_tao_elem - ) -{ - return - TAO::Any_Dual_Impl_T<CORBA::ServiceDetailSeq>::extract ( - _tao_any, - CORBA::ServiceDetailSeq::_tao_any_destructor, - TAO::TypeCode::tc_CORBA_ServiceDetailSeq_0, - _tao_elem - ); -} - -// TAO_IDL - Generated from -// be\be_visitor_structure/any_op_cs.cpp:54 - -// Copying insertion. -void operator<<= ( - CORBA::Any &_tao_any, - const CORBA::ServiceInformation &_tao_elem - ) -{ - TAO::Any_Dual_Impl_T<CORBA::ServiceInformation>::insert_copy ( - _tao_any, - CORBA::ServiceInformation::_tao_any_destructor, - CORBA::_tc_ServiceInformation, - _tao_elem - ); -} - -// Non-copying insertion. -void operator<<= ( - CORBA::Any &_tao_any, - CORBA::ServiceInformation *_tao_elem - ) -{ - TAO::Any_Dual_Impl_T<CORBA::ServiceInformation>::insert ( - _tao_any, - CORBA::ServiceInformation::_tao_any_destructor, - CORBA::_tc_ServiceInformation, - _tao_elem - ); -} - -// Extraction to non-const pointer (deprecated). -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, - CORBA::ServiceInformation *&_tao_elem - ) -{ - return _tao_any >>= const_cast< - const CORBA::ServiceInformation *&> ( - _tao_elem - ); -} - -// Extraction to const pointer. -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, - const CORBA::ServiceInformation *&_tao_elem - ) -{ - return - TAO::Any_Dual_Impl_T<CORBA::ServiceInformation>::extract ( - _tao_any, - CORBA::ServiceInformation::_tao_any_destructor, - CORBA::_tc_ServiceInformation, - _tao_elem - ); -} - -TAO_END_VERSIONED_NAMESPACE_DECL diff --git a/TAO/tao/AnyTypeCode/ServicesA.h b/TAO/tao/AnyTypeCode/ServicesA.h deleted file mode 100644 index 7a422b3358a..00000000000 --- a/TAO/tao/AnyTypeCode/ServicesA.h +++ /dev/null @@ -1,130 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// TAO_IDL - Generated from -// be\be_codegen.cpp:788 - -#ifndef _TAO_IDL_ANYTYPECODE_SERVICESA_H_ -#define _TAO_IDL_ANYTYPECODE_SERVICESA_H_ - -#include /**/ "ace/pre.h" - -#include "tao/AnyTypeCode/TAO_AnyTypeCode_Export.h" -#include "tao/AnyTypeCode/OctetSeqA.h" -#include "tao/ServicesC.h" - - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:59 - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -namespace CORBA -{ - - // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - - extern TAO_AnyTypeCode_Export ::CORBA::TypeCode_ptr const _tc_ServiceType; - - // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - - extern TAO_AnyTypeCode_Export ::CORBA::TypeCode_ptr const _tc_ServiceOption; - - // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - - extern TAO_AnyTypeCode_Export ::CORBA::TypeCode_ptr const _tc_ServiceDetailType; - - // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - - extern TAO_AnyTypeCode_Export ::CORBA::TypeCode_ptr const _tc_ServiceDetailData; - - // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - - extern TAO_AnyTypeCode_Export ::CORBA::TypeCode_ptr const _tc_ServiceOptionSeq; - - // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - - extern TAO_AnyTypeCode_Export ::CORBA::TypeCode_ptr const _tc_ServiceDetail; - - // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - - extern TAO_AnyTypeCode_Export ::CORBA::TypeCode_ptr const _tc_ServiceDetailSeq; - - // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - - extern TAO_AnyTypeCode_Export ::CORBA::TypeCode_ptr const _tc_ServiceInformation; - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:86 - -} // module CORBA - -// TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_ch.cpp:53 - -TAO_AnyTypeCode_Export void operator<<= (CORBA::Any &, const CORBA::ServiceOptionSeq &); // copying version -TAO_AnyTypeCode_Export void operator<<= (CORBA::Any &, CORBA::ServiceOptionSeq*); // noncopying version -TAO_AnyTypeCode_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::ServiceOptionSeq *&); // deprecated -TAO_AnyTypeCode_Export CORBA::Boolean operator>>= (const CORBA::Any &, const CORBA::ServiceOptionSeq *&); - -// TAO_IDL - Generated from -// be\be_visitor_structure/any_op_ch.cpp:53 - -TAO_AnyTypeCode_Export void operator<<= (CORBA::Any &, const CORBA::ServiceDetail &); // copying version -TAO_AnyTypeCode_Export void operator<<= (CORBA::Any &, CORBA::ServiceDetail*); // noncopying version -TAO_AnyTypeCode_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::ServiceDetail *&); // deprecated -TAO_AnyTypeCode_Export CORBA::Boolean operator>>= (const CORBA::Any &, const CORBA::ServiceDetail *&); - -// TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_ch.cpp:53 - -TAO_AnyTypeCode_Export void operator<<= (CORBA::Any &, const CORBA::ServiceDetailSeq &); // copying version -TAO_AnyTypeCode_Export void operator<<= (CORBA::Any &, CORBA::ServiceDetailSeq*); // noncopying version -TAO_AnyTypeCode_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::ServiceDetailSeq *&); // deprecated -TAO_AnyTypeCode_Export CORBA::Boolean operator>>= (const CORBA::Any &, const CORBA::ServiceDetailSeq *&); - -// TAO_IDL - Generated from -// be\be_visitor_structure/any_op_ch.cpp:53 - -TAO_AnyTypeCode_Export void operator<<= (CORBA::Any &, const CORBA::ServiceInformation &); // copying version -TAO_AnyTypeCode_Export void operator<<= (CORBA::Any &, CORBA::ServiceInformation*); // noncopying version -TAO_AnyTypeCode_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::ServiceInformation *&); // deprecated -TAO_AnyTypeCode_Export CORBA::Boolean operator>>= (const CORBA::Any &, const CORBA::ServiceInformation *&); - -TAO_END_VERSIONED_NAMESPACE_DECL - -#include /**/ "ace/post.h" - -#endif /* ifndef */ diff --git a/TAO/tao/AnyTypeCode/ShortSeqA.cpp b/TAO/tao/AnyTypeCode/ShortSeqA.cpp deleted file mode 100644 index f876b863891..00000000000 --- a/TAO/tao/AnyTypeCode/ShortSeqA.cpp +++ /dev/null @@ -1,146 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -#include "tao/AnyTypeCode/ShortSeqA.h" -#include "tao/AnyTypeCode/Null_RefCount_Policy.h" -#include "tao/AnyTypeCode/TypeCode_Constants.h" -#include "tao/AnyTypeCode/Alias_TypeCode_Static.h" -#include "tao/AnyTypeCode/Sequence_TypeCode_Static.h" -#include "tao/CDR.h" -#include "tao/AnyTypeCode/Any.h" -#include "tao/AnyTypeCode/Any_Dual_Impl_T.h" - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -// TAO_IDL - Generated from -// be\be_visitor_typecode/alias_typecode.cpp:50 - - - -// TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 - - -#ifndef _TAO_TYPECODE_CORBA_ShortSeq_GUARD -#define _TAO_TYPECODE_CORBA_ShortSeq_GUARD -namespace TAO -{ - namespace TypeCode - { - TAO::TypeCode::Sequence< ::CORBA::TypeCode_ptr const *, - TAO::Null_RefCount_Policy> - CORBA_ShortSeq_0 ( - CORBA::tk_sequence, - &CORBA::_tc_short, - 0U); - - ::CORBA::TypeCode_ptr const tc_CORBA_ShortSeq_0 = - &CORBA_ShortSeq_0; - - } -} - - -#endif /* _TAO_TYPECODE_CORBA_ShortSeq_GUARD */ - -static TAO::TypeCode::Alias<char const *, - CORBA::TypeCode_ptr const *, - TAO::Null_RefCount_Policy> - _tao_tc_CORBA_ShortSeq ( - CORBA::tk_alias, - "IDL:omg.org/CORBA/ShortSeq:1.0", - "ShortSeq", - &TAO::TypeCode::tc_CORBA_ShortSeq_0); - -namespace CORBA -{ - ::CORBA::TypeCode_ptr const _tc_ShortSeq = - &_tao_tc_CORBA_ShortSeq; -} - - - -// TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_cs.cpp:54 - - -// Copying insertion. -void operator<<= ( - CORBA::Any &_tao_any, - const CORBA::ShortSeq &_tao_elem - ) -{ - TAO::Any_Dual_Impl_T<CORBA::ShortSeq>::insert_copy ( - _tao_any, - CORBA::ShortSeq::_tao_any_destructor, - TAO::TypeCode::tc_CORBA_ShortSeq_0, - _tao_elem - ); -} - -// Non-copying insertion. -void operator<<= ( - CORBA::Any &_tao_any, - CORBA::ShortSeq *_tao_elem - ) -{ - TAO::Any_Dual_Impl_T<CORBA::ShortSeq>::insert ( - _tao_any, - CORBA::ShortSeq::_tao_any_destructor, - TAO::TypeCode::tc_CORBA_ShortSeq_0, - _tao_elem - ); -} - -// Extraction to non-const pointer (deprecated). -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, - CORBA::ShortSeq *&_tao_elem - ) -{ - return _tao_any >>= const_cast< - const CORBA::ShortSeq *&> ( - _tao_elem - ); -} - -// Extraction to const pointer. -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, - const CORBA::ShortSeq *&_tao_elem - ) -{ - return - TAO::Any_Dual_Impl_T<CORBA::ShortSeq>::extract ( - _tao_any, - CORBA::ShortSeq::_tao_any_destructor, - TAO::TypeCode::tc_CORBA_ShortSeq_0, - _tao_elem - ); -} - -TAO_END_VERSIONED_NAMESPACE_DECL diff --git a/TAO/tao/AnyTypeCode/ShortSeqA.h b/TAO/tao/AnyTypeCode/ShortSeqA.h deleted file mode 100644 index 5c450473eb1..00000000000 --- a/TAO/tao/AnyTypeCode/ShortSeqA.h +++ /dev/null @@ -1,71 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// TAO_IDL - Generated from -// be\be_codegen.cpp:754 - -#ifndef _TAO_IDL_ANYTYPECODE_SHORTSEQA_H_ -#define _TAO_IDL_ANYTYPECODE_SHORTSEQA_H_ - -#include /**/ "ace/pre.h" - -#include "tao/AnyTypeCode/TAO_AnyTypeCode_Export.h" -#include "tao/AnyTypeCode/AnyTypeCode_methods.h" -#include "tao/ShortSeqC.h" - - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:59 - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -namespace CORBA -{ - - // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - - extern TAO_AnyTypeCode_Export ::CORBA::TypeCode_ptr const _tc_ShortSeq; - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:86 - -} // module CORBA - -// TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_ch.cpp:53 - -TAO_AnyTypeCode_Export void operator<<= (CORBA::Any &, const CORBA::ShortSeq &); // copying version -TAO_AnyTypeCode_Export void operator<<= (CORBA::Any &, CORBA::ShortSeq*); // noncopying version -TAO_AnyTypeCode_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::ShortSeq *&); // deprecated -TAO_AnyTypeCode_Export CORBA::Boolean operator>>= (const CORBA::Any &, const CORBA::ShortSeq *&); - -TAO_END_VERSIONED_NAMESPACE_DECL - -#include /**/ "ace/post.h" - -#endif /* ifndef */ diff --git a/TAO/tao/AnyTypeCode/StringSeqA.cpp b/TAO/tao/AnyTypeCode/StringSeqA.cpp deleted file mode 100644 index 1016edf61df..00000000000 --- a/TAO/tao/AnyTypeCode/StringSeqA.cpp +++ /dev/null @@ -1,147 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -#include "tao/AnyTypeCode/StringSeqA.h" -#include "tao/AnyTypeCode/Null_RefCount_Policy.h" -#include "tao/AnyTypeCode/TypeCode_Constants.h" -#include "tao/AnyTypeCode/Alias_TypeCode_Static.h" -#include "tao/AnyTypeCode/Sequence_TypeCode_Static.h" -#include "tao/AnyTypeCode/String_TypeCode_Static.h" -#include "tao/CDR.h" -#include "tao/AnyTypeCode/Any.h" -#include "tao/AnyTypeCode/Any_Dual_Impl_T.h" - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -// TAO_IDL - Generated from -// be\be_visitor_typecode/alias_typecode.cpp:50 - - - -// TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 - - -#ifndef _TAO_TYPECODE_CORBA_StringSeq_GUARD -#define _TAO_TYPECODE_CORBA_StringSeq_GUARD -namespace TAO -{ - namespace TypeCode - { - TAO::TypeCode::Sequence< ::CORBA::TypeCode_ptr const *, - TAO::Null_RefCount_Policy> - CORBA_StringSeq_0 ( - CORBA::tk_sequence, - &CORBA::_tc_string, - 0U); - - ::CORBA::TypeCode_ptr const tc_CORBA_StringSeq_0 = - &CORBA_StringSeq_0; - - } -} - - -#endif /* _TAO_TYPECODE_CORBA_StringSeq_GUARD */ - -static TAO::TypeCode::Alias<char const *, - CORBA::TypeCode_ptr const *, - TAO::Null_RefCount_Policy> - _tao_tc_CORBA_StringSeq ( - CORBA::tk_alias, - "IDL:omg.org/CORBA/StringSeq:1.0", - "StringSeq", - &TAO::TypeCode::tc_CORBA_StringSeq_0); - -namespace CORBA -{ - ::CORBA::TypeCode_ptr const _tc_StringSeq = - &_tao_tc_CORBA_StringSeq; -} - - - -// TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_cs.cpp:54 - - -// Copying insertion. -void operator<<= ( - CORBA::Any &_tao_any, - const CORBA::StringSeq &_tao_elem - ) -{ - TAO::Any_Dual_Impl_T<CORBA::StringSeq>::insert_copy ( - _tao_any, - CORBA::StringSeq::_tao_any_destructor, - TAO::TypeCode::tc_CORBA_StringSeq_0, - _tao_elem - ); -} - -// Non-copying insertion. -void operator<<= ( - CORBA::Any &_tao_any, - CORBA::StringSeq *_tao_elem - ) -{ - TAO::Any_Dual_Impl_T<CORBA::StringSeq>::insert ( - _tao_any, - CORBA::StringSeq::_tao_any_destructor, - TAO::TypeCode::tc_CORBA_StringSeq_0, - _tao_elem - ); -} - -// Extraction to non-const pointer (deprecated). -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, - CORBA::StringSeq *&_tao_elem - ) -{ - return _tao_any >>= const_cast< - const CORBA::StringSeq *&> ( - _tao_elem - ); -} - -// Extraction to const pointer. -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, - const CORBA::StringSeq *&_tao_elem - ) -{ - return - TAO::Any_Dual_Impl_T<CORBA::StringSeq>::extract ( - _tao_any, - CORBA::StringSeq::_tao_any_destructor, - TAO::TypeCode::tc_CORBA_StringSeq_0, - _tao_elem - ); -} - -TAO_END_VERSIONED_NAMESPACE_DECL diff --git a/TAO/tao/AnyTypeCode/StringSeqA.h b/TAO/tao/AnyTypeCode/StringSeqA.h deleted file mode 100644 index c26b6c77dee..00000000000 --- a/TAO/tao/AnyTypeCode/StringSeqA.h +++ /dev/null @@ -1,71 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// TAO_IDL - Generated from -// be\be_codegen.cpp:754 - -#ifndef _TAO_IDL_ANYTYPECODE_STRINGSEQA_H_ -#define _TAO_IDL_ANYTYPECODE_STRINGSEQA_H_ - -#include /**/ "ace/pre.h" - -#include "tao/AnyTypeCode/TAO_AnyTypeCode_Export.h" -#include "tao/AnyTypeCode/AnyTypeCode_methods.h" -#include "tao/StringSeqC.h" - - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:59 - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -namespace CORBA -{ - - // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - - extern TAO_AnyTypeCode_Export ::CORBA::TypeCode_ptr const _tc_StringSeq; - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:86 - -} // module CORBA - -// TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_ch.cpp:53 - -TAO_AnyTypeCode_Export void operator<<= (CORBA::Any &, const CORBA::StringSeq &); // copying version -TAO_AnyTypeCode_Export void operator<<= (CORBA::Any &, CORBA::StringSeq*); // noncopying version -TAO_AnyTypeCode_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::StringSeq *&); // deprecated -TAO_AnyTypeCode_Export CORBA::Boolean operator>>= (const CORBA::Any &, const CORBA::StringSeq *&); - -TAO_END_VERSIONED_NAMESPACE_DECL - -#include /**/ "ace/post.h" - -#endif /* ifndef */ diff --git a/TAO/tao/AnyTypeCode/TAOA.cpp b/TAO/tao/AnyTypeCode/TAOA.cpp deleted file mode 100644 index cf036da5c50..00000000000 --- a/TAO/tao/AnyTypeCode/TAOA.cpp +++ /dev/null @@ -1,168 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -#include "tao/AnyTypeCode/TAOA.h" -#include "tao/AnyTypeCode/Null_RefCount_Policy.h" -#include "tao/AnyTypeCode/TypeCode_Constants.h" -#include "tao/AnyTypeCode/Alias_TypeCode_Static.h" -#include "tao/AnyTypeCode/Objref_TypeCode_Static.h" -#include "tao/AnyTypeCode/Struct_TypeCode_Static.h" -#include "tao/AnyTypeCode/TypeCode_Struct_Field.h" -#include "tao/CDR.h" -#include "tao/AnyTypeCode/Any.h" -#include "tao/AnyTypeCode/Any_Impl_T.h" -#include "tao/AnyTypeCode/Any_Dual_Impl_T.h" - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -// TAO_IDL - Generated from -// be\be_visitor_typecode/alias_typecode.cpp:50 - -static TAO::TypeCode::Alias<char const *, - CORBA::TypeCode_ptr const *, - TAO::Null_RefCount_Policy> - _tao_tc_TAO_BufferingConstraintMode ( - CORBA::tk_alias, - "IDL:tao/TAO/BufferingConstraintMode:1.0", - "BufferingConstraintMode", - &CORBA::_tc_ushort); - -namespace TAO -{ - ::CORBA::TypeCode_ptr const _tc_BufferingConstraintMode = - &_tao_tc_TAO_BufferingConstraintMode; -} - - - -// TAO_IDL - Generated from -// be\be_visitor_typecode/struct_typecode.cpp:87 - -static TAO::TypeCode::Struct_Field<char const *, CORBA::TypeCode_ptr const *> const _tao_fields_TAO_BufferingConstraint[] = - { - { "mode", &TAO::_tc_BufferingConstraintMode }, - { "timeout", &TimeBase::_tc_TimeT }, - { "message_count", &CORBA::_tc_ulong }, - { "message_bytes", &CORBA::_tc_ulong } - - }; -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_TAO_BufferingConstraint ( - CORBA::tk_struct, - "IDL:tao/TAO/BufferingConstraint:1.0", - "BufferingConstraint", - _tao_fields_TAO_BufferingConstraint, - 4); - -namespace TAO -{ - ::CORBA::TypeCode_ptr const _tc_BufferingConstraint = - &_tao_tc_TAO_BufferingConstraint; -} - - - -// TAO_IDL - Generated from -// be\be_visitor_typecode/objref_typecode.cpp:76 - -static TAO::TypeCode::Objref<char const *, - TAO::Null_RefCount_Policy> - _tao_tc_TAO_BufferingConstraintPolicy ( - CORBA::tk_local_interface, - "IDL:tao/TAO/BufferingConstraintPolicy:1.0", - "BufferingConstraintPolicy"); - -namespace TAO -{ - ::CORBA::TypeCode_ptr const _tc_BufferingConstraintPolicy = - &_tao_tc_TAO_BufferingConstraintPolicy; -} - - - -// TAO_IDL - Generated from -// be\be_visitor_structure/any_op_cs.cpp:54 - -// Copying insertion. -void operator<<= ( - CORBA::Any &_tao_any, - const TAO::BufferingConstraint &_tao_elem - ) -{ - TAO::Any_Dual_Impl_T<TAO::BufferingConstraint>::insert_copy ( - _tao_any, - TAO::BufferingConstraint::_tao_any_destructor, - TAO::_tc_BufferingConstraint, - _tao_elem - ); -} - -// Non-copying insertion. -void operator<<= ( - CORBA::Any &_tao_any, - TAO::BufferingConstraint *_tao_elem - ) -{ - TAO::Any_Dual_Impl_T<TAO::BufferingConstraint>::insert ( - _tao_any, - TAO::BufferingConstraint::_tao_any_destructor, - TAO::_tc_BufferingConstraint, - _tao_elem - ); -} - -// Extraction to non-const pointer (deprecated). -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, - TAO::BufferingConstraint *&_tao_elem - ) -{ - return _tao_any >>= const_cast< - const TAO::BufferingConstraint *&> ( - _tao_elem - ); -} - -// Extraction to const pointer. -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, - const TAO::BufferingConstraint *&_tao_elem - ) -{ - return - TAO::Any_Dual_Impl_T<TAO::BufferingConstraint>::extract ( - _tao_any, - TAO::BufferingConstraint::_tao_any_destructor, - TAO::_tc_BufferingConstraint, - _tao_elem - ); -} - -TAO_END_VERSIONED_NAMESPACE_DECL diff --git a/TAO/tao/AnyTypeCode/TAOA.h b/TAO/tao/AnyTypeCode/TAOA.h deleted file mode 100644 index 1a68c91f64b..00000000000 --- a/TAO/tao/AnyTypeCode/TAOA.h +++ /dev/null @@ -1,83 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// TAO_IDL - Generated from -// be\be_codegen.cpp:754 - -#ifndef _TAO_IDL_ANYTYPECODE_TAOA_H_ -#define _TAO_IDL_ANYTYPECODE_TAOA_H_ - -#include /**/ "ace/pre.h" - -#include "tao/AnyTypeCode/TAO_AnyTypeCode_Export.h" -#include "tao/AnyTypeCode/PolicyA.h" -#include "tao/AnyTypeCode/TimeBaseA.h" -#include "tao/AnyTypeCode/Messaging_SyncScopeA.h" -#include "tao/TAOC.h" - - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:59 - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -namespace TAO -{ - - // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - - extern TAO_AnyTypeCode_Export ::CORBA::TypeCode_ptr const _tc_BufferingConstraintMode; - - // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - - extern TAO_AnyTypeCode_Export ::CORBA::TypeCode_ptr const _tc_BufferingConstraint; - - // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - - extern TAO_AnyTypeCode_Export ::CORBA::TypeCode_ptr const _tc_BufferingConstraintPolicy; - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:86 - -} // module TAO - -// TAO_IDL - Generated from -// be\be_visitor_structure/any_op_ch.cpp:53 - -TAO_AnyTypeCode_Export void operator<<= (CORBA::Any &, const TAO::BufferingConstraint &); // copying version -TAO_AnyTypeCode_Export void operator<<= (CORBA::Any &, TAO::BufferingConstraint*); // noncopying version -TAO_AnyTypeCode_Export CORBA::Boolean operator>>= (const CORBA::Any &, TAO::BufferingConstraint *&); // deprecated -TAO_AnyTypeCode_Export CORBA::Boolean operator>>= (const CORBA::Any &, const TAO::BufferingConstraint *&); - -TAO_END_VERSIONED_NAMESPACE_DECL - -#include /**/ "ace/post.h" - -#endif /* ifndef */ diff --git a/TAO/tao/AnyTypeCode/TimeBaseA.cpp b/TAO/tao/AnyTypeCode/TimeBaseA.cpp deleted file mode 100644 index 1cb54f59417..00000000000 --- a/TAO/tao/AnyTypeCode/TimeBaseA.cpp +++ /dev/null @@ -1,275 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -#include "tao/AnyTypeCode/TimeBaseA.h" -#include "tao/AnyTypeCode/Null_RefCount_Policy.h" -#include "tao/AnyTypeCode/TypeCode_Constants.h" -#include "tao/AnyTypeCode/Alias_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/AnyTypeCode/Any.h" -#include "tao/AnyTypeCode/Any_Dual_Impl_T.h" - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -// TAO_IDL - Generated from -// be\be_visitor_typecode/alias_typecode.cpp:50 - -static TAO::TypeCode::Alias<char const *, - CORBA::TypeCode_ptr const *, - TAO::Null_RefCount_Policy> - _tao_tc_TimeBase_TimeT ( - CORBA::tk_alias, - "IDL:omg.org/TimeBase/TimeT:1.0", - "TimeT", - &CORBA::_tc_ulonglong); - -namespace TimeBase -{ - ::CORBA::TypeCode_ptr const _tc_TimeT = - &_tao_tc_TimeBase_TimeT; -} - - - -// TAO_IDL - Generated from -// be\be_visitor_typecode/alias_typecode.cpp:50 - -static TAO::TypeCode::Alias<char const *, - CORBA::TypeCode_ptr const *, - TAO::Null_RefCount_Policy> - _tao_tc_TimeBase_InaccuracyT ( - CORBA::tk_alias, - "IDL:omg.org/TimeBase/InaccuracyT:1.0", - "InaccuracyT", - &TimeBase::_tc_TimeT); - -namespace TimeBase -{ - ::CORBA::TypeCode_ptr const _tc_InaccuracyT = - &_tao_tc_TimeBase_InaccuracyT; -} - - - -// TAO_IDL - Generated from -// be\be_visitor_typecode/alias_typecode.cpp:50 - -static TAO::TypeCode::Alias<char const *, - CORBA::TypeCode_ptr const *, - TAO::Null_RefCount_Policy> - _tao_tc_TimeBase_TdfT ( - CORBA::tk_alias, - "IDL:omg.org/TimeBase/TdfT:1.0", - "TdfT", - &CORBA::_tc_short); - -namespace TimeBase -{ - ::CORBA::TypeCode_ptr const _tc_TdfT = - &_tao_tc_TimeBase_TdfT; -} - - - -// TAO_IDL - Generated from -// be\be_visitor_typecode/struct_typecode.cpp:87 - -static TAO::TypeCode::Struct_Field<char const *, CORBA::TypeCode_ptr const *> const _tao_fields_TimeBase_UtcT[] = - { - { "time", &TimeBase::_tc_TimeT }, - { "inacclo", &CORBA::_tc_ulong }, - { "inacchi", &CORBA::_tc_ushort }, - { "tdf", &TimeBase::_tc_TdfT } - - }; -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_TimeBase_UtcT ( - CORBA::tk_struct, - "IDL:omg.org/TimeBase/UtcT:1.0", - "UtcT", - _tao_fields_TimeBase_UtcT, - 4); - -namespace TimeBase -{ - ::CORBA::TypeCode_ptr const _tc_UtcT = - &_tao_tc_TimeBase_UtcT; -} - - - -// TAO_IDL - Generated from -// be\be_visitor_typecode/struct_typecode.cpp:87 - -static TAO::TypeCode::Struct_Field<char const *, CORBA::TypeCode_ptr const *> const _tao_fields_TimeBase_IntervalT[] = - { - { "lower_bound", &TimeBase::_tc_TimeT }, - { "upper_bound", &TimeBase::_tc_TimeT } - - }; -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_TimeBase_IntervalT ( - CORBA::tk_struct, - "IDL:omg.org/TimeBase/IntervalT:1.0", - "IntervalT", - _tao_fields_TimeBase_IntervalT, - 2); - -namespace TimeBase -{ - ::CORBA::TypeCode_ptr const _tc_IntervalT = - &_tao_tc_TimeBase_IntervalT; -} - - - -// TAO_IDL - Generated from -// be\be_visitor_structure/any_op_cs.cpp:54 - -// Copying insertion. -void operator<<= ( - CORBA::Any &_tao_any, - const TimeBase::UtcT &_tao_elem - ) -{ - TAO::Any_Dual_Impl_T<TimeBase::UtcT>::insert_copy ( - _tao_any, - TimeBase::UtcT::_tao_any_destructor, - TimeBase::_tc_UtcT, - _tao_elem - ); -} - -// Non-copying insertion. -void operator<<= ( - CORBA::Any &_tao_any, - TimeBase::UtcT *_tao_elem - ) -{ - TAO::Any_Dual_Impl_T<TimeBase::UtcT>::insert ( - _tao_any, - TimeBase::UtcT::_tao_any_destructor, - TimeBase::_tc_UtcT, - _tao_elem - ); -} - -// Extraction to non-const pointer (deprecated). -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, - TimeBase::UtcT *&_tao_elem - ) -{ - return _tao_any >>= const_cast< - const TimeBase::UtcT *&> ( - _tao_elem - ); -} - -// Extraction to const pointer. -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, - const TimeBase::UtcT *&_tao_elem - ) -{ - return - TAO::Any_Dual_Impl_T<TimeBase::UtcT>::extract ( - _tao_any, - TimeBase::UtcT::_tao_any_destructor, - TimeBase::_tc_UtcT, - _tao_elem - ); -} - -// TAO_IDL - Generated from -// be\be_visitor_structure/any_op_cs.cpp:54 - -// Copying insertion. -void operator<<= ( - CORBA::Any &_tao_any, - const TimeBase::IntervalT &_tao_elem - ) -{ - TAO::Any_Dual_Impl_T<TimeBase::IntervalT>::insert_copy ( - _tao_any, - TimeBase::IntervalT::_tao_any_destructor, - TimeBase::_tc_IntervalT, - _tao_elem - ); -} - -// Non-copying insertion. -void operator<<= ( - CORBA::Any &_tao_any, - TimeBase::IntervalT *_tao_elem - ) -{ - TAO::Any_Dual_Impl_T<TimeBase::IntervalT>::insert ( - _tao_any, - TimeBase::IntervalT::_tao_any_destructor, - TimeBase::_tc_IntervalT, - _tao_elem - ); -} - -// Extraction to non-const pointer (deprecated). -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, - TimeBase::IntervalT *&_tao_elem - ) -{ - return _tao_any >>= const_cast< - const TimeBase::IntervalT *&> ( - _tao_elem - ); -} - -// Extraction to const pointer. -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, - const TimeBase::IntervalT *&_tao_elem - ) -{ - return - TAO::Any_Dual_Impl_T<TimeBase::IntervalT>::extract ( - _tao_any, - TimeBase::IntervalT::_tao_any_destructor, - TimeBase::_tc_IntervalT, - _tao_elem - ); -} - -TAO_END_VERSIONED_NAMESPACE_DECL diff --git a/TAO/tao/AnyTypeCode/TimeBaseA.h b/TAO/tao/AnyTypeCode/TimeBaseA.h deleted file mode 100644 index c18a4a4f8d2..00000000000 --- a/TAO/tao/AnyTypeCode/TimeBaseA.h +++ /dev/null @@ -1,140 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// TAO_IDL - Generated from -// be\be_codegen.cpp:153 - -#ifndef _TAO_IDL_ORIG_TIMEBASEA_H_ -#define _TAO_IDL_ORIG_TIMEBASEA_H_ - -#include /**/ "ace/pre.h" - - -#include "ace/config-all.h" - -#if !defined (ACE_LACKS_PRAGMA_ONCE) -# pragma once -#endif /* ACE_LACKS_PRAGMA_ONCE */ - -#include "tao/AnyTypeCode/TAO_AnyTypeCode_Export.h" -#include "tao/AnyTypeCode/AnyTypeCode_methods.h" -#include "tao/TimeBaseC.h" - -#if defined (TAO_EXPORT_MACRO) -#undef TAO_EXPORT_MACRO -#endif -#define TAO_EXPORT_MACRO TAO_AnyTypeCode_Export - -#if defined(_MSC_VER) -#pragma warning(push) -#pragma warning(disable:4250) -#endif /* _MSC_VER */ - -#if defined (__BORLANDC__) -#pragma option push -w-rvl -w-rch -w-ccc -w-inl -#endif /* __BORLANDC__ */ - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:48 - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -namespace TimeBase -{ - - // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:44 - - extern TAO_AnyTypeCode_Export ::CORBA::TypeCode_ptr const _tc_TimeT; - - // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:44 - - extern TAO_AnyTypeCode_Export ::CORBA::TypeCode_ptr const _tc_InaccuracyT; - - // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:44 - - extern TAO_AnyTypeCode_Export ::CORBA::TypeCode_ptr const _tc_TdfT; - - // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:44 - - extern TAO_AnyTypeCode_Export ::CORBA::TypeCode_ptr const _tc_UtcT; - - // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:44 - - extern TAO_AnyTypeCode_Export ::CORBA::TypeCode_ptr const _tc_IntervalT; - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:66 - -} // module TimeBase - -// TAO_IDL - Generated from -// be\be_visitor_traits.cpp:61 - -// Traits specializations. -namespace TAO -{ -} - -// TAO_IDL - Generated from -// be\be_visitor_structure/any_op_ch.cpp:52 - -TAO_AnyTypeCode_Export void operator<<= (CORBA::Any &, const TimeBase::UtcT &); // copying version -TAO_AnyTypeCode_Export void operator<<= (CORBA::Any &, TimeBase::UtcT*); // noncopying version -TAO_AnyTypeCode_Export CORBA::Boolean operator>>= (const CORBA::Any &, TimeBase::UtcT *&); // deprecated -TAO_AnyTypeCode_Export CORBA::Boolean operator>>= (const CORBA::Any &, const TimeBase::UtcT *&); - -// TAO_IDL - Generated from -// be\be_visitor_structure/any_op_ch.cpp:52 - -TAO_AnyTypeCode_Export void operator<<= (CORBA::Any &, const TimeBase::IntervalT &); // copying version -TAO_AnyTypeCode_Export void operator<<= (CORBA::Any &, TimeBase::IntervalT*); // noncopying version -TAO_AnyTypeCode_Export CORBA::Boolean operator>>= (const CORBA::Any &, TimeBase::IntervalT *&); // deprecated -TAO_AnyTypeCode_Export CORBA::Boolean operator>>= (const CORBA::Any &, const TimeBase::IntervalT *&); - -// TAO_IDL - Generated from -// be\be_codegen.cpp:955 - -TAO_END_VERSIONED_NAMESPACE_DECL - -#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/AnyTypeCode/ULongLongSeqA.cpp b/TAO/tao/AnyTypeCode/ULongLongSeqA.cpp deleted file mode 100644 index 5773812563a..00000000000 --- a/TAO/tao/AnyTypeCode/ULongLongSeqA.cpp +++ /dev/null @@ -1,146 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -#include "tao/AnyTypeCode/ULongLongSeqA.h" -#include "tao/AnyTypeCode/Null_RefCount_Policy.h" -#include "tao/AnyTypeCode/TypeCode_Constants.h" -#include "tao/AnyTypeCode/Alias_TypeCode_Static.h" -#include "tao/AnyTypeCode/Sequence_TypeCode_Static.h" -#include "tao/AnyTypeCode/Any.h" -#include "tao/CDR.h" -#include "tao/AnyTypeCode/Any_Dual_Impl_T.h" - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -// TAO_IDL - Generated from -// be\be_visitor_typecode/alias_typecode.cpp:50 - - - -// TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 - - -#ifndef _TAO_TYPECODE_CORBA_ULongLongSeq_GUARD -#define _TAO_TYPECODE_CORBA_ULongLongSeq_GUARD -namespace TAO -{ - namespace TypeCode - { - TAO::TypeCode::Sequence< ::CORBA::TypeCode_ptr const *, - TAO::Null_RefCount_Policy> - CORBA_ULongLongSeq_0 ( - ::CORBA::tk_sequence, - &CORBA::_tc_ulonglong, - 0U); - - ::CORBA::TypeCode_ptr const tc_CORBA_ULongLongSeq_0 = - &CORBA_ULongLongSeq_0; - - } -} - - -#endif /* _TAO_TYPECODE_CORBA_ULongLongSeq_GUARD */ - -static TAO::TypeCode::Alias<char const *, - ::CORBA::TypeCode_ptr const *, - TAO::Null_RefCount_Policy> - _tao_tc_CORBA_ULongLongSeq ( - ::CORBA::tk_alias, - "IDL:omg.org/CORBA/ULongLongSeq:1.0", - "ULongLongSeq", - &TAO::TypeCode::tc_CORBA_ULongLongSeq_0); - -namespace CORBA -{ - ::CORBA::TypeCode_ptr const _tc_ULongLongSeq = - &_tao_tc_CORBA_ULongLongSeq; -} - - - -// TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_cs.cpp:54 - - -// Copying insertion. -void operator<<= ( - ::CORBA::Any &_tao_any, - const CORBA::ULongLongSeq &_tao_elem - ) -{ - TAO::Any_Dual_Impl_T<CORBA::ULongLongSeq>::insert_copy ( - _tao_any, - CORBA::ULongLongSeq::_tao_any_destructor, - TAO::TypeCode::tc_CORBA_ULongLongSeq_0, - _tao_elem - ); -} - -// Non-copying insertion. -void operator<<= ( - ::CORBA::Any &_tao_any, - CORBA::ULongLongSeq *_tao_elem - ) -{ - TAO::Any_Dual_Impl_T<CORBA::ULongLongSeq>::insert ( - _tao_any, - CORBA::ULongLongSeq::_tao_any_destructor, - TAO::TypeCode::tc_CORBA_ULongLongSeq_0, - _tao_elem - ); -} - -// Extraction to non-const pointer (deprecated). -::CORBA::Boolean operator>>= ( - const ::CORBA::Any &_tao_any, - CORBA::ULongLongSeq *&_tao_elem - ) -{ - return _tao_any >>= const_cast< - const CORBA::ULongLongSeq *&> ( - _tao_elem - ); -} - -// Extraction to const pointer. -::CORBA::Boolean operator>>= ( - const ::CORBA::Any &_tao_any, - const CORBA::ULongLongSeq *&_tao_elem - ) -{ - return - TAO::Any_Dual_Impl_T<CORBA::ULongLongSeq>::extract ( - _tao_any, - CORBA::ULongLongSeq::_tao_any_destructor, - TAO::TypeCode::tc_CORBA_ULongLongSeq_0, - _tao_elem - ); -} - -TAO_END_VERSIONED_NAMESPACE_DECL diff --git a/TAO/tao/AnyTypeCode/ULongLongSeqA.h b/TAO/tao/AnyTypeCode/ULongLongSeqA.h deleted file mode 100644 index 65fb4366d8f..00000000000 --- a/TAO/tao/AnyTypeCode/ULongLongSeqA.h +++ /dev/null @@ -1,70 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// TAO_IDL - Generated from -// be\be_codegen.cpp:754 - -#ifndef _TAO_IDL_ANYTYPECODE_ULONGLONGSEQA_H_ -#define _TAO_IDL_ANYTYPECODE_ULONGLONGSEQA_H_ - -#include /**/ "ace/pre.h" - -#include "tao/AnyTypeCode/TAO_AnyTypeCode_Export.h" -#include "tao/ULongLongSeqC.h" - - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:59 - -namespace CORBA -{ - - // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - - extern TAO_AnyTypeCode_Export ::CORBA::TypeCode_ptr const _tc_ULongLongSeq; - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:86 - -} // module CORBA - -// TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_ch.cpp:53 - -TAO_AnyTypeCode_Export void operator<<= ( ::CORBA::Any &, const CORBA::ULongLongSeq &); // copying version -TAO_AnyTypeCode_Export void operator<<= ( ::CORBA::Any &, CORBA::ULongLongSeq*); // noncopying version -TAO_AnyTypeCode_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::ULongLongSeq *&); // deprecated -TAO_AnyTypeCode_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, const CORBA::ULongLongSeq *&); - -TAO_END_VERSIONED_NAMESPACE_DECL - -#include /**/ "ace/post.h" - -#endif /* ifndef */ diff --git a/TAO/tao/AnyTypeCode/ULongSeqA.cpp b/TAO/tao/AnyTypeCode/ULongSeqA.cpp deleted file mode 100644 index 7acfbea8976..00000000000 --- a/TAO/tao/AnyTypeCode/ULongSeqA.cpp +++ /dev/null @@ -1,146 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -#include "tao/AnyTypeCode/ULongSeqA.h" -#include "tao/AnyTypeCode/Null_RefCount_Policy.h" -#include "tao/AnyTypeCode/TypeCode_Constants.h" -#include "tao/AnyTypeCode/Alias_TypeCode_Static.h" -#include "tao/AnyTypeCode/Sequence_TypeCode_Static.h" -#include "tao/CDR.h" -#include "tao/AnyTypeCode/Any.h" -#include "tao/AnyTypeCode/Any_Dual_Impl_T.h" - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -// TAO_IDL - Generated from -// be\be_visitor_typecode/alias_typecode.cpp:50 - - - -// TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 - - -#ifndef _TAO_TYPECODE_CORBA_ULongSeq_GUARD -#define _TAO_TYPECODE_CORBA_ULongSeq_GUARD -namespace TAO -{ - namespace TypeCode - { - TAO::TypeCode::Sequence< ::CORBA::TypeCode_ptr const *, - TAO::Null_RefCount_Policy> - CORBA_ULongSeq_0 ( - CORBA::tk_sequence, - &CORBA::_tc_ulong, - 0U); - - ::CORBA::TypeCode_ptr const tc_CORBA_ULongSeq_0 = - &CORBA_ULongSeq_0; - - } -} - - -#endif /* _TAO_TYPECODE_CORBA_ULongSeq_GUARD */ - -static TAO::TypeCode::Alias<char const *, - CORBA::TypeCode_ptr const *, - TAO::Null_RefCount_Policy> - _tao_tc_CORBA_ULongSeq ( - CORBA::tk_alias, - "IDL:omg.org/CORBA/ULongSeq:1.0", - "ULongSeq", - &TAO::TypeCode::tc_CORBA_ULongSeq_0); - -namespace CORBA -{ - ::CORBA::TypeCode_ptr const _tc_ULongSeq = - &_tao_tc_CORBA_ULongSeq; -} - - - -// TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_cs.cpp:54 - - -// Copying insertion. -void operator<<= ( - CORBA::Any &_tao_any, - const CORBA::ULongSeq &_tao_elem - ) -{ - TAO::Any_Dual_Impl_T<CORBA::ULongSeq>::insert_copy ( - _tao_any, - CORBA::ULongSeq::_tao_any_destructor, - TAO::TypeCode::tc_CORBA_ULongSeq_0, - _tao_elem - ); -} - -// Non-copying insertion. -void operator<<= ( - CORBA::Any &_tao_any, - CORBA::ULongSeq *_tao_elem - ) -{ - TAO::Any_Dual_Impl_T<CORBA::ULongSeq>::insert ( - _tao_any, - CORBA::ULongSeq::_tao_any_destructor, - TAO::TypeCode::tc_CORBA_ULongSeq_0, - _tao_elem - ); -} - -// Extraction to non-const pointer (deprecated). -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, - CORBA::ULongSeq *&_tao_elem - ) -{ - return _tao_any >>= const_cast< - const CORBA::ULongSeq *&> ( - _tao_elem - ); -} - -// Extraction to const pointer. -CORBA::Boolean operator>>= ( - const CORBA::Any &_tao_any, - const CORBA::ULongSeq *&_tao_elem - ) -{ - return - TAO::Any_Dual_Impl_T<CORBA::ULongSeq>::extract ( - _tao_any, - CORBA::ULongSeq::_tao_any_destructor, - TAO::TypeCode::tc_CORBA_ULongSeq_0, - _tao_elem - ); -} - -TAO_END_VERSIONED_NAMESPACE_DECL diff --git a/TAO/tao/AnyTypeCode/ULongSeqA.h b/TAO/tao/AnyTypeCode/ULongSeqA.h deleted file mode 100644 index ed4eac48536..00000000000 --- a/TAO/tao/AnyTypeCode/ULongSeqA.h +++ /dev/null @@ -1,71 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// TAO_IDL - Generated from -// be\be_codegen.cpp:788 - -#ifndef _TAO_IDL_ANYTYPECODE_ULONGSEQA_H_ -#define _TAO_IDL_ANYTYPECODE_ULONGSEQA_H_ - -#include /**/ "ace/pre.h" - -#include "tao/AnyTypeCode/TAO_AnyTypeCode_Export.h" -#include "tao/AnyTypeCode/AnyTypeCode_methods.h" -#include "tao/ULongSeqC.h" - - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:59 - -namespace CORBA -{ - - // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - - extern TAO_AnyTypeCode_Export ::CORBA::TypeCode_ptr const _tc_ULongSeq; - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:86 - -} // module CORBA - -// TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_ch.cpp:53 - -TAO_AnyTypeCode_Export void operator<<= (CORBA::Any &, const CORBA::ULongSeq &); // copying version -TAO_AnyTypeCode_Export void operator<<= (CORBA::Any &, CORBA::ULongSeq*); // noncopying version -TAO_AnyTypeCode_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::ULongSeq *&); // deprecated -TAO_AnyTypeCode_Export CORBA::Boolean operator>>= (const CORBA::Any &, const CORBA::ULongSeq *&); - -TAO_END_VERSIONED_NAMESPACE_DECL - -#include /**/ "ace/post.h" - -#endif /* ifndef */ diff --git a/TAO/tao/AnyTypeCode/WCharSeqA.cpp b/TAO/tao/AnyTypeCode/WCharSeqA.cpp deleted file mode 100644 index 6d166eb1c9b..00000000000 --- a/TAO/tao/AnyTypeCode/WCharSeqA.cpp +++ /dev/null @@ -1,158 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -#include "WCharSeqA.h" -#include "tao/AnyTypeCode/Null_RefCount_Policy.h" -#include "tao/AnyTypeCode/TypeCode_Constants.h" -#include "tao/AnyTypeCode/Alias_TypeCode_Static.h" -#include "tao/AnyTypeCode/Sequence_TypeCode_Static.h" -#include "tao/CDR.h" -#include "tao/AnyTypeCode/Any_Dual_Impl_T.h" - -// TAO_IDL - Generated from -// be\be_visitor_typecode/alias_typecode.cpp:50 - - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - - - -// TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:507 - - -#ifndef _TAO_TYPECODE_CORBA_WCharSeq_GUARD -#define _TAO_TYPECODE_CORBA_WCharSeq_GUARD - -namespace TAO -{ - namespace TypeCode - { - namespace - { - TAO::TypeCode::Sequence< ::CORBA::TypeCode_ptr const *, - TAO::Null_RefCount_Policy> - CORBA_WCharSeq_0 ( - ::CORBA::tk_sequence, - &CORBA::_tc_wchar, - 0U); - - ::CORBA::TypeCode_ptr const tc_CORBA_WCharSeq_0 = - &CORBA_WCharSeq_0; - } - } -} - -#endif /* _TAO_TYPECODE_CORBA_WCharSeq_GUARD */ - -static TAO::TypeCode::Alias<char const *, - ::CORBA::TypeCode_ptr const *, - TAO::Null_RefCount_Policy> - _tao_tc_CORBA_WCharSeq ( - ::CORBA::tk_alias, - "IDL:omg.org/CORBA/WCharSeq:1.0", - "WCharSeq", - &TAO::TypeCode::tc_CORBA_WCharSeq_0); - -namespace CORBA -{ - ::CORBA::TypeCode_ptr const _tc_WCharSeq = - &_tao_tc_CORBA_WCharSeq; -} - - -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, - const CORBA::WCharSeq &_tao_elem - ) -{ - if (0 == &_tao_elem) // Trying to de-reference NULL object - _tao_any <<= static_cast<CORBA::WCharSeq *>( 0 ); // Use non-copying insertion of a NULL - else - TAO::Any_Dual_Impl_T<CORBA::WCharSeq>::insert_copy ( - _tao_any, - CORBA::WCharSeq::_tao_any_destructor, - TAO::TypeCode::tc_CORBA_WCharSeq_0, - _tao_elem - ); -} - -// Non-copying insertion. -void operator<<= ( - ::CORBA::Any &_tao_any, - CORBA::WCharSeq *_tao_elem - ) -{ - TAO::Any_Dual_Impl_T<CORBA::WCharSeq>::insert ( - _tao_any, - CORBA::WCharSeq::_tao_any_destructor, - TAO::TypeCode::tc_CORBA_WCharSeq_0, - _tao_elem - ); -} - -// Extraction to non-const pointer (deprecated). -::CORBA::Boolean operator>>= ( - const ::CORBA::Any &_tao_any, - CORBA::WCharSeq *&_tao_elem - ) -{ - return _tao_any >>= const_cast< - const CORBA::WCharSeq *&> ( - _tao_elem - ); -} - -// Extraction to const pointer. -::CORBA::Boolean operator>>= ( - const ::CORBA::Any &_tao_any, - const CORBA::WCharSeq *&_tao_elem - ) -{ - return - TAO::Any_Dual_Impl_T<CORBA::WCharSeq>::extract ( - _tao_any, - CORBA::WCharSeq::_tao_any_destructor, - TAO::TypeCode::tc_CORBA_WCharSeq_0, - _tao_elem - ); -} -TAO_END_VERSIONED_NAMESPACE_DECL - - diff --git a/TAO/tao/AnyTypeCode/WCharSeqA.h b/TAO/tao/AnyTypeCode/WCharSeqA.h deleted file mode 100644 index b63572df989..00000000000 --- a/TAO/tao/AnyTypeCode/WCharSeqA.h +++ /dev/null @@ -1,79 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// TAO_IDL - Generated from -// be\be_codegen.cpp:796 - -#ifndef _TAO_IDL_ANYTYPECODE_WCHARSEQA_H_ -#define _TAO_IDL_ANYTYPECODE_WCHARSEQA_H_ - -#include /**/ "ace/pre.h" - -#include "tao/AnyTypeCode/TAO_AnyTypeCode_Export.h" -#include "tao/WCharSeqC.h" - - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:61 - - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -namespace CORBA -{ - - // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - - extern TAO_AnyTypeCode_Export ::CORBA::TypeCode_ptr const _tc_WCharSeq; - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:90 - -} // module CORBA - -TAO_END_VERSIONED_NAMESPACE_DECL - - - -// TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_ch.cpp:53 - - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -TAO_AnyTypeCode_Export void operator<<= ( ::CORBA::Any &, const CORBA::WCharSeq &); // copying version -TAO_AnyTypeCode_Export void operator<<= ( ::CORBA::Any &, CORBA::WCharSeq*); // noncopying version -TAO_AnyTypeCode_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::WCharSeq *&); // deprecated -TAO_AnyTypeCode_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, const CORBA::WCharSeq *&); -TAO_END_VERSIONED_NAMESPACE_DECL - - - -#include /**/ "ace/post.h" - -#endif /* ifndef */ diff --git a/TAO/tao/AnyTypeCode/WStringSeqA.cpp b/TAO/tao/AnyTypeCode/WStringSeqA.cpp deleted file mode 100644 index f3f468704e4..00000000000 --- a/TAO/tao/AnyTypeCode/WStringSeqA.cpp +++ /dev/null @@ -1,147 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -#include "tao/AnyTypeCode/WStringSeqA.h" -#include "tao/AnyTypeCode/Null_RefCount_Policy.h" -#include "tao/AnyTypeCode/TypeCode_Constants.h" -#include "tao/AnyTypeCode/Alias_TypeCode_Static.h" -#include "tao/AnyTypeCode/Sequence_TypeCode_Static.h" -#include "tao/AnyTypeCode/String_TypeCode_Static.h" -#include "tao/AnyTypeCode/Any.h" -#include "tao/CDR.h" -#include "tao/AnyTypeCode/Any_Dual_Impl_T.h" - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -// TAO_IDL - Generated from -// be\be_visitor_typecode/alias_typecode.cpp:50 - - - -// TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:937 - - -#ifndef _TAO_TYPECODE_CORBA_WStringSeq_GUARD -#define _TAO_TYPECODE_CORBA_WStringSeq_GUARD -namespace TAO -{ - namespace TypeCode - { - TAO::TypeCode::Sequence< ::CORBA::TypeCode_ptr const *, - TAO::Null_RefCount_Policy> - CORBA_WStringSeq_0 ( - ::CORBA::tk_sequence, - &CORBA::_tc_wstring, - 0U); - - ::CORBA::TypeCode_ptr const tc_CORBA_WStringSeq_0 = - &CORBA_WStringSeq_0; - - } -} - - -#endif /* _TAO_TYPECODE_CORBA_WStringSeq_GUARD */ - -static TAO::TypeCode::Alias<char const *, - ::CORBA::TypeCode_ptr const *, - TAO::Null_RefCount_Policy> - _tao_tc_CORBA_WStringSeq ( - ::CORBA::tk_alias, - "IDL:omg.org/CORBA/WStringSeq:1.0", - "WStringSeq", - &TAO::TypeCode::tc_CORBA_WStringSeq_0); - -namespace CORBA -{ - ::CORBA::TypeCode_ptr const _tc_WStringSeq = - &_tao_tc_CORBA_WStringSeq; -} - - - -// TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_cs.cpp:54 - - -// Copying insertion. -void operator<<= ( - ::CORBA::Any &_tao_any, - const CORBA::WStringSeq &_tao_elem - ) -{ - TAO::Any_Dual_Impl_T<CORBA::WStringSeq>::insert_copy ( - _tao_any, - CORBA::WStringSeq::_tao_any_destructor, - TAO::TypeCode::tc_CORBA_WStringSeq_0, - _tao_elem - ); -} - -// Non-copying insertion. -void operator<<= ( - ::CORBA::Any &_tao_any, - CORBA::WStringSeq *_tao_elem - ) -{ - TAO::Any_Dual_Impl_T<CORBA::WStringSeq>::insert ( - _tao_any, - CORBA::WStringSeq::_tao_any_destructor, - TAO::TypeCode::tc_CORBA_WStringSeq_0, - _tao_elem - ); -} - -// Extraction to non-const pointer (deprecated). -::CORBA::Boolean operator>>= ( - const ::CORBA::Any &_tao_any, - CORBA::WStringSeq *&_tao_elem - ) -{ - return _tao_any >>= const_cast< - const CORBA::WStringSeq *&> ( - _tao_elem - ); -} - -// Extraction to const pointer. -::CORBA::Boolean operator>>= ( - const ::CORBA::Any &_tao_any, - const CORBA::WStringSeq *&_tao_elem - ) -{ - return - TAO::Any_Dual_Impl_T<CORBA::WStringSeq>::extract ( - _tao_any, - CORBA::WStringSeq::_tao_any_destructor, - TAO::TypeCode::tc_CORBA_WStringSeq_0, - _tao_elem - ); -} - -TAO_END_VERSIONED_NAMESPACE_DECL diff --git a/TAO/tao/AnyTypeCode/WStringSeqA.h b/TAO/tao/AnyTypeCode/WStringSeqA.h deleted file mode 100644 index b9357c80326..00000000000 --- a/TAO/tao/AnyTypeCode/WStringSeqA.h +++ /dev/null @@ -1,70 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// TAO_IDL - Generated from -// be\be_codegen.cpp:754 - -#ifndef _TAO_IDL_ANYTYPECODE_WSTRINGSEQA_H_ -#define _TAO_IDL_ANYTYPECODE_WSTRINGSEQA_H_ - -#include /**/ "ace/pre.h" - -#include "tao/AnyTypeCode/TAO_AnyTypeCode_Export.h" -#include "tao/WStringSeqC.h" - - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:59 - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -namespace CORBA -{ - - // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - - extern TAO_AnyTypeCode_Export ::CORBA::TypeCode_ptr const _tc_WStringSeq; - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:86 - -} // module CORBA - -// TAO_IDL - Generated from -// be\be_visitor_sequence/any_op_ch.cpp:53 - -TAO_AnyTypeCode_Export void operator<<= ( ::CORBA::Any &, const CORBA::WStringSeq &); // copying version -TAO_AnyTypeCode_Export void operator<<= ( ::CORBA::Any &, CORBA::WStringSeq*); // noncopying version -TAO_AnyTypeCode_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, CORBA::WStringSeq *&); // deprecated -TAO_AnyTypeCode_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, const CORBA::WStringSeq *&); - -TAO_END_VERSIONED_NAMESPACE_DECL - -#include /**/ "ace/post.h" - -#endif /* ifndef */ diff --git a/TAO/tao/AnyTypeCode/orb_typesA.cpp b/TAO/tao/AnyTypeCode/orb_typesA.cpp deleted file mode 100644 index e1967ebdfd8..00000000000 --- a/TAO/tao/AnyTypeCode/orb_typesA.cpp +++ /dev/null @@ -1,117 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -#include "tao/AnyTypeCode/orb_typesA.h" -#include "tao/AnyTypeCode/Null_RefCount_Policy.h" -#include "tao/AnyTypeCode/TypeCode_Constants.h" -#include "tao/AnyTypeCode/Alias_TypeCode_Static.h" -#include "tao/AnyTypeCode/String_TypeCode_Static.h" -#include "tao/CDR.h" -#include "tao/AnyTypeCode/Any.h" - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -// TAO_IDL - Generated from -// be\be_visitor_typecode/alias_typecode.cpp:50 - -static TAO::TypeCode::Alias<char const *, - CORBA::TypeCode_ptr const *, - TAO::Null_RefCount_Policy> - _tao_tc_CORBA_ORBid ( - CORBA::tk_alias, - "IDL:omg.org/CORBA/ORBid:1.0", - "ORBid", - &CORBA::_tc_string); - -namespace CORBA -{ - ::CORBA::TypeCode_ptr const _tc_ORBid = - &_tao_tc_CORBA_ORBid; -} - - - -// TAO_IDL - Generated from -// be\be_visitor_typecode/alias_typecode.cpp:50 - -static TAO::TypeCode::Alias<char const *, - CORBA::TypeCode_ptr const *, - TAO::Null_RefCount_Policy> - _tao_tc_CORBA_Flags ( - CORBA::tk_alias, - "IDL:omg.org/CORBA/Flags:1.0", - "Flags", - &CORBA::_tc_ulong); - -namespace CORBA -{ - ::CORBA::TypeCode_ptr const _tc_Flags = - &_tao_tc_CORBA_Flags; -} - - - -// TAO_IDL - Generated from -// be\be_visitor_typecode/alias_typecode.cpp:50 - -static TAO::TypeCode::Alias<char const *, - CORBA::TypeCode_ptr const *, - TAO::Null_RefCount_Policy> - _tao_tc_CORBA_Identifier ( - CORBA::tk_alias, - "IDL:omg.org/CORBA/Identifier:1.0", - "Identifier", - &CORBA::_tc_string); - -namespace CORBA -{ - ::CORBA::TypeCode_ptr const _tc_Identifier = - &_tao_tc_CORBA_Identifier; -} - - - -// TAO_IDL - Generated from -// be\be_visitor_typecode/alias_typecode.cpp:50 - -static TAO::TypeCode::Alias<char const *, - CORBA::TypeCode_ptr const *, - TAO::Null_RefCount_Policy> - _tao_tc_CORBA_RepositoryId ( - CORBA::tk_alias, - "IDL:omg.org/CORBA/RepositoryId:1.0", - "RepositoryId", - &CORBA::_tc_string); - -namespace CORBA -{ - ::CORBA::TypeCode_ptr const _tc_RepositoryId = - &_tao_tc_CORBA_RepositoryId; -} - - -TAO_END_VERSIONED_NAMESPACE_DECL diff --git a/TAO/tao/AnyTypeCode/orb_typesA.h b/TAO/tao/AnyTypeCode/orb_typesA.h deleted file mode 100644 index 84b2fcc5c0f..00000000000 --- a/TAO/tao/AnyTypeCode/orb_typesA.h +++ /dev/null @@ -1,77 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// TAO_IDL - Generated from -// be\be_codegen.cpp:788 - -#ifndef _TAO_IDL_ANYTYPECODE_ORB_TYPESA_H_ -#define _TAO_IDL_ANYTYPECODE_ORB_TYPESA_H_ - -#include /**/ "ace/pre.h" - -#include "tao/AnyTypeCode/TAO_AnyTypeCode_Export.h" -#include "tao/AnyTypeCode/AnyTypeCode_methods.h" -#include "tao/orb_typesC.h" - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:59 - -namespace CORBA -{ - - // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - - extern TAO_AnyTypeCode_Export ::CORBA::TypeCode_ptr const _tc_ORBid; - - // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - - extern TAO_AnyTypeCode_Export ::CORBA::TypeCode_ptr const _tc_Flags; - - // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - - extern TAO_AnyTypeCode_Export ::CORBA::TypeCode_ptr const _tc_Identifier; - - // TAO_IDL - Generated from - // be\be_visitor_typecode/typecode_decl.cpp:49 - - extern TAO_AnyTypeCode_Export ::CORBA::TypeCode_ptr const _tc_RepositoryId; - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:86 - -} // module CORBA - -TAO_END_VERSIONED_NAMESPACE_DECL - -#include /**/ "ace/post.h" - -#endif /* ifndef */ diff --git a/TAO/tao/BooleanSeqC.cpp b/TAO/tao/BooleanSeqC.cpp deleted file mode 100644 index 1e51a578c91..00000000000 --- a/TAO/tao/BooleanSeqC.cpp +++ /dev/null @@ -1,123 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// TAO_IDL - Generated from -// be\be_codegen.cpp:277 - - -#include "tao/BooleanSeqC.h" -#include "tao/CDR.h" - -// TAO_IDL - Generated from -// be\be_visitor_arg_traits.cpp:70 - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -// Arg traits specializations. -namespace TAO -{ -} - - -// TAO_IDL - Generated from -// be\be_visitor_sequence/sequence_cs.cpp:65 - -#if !defined (_CORBA_BOOLEANSEQ_CS_) -#define _CORBA_BOOLEANSEQ_CS_ - -CORBA::BooleanSeq::BooleanSeq (void) -{} - -CORBA::BooleanSeq::BooleanSeq ( - ::CORBA::ULong max - ) - : TAO::unbounded_value_sequence< - CORBA::Boolean - > - (max) -{} - -CORBA::BooleanSeq::BooleanSeq ( - ::CORBA::ULong max, - ::CORBA::ULong length, - ::CORBA::Boolean * buffer, - ::CORBA::Boolean release - ) - : TAO::unbounded_value_sequence< - CORBA::Boolean - > - (max, length, buffer, release) -{} - -CORBA::BooleanSeq::BooleanSeq ( - const BooleanSeq &seq - ) - : TAO::unbounded_value_sequence< - CORBA::Boolean - > - (seq) -{} - -CORBA::BooleanSeq::~BooleanSeq (void) -{} - -void CORBA::BooleanSeq::_tao_any_destructor ( - void * _tao_void_pointer - ) -{ - BooleanSeq * _tao_tmp_pointer = - static_cast<BooleanSeq *> (_tao_void_pointer); - delete _tao_tmp_pointer; -} - -#endif /* end #if !defined */ - -// TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_cs.cpp:96 - -#if !defined _TAO_CDR_OP_CORBA_BooleanSeq_CPP_ -#define _TAO_CDR_OP_CORBA_BooleanSeq_CPP_ - -::CORBA::Boolean operator<< ( - TAO_OutputCDR &strm, - const CORBA::BooleanSeq &_tao_sequence - ) -{ - return TAO::marshal_sequence(strm, _tao_sequence); -} - -::CORBA::Boolean operator>> ( - TAO_InputCDR &strm, - CORBA::BooleanSeq &_tao_sequence - ) -{ - return TAO::demarshal_sequence(strm, _tao_sequence); -} - -#endif /* _TAO_CDR_OP_CORBA_BooleanSeq_CPP_ */ - -TAO_END_VERSIONED_NAMESPACE_DECL diff --git a/TAO/tao/BooleanSeqC.h b/TAO/tao/BooleanSeqC.h deleted file mode 100644 index 11009fc540e..00000000000 --- a/TAO/tao/BooleanSeqC.h +++ /dev/null @@ -1,148 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// TAO_IDL - Generated from -// be\be_codegen.cpp:154 - -#ifndef _TAO_IDL_BOOLEANSEQC_H_ -#define _TAO_IDL_BOOLEANSEQC_H_ - -#include /**/ "ace/pre.h" - - -#include "ace/config-all.h" - -#if !defined (ACE_LACKS_PRAGMA_ONCE) -# pragma once -#endif /* ACE_LACKS_PRAGMA_ONCE */ - -#include "tao/TAO_Export.h" -#include "tao/ORB.h" -#include "tao/Environment.h" -#include "tao/Sequence_T.h" -#include "tao/Seq_Var_T.h" -#include "tao/Seq_Out_T.h" - -#if defined (TAO_EXPORT_MACRO) -#undef TAO_EXPORT_MACRO -#endif -#define TAO_EXPORT_MACRO TAO_Export - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:49 - -namespace CORBA -{ - - // TAO_IDL - Generated from - // be\be_visitor_sequence/sequence_ch.cpp:101 - -#if !defined (_CORBA_BOOLEANSEQ_CH_) -#define _CORBA_BOOLEANSEQ_CH_ - - class BooleanSeq; - - typedef - TAO_FixedSeq_Var_T< - BooleanSeq - > - BooleanSeq_var; - - typedef - TAO_Seq_Out_T< - BooleanSeq - > - BooleanSeq_out; - - class TAO_Export BooleanSeq - : public - TAO::unbounded_value_sequence< - CORBA::Boolean - > - { - public: - BooleanSeq (void); - BooleanSeq ( ::CORBA::ULong max); - BooleanSeq ( - ::CORBA::ULong max, - ::CORBA::ULong length, - ::CORBA::Boolean* buffer, - ::CORBA::Boolean release = false - ); - BooleanSeq (const BooleanSeq &); - ~BooleanSeq (void); - - static void _tao_any_destructor (void *); - - typedef BooleanSeq_var _var_type; - typedef BooleanSeq_out _out_type; - }; - -#endif /* end #if !defined */ - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:78 - -} // module CORBA - -// TAO_IDL - Generated from -// be\be_visitor_traits.cpp:61 - -// Traits specializations. -namespace TAO -{ -} - -// TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_ch.cpp:71 - -#if !defined _TAO_CDR_OP_CORBA_BooleanSeq_H_ -#define _TAO_CDR_OP_CORBA_BooleanSeq_H_ - -TAO_Export ::CORBA::Boolean operator<< ( - TAO_OutputCDR &, - const CORBA::BooleanSeq & - ); -TAO_Export ::CORBA::Boolean operator>> ( - TAO_InputCDR &, - CORBA::BooleanSeq & - ); - -#endif /* _TAO_CDR_OP_CORBA_BooleanSeq_H_ */ - -// TAO_IDL - Generated from -// be\be_codegen.cpp:1040 - -TAO_END_VERSIONED_NAMESPACE_DECL - -#include /**/ "ace/post.h" - -#endif /* ifndef */ - - diff --git a/TAO/tao/BooleanSeqS.h b/TAO/tao/BooleanSeqS.h deleted file mode 100644 index 17b1360599e..00000000000 --- a/TAO/tao/BooleanSeqS.h +++ /dev/null @@ -1,28 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// Skeleton file generation suppressed with command line option -SS diff --git a/TAO/tao/CONV_FRAMEC.cpp b/TAO/tao/CONV_FRAMEC.cpp deleted file mode 100644 index ba3c2fe9440..00000000000 --- a/TAO/tao/CONV_FRAMEC.cpp +++ /dev/null @@ -1,231 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// TAO_IDL - Generated from -// be\be_codegen.cpp:288 - - -#include "tao/CONV_FRAMEC.h" -#include "tao/CDR.h" - -// TAO_IDL - Generated from -// be\be_visitor_arg_traits.cpp:70 - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -// Arg traits specializations. -namespace TAO -{ -} - - -// TAO_IDL - Generated from -// be\be_visitor_sequence/sequence_cs.cpp:65 - -#if !defined (_CONV_FRAME_CODESETIDSEQ_CS_) -#define _CONV_FRAME_CODESETIDSEQ_CS_ - -CONV_FRAME::CodeSetIdSeq::CodeSetIdSeq (void) -{} - -CONV_FRAME::CodeSetIdSeq::CodeSetIdSeq ( - CORBA::ULong max - ) - : TAO::unbounded_value_sequence< - CodeSetId - > - (max) -{} - -CONV_FRAME::CodeSetIdSeq::CodeSetIdSeq ( - CORBA::ULong max, - CORBA::ULong length, - CORBA::ULong * buffer, - CORBA::Boolean release - ) - : TAO::unbounded_value_sequence< - CodeSetId - > - (max, length, buffer, release) -{} - -CONV_FRAME::CodeSetIdSeq::CodeSetIdSeq ( - const CodeSetIdSeq &seq - ) - : TAO::unbounded_value_sequence< - CodeSetId - > - (seq) -{} - -CONV_FRAME::CodeSetIdSeq::~CodeSetIdSeq (void) -{} - -void CONV_FRAME::CodeSetIdSeq::_tao_any_destructor ( - void * _tao_void_pointer - ) -{ - CodeSetIdSeq * _tao_tmp_pointer = - static_cast<CodeSetIdSeq *> (_tao_void_pointer); - delete _tao_tmp_pointer; -} - -#endif /* end #if !defined */ - -// TAO_IDL - Generated from -// be\be_visitor_structure/structure_cs.cpp:66 - -void -CONV_FRAME::CodeSetComponent::_tao_any_destructor ( - void *_tao_void_pointer - ) -{ - CodeSetComponent *_tao_tmp_pointer = - static_cast<CodeSetComponent *> (_tao_void_pointer); - delete _tao_tmp_pointer; -} - -// TAO_IDL - Generated from -// be\be_visitor_structure/structure_cs.cpp:66 - -void -CONV_FRAME::CodeSetComponentInfo::_tao_any_destructor ( - void *_tao_void_pointer - ) -{ - CodeSetComponentInfo *_tao_tmp_pointer = - static_cast<CodeSetComponentInfo *> (_tao_void_pointer); - delete _tao_tmp_pointer; -} - -// TAO_IDL - Generated from -// be\be_visitor_structure/structure_cs.cpp:66 - -void -CONV_FRAME::CodeSetContext::_tao_any_destructor ( - void *_tao_void_pointer - ) -{ - CodeSetContext *_tao_tmp_pointer = - static_cast<CodeSetContext *> (_tao_void_pointer); - delete _tao_tmp_pointer; -} - -// TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_cs.cpp:96 - -#if !defined _TAO_CDR_OP_CONV_FRAME_CodeSetIdSeq_CPP_ -#define _TAO_CDR_OP_CONV_FRAME_CodeSetIdSeq_CPP_ - -CORBA::Boolean operator<< ( - TAO_OutputCDR &strm, - const CONV_FRAME::CodeSetIdSeq &_tao_sequence - ) -{ - return TAO::marshal_sequence(strm, _tao_sequence); -} - -CORBA::Boolean operator>> ( - TAO_InputCDR &strm, - CONV_FRAME::CodeSetIdSeq &_tao_sequence - ) -{ - return TAO::demarshal_sequence(strm, _tao_sequence); -} - -#endif /* _TAO_CDR_OP_CONV_FRAME_CodeSetIdSeq_CPP_ */ - -// TAO_IDL - Generated from -// be\be_visitor_structure/cdr_op_cs.cpp:61 - -CORBA::Boolean operator<< ( - TAO_OutputCDR &strm, - const CONV_FRAME::CodeSetComponent &_tao_aggregate - ) -{ - return - (strm << _tao_aggregate.native_code_set) && - (strm << _tao_aggregate.conversion_code_sets); -} - -CORBA::Boolean operator>> ( - TAO_InputCDR &strm, - CONV_FRAME::CodeSetComponent &_tao_aggregate - ) -{ - return - (strm >> _tao_aggregate.native_code_set) && - (strm >> _tao_aggregate.conversion_code_sets); -} - -// TAO_IDL - Generated from -// be\be_visitor_structure/cdr_op_cs.cpp:61 - -CORBA::Boolean operator<< ( - TAO_OutputCDR &strm, - const CONV_FRAME::CodeSetComponentInfo &_tao_aggregate - ) -{ - return - (strm << _tao_aggregate.ForCharData) && - (strm << _tao_aggregate.ForWcharData); -} - -CORBA::Boolean operator>> ( - TAO_InputCDR &strm, - CONV_FRAME::CodeSetComponentInfo &_tao_aggregate - ) -{ - return - (strm >> _tao_aggregate.ForCharData) && - (strm >> _tao_aggregate.ForWcharData); -} - -// TAO_IDL - Generated from -// be\be_visitor_structure/cdr_op_cs.cpp:61 - -CORBA::Boolean operator<< ( - TAO_OutputCDR &strm, - const CONV_FRAME::CodeSetContext &_tao_aggregate - ) -{ - return - (strm << _tao_aggregate.char_data) && - (strm << _tao_aggregate.wchar_data); -} - -CORBA::Boolean operator>> ( - TAO_InputCDR &strm, - CONV_FRAME::CodeSetContext &_tao_aggregate - ) -{ - return - (strm >> _tao_aggregate.char_data) && - (strm >> _tao_aggregate.wchar_data); -} - -TAO_END_VERSIONED_NAMESPACE_DECL diff --git a/TAO/tao/CONV_FRAMEC.h b/TAO/tao/CONV_FRAMEC.h deleted file mode 100644 index 348aff238cc..00000000000 --- a/TAO/tao/CONV_FRAMEC.h +++ /dev/null @@ -1,266 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// TAO_IDL - Generated from -// be\be_codegen.cpp:154 - -#ifndef _TAO_IDL_CONV_FRAMEC_H_ -#define _TAO_IDL_CONV_FRAMEC_H_ - -#include /**/ "ace/pre.h" - - -#include "ace/config-all.h" - -#if !defined (ACE_LACKS_PRAGMA_ONCE) -# pragma once -#endif /* ACE_LACKS_PRAGMA_ONCE */ - -#include "tao/TAO_Export.h" -#include "tao/ORB.h" -#include "tao/Environment.h" -#include "tao/Sequence_T.h" -#include "tao/Seq_Var_T.h" -#include "tao/Seq_Out_T.h" -#include "tao/VarOut_T.h" - -#if defined (TAO_EXPORT_MACRO) -#undef TAO_EXPORT_MACRO -#endif -#define TAO_EXPORT_MACRO TAO_Export - -#if defined(_MSC_VER) -#pragma warning(push) -#pragma warning(disable:4250) -#endif /* _MSC_VER */ - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:49 - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -namespace CONV_FRAME -{ - - // TAO_IDL - Generated from - // be\be_visitor_typedef/typedef_ch.cpp:379 - - typedef CORBA::ULong CodeSetId; - typedef CORBA::ULong_out CodeSetId_out; - - // TAO_IDL - Generated from - // be\be_visitor_sequence/sequence_ch.cpp:101 - -#if !defined (_CONV_FRAME_CODESETIDSEQ_CH_) -#define _CONV_FRAME_CODESETIDSEQ_CH_ - - class CodeSetIdSeq; - - typedef - TAO_FixedSeq_Var_T< - CodeSetIdSeq - > - CodeSetIdSeq_var; - - typedef - TAO_Seq_Out_T< - CodeSetIdSeq - > - CodeSetIdSeq_out; - - class TAO_Export CodeSetIdSeq - : public - TAO::unbounded_value_sequence< - CodeSetId - > - { - public: - CodeSetIdSeq (void); - CodeSetIdSeq (CORBA::ULong max); - CodeSetIdSeq ( - CORBA::ULong max, - CORBA::ULong length, - CORBA::ULong* buffer, - CORBA::Boolean release = false - ); - CodeSetIdSeq (const CodeSetIdSeq &); - ~CodeSetIdSeq (void); - - static void _tao_any_destructor (void *); - - typedef CodeSetIdSeq_var _var_type; - }; - -#endif /* end #if !defined */ - - // TAO_IDL - Generated from - // be\be_type.cpp:258 - - struct CodeSetComponent; - - typedef - TAO_Var_Var_T< - CodeSetComponent - > - CodeSetComponent_var; - - typedef - TAO_Out_T< - CodeSetComponent - > - CodeSetComponent_out; - - // TAO_IDL - Generated from - // be\be_visitor_structure/structure_ch.cpp:57 - - struct TAO_Export CodeSetComponent - { - typedef CodeSetComponent_var _var_type; - - static void _tao_any_destructor (void *); - CONV_FRAME::CodeSetId native_code_set; - CONV_FRAME::CodeSetIdSeq conversion_code_sets; - }; - - // TAO_IDL - Generated from - // be\be_type.cpp:258 - - struct CodeSetComponentInfo; - - typedef - TAO_Var_Var_T< - CodeSetComponentInfo - > - CodeSetComponentInfo_var; - - typedef - TAO_Out_T< - CodeSetComponentInfo - > - CodeSetComponentInfo_out; - - // TAO_IDL - Generated from - // be\be_visitor_structure/structure_ch.cpp:57 - - struct TAO_Export CodeSetComponentInfo - { - typedef CodeSetComponentInfo_var _var_type; - - static void _tao_any_destructor (void *); - CONV_FRAME::CodeSetComponent ForCharData; - CONV_FRAME::CodeSetComponent ForWcharData; - }; - - // TAO_IDL - Generated from - // be\be_type.cpp:258 - - struct CodeSetContext; - - typedef - TAO_Fixed_Var_T< - CodeSetContext - > - CodeSetContext_var; - - typedef - CodeSetContext & - CodeSetContext_out; - - // TAO_IDL - Generated from - // be\be_visitor_structure/structure_ch.cpp:57 - - struct TAO_Export CodeSetContext - { - typedef CodeSetContext_var _var_type; - - static void _tao_any_destructor (void *); - CONV_FRAME::CodeSetId char_data; - CONV_FRAME::CodeSetId wchar_data; - }; - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:78 - -} // module CONV_FRAME - -// TAO_IDL - Generated from -// be\be_visitor_traits.cpp:61 - -// Traits specializations. -namespace TAO -{ -} - -// TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_ch.cpp:71 - -#if !defined _TAO_CDR_OP_CONV_FRAME_CodeSetIdSeq_H_ -#define _TAO_CDR_OP_CONV_FRAME_CodeSetIdSeq_H_ - -TAO_Export CORBA::Boolean operator<< ( - TAO_OutputCDR &, - const CONV_FRAME::CodeSetIdSeq & - ); -TAO_Export CORBA::Boolean operator>> ( - TAO_InputCDR &, - CONV_FRAME::CodeSetIdSeq & - ); - -#endif /* _TAO_CDR_OP_CONV_FRAME_CodeSetIdSeq_H_ */ - -// TAO_IDL - Generated from -// be\be_visitor_structure/cdr_op_ch.cpp:54 - -TAO_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CONV_FRAME::CodeSetComponent &); -TAO_Export CORBA::Boolean operator>> (TAO_InputCDR &, CONV_FRAME::CodeSetComponent &); - -// TAO_IDL - Generated from -// be\be_visitor_structure/cdr_op_ch.cpp:54 - -TAO_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CONV_FRAME::CodeSetComponentInfo &); -TAO_Export CORBA::Boolean operator>> (TAO_InputCDR &, CONV_FRAME::CodeSetComponentInfo &); - -// TAO_IDL - Generated from -// be\be_visitor_structure/cdr_op_ch.cpp:54 - -TAO_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CONV_FRAME::CodeSetContext &); -TAO_Export CORBA::Boolean operator>> (TAO_InputCDR &, CONV_FRAME::CodeSetContext &); - -// TAO_IDL - Generated from -// be\be_codegen.cpp:1062 - -TAO_END_VERSIONED_NAMESPACE_DECL - -#if defined(_MSC_VER) -#pragma warning(pop) -#endif /* _MSC_VER */ - -#include /**/ "ace/post.h" - -#endif /* ifndef */ - - diff --git a/TAO/tao/CONV_FRAMES.h b/TAO/tao/CONV_FRAMES.h deleted file mode 100644 index 17b1360599e..00000000000 --- a/TAO/tao/CONV_FRAMES.h +++ /dev/null @@ -1,28 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// Skeleton file generation suppressed with command line option -SS diff --git a/TAO/tao/CharSeqC.cpp b/TAO/tao/CharSeqC.cpp deleted file mode 100644 index 3fe1def2892..00000000000 --- a/TAO/tao/CharSeqC.cpp +++ /dev/null @@ -1,123 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// TAO_IDL - Generated from -// be\be_codegen.cpp:277 - - -#include "tao/CharSeqC.h" -#include "tao/CDR.h" - -// TAO_IDL - Generated from -// be\be_visitor_arg_traits.cpp:70 - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -// Arg traits specializations. -namespace TAO -{ -} - - -// TAO_IDL - Generated from -// be\be_visitor_sequence/sequence_cs.cpp:65 - -#if !defined (_CORBA_CHARSEQ_CS_) -#define _CORBA_CHARSEQ_CS_ - -CORBA::CharSeq::CharSeq (void) -{} - -CORBA::CharSeq::CharSeq ( - ::CORBA::ULong max - ) - : TAO::unbounded_value_sequence< - CORBA::Char - > - (max) -{} - -CORBA::CharSeq::CharSeq ( - ::CORBA::ULong max, - ::CORBA::ULong length, - ::CORBA::Char * buffer, - ::CORBA::Boolean release - ) - : TAO::unbounded_value_sequence< - CORBA::Char - > - (max, length, buffer, release) -{} - -CORBA::CharSeq::CharSeq ( - const CharSeq &seq - ) - : TAO::unbounded_value_sequence< - CORBA::Char - > - (seq) -{} - -CORBA::CharSeq::~CharSeq (void) -{} - -void CORBA::CharSeq::_tao_any_destructor ( - void * _tao_void_pointer - ) -{ - CharSeq * _tao_tmp_pointer = - static_cast<CharSeq *> (_tao_void_pointer); - delete _tao_tmp_pointer; -} - -#endif /* end #if !defined */ - -// TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_cs.cpp:96 - -#if !defined _TAO_CDR_OP_CORBA_CharSeq_CPP_ -#define _TAO_CDR_OP_CORBA_CharSeq_CPP_ - -::CORBA::Boolean operator<< ( - TAO_OutputCDR &strm, - const CORBA::CharSeq &_tao_sequence - ) -{ - return TAO::marshal_sequence(strm, _tao_sequence); -} - -::CORBA::Boolean operator>> ( - TAO_InputCDR &strm, - CORBA::CharSeq &_tao_sequence - ) -{ - return TAO::demarshal_sequence(strm, _tao_sequence); -} - -#endif /* _TAO_CDR_OP_CORBA_CharSeq_CPP_ */ - -TAO_END_VERSIONED_NAMESPACE_DECL diff --git a/TAO/tao/CharSeqC.h b/TAO/tao/CharSeqC.h deleted file mode 100644 index a2957cefa5f..00000000000 --- a/TAO/tao/CharSeqC.h +++ /dev/null @@ -1,148 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// TAO_IDL - Generated from -// be\be_codegen.cpp:154 - -#ifndef _TAO_IDL_CHARSEQC_H_ -#define _TAO_IDL_CHARSEQC_H_ - -#include /**/ "ace/pre.h" - - -#include "ace/config-all.h" - -#if !defined (ACE_LACKS_PRAGMA_ONCE) -# pragma once -#endif /* ACE_LACKS_PRAGMA_ONCE */ - -#include "tao/TAO_Export.h" -#include "tao/ORB.h" -#include "tao/Environment.h" -#include "tao/Sequence_T.h" -#include "tao/Seq_Var_T.h" -#include "tao/Seq_Out_T.h" - -#if defined (TAO_EXPORT_MACRO) -#undef TAO_EXPORT_MACRO -#endif -#define TAO_EXPORT_MACRO TAO_Export - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:49 - -namespace CORBA -{ - - // TAO_IDL - Generated from - // be\be_visitor_sequence/sequence_ch.cpp:101 - -#if !defined (_CORBA_CHARSEQ_CH_) -#define _CORBA_CHARSEQ_CH_ - - class CharSeq; - - typedef - TAO_FixedSeq_Var_T< - CharSeq - > - CharSeq_var; - - typedef - TAO_Seq_Out_T< - CharSeq - > - CharSeq_out; - - class TAO_Export CharSeq - : public - TAO::unbounded_value_sequence< - CORBA::Char - > - { - public: - CharSeq (void); - CharSeq ( ::CORBA::ULong max); - CharSeq ( - ::CORBA::ULong max, - ::CORBA::ULong length, - ::CORBA::Char* buffer, - ::CORBA::Boolean release = false - ); - CharSeq (const CharSeq &); - ~CharSeq (void); - - static void _tao_any_destructor (void *); - - typedef CharSeq_var _var_type; - typedef CharSeq_out _out_type; - }; - -#endif /* end #if !defined */ - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:78 - -} // module CORBA - -// TAO_IDL - Generated from -// be\be_visitor_traits.cpp:61 - -// Traits specializations. -namespace TAO -{ -} - -// TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_ch.cpp:71 - -#if !defined _TAO_CDR_OP_CORBA_CharSeq_H_ -#define _TAO_CDR_OP_CORBA_CharSeq_H_ - -TAO_Export ::CORBA::Boolean operator<< ( - TAO_OutputCDR &, - const CORBA::CharSeq & - ); -TAO_Export ::CORBA::Boolean operator>> ( - TAO_InputCDR &, - CORBA::CharSeq & - ); - -#endif /* _TAO_CDR_OP_CORBA_CharSeq_H_ */ - -// TAO_IDL - Generated from -// be\be_codegen.cpp:1040 - -TAO_END_VERSIONED_NAMESPACE_DECL - -#include /**/ "ace/post.h" - -#endif /* ifndef */ - - diff --git a/TAO/tao/CharSeqS.h b/TAO/tao/CharSeqS.h deleted file mode 100644 index 17b1360599e..00000000000 --- a/TAO/tao/CharSeqS.h +++ /dev/null @@ -1,28 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// Skeleton file generation suppressed with command line option -SS diff --git a/TAO/tao/CurrentC.cpp b/TAO/tao/CurrentC.cpp deleted file mode 100644 index 1cca9879881..00000000000 --- a/TAO/tao/CurrentC.cpp +++ /dev/null @@ -1,168 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// TAO_IDL - Generated from -// be\be_codegen.cpp:288 - - -#include "tao/CurrentC.h" -#include "tao/CDR.h" -#include "ace/OS_NS_string.h" - -// TAO_IDL - Generated from -// be\be_visitor_arg_traits.cpp:70 - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -// Arg traits specializations. -namespace TAO -{ -} - - -// TAO_IDL - Generated from -// be\be_visitor_interface/interface_cs.cpp:60 - -// Traits specializations for CORBA::Current. - -CORBA::Current_ptr -TAO::Objref_Traits<CORBA::Current>::duplicate ( - CORBA::Current_ptr p - ) -{ - return CORBA::Current::_duplicate (p); -} - -void -TAO::Objref_Traits<CORBA::Current>::release ( - CORBA::Current_ptr p - ) -{ - ::CORBA::release (p); -} - -CORBA::Current_ptr -TAO::Objref_Traits<CORBA::Current>::nil (void) -{ - return CORBA::Current::_nil (); -} - -CORBA::Boolean -TAO::Objref_Traits<CORBA::Current>::marshal ( - const CORBA::Current_ptr p, - TAO_OutputCDR & cdr - ) -{ - return CORBA::Object::marshal (p, cdr); -} - -CORBA::Current::Current (void) -{} - -CORBA::Current::~Current (void) -{} - -CORBA::Current_ptr -CORBA::Current::_narrow ( - CORBA::Object_ptr _tao_objref - ACE_ENV_ARG_DECL_NOT_USED - ) -{ - return Current::_duplicate ( - dynamic_cast<Current_ptr> (_tao_objref) - ); -} - -CORBA::Current_ptr -CORBA::Current::_unchecked_narrow ( - CORBA::Object_ptr _tao_objref - ACE_ENV_ARG_DECL_NOT_USED - ) -{ - return Current::_duplicate ( - dynamic_cast<Current_ptr> (_tao_objref) - ); -} - -CORBA::Current_ptr -CORBA::Current::_duplicate (Current_ptr obj) -{ - if (! ::CORBA::is_nil (obj)) - { - obj->_add_ref (); - } - - return obj; -} - -void -CORBA::Current::_tao_release (Current_ptr obj) -{ - ::CORBA::release (obj); -} - -CORBA::Boolean -CORBA::Current::_is_a ( - const char *value - ACE_ENV_ARG_DECL_NOT_USED - ) -{ - if ( - !ACE_OS::strcmp ( - value, - "IDL:omg.org/CORBA/Current:1.0" - ) || - !ACE_OS::strcmp ( - value, - "IDL:omg.org/CORBA/LocalObject:1.0" - ) || - !ACE_OS::strcmp ( - value, - "IDL:omg.org/CORBA/Object:1.0" - ) - ) - { - return true; // success using local knowledge - } - else - { - return false; - } -} - -const char* CORBA::Current::_interface_repository_id (void) const -{ - return "IDL:omg.org/CORBA/Current:1.0"; -} - -CORBA::Boolean -CORBA::Current::marshal (TAO_OutputCDR &) -{ - return false; -} - -TAO_END_VERSIONED_NAMESPACE_DECL diff --git a/TAO/tao/CurrentC.h b/TAO/tao/CurrentC.h deleted file mode 100644 index b5dedc32126..00000000000 --- a/TAO/tao/CurrentC.h +++ /dev/null @@ -1,198 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// TAO_IDL - Generated from -// be\be_codegen.cpp:154 - -#ifndef _TAO_IDL_CURRENTC_H_ -#define _TAO_IDL_CURRENTC_H_ - -#include /**/ "ace/pre.h" - - -#include "ace/config-all.h" - -#if !defined (ACE_LACKS_PRAGMA_ONCE) -# pragma once -#endif /* ACE_LACKS_PRAGMA_ONCE */ - -#include "tao/TAO_Export.h" -#include "tao/ORB.h" -#include "tao/Environment.h" -#include "tao/Object.h" -#include "tao/Objref_VarOut_T.h" - -#if defined (TAO_EXPORT_MACRO) -#undef TAO_EXPORT_MACRO -#endif -#define TAO_EXPORT_MACRO TAO_Export - -#if defined(_MSC_VER) -#pragma warning(push) -#pragma warning(disable:4250) -#endif /* _MSC_VER */ - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:49 - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -namespace CORBA -{ - - // TAO_IDL - Generated from - // be\be_interface.cpp:598 - -#if !defined (_CORBA_CURRENT__VAR_OUT_CH_) -#define _CORBA_CURRENT__VAR_OUT_CH_ - - class Current; - typedef Current *Current_ptr; - - typedef - TAO_Objref_Var_T< - Current - > - Current_var; - - typedef - TAO_Objref_Out_T< - Current - > - Current_out; - -#endif /* end #if !defined */ - - // TAO_IDL - Generated from - // be\be_visitor_interface/interface_ch.cpp:54 - -#if !defined (_CORBA_CURRENT_CH_) -#define _CORBA_CURRENT_CH_ - - class TAO_Export Current - : public virtual CORBA::Object - { - public: - typedef Current_ptr _ptr_type; - typedef Current_var _var_type; - - // The static operations. - static Current_ptr _duplicate (Current_ptr obj); - - static void _tao_release (Current_ptr obj); - - static Current_ptr _narrow ( - CORBA::Object_ptr obj - ACE_ENV_ARG_DECL_WITH_DEFAULTS - ); - - static Current_ptr _unchecked_narrow ( - CORBA::Object_ptr obj - ACE_ENV_ARG_DECL_WITH_DEFAULTS - ); - - static Current_ptr _nil (void) - { - return static_cast<Current_ptr> (0); - } - - - - // TAO_IDL - Generated from - // be\be_visitor_interface/interface_ch.cpp:210 - - 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); - - protected: - // Abstract or local interface only. - Current (void); - - virtual ~Current (void); - - private: - // Private and unimplemented for concrete interfaces. - Current (const Current &); - - void operator= (const Current &); - }; - -#endif /* end #if !defined */ - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:78 - -} // module CORBA - -// TAO_IDL - Generated from -// be\be_visitor_traits.cpp:61 - -// Traits specializations. -namespace TAO -{ - -#if !defined (_CORBA_CURRENT__TRAITS_) -#define _CORBA_CURRENT__TRAITS_ - - template<> - struct TAO_Export Objref_Traits< ::CORBA::Current> - { - static ::CORBA::Current_ptr duplicate ( - ::CORBA::Current_ptr - ); - static void release ( - ::CORBA::Current_ptr - ); - static ::CORBA::Current_ptr nil (void); - static CORBA::Boolean marshal ( - const ::CORBA::Current_ptr p, - TAO_OutputCDR & cdr - ); - }; - -#endif /* end #if !defined */ -} - -// TAO_IDL - Generated from -// be\be_codegen.cpp:1062 - -TAO_END_VERSIONED_NAMESPACE_DECL - -#if defined(_MSC_VER) -#pragma warning(pop) -#endif /* _MSC_VER */ - -#include /**/ "ace/post.h" - -#endif /* ifndef */ - - diff --git a/TAO/tao/CurrentS.h b/TAO/tao/CurrentS.h deleted file mode 100644 index 17b1360599e..00000000000 --- a/TAO/tao/CurrentS.h +++ /dev/null @@ -1,28 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// Skeleton file generation suppressed with command line option -SS diff --git a/TAO/tao/DoubleSeqC.cpp b/TAO/tao/DoubleSeqC.cpp deleted file mode 100644 index 3028c71acf4..00000000000 --- a/TAO/tao/DoubleSeqC.cpp +++ /dev/null @@ -1,123 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// TAO_IDL - Generated from -// be\be_codegen.cpp:277 - - -#include "tao/DoubleSeqC.h" -#include "tao/CDR.h" - -// TAO_IDL - Generated from -// be\be_visitor_arg_traits.cpp:70 - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -// Arg traits specializations. -namespace TAO -{ -} - - -// TAO_IDL - Generated from -// be\be_visitor_sequence/sequence_cs.cpp:65 - -#if !defined (_CORBA_DOUBLESEQ_CS_) -#define _CORBA_DOUBLESEQ_CS_ - -CORBA::DoubleSeq::DoubleSeq (void) -{} - -CORBA::DoubleSeq::DoubleSeq ( - ::CORBA::ULong max - ) - : TAO::unbounded_value_sequence< - CORBA::Double - > - (max) -{} - -CORBA::DoubleSeq::DoubleSeq ( - ::CORBA::ULong max, - ::CORBA::ULong length, - ::CORBA::Double * buffer, - ::CORBA::Boolean release - ) - : TAO::unbounded_value_sequence< - CORBA::Double - > - (max, length, buffer, release) -{} - -CORBA::DoubleSeq::DoubleSeq ( - const DoubleSeq &seq - ) - : TAO::unbounded_value_sequence< - CORBA::Double - > - (seq) -{} - -CORBA::DoubleSeq::~DoubleSeq (void) -{} - -void CORBA::DoubleSeq::_tao_any_destructor ( - void * _tao_void_pointer - ) -{ - DoubleSeq * _tao_tmp_pointer = - static_cast<DoubleSeq *> (_tao_void_pointer); - delete _tao_tmp_pointer; -} - -#endif /* end #if !defined */ - -// TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_cs.cpp:96 - -#if !defined _TAO_CDR_OP_CORBA_DoubleSeq_CPP_ -#define _TAO_CDR_OP_CORBA_DoubleSeq_CPP_ - -::CORBA::Boolean operator<< ( - TAO_OutputCDR &strm, - const CORBA::DoubleSeq &_tao_sequence - ) -{ - return TAO::marshal_sequence(strm, _tao_sequence); -} - -::CORBA::Boolean operator>> ( - TAO_InputCDR &strm, - CORBA::DoubleSeq &_tao_sequence - ) -{ - return TAO::demarshal_sequence(strm, _tao_sequence); -} - -#endif /* _TAO_CDR_OP_CORBA_DoubleSeq_CPP_ */ - -TAO_END_VERSIONED_NAMESPACE_DECL diff --git a/TAO/tao/DoubleSeqC.h b/TAO/tao/DoubleSeqC.h deleted file mode 100644 index 082a8653783..00000000000 --- a/TAO/tao/DoubleSeqC.h +++ /dev/null @@ -1,148 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// TAO_IDL - Generated from -// be\be_codegen.cpp:154 - -#ifndef _TAO_IDL_DOUBLESEQC_H_ -#define _TAO_IDL_DOUBLESEQC_H_ - -#include /**/ "ace/pre.h" - - -#include "ace/config-all.h" - -#if !defined (ACE_LACKS_PRAGMA_ONCE) -# pragma once -#endif /* ACE_LACKS_PRAGMA_ONCE */ - -#include "tao/TAO_Export.h" -#include "tao/ORB.h" -#include "tao/Environment.h" -#include "tao/Sequence_T.h" -#include "tao/Seq_Var_T.h" -#include "tao/Seq_Out_T.h" - -#if defined (TAO_EXPORT_MACRO) -#undef TAO_EXPORT_MACRO -#endif -#define TAO_EXPORT_MACRO TAO_Export - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:49 - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -namespace CORBA -{ - - // TAO_IDL - Generated from - // be\be_visitor_sequence/sequence_ch.cpp:101 - -#if !defined (_CORBA_DOUBLESEQ_CH_) -#define _CORBA_DOUBLESEQ_CH_ - - class DoubleSeq; - - typedef - TAO_FixedSeq_Var_T< - DoubleSeq - > - DoubleSeq_var; - - typedef - TAO_Seq_Out_T< - DoubleSeq - > - DoubleSeq_out; - - class TAO_Export DoubleSeq - : public - TAO::unbounded_value_sequence< - CORBA::Double - > - { - public: - DoubleSeq (void); - DoubleSeq ( ::CORBA::ULong max); - DoubleSeq ( - ::CORBA::ULong max, - ::CORBA::ULong length, - ::CORBA::Double* buffer, - ::CORBA::Boolean release = false - ); - DoubleSeq (const DoubleSeq &); - ~DoubleSeq (void); - - static void _tao_any_destructor (void *); - - typedef DoubleSeq_var _var_type; - typedef DoubleSeq_out _out_type; - }; - -#endif /* end #if !defined */ - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:78 - -} // module CORBA - -// TAO_IDL - Generated from -// be\be_visitor_traits.cpp:61 - -// Traits specializations. -namespace TAO -{ -} - -// TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_ch.cpp:71 - -#if !defined _TAO_CDR_OP_CORBA_DoubleSeq_H_ -#define _TAO_CDR_OP_CORBA_DoubleSeq_H_ - -TAO_Export ::CORBA::Boolean operator<< ( - TAO_OutputCDR &, - const CORBA::DoubleSeq & - ); -TAO_Export ::CORBA::Boolean operator>> ( - TAO_InputCDR &, - CORBA::DoubleSeq & - ); - -#endif /* _TAO_CDR_OP_CORBA_DoubleSeq_H_ */ - -// TAO_IDL - Generated from -// be\be_codegen.cpp:1040 - -TAO_END_VERSIONED_NAMESPACE_DECL - -#include /**/ "ace/post.h" - -#endif /* ifndef */ - - diff --git a/TAO/tao/DoubleSeqS.h b/TAO/tao/DoubleSeqS.h deleted file mode 100644 index 17b1360599e..00000000000 --- a/TAO/tao/DoubleSeqS.h +++ /dev/null @@ -1,28 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// Skeleton file generation suppressed with command line option -SS diff --git a/TAO/tao/DynamicAny/diffs/DynamicAny.diff b/TAO/tao/DynamicAny/diffs/DynamicAny.diff deleted file mode 100644 index 30516db185e..00000000000 --- a/TAO/tao/DynamicAny/diffs/DynamicAny.diff +++ /dev/null @@ -1,32 +0,0 @@ ---- orig/DynamicAnyC.h 2005-02-18 12:28:35.777297600 +0100 -+++ DynamicAnyC.h 2005-02-18 12:28:36.067715200 +0100 -@@ -34,6 +34,10 @@ - #include /**/ "ace/pre.h" - - -+#ifndef TAO_DYNAMICANY_SAFE_INCLUDE -+#error "You should not include DynamicAnyC.h directly, use DynamicAny.h" -+#endif /* !TAO_DYNAMICANY_SAFE_INCLUDE */ -+ - #include "ace/config-all.h" - - #if !defined (ACE_LACKS_PRAGMA_ONCE) -@@ -41,7 +45,6 @@ - #endif /* ACE_LACKS_PRAGMA_ONCE */ - - #include "dynamicany_export.h" --#include "tao/Valuetype/ValueBase.h" - #include "tao/ORB.h" - #include "tao/SystemException.h" - #include "tao/Environment.h" ---- orig/DynamicAnyC.cpp 2005-02-18 12:28:35.787312000 +0100 -+++ DynamicAnyC.cpp 2005-02-18 12:28:36.077729600 +0100 -@@ -29,7 +29,7 @@ - // be\be_codegen.cpp:302 - - --#include "DynamicAnyC.h" -+#include "DynamicAny.h" - #include "tao/CDR.h" - #include "ace/OS_NS_string.h" - diff --git a/TAO/tao/FloatSeqC.cpp b/TAO/tao/FloatSeqC.cpp deleted file mode 100644 index 005a8f8663f..00000000000 --- a/TAO/tao/FloatSeqC.cpp +++ /dev/null @@ -1,123 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// TAO_IDL - Generated from -// be\be_codegen.cpp:277 - - -#include "tao/FloatSeqC.h" -#include "tao/CDR.h" - -// TAO_IDL - Generated from -// be\be_visitor_arg_traits.cpp:70 - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -// Arg traits specializations. -namespace TAO -{ -} - - -// TAO_IDL - Generated from -// be\be_visitor_sequence/sequence_cs.cpp:65 - -#if !defined (_CORBA_FLOATSEQ_CS_) -#define _CORBA_FLOATSEQ_CS_ - -CORBA::FloatSeq::FloatSeq (void) -{} - -CORBA::FloatSeq::FloatSeq ( - ::CORBA::ULong max - ) - : TAO::unbounded_value_sequence< - CORBA::Float - > - (max) -{} - -CORBA::FloatSeq::FloatSeq ( - ::CORBA::ULong max, - ::CORBA::ULong length, - ::CORBA::Float * buffer, - ::CORBA::Boolean release - ) - : TAO::unbounded_value_sequence< - CORBA::Float - > - (max, length, buffer, release) -{} - -CORBA::FloatSeq::FloatSeq ( - const FloatSeq &seq - ) - : TAO::unbounded_value_sequence< - CORBA::Float - > - (seq) -{} - -CORBA::FloatSeq::~FloatSeq (void) -{} - -void CORBA::FloatSeq::_tao_any_destructor ( - void * _tao_void_pointer - ) -{ - FloatSeq * _tao_tmp_pointer = - static_cast<FloatSeq *> (_tao_void_pointer); - delete _tao_tmp_pointer; -} - -#endif /* end #if !defined */ - -// TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_cs.cpp:96 - -#if !defined _TAO_CDR_OP_CORBA_FloatSeq_CPP_ -#define _TAO_CDR_OP_CORBA_FloatSeq_CPP_ - -::CORBA::Boolean operator<< ( - TAO_OutputCDR &strm, - const CORBA::FloatSeq &_tao_sequence - ) -{ - return TAO::marshal_sequence(strm, _tao_sequence); -} - -::CORBA::Boolean operator>> ( - TAO_InputCDR &strm, - CORBA::FloatSeq &_tao_sequence - ) -{ - return TAO::demarshal_sequence(strm, _tao_sequence); -} - -#endif /* _TAO_CDR_OP_CORBA_FloatSeq_CPP_ */ - -TAO_END_VERSIONED_NAMESPACE_DECL diff --git a/TAO/tao/FloatSeqC.h b/TAO/tao/FloatSeqC.h deleted file mode 100644 index 48ee1d9bc16..00000000000 --- a/TAO/tao/FloatSeqC.h +++ /dev/null @@ -1,148 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// TAO_IDL - Generated from -// be\be_codegen.cpp:154 - -#ifndef _TAO_IDL_FLOATSEQC_H_ -#define _TAO_IDL_FLOATSEQC_H_ - -#include /**/ "ace/pre.h" - - -#include "ace/config-all.h" - -#if !defined (ACE_LACKS_PRAGMA_ONCE) -# pragma once -#endif /* ACE_LACKS_PRAGMA_ONCE */ - -#include "tao/TAO_Export.h" -#include "tao/ORB.h" -#include "tao/Environment.h" -#include "tao/Sequence_T.h" -#include "tao/Seq_Var_T.h" -#include "tao/Seq_Out_T.h" - -#if defined (TAO_EXPORT_MACRO) -#undef TAO_EXPORT_MACRO -#endif -#define TAO_EXPORT_MACRO TAO_Export - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:49 - -namespace CORBA -{ - - // TAO_IDL - Generated from - // be\be_visitor_sequence/sequence_ch.cpp:101 - -#if !defined (_CORBA_FLOATSEQ_CH_) -#define _CORBA_FLOATSEQ_CH_ - - class FloatSeq; - - typedef - TAO_FixedSeq_Var_T< - FloatSeq - > - FloatSeq_var; - - typedef - TAO_Seq_Out_T< - FloatSeq - > - FloatSeq_out; - - class TAO_Export FloatSeq - : public - TAO::unbounded_value_sequence< - CORBA::Float - > - { - public: - FloatSeq (void); - FloatSeq ( ::CORBA::ULong max); - FloatSeq ( - ::CORBA::ULong max, - ::CORBA::ULong length, - ::CORBA::Float* buffer, - ::CORBA::Boolean release = false - ); - FloatSeq (const FloatSeq &); - ~FloatSeq (void); - - static void _tao_any_destructor (void *); - - typedef FloatSeq_var _var_type; - typedef FloatSeq_out _out_type; - }; - -#endif /* end #if !defined */ - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:78 - -} // module CORBA - -// TAO_IDL - Generated from -// be\be_visitor_traits.cpp:61 - -// Traits specializations. -namespace TAO -{ -} - -// TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_ch.cpp:71 - -#if !defined _TAO_CDR_OP_CORBA_FloatSeq_H_ -#define _TAO_CDR_OP_CORBA_FloatSeq_H_ - -TAO_Export ::CORBA::Boolean operator<< ( - TAO_OutputCDR &, - const CORBA::FloatSeq & - ); -TAO_Export ::CORBA::Boolean operator>> ( - TAO_InputCDR &, - CORBA::FloatSeq & - ); - -#endif /* _TAO_CDR_OP_CORBA_FloatSeq_H_ */ - -// TAO_IDL - Generated from -// be\be_codegen.cpp:1040 - -TAO_END_VERSIONED_NAMESPACE_DECL - -#include /**/ "ace/post.h" - -#endif /* ifndef */ - - diff --git a/TAO/tao/FloatSeqS.h b/TAO/tao/FloatSeqS.h deleted file mode 100644 index 17b1360599e..00000000000 --- a/TAO/tao/FloatSeqS.h +++ /dev/null @@ -1,28 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// Skeleton file generation suppressed with command line option -SS diff --git a/TAO/tao/GIOPC.cpp b/TAO/tao/GIOPC.cpp deleted file mode 100644 index daf21691185..00000000000 --- a/TAO/tao/GIOPC.cpp +++ /dev/null @@ -1,391 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// TAO_IDL - Generated from -// be\be_codegen.cpp:288 - - -#include "tao/GIOPC.h" -#include "tao/CDR.h" -#include "tao/ORB_Core.h" -#include "ace/OS_NS_string.h" - -#if !defined (__ACE_INLINE__) -#include "tao/GIOPC.inl" -#endif /* !defined INLINE */ - -// TAO_IDL - Generated from -// be\be_visitor_arg_traits.cpp:70 - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -// Arg traits specializations. -namespace TAO -{ -} - - -// TAO_IDL - Generated from -// be\be_visitor_structure/structure_cs.cpp:66 - -void -GIOP::Version::_tao_any_destructor ( - void *_tao_void_pointer - ) -{ - Version *_tao_tmp_pointer = - static_cast<Version *> (_tao_void_pointer); - delete _tao_tmp_pointer; -} - -// TAO_IDL - Generated from -// be\be_visitor_structure/structure_cs.cpp:66 - -void -GIOP::IORAddressingInfo::_tao_any_destructor ( - void *_tao_void_pointer - ) -{ - IORAddressingInfo *_tao_tmp_pointer = - static_cast<IORAddressingInfo *> (_tao_void_pointer); - delete _tao_tmp_pointer; -} - -// TAO_IDL - Generated from -// be\be_visitor_union/union_cs.cpp:91 - -GIOP::TargetAddress::TargetAddress (void) -{ - ACE_OS::memset (&this->disc_, 0, sizeof (this->disc_)); - ACE_OS::memset (&this->u_, 0, sizeof (this->u_)); - this->disc_ = -32768; -} - -GIOP::TargetAddress::TargetAddress (const ::GIOP::TargetAddress &u) -{ - this->disc_ = u.disc_; - switch (this->disc_) - { - case 0: - { - if (u.u_.object_key_ == 0) - { - this->u_.object_key_ = 0; - } - else - { - ACE_NEW ( - this->u_.object_key_, - CORBA::OctetSeq (*u.u_.object_key_) - ); - } - } - break; - case 1: - { - if (u.u_.profile_ == 0) - { - this->u_.profile_ = 0; - } - else - { - ACE_NEW ( - this->u_.profile_, - IOP::TaggedProfile (*u.u_.profile_) - ); - } - } - break; - case 2: - { - if (u.u_.ior_ == 0) - { - this->u_.ior_ = 0; - } - else - { - ACE_NEW ( - this->u_.ior_, - GIOP::IORAddressingInfo (*u.u_.ior_) - ); - } - } - break; - default: - break; - } -} - -GIOP::TargetAddress::~TargetAddress (void) -{ - // Finalize. - this->_reset (); -} - -void GIOP::TargetAddress::_tao_any_destructor (void *_tao_void_pointer) -{ - TargetAddress *tmp = - static_cast<TargetAddress *> (_tao_void_pointer); - delete tmp; -} - -GIOP::TargetAddress & -GIOP::TargetAddress::operator= (const ::GIOP::TargetAddress &u) -{ - if (&u == this) - { - return *this; - } - - this->_reset (); - this->disc_ = u.disc_; - - switch (this->disc_) - { - case 0: - { - if (u.u_.object_key_ == 0) - { - this->u_.object_key_ = 0; - } - else - { - ACE_NEW_RETURN ( - this->u_.object_key_, - CORBA::OctetSeq (*u.u_.object_key_), - *this - ); - } - } - break; - case 1: - { - if (u.u_.profile_ == 0) - { - this->u_.profile_ = 0; - } - else - { - ACE_NEW_RETURN ( - this->u_.profile_, - IOP::TaggedProfile (*u.u_.profile_), - *this - ); - } - } - break; - case 2: - { - if (u.u_.ior_ == 0) - { - this->u_.ior_ = 0; - } - else - { - ACE_NEW_RETURN ( - this->u_.ior_, - GIOP::IORAddressingInfo (*u.u_.ior_), - *this - ); - } - } - break; - default: - break; - } - - return *this; -} - -// Reset method to reset old values of a union. -void GIOP::TargetAddress::_reset (void) -{ - switch (this->disc_) - { - - case 0: - delete this->u_.object_key_; - this->u_.object_key_ = 0; - break; - case 1: - delete this->u_.profile_; - this->u_.profile_ = 0; - break; - case 2: - delete this->u_.ior_; - this->u_.ior_ = 0; - break; - default: - break; - } -} - -// TAO_IDL - Generated from -// be\be_visitor_structure/cdr_op_cs.cpp:61 - -CORBA::Boolean operator<< ( - TAO_OutputCDR &strm, - const GIOP::Version &_tao_aggregate - ) -{ - return - (strm << ACE_OutputCDR::from_octet (_tao_aggregate.major)) && - (strm << ACE_OutputCDR::from_octet (_tao_aggregate.minor)); -} - -CORBA::Boolean operator>> ( - TAO_InputCDR &strm, - GIOP::Version &_tao_aggregate - ) -{ - return - (strm >> ACE_InputCDR::to_octet (_tao_aggregate.major)) && - (strm >> ACE_InputCDR::to_octet (_tao_aggregate.minor)); -} - -// TAO_IDL - Generated from -// be\be_visitor_structure/cdr_op_cs.cpp:61 - -CORBA::Boolean operator<< ( - TAO_OutputCDR &strm, - const GIOP::IORAddressingInfo &_tao_aggregate - ) -{ - return - (strm << _tao_aggregate.selected_profile_index) && - (strm << _tao_aggregate.ior); -} - -CORBA::Boolean operator>> ( - TAO_InputCDR &strm, - GIOP::IORAddressingInfo &_tao_aggregate - ) -{ - return - (strm >> _tao_aggregate.selected_profile_index) && - (strm >> _tao_aggregate.ior); -} - -// TAO_IDL - Generated from -// be\be_visitor_union/cdr_op_cs.cpp:67 - -CORBA::Boolean operator<< ( - TAO_OutputCDR &strm, - const GIOP::TargetAddress &_tao_union - ) -{ - if ( !(strm << _tao_union._d ()) ) - { - return false; - } - - CORBA::Boolean result = true; - - switch (_tao_union._d ()) - { - case 0: - { - result = strm << _tao_union.object_key (); - } - break; - case 1: - { - result = strm << _tao_union.profile (); - } - break; - case 2: - { - result = strm << _tao_union.ior (); - } - break; - default: - break; - } - - return result; -} - -CORBA::Boolean operator>> ( - TAO_InputCDR &strm, - GIOP::TargetAddress &_tao_union - ) -{ - CORBA::Short _tao_discriminant; - if ( !(strm >> _tao_discriminant) ) - { - return false; - } - - CORBA::Boolean result = true; - - switch (_tao_discriminant) - { - case 0: - { - CORBA::OctetSeq _tao_union_tmp; - result = strm >> _tao_union_tmp; - - if (result) - { - _tao_union.object_key (_tao_union_tmp); - _tao_union._d (_tao_discriminant); - } - } - break; - case 1: - { - IOP::TaggedProfile _tao_union_tmp; - result = strm >> _tao_union_tmp; - - if (result) - { - _tao_union.profile (_tao_union_tmp); - _tao_union._d (_tao_discriminant); - } - } - break; - case 2: - { - GIOP::IORAddressingInfo _tao_union_tmp; - result = strm >> _tao_union_tmp; - - if (result) - { - _tao_union.ior (_tao_union_tmp); - _tao_union._d (_tao_discriminant); - } - } - break; - default: - _tao_union._d (_tao_discriminant); - break; - } - - return result; -} - -TAO_END_VERSIONED_NAMESPACE_DECL diff --git a/TAO/tao/GIOPC.h b/TAO/tao/GIOPC.h deleted file mode 100644 index 19782d20ce5..00000000000 --- a/TAO/tao/GIOPC.h +++ /dev/null @@ -1,283 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// TAO_IDL - Generated from -// be\be_codegen.cpp:154 - -#ifndef _TAO_IDL_GIOPC_H_ -#define _TAO_IDL_GIOPC_H_ - -#include /**/ "ace/pre.h" - - -#include "ace/config-all.h" - -#if !defined (ACE_LACKS_PRAGMA_ONCE) -# pragma once -#endif /* ACE_LACKS_PRAGMA_ONCE */ - -#include "tao/TAO_Export.h" -#include "tao/ORB.h" -#include "tao/Environment.h" -#include "tao/VarOut_T.h" - -#include "tao/IOP_IORC.h" - -#if defined (TAO_EXPORT_MACRO) -#undef TAO_EXPORT_MACRO -#endif -#define TAO_EXPORT_MACRO TAO_Export - -#if defined(_MSC_VER) -#pragma warning(push) -#pragma warning(disable:4250) -#endif /* _MSC_VER */ - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:49 - -namespace GIOP -{ - - // TAO_IDL - Generated from - // be\be_visitor_typedef/typedef_ch.cpp:379 - - typedef CORBA::Short AddressingDisposition; - typedef CORBA::Short_out AddressingDisposition_out; - - // TAO_IDL - Generated from - // be\be_visitor_constant/constant_ch.cpp:52 - - const CORBA::Short KeyAddr = 0; - - // TAO_IDL - Generated from - // be\be_visitor_constant/constant_ch.cpp:52 - - const CORBA::Short ProfileAddr = 1; - - // TAO_IDL - Generated from - // be\be_visitor_constant/constant_ch.cpp:52 - - const CORBA::Short ReferenceAddr = 2; - - // TAO_IDL - Generated from - // be\be_type.cpp:258 - - struct Version; - - typedef - TAO_Fixed_Var_T< - Version - > - Version_var; - - typedef - Version & - Version_out; - - // TAO_IDL - Generated from - // be\be_visitor_structure/structure_ch.cpp:57 - - struct TAO_Export Version - { - typedef Version_var _var_type; - - static void _tao_any_destructor (void *); - CORBA::Octet major; - CORBA::Octet minor; - }; - - // TAO_IDL - Generated from - // be\be_type.cpp:258 - - struct IORAddressingInfo; - - typedef - TAO_Var_Var_T< - IORAddressingInfo - > - IORAddressingInfo_var; - - typedef - TAO_Out_T< - IORAddressingInfo - > - IORAddressingInfo_out; - - // TAO_IDL - Generated from - // be\be_visitor_structure/structure_ch.cpp:57 - - struct TAO_Export IORAddressingInfo - { - typedef IORAddressingInfo_var _var_type; - - static void _tao_any_destructor (void *); - CORBA::ULong selected_profile_index; - IOP::IOR ior; - }; - - // TAO_IDL - Generated from - // be\be_type.cpp:258 - - class TargetAddress; - - typedef - TAO_Var_Var_T< - TargetAddress - > - TargetAddress_var; - - typedef - TAO_Out_T< - TargetAddress - > - TargetAddress_out; - -#if !defined (_GIOP_TARGETADDRESS_CH_) -#define _GIOP_TARGETADDRESS_CH_ - - class TAO_Export TargetAddress - { - public: - TargetAddress (void); - TargetAddress (const TargetAddress &); - ~TargetAddress (void); - static void _tao_any_destructor (void*); - - TargetAddress &operator= (const TargetAddress &); - - // TAO_IDL - Generated from - // be\be_visitor_union/discriminant_ch.cpp:114 - - void _d (CORBA::Short); - CORBA::Short _d (void) const; - - // TAO_IDL - Generated from - // be\be_visitor_union/union_ch.cpp:113 - - typedef TargetAddress_var _var_type; - typedef TargetAddress_out _out_type; - - // TAO_IDL - Generated from - // be\be_visitor_union_branch/public_ch.cpp:557 - - void object_key (const CORBA::OctetSeq &); - const CORBA::OctetSeq &object_key (void) const; - CORBA::OctetSeq &object_key (void); - - // TAO_IDL - Generated from - // be\be_visitor_union_branch/public_ch.cpp:665 - - void profile (const IOP::TaggedProfile &); - const IOP::TaggedProfile &profile (void) const; - IOP::TaggedProfile &profile (void); - - // TAO_IDL - Generated from - // be\be_visitor_union_branch/public_ch.cpp:665 - - void ior (const ::GIOP::IORAddressingInfo &); - const ::GIOP::IORAddressingInfo &ior (void) const; - ::GIOP::IORAddressingInfo &ior (void); - - // TAO_IDL - Generated from - // be\be_visitor_union/union_ch.cpp:147 - - void _default (void); - private: - CORBA::Short disc_; - CORBA::Short holder_; - - union - { - // TAO_IDL - Generated from - // be\be_visitor_union_branch/private_ch.cpp:451 - CORBA::OctetSeq *object_key_; - // TAO_IDL - Generated from - // be\be_visitor_union_branch/private_ch.cpp:526 - IOP::TaggedProfile *profile_; - // TAO_IDL - Generated from - // be\be_visitor_union_branch/private_ch.cpp:526 - ::GIOP::IORAddressingInfo *ior_; - } u_; - - // TAO extension - frees any allocated storage. - void _reset (void); - }; - -#endif /* end #if !defined */ - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:78 - -} // module GIOP - -// TAO_IDL - Generated from -// be\be_visitor_traits.cpp:61 - -// Traits specializations. -namespace TAO -{ -} - -// TAO_IDL - Generated from -// be\be_visitor_structure/cdr_op_ch.cpp:54 - -TAO_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const GIOP::Version &); -TAO_Export CORBA::Boolean operator>> (TAO_InputCDR &, GIOP::Version &); - -// TAO_IDL - Generated from -// be\be_visitor_structure/cdr_op_ch.cpp:54 - -TAO_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const GIOP::IORAddressingInfo &); -TAO_Export CORBA::Boolean operator>> (TAO_InputCDR &, GIOP::IORAddressingInfo &); - -// TAO_IDL - Generated from -// be\be_visitor_union/cdr_op_ch.cpp:54 - -TAO_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const GIOP::TargetAddress &); -TAO_Export CORBA::Boolean operator>> (TAO_InputCDR &, GIOP::TargetAddress &); - -// TAO_IDL - Generated from -// be\be_codegen.cpp:1062 - -TAO_END_VERSIONED_NAMESPACE_DECL - -#if defined (__ACE_INLINE__) -#include "tao/GIOPC.inl" -#endif /* defined INLINE */ - -#if defined(_MSC_VER) -#pragma warning(pop) -#endif /* _MSC_VER */ - -#include /**/ "ace/post.h" - -#endif /* ifndef */ - - diff --git a/TAO/tao/GIOPC.inl b/TAO/tao/GIOPC.inl deleted file mode 100644 index ae15806ea83..00000000000 --- a/TAO/tao/GIOPC.inl +++ /dev/null @@ -1,163 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - - -// TAO_IDL - Generated from -// be\be_visitor_union/union_ci.cpp:51 - -// ************************************************************* -// Inline operations for union GIOP::TargetAddress -// ************************************************************* - -// TAO_IDL - Generated from -// be\be_visitor_union/discriminant_ci.cpp:164 - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -ACE_INLINE -void -GIOP::TargetAddress::_default () -{ - this->disc_ = -32768; -} - -// Accessor to set the discriminant. -ACE_INLINE -void -GIOP::TargetAddress::_d (CORBA::Short discval) -{ - this->disc_ = discval; -} - -// Accessor to get the discriminant. -ACE_INLINE -CORBA::Short -GIOP::TargetAddress::_d (void) const -{ - return this->disc_; -} - -// TAO_IDL - Generated from -// be\be_visitor_union_branch/public_ci.cpp:833 - -// Accessor to set the member. -ACE_INLINE -void -GIOP::TargetAddress::object_key (const CORBA::OctetSeq &val) -{ - // Set the discriminant value. - this->_reset (); - this->disc_ = 0; - ACE_NEW ( - this->u_.object_key_, - CORBA::OctetSeq (val) - ); -} - -// Readonly get method. -ACE_INLINE -const CORBA::OctetSeq & -GIOP::TargetAddress::object_key (void) const -{ - return *this->u_.object_key_; -} - -// Read/write get method. -ACE_INLINE -CORBA::OctetSeq & -GIOP::TargetAddress::object_key (void) -{ - return *this->u_.object_key_; -} - -// TAO_IDL - Generated from -// be\be_visitor_union_branch/public_ci.cpp:1142 - -// Accessor to set the member. -ACE_INLINE -void -GIOP::TargetAddress::profile (const IOP::TaggedProfile &val) -{ - // Set the discriminant value. - this->_reset (); - this->disc_ = 1; - ACE_NEW ( - this->u_.profile_, - IOP::TaggedProfile (val) - ); -} - -// Readonly get method. -ACE_INLINE -const IOP::TaggedProfile & -GIOP::TargetAddress::profile (void) const -{ - return *this->u_.profile_; -} - -// Read/write get method. -ACE_INLINE -IOP::TaggedProfile & -GIOP::TargetAddress::profile (void) -{ - return *this->u_.profile_; -} - -// TAO_IDL - Generated from -// be\be_visitor_union_branch/public_ci.cpp:1142 - -// Accessor to set the member. -ACE_INLINE -void -GIOP::TargetAddress::ior (const GIOP::IORAddressingInfo &val) -{ - // Set the discriminant value. - this->_reset (); - this->disc_ = 2; - ACE_NEW ( - this->u_.ior_, - GIOP::IORAddressingInfo (val) - ); -} - -// Readonly get method. -ACE_INLINE -const GIOP::IORAddressingInfo & -GIOP::TargetAddress::ior (void) const -{ - return *this->u_.ior_; -} - -// Read/write get method. -ACE_INLINE -GIOP::IORAddressingInfo & -GIOP::TargetAddress::ior (void) -{ - return *this->u_.ior_; -} - -TAO_END_VERSIONED_NAMESPACE_DECL diff --git a/TAO/tao/GIOPS.h b/TAO/tao/GIOPS.h deleted file mode 100644 index 17b1360599e..00000000000 --- a/TAO/tao/GIOPS.h +++ /dev/null @@ -1,28 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// Skeleton file generation suppressed with command line option -SS diff --git a/TAO/tao/IIOPC.cpp b/TAO/tao/IIOPC.cpp deleted file mode 100644 index 92716841944..00000000000 --- a/TAO/tao/IIOPC.cpp +++ /dev/null @@ -1,193 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// TAO_IDL - Generated from -// be\be_codegen.cpp:288 - - -#include "tao/IIOPC.h" -#include "tao/CDR.h" - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -// TAO_IDL - Generated from -// be\be_visitor_arg_traits.cpp:70 - -// Arg traits specializations. -namespace TAO -{ -} - - -// TAO_IDL - Generated from -// be\be_visitor_structure/structure_cs.cpp:66 - -void -IIOP::ListenPoint::_tao_any_destructor ( - void *_tao_void_pointer - ) -{ - ListenPoint *_tao_tmp_pointer = - static_cast<ListenPoint *> (_tao_void_pointer); - delete _tao_tmp_pointer; -} - -// TAO_IDL - Generated from -// be\be_visitor_sequence/sequence_cs.cpp:65 - -#if !defined (_IIOP_LISTENPOINTLIST_CS_) -#define _IIOP_LISTENPOINTLIST_CS_ - -IIOP::ListenPointList::ListenPointList (void) -{} - -IIOP::ListenPointList::ListenPointList ( - CORBA::ULong max - ) - : TAO::unbounded_value_sequence< - ListenPoint - > - (max) -{} - -IIOP::ListenPointList::ListenPointList ( - CORBA::ULong max, - CORBA::ULong length, - IIOP::ListenPoint * buffer, - CORBA::Boolean release - ) - : TAO::unbounded_value_sequence< - ListenPoint - > - (max, length, buffer, release) -{} - -IIOP::ListenPointList::ListenPointList ( - const ListenPointList &seq - ) - : TAO::unbounded_value_sequence< - ListenPoint - > - (seq) -{} - -IIOP::ListenPointList::~ListenPointList (void) -{} - -void IIOP::ListenPointList::_tao_any_destructor ( - void * _tao_void_pointer - ) -{ - ListenPointList * _tao_tmp_pointer = - static_cast<ListenPointList *> (_tao_void_pointer); - delete _tao_tmp_pointer; -} - -#endif /* end #if !defined */ - -// TAO_IDL - Generated from -// be\be_visitor_structure/structure_cs.cpp:66 - -void -IIOP::BiDirIIOPServiceContext::_tao_any_destructor ( - void *_tao_void_pointer - ) -{ - BiDirIIOPServiceContext *_tao_tmp_pointer = - static_cast<BiDirIIOPServiceContext *> (_tao_void_pointer); - delete _tao_tmp_pointer; -} - -// TAO_IDL - Generated from -// be\be_visitor_structure/cdr_op_cs.cpp:61 - -CORBA::Boolean operator<< ( - TAO_OutputCDR &strm, - const IIOP::ListenPoint &_tao_aggregate - ) -{ - return - (strm << _tao_aggregate.host.in ()) && - (strm << _tao_aggregate.port); -} - -CORBA::Boolean operator>> ( - TAO_InputCDR &strm, - IIOP::ListenPoint &_tao_aggregate - ) -{ - return - (strm >> _tao_aggregate.host.out ()) && - (strm >> _tao_aggregate.port); -} - -// TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_cs.cpp:96 - -#if !defined _TAO_CDR_OP_IIOP_ListenPointList_CPP_ -#define _TAO_CDR_OP_IIOP_ListenPointList_CPP_ - -CORBA::Boolean operator<< ( - TAO_OutputCDR &strm, - const IIOP::ListenPointList &_tao_sequence - ) -{ - return TAO::marshal_sequence(strm, _tao_sequence); -} - -CORBA::Boolean operator>> ( - TAO_InputCDR &strm, - IIOP::ListenPointList &_tao_sequence - ) -{ - return TAO::demarshal_sequence(strm, _tao_sequence); -} - -#endif /* _TAO_CDR_OP_IIOP_ListenPointList_CPP_ */ - -// TAO_IDL - Generated from -// be\be_visitor_structure/cdr_op_cs.cpp:61 - -CORBA::Boolean operator<< ( - TAO_OutputCDR &strm, - const IIOP::BiDirIIOPServiceContext &_tao_aggregate - ) -{ - return - (strm << _tao_aggregate.listen_points); -} - -CORBA::Boolean operator>> ( - TAO_InputCDR &strm, - IIOP::BiDirIIOPServiceContext &_tao_aggregate - ) -{ - return - (strm >> _tao_aggregate.listen_points); -} - -TAO_END_VERSIONED_NAMESPACE_DECL diff --git a/TAO/tao/IIOPC.h b/TAO/tao/IIOPC.h deleted file mode 100644 index 2dd44b7940e..00000000000 --- a/TAO/tao/IIOPC.h +++ /dev/null @@ -1,228 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// TAO_IDL - Generated from -// be\be_codegen.cpp:154 - -#ifndef _TAO_IDL_IIOPC_H_ -#define _TAO_IDL_IIOPC_H_ - -#include /**/ "ace/pre.h" - - -#include "ace/config-all.h" - -#if !defined (ACE_LACKS_PRAGMA_ONCE) -# pragma once -#endif /* ACE_LACKS_PRAGMA_ONCE */ - -#include "tao/TAO_Export.h" -#include "tao/ORB.h" -#include "tao/Environment.h" -#include "tao/Sequence_T.h" -#include "tao/String_Manager_T.h" -#include "tao/Seq_Var_T.h" -#include "tao/Seq_Out_T.h" -#include "tao/VarOut_T.h" - -#if defined (TAO_EXPORT_MACRO) -#undef TAO_EXPORT_MACRO -#endif -#define TAO_EXPORT_MACRO TAO_Export - -#if defined(_MSC_VER) -#pragma warning(push) -#pragma warning(disable:4250) -#endif /* _MSC_VER */ - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:49 - -namespace IIOP -{ - - // TAO_IDL - Generated from - // be\be_type.cpp:258 - - struct ListenPoint; - - typedef - TAO_Var_Var_T< - ListenPoint - > - ListenPoint_var; - - typedef - TAO_Out_T< - ListenPoint - > - ListenPoint_out; - - // TAO_IDL - Generated from - // be\be_visitor_structure/structure_ch.cpp:57 - - struct TAO_Export ListenPoint - { - typedef ListenPoint_var _var_type; - typedef ListenPoint_out _out_type; - - static void _tao_any_destructor (void *); - TAO::String_Manager host; - CORBA::UShort port; - }; - - // TAO_IDL - Generated from - // be\be_visitor_sequence/sequence_ch.cpp:101 - -#if !defined (_IIOP_LISTENPOINTLIST_CH_) -#define _IIOP_LISTENPOINTLIST_CH_ - - class ListenPointList; - - typedef - TAO_VarSeq_Var_T< - ListenPointList - > - ListenPointList_var; - - typedef - TAO_Seq_Out_T< - ListenPointList - > - ListenPointList_out; - - class TAO_Export ListenPointList - : public - TAO::unbounded_value_sequence< - ListenPoint - > - { - public: - ListenPointList (void); - ListenPointList (CORBA::ULong max); - ListenPointList ( - CORBA::ULong max, - CORBA::ULong length, - ListenPoint* buffer, - CORBA::Boolean release = false - ); - ListenPointList (const ListenPointList &); - ~ListenPointList (void); - - static void _tao_any_destructor (void *); - - typedef ListenPointList_var _var_type; - }; - -#endif /* end #if !defined */ - - // TAO_IDL - Generated from - // be\be_type.cpp:258 - - struct BiDirIIOPServiceContext; - - typedef - TAO_Var_Var_T< - BiDirIIOPServiceContext - > - BiDirIIOPServiceContext_var; - - typedef - TAO_Out_T< - BiDirIIOPServiceContext - > - BiDirIIOPServiceContext_out; - - // TAO_IDL - Generated from - // be\be_visitor_structure/structure_ch.cpp:57 - - struct TAO_Export BiDirIIOPServiceContext - { - typedef BiDirIIOPServiceContext_var _var_type; - - static void _tao_any_destructor (void *); - IIOP::ListenPointList listen_points; - }; - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:78 - -} // module IIOP - -// TAO_IDL - Generated from -// be\be_visitor_traits.cpp:61 - -// Traits specializations. -namespace TAO -{ -} - -// TAO_IDL - Generated from -// be\be_visitor_structure/cdr_op_ch.cpp:54 - -TAO_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const IIOP::ListenPoint &); -TAO_Export CORBA::Boolean operator>> (TAO_InputCDR &, IIOP::ListenPoint &); - -// TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_ch.cpp:71 - -#if !defined _TAO_CDR_OP_IIOP_ListenPointList_H_ -#define _TAO_CDR_OP_IIOP_ListenPointList_H_ - -TAO_Export CORBA::Boolean operator<< ( - TAO_OutputCDR &, - const IIOP::ListenPointList & - ); -TAO_Export CORBA::Boolean operator>> ( - TAO_InputCDR &, - IIOP::ListenPointList & - ); - -#endif /* _TAO_CDR_OP_IIOP_ListenPointList_H_ */ - -// TAO_IDL - Generated from -// be\be_visitor_structure/cdr_op_ch.cpp:54 - -TAO_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const IIOP::BiDirIIOPServiceContext &); -TAO_Export CORBA::Boolean operator>> (TAO_InputCDR &, IIOP::BiDirIIOPServiceContext &); - -// TAO_IDL - Generated from -// be\be_codegen.cpp:1062 - -TAO_END_VERSIONED_NAMESPACE_DECL - -#if defined(_MSC_VER) -#pragma warning(pop) -#endif /* _MSC_VER */ - -#include /**/ "ace/post.h" - -#endif /* ifndef */ - - diff --git a/TAO/tao/IIOP_EndpointsC.cpp b/TAO/tao/IIOP_EndpointsC.cpp deleted file mode 100644 index 11a6eb75fa7..00000000000 --- a/TAO/tao/IIOP_EndpointsC.cpp +++ /dev/null @@ -1,165 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// TAO_IDL - Generated from -// be\be_codegen.cpp:291 - - -#include "tao/IIOP_EndpointsC.h" -#include "tao/CDR.h" - -#if defined (__BORLANDC__) -#pragma option -w-rvl -w-rch -w-ccc -w-aus -w-sig -#endif /* __BORLANDC__ */ - -// TAO_IDL - Generated from -// be\be_visitor_arg_traits.cpp:70 - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -// Arg traits specializations. -namespace TAO -{ -} - - -// TAO_IDL - Generated from -// be\be_visitor_structure/structure_cs.cpp:66 - -void -TAO::IIOP_Endpoint_Info::_tao_any_destructor ( - void *_tao_void_pointer - ) -{ - IIOP_Endpoint_Info *_tao_tmp_pointer = - static_cast<IIOP_Endpoint_Info *> (_tao_void_pointer); - delete _tao_tmp_pointer; -} - -// TAO_IDL - Generated from -// be\be_visitor_sequence/sequence_cs.cpp:65 - -#if !defined (_TAO_IIOPENDPOINTSEQUENCE_CS_) -#define _TAO_IIOPENDPOINTSEQUENCE_CS_ - -TAO::IIOPEndpointSequence::IIOPEndpointSequence (void) -{} - -TAO::IIOPEndpointSequence::IIOPEndpointSequence ( - CORBA::ULong max - ) - : TAO::unbounded_value_sequence< - TAO::IIOP_Endpoint_Info - > - (max) -{} - -TAO::IIOPEndpointSequence::IIOPEndpointSequence ( - CORBA::ULong max, - CORBA::ULong length, - TAO::IIOP_Endpoint_Info * buffer, - CORBA::Boolean release - ) - : TAO::unbounded_value_sequence< - TAO::IIOP_Endpoint_Info - > - (max, length, buffer, release) -{} - -TAO::IIOPEndpointSequence::IIOPEndpointSequence ( - const IIOPEndpointSequence &seq - ) - : TAO::unbounded_value_sequence< - TAO::IIOP_Endpoint_Info - > - (seq) -{} - -TAO::IIOPEndpointSequence::~IIOPEndpointSequence (void) -{} - -void TAO::IIOPEndpointSequence::_tao_any_destructor ( - void * _tao_void_pointer - ) -{ - IIOPEndpointSequence * _tao_tmp_pointer = - static_cast<IIOPEndpointSequence *> (_tao_void_pointer); - delete _tao_tmp_pointer; -} - -#endif /* end #if !defined */ - -// TAO_IDL - Generated from -// be\be_visitor_structure/cdr_op_cs.cpp:61 - -CORBA::Boolean operator<< ( - TAO_OutputCDR &strm, - const TAO::IIOP_Endpoint_Info &_tao_aggregate - ) -{ - return - (strm << _tao_aggregate.host.in ()) && - (strm << _tao_aggregate.port) && - (strm << _tao_aggregate.priority); -} - -CORBA::Boolean operator>> ( - TAO_InputCDR &strm, - TAO::IIOP_Endpoint_Info &_tao_aggregate - ) -{ - return - (strm >> _tao_aggregate.host.out ()) && - (strm >> _tao_aggregate.port) && - (strm >> _tao_aggregate.priority); -} - -// TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_cs.cpp:96 - -#if !defined _TAO_CDR_OP_TAO_IIOPEndpointSequence_CPP_ -#define _TAO_CDR_OP_TAO_IIOPEndpointSequence_CPP_ - -CORBA::Boolean operator<< ( - TAO_OutputCDR &strm, - const TAO::IIOPEndpointSequence &_tao_sequence - ) -{ - return TAO::marshal_sequence(strm, _tao_sequence); -} - -CORBA::Boolean operator>> ( - TAO_InputCDR &strm, - TAO::IIOPEndpointSequence &_tao_sequence - ) -{ - return TAO::demarshal_sequence(strm, _tao_sequence); -} - -#endif /* _TAO_CDR_OP_TAO_IIOPEndpointSequence_CPP_ */ - -TAO_END_VERSIONED_NAMESPACE_DECL diff --git a/TAO/tao/IIOP_EndpointsC.h b/TAO/tao/IIOP_EndpointsC.h deleted file mode 100644 index 52e0d4a5032..00000000000 --- a/TAO/tao/IIOP_EndpointsC.h +++ /dev/null @@ -1,203 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// TAO_IDL - Generated from -// be\be_codegen.cpp:153 - -#ifndef _TAO_IDL_ORIG_IIOP_ENDPOINTSC_H_ -#define _TAO_IDL_ORIG_IIOP_ENDPOINTSC_H_ - -#include /**/ "ace/pre.h" - - -#include "ace/config-all.h" - -#if !defined (ACE_LACKS_PRAGMA_ONCE) -# pragma once -#endif /* ACE_LACKS_PRAGMA_ONCE */ - -#include "tao/TAO_Export.h" -#include "tao/ORB.h" -#include "tao/Environment.h" -#include "tao/Sequence_T.h" -#include "tao/String_Manager_T.h" -#include "tao/Seq_Var_T.h" -#include "tao/Seq_Out_T.h" -#include "tao/VarOut_T.h" - -#if defined (TAO_EXPORT_MACRO) -#undef TAO_EXPORT_MACRO -#endif -#define TAO_EXPORT_MACRO TAO_Export - -#if defined(_MSC_VER) -#pragma warning(push) -#pragma warning(disable:4250) -#endif /* _MSC_VER */ - -#if defined (__BORLANDC__) -#pragma option push -w-rvl -w-rch -w-ccc -w-inl -#endif /* __BORLANDC__ */ - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:48 - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -namespace TAO -{ - - // TAO_IDL - Generated from - // be\be_type.cpp:258 - - struct IIOP_Endpoint_Info; - - typedef - TAO_Var_Var_T< - IIOP_Endpoint_Info - > - IIOP_Endpoint_Info_var; - - typedef - TAO_Out_T< - IIOP_Endpoint_Info - > - IIOP_Endpoint_Info_out; - - // TAO_IDL - Generated from - // be\be_visitor_structure/structure_ch.cpp:52 - - struct TAO_Export IIOP_Endpoint_Info - { - typedef IIOP_Endpoint_Info_var _var_type; - typedef IIOP_Endpoint_Info_out _out_type; - - static void _tao_any_destructor (void *); - TAO::String_Manager host; - CORBA::Short port; - CORBA::Short priority; - }; - - // TAO_IDL - Generated from - // be\be_visitor_sequence/sequence_ch.cpp:101 - -#if !defined (_TAO_IIOPENDPOINTSEQUENCE_CH_) -#define _TAO_IIOPENDPOINTSEQUENCE_CH_ - - class IIOPEndpointSequence; - - typedef - TAO_VarSeq_Var_T< - IIOPEndpointSequence - > - IIOPEndpointSequence_var; - - typedef - TAO_Seq_Out_T< - IIOPEndpointSequence - > - IIOPEndpointSequence_out; - - class TAO_Export IIOPEndpointSequence - : public - TAO::unbounded_value_sequence< - IIOP_Endpoint_Info - > - { - public: - IIOPEndpointSequence (void); - IIOPEndpointSequence (CORBA::ULong max); - IIOPEndpointSequence ( - CORBA::ULong max, - CORBA::ULong length, - IIOP_Endpoint_Info* buffer, - CORBA::Boolean release = false - ); - IIOPEndpointSequence (const IIOPEndpointSequence &); - ~IIOPEndpointSequence (void); - - static void _tao_any_destructor (void *); - - typedef IIOPEndpointSequence_var _var_type; - }; - -#endif /* end #if !defined */ - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:66 - -} // module TAO - -// TAO_IDL - Generated from -// be\be_visitor_traits.cpp:61 - -// Traits specializations. -namespace TAO -{ -} - -// TAO_IDL - Generated from -// be\be_visitor_structure/cdr_op_ch.cpp:54 - -TAO_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const TAO::IIOP_Endpoint_Info &); -TAO_Export CORBA::Boolean operator>> (TAO_InputCDR &, TAO::IIOP_Endpoint_Info &); - -// TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_ch.cpp:71 - -#if !defined _TAO_CDR_OP_TAO_IIOPEndpointSequence_H_ -#define _TAO_CDR_OP_TAO_IIOPEndpointSequence_H_ - -TAO_Export CORBA::Boolean operator<< ( - TAO_OutputCDR &, - const TAO::IIOPEndpointSequence & - ); -TAO_Export CORBA::Boolean operator>> ( - TAO_InputCDR &, - TAO::IIOPEndpointSequence & - ); - -#endif /* _TAO_CDR_OP_TAO_IIOPEndpointSequence_H_ */ - -// TAO_IDL - Generated from -// be\be_codegen.cpp:955 - -TAO_END_VERSIONED_NAMESPACE_DECL - -#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/IOPC.cpp b/TAO/tao/IOPC.cpp deleted file mode 100644 index 24da4f71609..00000000000 --- a/TAO/tao/IOPC.cpp +++ /dev/null @@ -1,46 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// TAO_IDL - Generated from -// be\be_codegen.cpp:288 - - -#include "tao/IOPC.h" -#include "tao/CDR.h" - -// TAO_IDL - Generated from -// be\be_visitor_arg_traits.cpp:70 - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -// Arg traits specializations. -namespace TAO -{ -} - - -TAO_END_VERSIONED_NAMESPACE_DECL diff --git a/TAO/tao/IOPC.h b/TAO/tao/IOPC.h deleted file mode 100644 index aa18c7b441b..00000000000 --- a/TAO/tao/IOPC.h +++ /dev/null @@ -1,82 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// TAO_IDL - Generated from -// be\be_codegen.cpp:154 - -#ifndef _TAO_IDL_IOPC_H_ -#define _TAO_IDL_IOPC_H_ - -#include /**/ "ace/pre.h" - - -#include "ace/config-all.h" - -#if !defined (ACE_LACKS_PRAGMA_ONCE) -# pragma once -#endif /* ACE_LACKS_PRAGMA_ONCE */ - -#include "tao/TAO_Export.h" -#include "tao/ORB.h" -#include "tao/Environment.h" - -#include "tao/IOP_IORC.h" - -#if defined (TAO_EXPORT_MACRO) -#undef TAO_EXPORT_MACRO -#endif -#define TAO_EXPORT_MACRO TAO_Export - -#if defined(_MSC_VER) -#pragma warning(push) -#pragma warning(disable:4250) -#endif /* _MSC_VER */ - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -// TAO_IDL - Generated from -// be\be_visitor_traits.cpp:61 - -// Traits specializations. -namespace TAO -{ -} - -// TAO_IDL - Generated from -// be\be_codegen.cpp:1062 - -TAO_END_VERSIONED_NAMESPACE_DECL - -#if defined(_MSC_VER) -#pragma warning(pop) -#endif /* _MSC_VER */ - -#include /**/ "ace/post.h" - -#endif /* ifndef */ - - diff --git a/TAO/tao/IOPS.h b/TAO/tao/IOPS.h deleted file mode 100644 index 17b1360599e..00000000000 --- a/TAO/tao/IOPS.h +++ /dev/null @@ -1,28 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// Skeleton file generation suppressed with command line option -SS diff --git a/TAO/tao/IOP_IORC.cpp b/TAO/tao/IOP_IORC.cpp deleted file mode 100644 index 60187c0e8fc..00000000000 --- a/TAO/tao/IOP_IORC.cpp +++ /dev/null @@ -1,576 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// TAO_IDL - Generated from -// be\be_codegen.cpp:288 - - -#include "tao/IOP_IORC.h" -#include "tao/CDR.h" -#include "tao/ORB_Core.h" - -// TAO_IDL - Generated from -// be\be_visitor_arg_traits.cpp:70 - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -// Arg traits specializations. -namespace TAO -{ -} - - -// TAO_IDL - Generated from -// be\be_visitor_structure/structure_cs.cpp:66 - -void -IOP::TaggedProfile::_tao_any_destructor ( - void *_tao_void_pointer - ) -{ - TaggedProfile *_tao_tmp_pointer = - static_cast<TaggedProfile *> (_tao_void_pointer); - delete _tao_tmp_pointer; -} - -// TAO_IDL - Generated from -// be\be_visitor_sequence/sequence_cs.cpp:65 - -#if !defined (_IOP_TAGGEDPROFILESEQ_CS_) -#define _IOP_TAGGEDPROFILESEQ_CS_ - -IOP::TaggedProfileSeq::TaggedProfileSeq (void) -{} - -IOP::TaggedProfileSeq::TaggedProfileSeq ( - CORBA::ULong max - ) - : TAO::unbounded_value_sequence< - TaggedProfile - > - (max) -{} - -IOP::TaggedProfileSeq::TaggedProfileSeq ( - CORBA::ULong max, - CORBA::ULong length, - IOP::TaggedProfile * buffer, - CORBA::Boolean release - ) - : TAO::unbounded_value_sequence< - TaggedProfile - > - (max, length, buffer, release) -{} - -IOP::TaggedProfileSeq::TaggedProfileSeq ( - const TaggedProfileSeq &seq - ) - : TAO::unbounded_value_sequence< - TaggedProfile - > - (seq) -{} - -IOP::TaggedProfileSeq::~TaggedProfileSeq (void) -{} - -void IOP::TaggedProfileSeq::_tao_any_destructor ( - void * _tao_void_pointer - ) -{ - TaggedProfileSeq * _tao_tmp_pointer = - static_cast<TaggedProfileSeq *> (_tao_void_pointer); - delete _tao_tmp_pointer; -} - -#endif /* end #if !defined */ - -// TAO_IDL - Generated from -// be\be_visitor_structure/structure_cs.cpp:66 - -void -IOP::IOR::_tao_any_destructor ( - void *_tao_void_pointer - ) -{ - IOR *_tao_tmp_pointer = - static_cast<IOR *> (_tao_void_pointer); - delete _tao_tmp_pointer; -} - -// TAO_IDL - Generated from -// be\be_visitor_structure/structure_cs.cpp:66 - -void -IOP::TaggedComponent::_tao_any_destructor ( - void *_tao_void_pointer - ) -{ - TaggedComponent *_tao_tmp_pointer = - static_cast<TaggedComponent *> (_tao_void_pointer); - delete _tao_tmp_pointer; -} - -// TAO_IDL - Generated from -// be\be_visitor_sequence/sequence_cs.cpp:65 - -#if !defined (_IOP_MULTIPLECOMPONENTPROFILE_CS_) -#define _IOP_MULTIPLECOMPONENTPROFILE_CS_ - -IOP::MultipleComponentProfile::MultipleComponentProfile (void) -{} - -IOP::MultipleComponentProfile::MultipleComponentProfile ( - CORBA::ULong max - ) - : TAO::unbounded_value_sequence< - TaggedComponent - > - (max) -{} - -IOP::MultipleComponentProfile::MultipleComponentProfile ( - CORBA::ULong max, - CORBA::ULong length, - IOP::TaggedComponent * buffer, - CORBA::Boolean release - ) - : TAO::unbounded_value_sequence< - TaggedComponent - > - (max, length, buffer, release) -{} - -IOP::MultipleComponentProfile::MultipleComponentProfile ( - const MultipleComponentProfile &seq - ) - : TAO::unbounded_value_sequence< - TaggedComponent - > - (seq) -{} - -IOP::MultipleComponentProfile::~MultipleComponentProfile (void) -{} - -void IOP::MultipleComponentProfile::_tao_any_destructor ( - void * _tao_void_pointer - ) -{ - MultipleComponentProfile * _tao_tmp_pointer = - static_cast<MultipleComponentProfile *> (_tao_void_pointer); - delete _tao_tmp_pointer; -} - -#endif /* end #if !defined */ - -// TAO_IDL - Generated from -// be\be_visitor_sequence/sequence_cs.cpp:65 - -#if !defined (_IOP_TAGGEDCOMPONENTLIST_CS_) -#define _IOP_TAGGEDCOMPONENTLIST_CS_ - -IOP::TaggedComponentList::TaggedComponentList (void) -{} - -IOP::TaggedComponentList::TaggedComponentList ( - CORBA::ULong max - ) - : TAO::unbounded_value_sequence< - TaggedComponent - > - (max) -{} - -IOP::TaggedComponentList::TaggedComponentList ( - CORBA::ULong max, - CORBA::ULong length, - IOP::TaggedComponent * buffer, - CORBA::Boolean release - ) - : TAO::unbounded_value_sequence< - TaggedComponent - > - (max, length, buffer, release) -{} - -IOP::TaggedComponentList::TaggedComponentList ( - const TaggedComponentList &seq - ) - : TAO::unbounded_value_sequence< - TaggedComponent - > - (seq) -{} - -IOP::TaggedComponentList::~TaggedComponentList (void) -{} - -void IOP::TaggedComponentList::_tao_any_destructor ( - void * _tao_void_pointer - ) -{ - TaggedComponentList * _tao_tmp_pointer = - static_cast<TaggedComponentList *> (_tao_void_pointer); - delete _tao_tmp_pointer; -} - -#endif /* end #if !defined */ - -// TAO_IDL - Generated from -// be\be_visitor_sequence/sequence_cs.cpp:65 - -#if !defined (_IOP_TAGGEDCOMPONENTSEQ_CS_) -#define _IOP_TAGGEDCOMPONENTSEQ_CS_ - -IOP::TaggedComponentSeq::TaggedComponentSeq (void) -{} - -IOP::TaggedComponentSeq::TaggedComponentSeq ( - CORBA::ULong max - ) - : TAO::unbounded_value_sequence< - TaggedComponent - > - (max) -{} - -IOP::TaggedComponentSeq::TaggedComponentSeq ( - CORBA::ULong max, - CORBA::ULong length, - IOP::TaggedComponent * buffer, - CORBA::Boolean release - ) - : TAO::unbounded_value_sequence< - TaggedComponent - > - (max, length, buffer, release) -{} - -IOP::TaggedComponentSeq::TaggedComponentSeq ( - const TaggedComponentSeq &seq - ) - : TAO::unbounded_value_sequence< - TaggedComponent - > - (seq) -{} - -IOP::TaggedComponentSeq::~TaggedComponentSeq (void) -{} - -void IOP::TaggedComponentSeq::_tao_any_destructor ( - void * _tao_void_pointer - ) -{ - TaggedComponentSeq * _tao_tmp_pointer = - static_cast<TaggedComponentSeq *> (_tao_void_pointer); - delete _tao_tmp_pointer; -} - -#endif /* end #if !defined */ - -// TAO_IDL - Generated from -// be\be_visitor_structure/structure_cs.cpp:66 - -void -IOP::ServiceContext::_tao_any_destructor ( - void *_tao_void_pointer - ) -{ - ServiceContext *_tao_tmp_pointer = - static_cast<ServiceContext *> (_tao_void_pointer); - delete _tao_tmp_pointer; -} - -// TAO_IDL - Generated from -// be\be_visitor_sequence/sequence_cs.cpp:65 - -#if !defined (_IOP_SERVICECONTEXTLIST_CS_) -#define _IOP_SERVICECONTEXTLIST_CS_ - -IOP::ServiceContextList::ServiceContextList (void) -{} - -IOP::ServiceContextList::ServiceContextList ( - CORBA::ULong max - ) - : TAO::unbounded_value_sequence< - ServiceContext - > - (max) -{} - -IOP::ServiceContextList::ServiceContextList ( - CORBA::ULong max, - CORBA::ULong length, - IOP::ServiceContext * buffer, - CORBA::Boolean release - ) - : TAO::unbounded_value_sequence< - ServiceContext - > - (max, length, buffer, release) -{} - -IOP::ServiceContextList::ServiceContextList ( - const ServiceContextList &seq - ) - : TAO::unbounded_value_sequence< - ServiceContext - > - (seq) -{} - -IOP::ServiceContextList::~ServiceContextList (void) -{} - -void IOP::ServiceContextList::_tao_any_destructor ( - void * _tao_void_pointer - ) -{ - ServiceContextList * _tao_tmp_pointer = - static_cast<ServiceContextList *> (_tao_void_pointer); - delete _tao_tmp_pointer; -} - -#endif /* end #if !defined */ - -// TAO_IDL - Generated from -// be\be_visitor_structure/cdr_op_cs.cpp:61 - -CORBA::Boolean operator<< ( - TAO_OutputCDR &strm, - const IOP::TaggedProfile &_tao_aggregate - ) -{ - return - (strm << _tao_aggregate.tag) && - (strm << _tao_aggregate.profile_data); -} - -CORBA::Boolean operator>> ( - TAO_InputCDR &strm, - IOP::TaggedProfile &_tao_aggregate - ) -{ - return - (strm >> _tao_aggregate.tag) && - (strm >> _tao_aggregate.profile_data); -} - -// TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_cs.cpp:96 - -#if !defined _TAO_CDR_OP_IOP_TaggedProfileSeq_CPP_ -#define _TAO_CDR_OP_IOP_TaggedProfileSeq_CPP_ - -CORBA::Boolean operator<< ( - TAO_OutputCDR &strm, - const IOP::TaggedProfileSeq &_tao_sequence - ) -{ - return TAO::marshal_sequence(strm, _tao_sequence); -} - -CORBA::Boolean operator>> ( - TAO_InputCDR &strm, - IOP::TaggedProfileSeq &_tao_sequence - ) -{ - return TAO::demarshal_sequence(strm, _tao_sequence); -} - -#endif /* _TAO_CDR_OP_IOP_TaggedProfileSeq_CPP_ */ - -// TAO_IDL - Generated from -// be\be_visitor_structure/cdr_op_cs.cpp:61 - -CORBA::Boolean operator<< ( - TAO_OutputCDR &strm, - const IOP::IOR &_tao_aggregate - ) -{ - return - (strm << _tao_aggregate.type_id.in ()) && - (strm << _tao_aggregate.profiles); -} - -CORBA::Boolean operator>> ( - TAO_InputCDR &strm, - IOP::IOR &_tao_aggregate - ) -{ - return - (strm >> _tao_aggregate.type_id.out ()) && - (strm >> _tao_aggregate.profiles); -} - -// TAO_IDL - Generated from -// be\be_visitor_structure/cdr_op_cs.cpp:61 - -CORBA::Boolean operator<< ( - TAO_OutputCDR &strm, - const IOP::TaggedComponent &_tao_aggregate - ) -{ - return - (strm << _tao_aggregate.tag) && - (strm << _tao_aggregate.component_data); -} - -CORBA::Boolean operator>> ( - TAO_InputCDR &strm, - IOP::TaggedComponent &_tao_aggregate - ) -{ - return - (strm >> _tao_aggregate.tag) && - (strm >> _tao_aggregate.component_data); -} - -// TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_cs.cpp:96 - -#if !defined _TAO_CDR_OP_IOP_MultipleComponentProfile_CPP_ -#define _TAO_CDR_OP_IOP_MultipleComponentProfile_CPP_ - -CORBA::Boolean operator<< ( - TAO_OutputCDR &strm, - const IOP::MultipleComponentProfile &_tao_sequence - ) -{ - return TAO::marshal_sequence(strm, _tao_sequence); -} - -CORBA::Boolean operator>> ( - TAO_InputCDR &strm, - IOP::MultipleComponentProfile &_tao_sequence - ) -{ - return TAO::demarshal_sequence(strm, _tao_sequence); -} - -#endif /* _TAO_CDR_OP_IOP_MultipleComponentProfile_CPP_ */ - -// TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_cs.cpp:96 - -#if !defined _TAO_CDR_OP_IOP_TaggedComponentList_CPP_ -#define _TAO_CDR_OP_IOP_TaggedComponentList_CPP_ - -CORBA::Boolean operator<< ( - TAO_OutputCDR &strm, - const IOP::TaggedComponentList &_tao_sequence - ) -{ - return TAO::marshal_sequence(strm, _tao_sequence); -} - -CORBA::Boolean operator>> ( - TAO_InputCDR &strm, - IOP::TaggedComponentList &_tao_sequence - ) -{ - return TAO::demarshal_sequence(strm, _tao_sequence); -} - -#endif /* _TAO_CDR_OP_IOP_TaggedComponentList_CPP_ */ - -// TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_cs.cpp:96 - -#if !defined _TAO_CDR_OP_IOP_TaggedComponentSeq_CPP_ -#define _TAO_CDR_OP_IOP_TaggedComponentSeq_CPP_ - -CORBA::Boolean operator<< ( - TAO_OutputCDR &strm, - const IOP::TaggedComponentSeq &_tao_sequence - ) -{ - return TAO::marshal_sequence(strm, _tao_sequence); -} - -CORBA::Boolean operator>> ( - TAO_InputCDR &strm, - IOP::TaggedComponentSeq &_tao_sequence - ) -{ - return TAO::demarshal_sequence(strm, _tao_sequence); -} - -#endif /* _TAO_CDR_OP_IOP_TaggedComponentSeq_CPP_ */ - -// TAO_IDL - Generated from -// be\be_visitor_structure/cdr_op_cs.cpp:61 - -CORBA::Boolean operator<< ( - TAO_OutputCDR &strm, - const IOP::ServiceContext &_tao_aggregate - ) -{ - return - (strm << _tao_aggregate.context_id) && - (strm << _tao_aggregate.context_data); -} - -CORBA::Boolean operator>> ( - TAO_InputCDR &strm, - IOP::ServiceContext &_tao_aggregate - ) -{ - return - (strm >> _tao_aggregate.context_id) && - (strm >> _tao_aggregate.context_data); -} - -// TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_cs.cpp:96 - -#if !defined _TAO_CDR_OP_IOP_ServiceContextList_CPP_ -#define _TAO_CDR_OP_IOP_ServiceContextList_CPP_ - -CORBA::Boolean operator<< ( - TAO_OutputCDR &strm, - const IOP::ServiceContextList &_tao_sequence - ) -{ - return TAO::marshal_sequence(strm, _tao_sequence); -} - -CORBA::Boolean operator>> ( - TAO_InputCDR &strm, - IOP::ServiceContextList &_tao_sequence - ) -{ - return TAO::demarshal_sequence(strm, _tao_sequence); -} - -#endif /* _TAO_CDR_OP_IOP_ServiceContextList_CPP_ */ - -TAO_END_VERSIONED_NAMESPACE_DECL diff --git a/TAO/tao/IOP_IORC.h b/TAO/tao/IOP_IORC.h deleted file mode 100644 index 2d4e35627db..00000000000 --- a/TAO/tao/IOP_IORC.h +++ /dev/null @@ -1,721 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// TAO_IDL - Generated from -// be\be_codegen.cpp:154 - -#ifndef _TAO_IDL_IOP_IORC_H_ -#define _TAO_IDL_IOP_IORC_H_ - -#include /**/ "ace/pre.h" - - -#include "ace/config-all.h" - -#if !defined (ACE_LACKS_PRAGMA_ONCE) -# pragma once -#endif /* ACE_LACKS_PRAGMA_ONCE */ - -#include "tao/TAO_Export.h" -#include "tao/ORB.h" -#include "tao/Environment.h" -#include "tao/Sequence_T.h" -#include "tao/Seq_Var_T.h" -#include "tao/Seq_Out_T.h" -#include "tao/VarOut_T.h" -#include "tao/String_Manager_T.h" - -#include "tao/OctetSeqC.h" - -#if defined (TAO_EXPORT_MACRO) -#undef TAO_EXPORT_MACRO -#endif -#define TAO_EXPORT_MACRO TAO_Export - -#if defined(_MSC_VER) -#pragma warning(push) -#pragma warning(disable:4250) -#endif /* _MSC_VER */ - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:49 - -namespace IOP -{ - - // TAO_IDL - Generated from - // be\be_visitor_typedef/typedef_ch.cpp:379 - - typedef CORBA::ULong ProfileId; - typedef CORBA::ULong_out ProfileId_out; - - // TAO_IDL - Generated from - // be\be_visitor_constant/constant_ch.cpp:52 - - const IOP::ProfileId TAG_INTERNET_IOP = 0U; - - // TAO_IDL - Generated from - // be\be_visitor_constant/constant_ch.cpp:52 - - const IOP::ProfileId TAG_MULTIPLE_COMPONENTS = 1U; - - // TAO_IDL - Generated from - // be\be_type.cpp:258 - - struct TaggedProfile; - - typedef - TAO_Var_Var_T< - TaggedProfile - > - TaggedProfile_var; - - typedef - TAO_Out_T< - TaggedProfile - > - TaggedProfile_out; - - // TAO_IDL - Generated from - // be\be_visitor_structure/structure_ch.cpp:57 - - struct TAO_Export TaggedProfile - { - typedef TaggedProfile_var _var_type; - - static void _tao_any_destructor (void *); - IOP::ProfileId tag; - CORBA::OctetSeq profile_data; - }; - - // TAO_IDL - Generated from - // be\be_visitor_sequence/sequence_ch.cpp:101 - -#if !defined (_IOP_TAGGEDPROFILESEQ_CH_) -#define _IOP_TAGGEDPROFILESEQ_CH_ - - class TaggedProfileSeq; - - typedef - TAO_VarSeq_Var_T< - TaggedProfileSeq - > - TaggedProfileSeq_var; - - typedef - TAO_Seq_Out_T< - TaggedProfileSeq - > - TaggedProfileSeq_out; - - class TAO_Export TaggedProfileSeq - : public - TAO::unbounded_value_sequence< - TaggedProfile - > - { - public: - TaggedProfileSeq (void); - TaggedProfileSeq (CORBA::ULong max); - TaggedProfileSeq ( - CORBA::ULong max, - CORBA::ULong length, - TaggedProfile* buffer, - CORBA::Boolean release = false - ); - TaggedProfileSeq (const TaggedProfileSeq &); - ~TaggedProfileSeq (void); - - static void _tao_any_destructor (void *); - - typedef TaggedProfileSeq_var _var_type; - }; - -#endif /* end #if !defined */ - - // TAO_IDL - Generated from - // be\be_type.cpp:258 - - struct IOR; - - typedef - TAO_Var_Var_T< - IOR - > - IOR_var; - - typedef - TAO_Out_T< - IOR - > - IOR_out; - - // TAO_IDL - Generated from - // be\be_visitor_structure/structure_ch.cpp:57 - - struct TAO_Export IOR - { - typedef IOR_var _var_type; - - static void _tao_any_destructor (void *); - TAO::String_Manager type_id; - IOP::TaggedProfileSeq profiles; - }; - - // TAO_IDL - Generated from - // be\be_visitor_typedef/typedef_ch.cpp:379 - - typedef CORBA::ULong ComponentId; - typedef CORBA::ULong_out ComponentId_out; - - // TAO_IDL - Generated from - // be\be_type.cpp:258 - - struct TaggedComponent; - - typedef - TAO_Var_Var_T< - TaggedComponent - > - TaggedComponent_var; - - typedef - TAO_Out_T< - TaggedComponent - > - TaggedComponent_out; - - // TAO_IDL - Generated from - // be\be_visitor_structure/structure_ch.cpp:57 - - struct TAO_Export TaggedComponent - { - typedef TaggedComponent_var _var_type; - - static void _tao_any_destructor (void *); - IOP::ComponentId tag; - CORBA::OctetSeq component_data; - }; - - // TAO_IDL - Generated from - // be\be_visitor_sequence/sequence_ch.cpp:101 - -#if !defined (_IOP_MULTIPLECOMPONENTPROFILE_CH_) -#define _IOP_MULTIPLECOMPONENTPROFILE_CH_ - - class MultipleComponentProfile; - - typedef - TAO_VarSeq_Var_T< - MultipleComponentProfile - > - MultipleComponentProfile_var; - - typedef - TAO_Seq_Out_T< - MultipleComponentProfile - > - MultipleComponentProfile_out; - - class TAO_Export MultipleComponentProfile - : public - TAO::unbounded_value_sequence< - TaggedComponent - > - { - public: - MultipleComponentProfile (void); - MultipleComponentProfile (CORBA::ULong max); - MultipleComponentProfile ( - CORBA::ULong max, - CORBA::ULong length, - TaggedComponent* buffer, - CORBA::Boolean release = false - ); - MultipleComponentProfile (const MultipleComponentProfile &); - ~MultipleComponentProfile (void); - - static void _tao_any_destructor (void *); - - typedef MultipleComponentProfile_var _var_type; - }; - -#endif /* end #if !defined */ - - // TAO_IDL - Generated from - // be\be_visitor_sequence/sequence_ch.cpp:101 - -#if !defined (_IOP_TAGGEDCOMPONENTLIST_CH_) -#define _IOP_TAGGEDCOMPONENTLIST_CH_ - - class TaggedComponentList; - - typedef - TAO_VarSeq_Var_T< - TaggedComponentList - > - TaggedComponentList_var; - - typedef - TAO_Seq_Out_T< - TaggedComponentList - > - TaggedComponentList_out; - - class TAO_Export TaggedComponentList - : public - TAO::unbounded_value_sequence< - TaggedComponent - > - { - public: - TaggedComponentList (void); - TaggedComponentList (CORBA::ULong max); - TaggedComponentList ( - CORBA::ULong max, - CORBA::ULong length, - TaggedComponent* buffer, - CORBA::Boolean release = false - ); - TaggedComponentList (const TaggedComponentList &); - ~TaggedComponentList (void); - - static void _tao_any_destructor (void *); - - typedef TaggedComponentList_var _var_type; - }; - -#endif /* end #if !defined */ - - // TAO_IDL - Generated from - // be\be_visitor_sequence/sequence_ch.cpp:101 - -#if !defined (_IOP_TAGGEDCOMPONENTSEQ_CH_) -#define _IOP_TAGGEDCOMPONENTSEQ_CH_ - - class TaggedComponentSeq; - - typedef - TAO_VarSeq_Var_T< - TaggedComponentSeq - > - TaggedComponentSeq_var; - - typedef - TAO_Seq_Out_T< - TaggedComponentSeq - > - TaggedComponentSeq_out; - - class TAO_Export TaggedComponentSeq - : public - TAO::unbounded_value_sequence< - TaggedComponent - > - { - public: - TaggedComponentSeq (void); - TaggedComponentSeq (CORBA::ULong max); - TaggedComponentSeq ( - CORBA::ULong max, - CORBA::ULong length, - TaggedComponent* buffer, - CORBA::Boolean release = false - ); - TaggedComponentSeq (const TaggedComponentSeq &); - ~TaggedComponentSeq (void); - - static void _tao_any_destructor (void *); - - typedef TaggedComponentSeq_var _var_type; - }; - -#endif /* end #if !defined */ - - // TAO_IDL - Generated from - // be\be_visitor_constant/constant_ch.cpp:52 - - const IOP::ComponentId TAG_ORB_TYPE = 0U; - - // TAO_IDL - Generated from - // be\be_visitor_constant/constant_ch.cpp:52 - - const IOP::ComponentId TAG_CODE_SETS = 1U; - - // TAO_IDL - Generated from - // be\be_visitor_constant/constant_ch.cpp:52 - - const IOP::ComponentId TAG_POLICIES = 2U; - - // TAO_IDL - Generated from - // be\be_visitor_constant/constant_ch.cpp:52 - - const IOP::ComponentId TAG_ALTERNATE_IIOP_ADDRESS = 3U; - - // TAO_IDL - Generated from - // be\be_visitor_constant/constant_ch.cpp:52 - - const IOP::ComponentId TAG_COMPLETE_OBJECT_KEY = 5U; - - // TAO_IDL - Generated from - // be\be_visitor_constant/constant_ch.cpp:52 - - const IOP::ComponentId TAG_ENDPOINT_ID_POSITION = 6U; - - // TAO_IDL - Generated from - // be\be_visitor_constant/constant_ch.cpp:52 - - const IOP::ComponentId TAG_LOCATION_POLICY = 12U; - - // TAO_IDL - Generated from - // be\be_visitor_constant/constant_ch.cpp:52 - - const IOP::ComponentId TAG_DCE_STRING_BINDING = 100U; - - // TAO_IDL - Generated from - // be\be_visitor_constant/constant_ch.cpp:52 - - const IOP::ComponentId TAG_DCE_BINDING_NAME = 101U; - - // TAO_IDL - Generated from - // be\be_visitor_constant/constant_ch.cpp:52 - - const IOP::ComponentId TAG_DCE_NO_PIPES = 102U; - - // TAO_IDL - Generated from - // be\be_visitor_typedef/typedef_ch.cpp:379 - - typedef CORBA::ULong ServiceId; - typedef CORBA::ULong_out ServiceId_out; - - // TAO_IDL - Generated from - // be\be_type.cpp:258 - - struct ServiceContext; - - typedef - TAO_Var_Var_T< - ServiceContext - > - ServiceContext_var; - - typedef - TAO_Out_T< - ServiceContext - > - ServiceContext_out; - - // TAO_IDL - Generated from - // be\be_visitor_structure/structure_ch.cpp:57 - - struct TAO_Export ServiceContext - { - typedef ServiceContext_var _var_type; - - static void _tao_any_destructor (void *); - IOP::ServiceId context_id; - CORBA::OctetSeq context_data; - }; - - // TAO_IDL - Generated from - // be\be_visitor_sequence/sequence_ch.cpp:101 - -#if !defined (_IOP_SERVICECONTEXTLIST_CH_) -#define _IOP_SERVICECONTEXTLIST_CH_ - - class ServiceContextList; - - typedef - TAO_VarSeq_Var_T< - ServiceContextList - > - ServiceContextList_var; - - typedef - TAO_Seq_Out_T< - ServiceContextList - > - ServiceContextList_out; - - class TAO_Export ServiceContextList - : public - TAO::unbounded_value_sequence< - ServiceContext - > - { - public: - ServiceContextList (void); - ServiceContextList (CORBA::ULong max); - ServiceContextList ( - CORBA::ULong max, - CORBA::ULong length, - ServiceContext* buffer, - CORBA::Boolean release = false - ); - ServiceContextList (const ServiceContextList &); - ~ServiceContextList (void); - - static void _tao_any_destructor (void *); - - typedef ServiceContextList_var _var_type; - }; - -#endif /* end #if !defined */ - - // TAO_IDL - Generated from - // be\be_visitor_constant/constant_ch.cpp:52 - - const IOP::ServiceId TransactionService = 0U; - - // TAO_IDL - Generated from - // be\be_visitor_constant/constant_ch.cpp:52 - - const IOP::ServiceId CodeSets = 1U; - - // TAO_IDL - Generated from - // be\be_visitor_constant/constant_ch.cpp:52 - - const IOP::ServiceId ChainBypassCheck = 2U; - - // TAO_IDL - Generated from - // be\be_visitor_constant/constant_ch.cpp:52 - - const IOP::ServiceId ChainBypassInfo = 3U; - - // TAO_IDL - Generated from - // be\be_visitor_constant/constant_ch.cpp:52 - - const IOP::ServiceId LogicalThreadId = 4U; - - // TAO_IDL - Generated from - // be\be_visitor_constant/constant_ch.cpp:52 - - const IOP::ServiceId BI_DIR_IIOP = 5U; - - // TAO_IDL - Generated from - // be\be_visitor_constant/constant_ch.cpp:52 - - const IOP::ServiceId SendingContextRunTime = 6U; - - // TAO_IDL - Generated from - // be\be_visitor_constant/constant_ch.cpp:52 - - const IOP::ServiceId INVOCATION_POLICIES = 7U; - - // TAO_IDL - Generated from - // be\be_visitor_constant/constant_ch.cpp:52 - - const IOP::ServiceId UnknownExceptionInfo = 9U; - - // TAO_IDL - Generated from - // be\be_visitor_constant/constant_ch.cpp:52 - - const IOP::ServiceId RTCorbaPriority = 10U; - - // TAO_IDL - Generated from - // be\be_visitor_constant/constant_ch.cpp:52 - - const IOP::ServiceId RTCorbaPriorityRange = 11U; - - // TAO_IDL - Generated from - // be\be_visitor_constant/constant_ch.cpp:52 - - const IOP::ComponentId TAG_FT_GROUP = 27U; - - // TAO_IDL - Generated from - // be\be_visitor_constant/constant_ch.cpp:52 - - const IOP::ComponentId TAG_FT_PRIMARY = 28U; - - // TAO_IDL - Generated from - // be\be_visitor_constant/constant_ch.cpp:52 - - const IOP::ComponentId TAG_FT_HEARTBEAT_ENABLED = 29U; - - // TAO_IDL - Generated from - // be\be_visitor_constant/constant_ch.cpp:52 - - const IOP::ServiceId FT_GROUP_VERSION = 12U; - - // TAO_IDL - Generated from - // be\be_visitor_constant/constant_ch.cpp:52 - - const IOP::ServiceId FT_REQUEST = 13U; - - // TAO_IDL - Generated from - // be\be_visitor_constant/constant_ch.cpp:52 - - const IOP::ProfileId TAG_UIPMC = 3U; - - // TAO_IDL - Generated from - // be\be_visitor_constant/constant_ch.cpp:52 - - const IOP::ComponentId TAG_GROUP = 39U; - - // TAO_IDL - Generated from - // be\be_visitor_constant/constant_ch.cpp:52 - - const IOP::ComponentId TAG_GROUP_IIOP = 40U; - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:78 - -} // module IOP - -// TAO_IDL - Generated from -// be\be_visitor_traits.cpp:61 - -// Traits specializations. -namespace TAO -{ -} - -// TAO_IDL - Generated from -// be\be_visitor_structure/cdr_op_ch.cpp:54 - -TAO_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const IOP::TaggedProfile &); -TAO_Export CORBA::Boolean operator>> (TAO_InputCDR &, IOP::TaggedProfile &); - -// TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_ch.cpp:71 - -#if !defined _TAO_CDR_OP_IOP_TaggedProfileSeq_H_ -#define _TAO_CDR_OP_IOP_TaggedProfileSeq_H_ - -TAO_Export CORBA::Boolean operator<< ( - TAO_OutputCDR &, - const IOP::TaggedProfileSeq & - ); -TAO_Export CORBA::Boolean operator>> ( - TAO_InputCDR &, - IOP::TaggedProfileSeq & - ); - -#endif /* _TAO_CDR_OP_IOP_TaggedProfileSeq_H_ */ - -// TAO_IDL - Generated from -// be\be_visitor_structure/cdr_op_ch.cpp:54 - -TAO_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const IOP::IOR &); -TAO_Export CORBA::Boolean operator>> (TAO_InputCDR &, IOP::IOR &); - -// TAO_IDL - Generated from -// be\be_visitor_structure/cdr_op_ch.cpp:54 - -TAO_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const IOP::TaggedComponent &); -TAO_Export CORBA::Boolean operator>> (TAO_InputCDR &, IOP::TaggedComponent &); - -// TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_ch.cpp:71 - -#if !defined _TAO_CDR_OP_IOP_MultipleComponentProfile_H_ -#define _TAO_CDR_OP_IOP_MultipleComponentProfile_H_ - -TAO_Export CORBA::Boolean operator<< ( - TAO_OutputCDR &, - const IOP::MultipleComponentProfile & - ); -TAO_Export CORBA::Boolean operator>> ( - TAO_InputCDR &, - IOP::MultipleComponentProfile & - ); - -#endif /* _TAO_CDR_OP_IOP_MultipleComponentProfile_H_ */ - -// TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_ch.cpp:71 - -#if !defined _TAO_CDR_OP_IOP_TaggedComponentList_H_ -#define _TAO_CDR_OP_IOP_TaggedComponentList_H_ - -TAO_Export CORBA::Boolean operator<< ( - TAO_OutputCDR &, - const IOP::TaggedComponentList & - ); -TAO_Export CORBA::Boolean operator>> ( - TAO_InputCDR &, - IOP::TaggedComponentList & - ); - -#endif /* _TAO_CDR_OP_IOP_TaggedComponentList_H_ */ - -// TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_ch.cpp:71 - -#if !defined _TAO_CDR_OP_IOP_TaggedComponentSeq_H_ -#define _TAO_CDR_OP_IOP_TaggedComponentSeq_H_ - -TAO_Export CORBA::Boolean operator<< ( - TAO_OutputCDR &, - const IOP::TaggedComponentSeq & - ); -TAO_Export CORBA::Boolean operator>> ( - TAO_InputCDR &, - IOP::TaggedComponentSeq & - ); - -#endif /* _TAO_CDR_OP_IOP_TaggedComponentSeq_H_ */ - -// TAO_IDL - Generated from -// be\be_visitor_structure/cdr_op_ch.cpp:54 - -TAO_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const IOP::ServiceContext &); -TAO_Export CORBA::Boolean operator>> (TAO_InputCDR &, IOP::ServiceContext &); - -// TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_ch.cpp:71 - -#if !defined _TAO_CDR_OP_IOP_ServiceContextList_H_ -#define _TAO_CDR_OP_IOP_ServiceContextList_H_ - -TAO_Export CORBA::Boolean operator<< ( - TAO_OutputCDR &, - const IOP::ServiceContextList & - ); -TAO_Export CORBA::Boolean operator>> ( - TAO_InputCDR &, - IOP::ServiceContextList & - ); - -#endif /* _TAO_CDR_OP_IOP_ServiceContextList_H_ */ - -// TAO_IDL - Generated from -// be\be_codegen.cpp:1062 - -TAO_END_VERSIONED_NAMESPACE_DECL - -#if defined(_MSC_VER) -#pragma warning(pop) -#endif /* _MSC_VER */ - -#include /**/ "ace/post.h" - -#endif /* ifndef */ - - diff --git a/TAO/tao/IOP_IORS.h b/TAO/tao/IOP_IORS.h deleted file mode 100644 index 17b1360599e..00000000000 --- a/TAO/tao/IOP_IORS.h +++ /dev/null @@ -1,28 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// Skeleton file generation suppressed with command line option -SS diff --git a/TAO/tao/IORInterceptor_Adapter.h b/TAO/tao/IORInterceptor_Adapter.h index 5dc955a3393..d62550f6fbb 100644 --- a/TAO/tao/IORInterceptor_Adapter.h +++ b/TAO/tao/IORInterceptor_Adapter.h @@ -24,6 +24,7 @@ #include "tao/SystemException.h" #include "tao/PI_ForwardC.h" +#include "tao/Policy_ForwardC.h" ACE_BEGIN_VERSIONED_NAMESPACE_DECL template <class T> class ACE_Array_Base; diff --git a/TAO/tao/IORManipulation/diffs/IOR.diff b/TAO/tao/IORManipulation/diffs/IOR.diff deleted file mode 100644 index 04d191129c9..00000000000 --- a/TAO/tao/IORManipulation/diffs/IOR.diff +++ /dev/null @@ -1,35 +0,0 @@ ---- orig/IORC.h 2005-03-31 12:04:13.717832000 +0200 -+++ IORC.h 2005-03-31 12:04:13.878062400 +0200 -@@ -40,6 +40,10 @@ - # pragma once - #endif /* ACE_LACKS_PRAGMA_ONCE */ - -+ #ifndef TAO_IORMANIP_SAFE_INCLUDE -+ #error "You should not include IORC.h directly, use IORManip_Loader.h" -+ #endif /* !TAO_IORMANIP_SAFE_INCLUDE */ -+ - #include "ior_manip_export.h" - #include "tao/ORB.h" - #include "tao/SystemException.h" ---- orig/IORC.cpp 2005-03-31 12:04:13.717832000 +0200 -+++ IORC.cpp 2005-03-31 12:04:13.878062400 +0200 -@@ -29,7 +29,7 @@ - // be\be_codegen.cpp:291 - - --#include "IORC.h" -+#include "IORManip_Loader.h" - #include "tao/CDR.h" - #include "tao/Null_RefCount_Policy.h" - #include "tao/TypeCode_Constants.h" ---- orig/IORA.cpp 2005-03-31 12:04:13.717832000 +0200 -+++ IORA.cpp 2005-03-31 12:05:19.502425600 +0200 -@@ -25,7 +25,7 @@ - // Information about TAO is available at: - // http://www.cs.wustl.edu/~schmidt/TAO.html - --#include "IORC.h" -+#include "IORManip_Loader.h" - #include "tao/Null_RefCount_Policy.h" - #include "tao/TypeCode_Constants.h" - #include "tao/Alias_TypeCode.h" diff --git a/TAO/tao/LongDoubleSeqC.cpp b/TAO/tao/LongDoubleSeqC.cpp deleted file mode 100644 index 44d7546418e..00000000000 --- a/TAO/tao/LongDoubleSeqC.cpp +++ /dev/null @@ -1,127 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// TAO_IDL - Generated from -// be\be_codegen.cpp:291 - - -#include "tao/LongDoubleSeqC.h" -#include "tao/CDR.h" - -#if defined (__BORLANDC__) -#pragma option -w-rvl -w-rch -w-ccc -w-aus -w-sig -#endif /* __BORLANDC__ */ - -// TAO_IDL - Generated from -// be\be_visitor_arg_traits.cpp:70 - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -// Arg traits specializations. -namespace TAO -{ -} - - -// TAO_IDL - Generated from -// be\be_visitor_sequence/sequence_cs.cpp:65 - -#if !defined (_CORBA_LONGDOUBLESEQ_CS_) -#define _CORBA_LONGDOUBLESEQ_CS_ - -CORBA::LongDoubleSeq::LongDoubleSeq (void) -{} - -CORBA::LongDoubleSeq::LongDoubleSeq ( - CORBA::ULong max - ) - : TAO::unbounded_value_sequence< - CORBA::LongDouble - > - (max) -{} - -CORBA::LongDoubleSeq::LongDoubleSeq ( - CORBA::ULong max, - CORBA::ULong length, - CORBA::LongDouble * buffer, - CORBA::Boolean release - ) - : TAO::unbounded_value_sequence< - CORBA::LongDouble - > - (max, length, buffer, release) -{} - -CORBA::LongDoubleSeq::LongDoubleSeq ( - const LongDoubleSeq &seq - ) - : TAO::unbounded_value_sequence< - CORBA::LongDouble - > - (seq) -{} - -CORBA::LongDoubleSeq::~LongDoubleSeq (void) -{} - -void CORBA::LongDoubleSeq::_tao_any_destructor ( - void * _tao_void_pointer - ) -{ - LongDoubleSeq * _tao_tmp_pointer = - static_cast<LongDoubleSeq *> (_tao_void_pointer); - delete _tao_tmp_pointer; -} - -#endif /* end #if !defined */ - -// TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_cs.cpp:96 - -#if !defined _TAO_CDR_OP_CORBA_LongDoubleSeq_CPP_ -#define _TAO_CDR_OP_CORBA_LongDoubleSeq_CPP_ - -CORBA::Boolean operator<< ( - TAO_OutputCDR &strm, - const CORBA::LongDoubleSeq &_tao_sequence - ) -{ - return TAO::marshal_sequence(strm, _tao_sequence); -} - -CORBA::Boolean operator>> ( - TAO_InputCDR &strm, - CORBA::LongDoubleSeq &_tao_sequence - ) -{ - return TAO::demarshal_sequence(strm, _tao_sequence); -} - -#endif /* _TAO_CDR_OP_CORBA_LongDoubleSeq_CPP_ */ - -TAO_END_VERSIONED_NAMESPACE_DECL diff --git a/TAO/tao/LongDoubleSeqC.h b/TAO/tao/LongDoubleSeqC.h deleted file mode 100644 index 62dd5fab4e2..00000000000 --- a/TAO/tao/LongDoubleSeqC.h +++ /dev/null @@ -1,165 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// TAO_IDL - Generated from -// be\be_codegen.cpp:153 - -#ifndef _TAO_IDL_ORIG_LONGDOUBLESEQC_H_ -#define _TAO_IDL_ORIG_LONGDOUBLESEQC_H_ - -#include /**/ "ace/pre.h" - - -#include "ace/config-all.h" - -#if !defined (ACE_LACKS_PRAGMA_ONCE) -# pragma once -#endif /* ACE_LACKS_PRAGMA_ONCE */ - -#include "tao/TAO_Export.h" -#include "tao/ORB.h" -#include "tao/Environment.h" -#include "tao/Sequence_T.h" -#include "tao/Seq_Var_T.h" -#include "tao/Seq_Out_T.h" - -#if defined (TAO_EXPORT_MACRO) -#undef TAO_EXPORT_MACRO -#endif -#define TAO_EXPORT_MACRO TAO_Export - -#if defined(_MSC_VER) -#pragma warning(push) -#pragma warning(disable:4250) -#endif /* _MSC_VER */ - -#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_module/module_ch.cpp:48 - -namespace CORBA -{ - - // TAO_IDL - Generated from - // be\be_visitor_sequence/sequence_ch.cpp:101 - -#if !defined (_CORBA_LONGDOUBLESEQ_CH_) -#define _CORBA_LONGDOUBLESEQ_CH_ - - class LongDoubleSeq; - - typedef - TAO_FixedSeq_Var_T< - LongDoubleSeq - > - LongDoubleSeq_var; - - typedef - TAO_Seq_Out_T< - LongDoubleSeq - > - LongDoubleSeq_out; - - class TAO_Export LongDoubleSeq - : public - TAO::unbounded_value_sequence< - CORBA::LongDouble - > - { - public: - LongDoubleSeq (void); - LongDoubleSeq (CORBA::ULong max); - LongDoubleSeq ( - CORBA::ULong max, - CORBA::ULong length, - CORBA::LongDouble* buffer, - CORBA::Boolean release = false - ); - LongDoubleSeq (const LongDoubleSeq &); - ~LongDoubleSeq (void); - - static void _tao_any_destructor (void *); - - typedef LongDoubleSeq_var _var_type; - typedef LongDoubleSeq_out _out_type; - }; - -#endif /* end #if !defined */ - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:66 - -} // module CORBA - -// TAO_IDL - Generated from -// be\be_visitor_traits.cpp:61 - -// Traits specializations. -namespace TAO -{ -} - -// TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_ch.cpp:71 - -#if !defined _TAO_CDR_OP_CORBA_LongDoubleSeq_H_ -#define _TAO_CDR_OP_CORBA_LongDoubleSeq_H_ - -TAO_Export CORBA::Boolean operator<< ( - TAO_OutputCDR &, - const CORBA::LongDoubleSeq & - ); -TAO_Export CORBA::Boolean operator>> ( - TAO_InputCDR &, - CORBA::LongDoubleSeq & - ); - -#endif /* _TAO_CDR_OP_CORBA_LongDoubleSeq_H_ */ - -// TAO_IDL - Generated from -// be\be_codegen.cpp:955 - -TAO_END_VERSIONED_NAMESPACE_DECL - -#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/LongDoubleSeqS.h b/TAO/tao/LongDoubleSeqS.h deleted file mode 100644 index 17b1360599e..00000000000 --- a/TAO/tao/LongDoubleSeqS.h +++ /dev/null @@ -1,28 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// Skeleton file generation suppressed with command line option -SS diff --git a/TAO/tao/LongLongSeqC.cpp b/TAO/tao/LongLongSeqC.cpp deleted file mode 100644 index c36301886b4..00000000000 --- a/TAO/tao/LongLongSeqC.cpp +++ /dev/null @@ -1,127 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// TAO_IDL - Generated from -// be\be_codegen.cpp:291 - - -#include "tao/LongLongSeqC.h" -#include "tao/CDR.h" - -#if defined (__BORLANDC__) -#pragma option -w-rvl -w-rch -w-ccc -w-aus -w-sig -#endif /* __BORLANDC__ */ - -// TAO_IDL - Generated from -// be\be_visitor_arg_traits.cpp:70 - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -// Arg traits specializations. -namespace TAO -{ -} - - -// TAO_IDL - Generated from -// be\be_visitor_sequence/sequence_cs.cpp:65 - -#if !defined (_CORBA_LONGLONGSEQ_CS_) -#define _CORBA_LONGLONGSEQ_CS_ - -CORBA::LongLongSeq::LongLongSeq (void) -{} - -CORBA::LongLongSeq::LongLongSeq ( - CORBA::ULong max - ) - : TAO::unbounded_value_sequence< - CORBA::LongLong - > - (max) -{} - -CORBA::LongLongSeq::LongLongSeq ( - CORBA::ULong max, - CORBA::ULong length, - CORBA::LongLong * buffer, - CORBA::Boolean release - ) - : TAO::unbounded_value_sequence< - CORBA::LongLong - > - (max, length, buffer, release) -{} - -CORBA::LongLongSeq::LongLongSeq ( - const LongLongSeq &seq - ) - : TAO::unbounded_value_sequence< - CORBA::LongLong - > - (seq) -{} - -CORBA::LongLongSeq::~LongLongSeq (void) -{} - -void CORBA::LongLongSeq::_tao_any_destructor ( - void * _tao_void_pointer - ) -{ - LongLongSeq * _tao_tmp_pointer = - static_cast<LongLongSeq *> (_tao_void_pointer); - delete _tao_tmp_pointer; -} - -#endif /* end #if !defined */ - -// TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_cs.cpp:96 - -#if !defined _TAO_CDR_OP_CORBA_LongLongSeq_CPP_ -#define _TAO_CDR_OP_CORBA_LongLongSeq_CPP_ - -CORBA::Boolean operator<< ( - TAO_OutputCDR &strm, - const CORBA::LongLongSeq &_tao_sequence - ) -{ - return TAO::marshal_sequence(strm, _tao_sequence); -} - -CORBA::Boolean operator>> ( - TAO_InputCDR &strm, - CORBA::LongLongSeq &_tao_sequence - ) -{ - return TAO::demarshal_sequence(strm, _tao_sequence); -} - -#endif /* _TAO_CDR_OP_CORBA_LongLongSeq_CPP_ */ - -TAO_END_VERSIONED_NAMESPACE_DECL diff --git a/TAO/tao/LongLongSeqC.h b/TAO/tao/LongLongSeqC.h deleted file mode 100644 index d87ca015e96..00000000000 --- a/TAO/tao/LongLongSeqC.h +++ /dev/null @@ -1,165 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// TAO_IDL - Generated from -// be\be_codegen.cpp:153 - -#ifndef _TAO_IDL_ORIG_LONGLONGSEQC_H_ -#define _TAO_IDL_ORIG_LONGLONGSEQC_H_ - -#include /**/ "ace/pre.h" - - -#include "ace/config-all.h" - -#if !defined (ACE_LACKS_PRAGMA_ONCE) -# pragma once -#endif /* ACE_LACKS_PRAGMA_ONCE */ - -#include "tao/TAO_Export.h" -#include "tao/ORB.h" -#include "tao/Environment.h" -#include "tao/Sequence_T.h" -#include "tao/Seq_Var_T.h" -#include "tao/Seq_Out_T.h" - -#if defined (TAO_EXPORT_MACRO) -#undef TAO_EXPORT_MACRO -#endif -#define TAO_EXPORT_MACRO TAO_Export - -#if defined(_MSC_VER) -#pragma warning(push) -#pragma warning(disable:4250) -#endif /* _MSC_VER */ - -#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_module/module_ch.cpp:48 - -namespace CORBA -{ - - // TAO_IDL - Generated from - // be\be_visitor_sequence/sequence_ch.cpp:101 - -#if !defined (_CORBA_LONGLONGSEQ_CH_) -#define _CORBA_LONGLONGSEQ_CH_ - - class LongLongSeq; - - typedef - TAO_FixedSeq_Var_T< - LongLongSeq - > - LongLongSeq_var; - - typedef - TAO_Seq_Out_T< - LongLongSeq - > - LongLongSeq_out; - - class TAO_Export LongLongSeq - : public - TAO::unbounded_value_sequence< - CORBA::LongLong - > - { - public: - LongLongSeq (void); - LongLongSeq (CORBA::ULong max); - LongLongSeq ( - CORBA::ULong max, - CORBA::ULong length, - CORBA::LongLong* buffer, - CORBA::Boolean release = false - ); - LongLongSeq (const LongLongSeq &); - ~LongLongSeq (void); - - static void _tao_any_destructor (void *); - - typedef LongLongSeq_var _var_type; - typedef LongLongSeq_out _out_type; - }; - -#endif /* end #if !defined */ - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:66 - -} // module CORBA - -// TAO_IDL - Generated from -// be\be_visitor_traits.cpp:61 - -// Traits specializations. -namespace TAO -{ -} - -// TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_ch.cpp:71 - -#if !defined _TAO_CDR_OP_CORBA_LongLongSeq_H_ -#define _TAO_CDR_OP_CORBA_LongLongSeq_H_ - -TAO_Export CORBA::Boolean operator<< ( - TAO_OutputCDR &, - const CORBA::LongLongSeq & - ); -TAO_Export CORBA::Boolean operator>> ( - TAO_InputCDR &, - CORBA::LongLongSeq & - ); - -#endif /* _TAO_CDR_OP_CORBA_LongLongSeq_H_ */ - -// TAO_IDL - Generated from -// be\be_codegen.cpp:955 - -TAO_END_VERSIONED_NAMESPACE_DECL - -#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/LongLongSeqS.h b/TAO/tao/LongLongSeqS.h deleted file mode 100644 index 17b1360599e..00000000000 --- a/TAO/tao/LongLongSeqS.h +++ /dev/null @@ -1,28 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// Skeleton file generation suppressed with command line option -SS diff --git a/TAO/tao/LongSeqC.cpp b/TAO/tao/LongSeqC.cpp deleted file mode 100644 index 3427b670d5a..00000000000 --- a/TAO/tao/LongSeqC.cpp +++ /dev/null @@ -1,127 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// TAO_IDL - Generated from -// be\be_codegen.cpp:291 - - -#include "tao/LongSeqC.h" -#include "tao/CDR.h" - -#if defined (__BORLANDC__) -#pragma option -w-rvl -w-rch -w-ccc -w-aus -w-sig -#endif /* __BORLANDC__ */ - -// TAO_IDL - Generated from -// be\be_visitor_arg_traits.cpp:70 - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -// Arg traits specializations. -namespace TAO -{ -} - - -// TAO_IDL - Generated from -// be\be_visitor_sequence/sequence_cs.cpp:65 - -#if !defined (_CORBA_LONGSEQ_CS_) -#define _CORBA_LONGSEQ_CS_ - -CORBA::LongSeq::LongSeq (void) -{} - -CORBA::LongSeq::LongSeq ( - CORBA::ULong max - ) - : TAO::unbounded_value_sequence< - CORBA::Long - > - (max) -{} - -CORBA::LongSeq::LongSeq ( - CORBA::ULong max, - CORBA::ULong length, - CORBA::Long * buffer, - CORBA::Boolean release - ) - : TAO::unbounded_value_sequence< - CORBA::Long - > - (max, length, buffer, release) -{} - -CORBA::LongSeq::LongSeq ( - const LongSeq &seq - ) - : TAO::unbounded_value_sequence< - CORBA::Long - > - (seq) -{} - -CORBA::LongSeq::~LongSeq (void) -{} - -void CORBA::LongSeq::_tao_any_destructor ( - void * _tao_void_pointer - ) -{ - LongSeq * _tao_tmp_pointer = - static_cast<LongSeq *> (_tao_void_pointer); - delete _tao_tmp_pointer; -} - -#endif /* end #if !defined */ - -// TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_cs.cpp:96 - -#if !defined _TAO_CDR_OP_CORBA_LongSeq_CPP_ -#define _TAO_CDR_OP_CORBA_LongSeq_CPP_ - -CORBA::Boolean operator<< ( - TAO_OutputCDR &strm, - const CORBA::LongSeq &_tao_sequence - ) -{ - return TAO::marshal_sequence(strm, _tao_sequence); -} - -CORBA::Boolean operator>> ( - TAO_InputCDR &strm, - CORBA::LongSeq &_tao_sequence - ) -{ - return TAO::demarshal_sequence(strm, _tao_sequence); -} - -#endif /* _TAO_CDR_OP_CORBA_LongSeq_CPP_ */ - -TAO_END_VERSIONED_NAMESPACE_DECL diff --git a/TAO/tao/LongSeqC.h b/TAO/tao/LongSeqC.h deleted file mode 100644 index f7015969f5c..00000000000 --- a/TAO/tao/LongSeqC.h +++ /dev/null @@ -1,165 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// TAO_IDL - Generated from -// be\be_codegen.cpp:153 - -#ifndef _TAO_IDL_ORIG_LONGSEQC_H_ -#define _TAO_IDL_ORIG_LONGSEQC_H_ - -#include /**/ "ace/pre.h" - - -#include "ace/config-all.h" - -#if !defined (ACE_LACKS_PRAGMA_ONCE) -# pragma once -#endif /* ACE_LACKS_PRAGMA_ONCE */ - -#include "tao/TAO_Export.h" -#include "tao/ORB.h" -#include "tao/Environment.h" -#include "tao/Sequence_T.h" -#include "tao/Seq_Var_T.h" -#include "tao/Seq_Out_T.h" - -#if defined (TAO_EXPORT_MACRO) -#undef TAO_EXPORT_MACRO -#endif -#define TAO_EXPORT_MACRO TAO_Export - -#if defined(_MSC_VER) -#pragma warning(push) -#pragma warning(disable:4250) -#endif /* _MSC_VER */ - -#if defined (__BORLANDC__) -#pragma option push -w-rvl -w-rch -w-ccc -w-inl -#endif /* __BORLANDC__ */ - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:48 - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -namespace CORBA -{ - - // TAO_IDL - Generated from - // be\be_visitor_sequence/sequence_ch.cpp:101 - -#if !defined (_CORBA_LONGSEQ_CH_) -#define _CORBA_LONGSEQ_CH_ - - class LongSeq; - - typedef - TAO_FixedSeq_Var_T< - LongSeq - > - LongSeq_var; - - typedef - TAO_Seq_Out_T< - LongSeq - > - LongSeq_out; - - class TAO_Export LongSeq - : public - TAO::unbounded_value_sequence< - CORBA::Long - > - { - public: - LongSeq (void); - LongSeq (CORBA::ULong max); - LongSeq ( - CORBA::ULong max, - CORBA::ULong length, - CORBA::Long* buffer, - CORBA::Boolean release = false - ); - LongSeq (const LongSeq &); - ~LongSeq (void); - - static void _tao_any_destructor (void *); - - typedef LongSeq_var _var_type; - typedef LongSeq_out _out_type; - }; - -#endif /* end #if !defined */ - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:66 - -} // module CORBA - -// TAO_IDL - Generated from -// be\be_visitor_traits.cpp:61 - -// Traits specializations. -namespace TAO -{ -} - -// TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_ch.cpp:71 - -#if !defined _TAO_CDR_OP_CORBA_LongSeq_H_ -#define _TAO_CDR_OP_CORBA_LongSeq_H_ - -TAO_Export CORBA::Boolean operator<< ( - TAO_OutputCDR &, - const CORBA::LongSeq & - ); -TAO_Export CORBA::Boolean operator>> ( - TAO_InputCDR &, - CORBA::LongSeq & - ); - -#endif /* _TAO_CDR_OP_CORBA_LongSeq_H_ */ - -// TAO_IDL - Generated from -// be\be_codegen.cpp:955 - -TAO_END_VERSIONED_NAMESPACE_DECL - -#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/LongSeqS.h b/TAO/tao/LongSeqS.h deleted file mode 100644 index 17b1360599e..00000000000 --- a/TAO/tao/LongSeqS.h +++ /dev/null @@ -1,28 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// Skeleton file generation suppressed with command line option -SS diff --git a/TAO/tao/Messaging_PolicyValueC.cpp b/TAO/tao/Messaging_PolicyValueC.cpp deleted file mode 100644 index 3fa19255de1..00000000000 --- a/TAO/tao/Messaging_PolicyValueC.cpp +++ /dev/null @@ -1,164 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// TAO_IDL - Generated from -// be\be_codegen.cpp:291 - - -#include "tao/Messaging_PolicyValueC.h" -#include "tao/CDR.h" -#include "tao/ORB_Core.h" - -#if defined (__BORLANDC__) -#pragma option -w-rvl -w-rch -w-ccc -w-aus -w-sig -#endif /* __BORLANDC__ */ - -// TAO_IDL - Generated from -// be\be_visitor_arg_traits.cpp:70 - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -// Arg traits specializations. -namespace TAO -{ -} - - -// TAO_IDL - Generated from -// be\be_visitor_structure/structure_cs.cpp:66 - -void -Messaging::PolicyValue::_tao_any_destructor ( - void *_tao_void_pointer - ) -{ - PolicyValue *_tao_tmp_pointer = - static_cast<PolicyValue *> (_tao_void_pointer); - delete _tao_tmp_pointer; -} - -// TAO_IDL - Generated from -// be\be_visitor_sequence/sequence_cs.cpp:65 - -#if !defined (_MESSAGING_POLICYVALUESEQ_CS_) -#define _MESSAGING_POLICYVALUESEQ_CS_ - -Messaging::PolicyValueSeq::PolicyValueSeq (void) -{} - -Messaging::PolicyValueSeq::PolicyValueSeq ( - CORBA::ULong max - ) - : TAO::unbounded_value_sequence< - Messaging::PolicyValue - > - (max) -{} - -Messaging::PolicyValueSeq::PolicyValueSeq ( - CORBA::ULong max, - CORBA::ULong length, - Messaging::PolicyValue * buffer, - CORBA::Boolean release - ) - : TAO::unbounded_value_sequence< - Messaging::PolicyValue - > - (max, length, buffer, release) -{} - -Messaging::PolicyValueSeq::PolicyValueSeq ( - const PolicyValueSeq &seq - ) - : TAO::unbounded_value_sequence< - Messaging::PolicyValue - > - (seq) -{} - -Messaging::PolicyValueSeq::~PolicyValueSeq (void) -{} - -void Messaging::PolicyValueSeq::_tao_any_destructor ( - void * _tao_void_pointer - ) -{ - PolicyValueSeq * _tao_tmp_pointer = - static_cast<PolicyValueSeq *> (_tao_void_pointer); - delete _tao_tmp_pointer; -} - -#endif /* end #if !defined */ - -// TAO_IDL - Generated from -// be\be_visitor_structure/cdr_op_cs.cpp:61 - -CORBA::Boolean operator<< ( - TAO_OutputCDR &strm, - const Messaging::PolicyValue &_tao_aggregate - ) -{ - return - (strm << _tao_aggregate.ptype) && - (strm << _tao_aggregate.pvalue); -} - -CORBA::Boolean operator>> ( - TAO_InputCDR &strm, - Messaging::PolicyValue &_tao_aggregate - ) -{ - return - (strm >> _tao_aggregate.ptype) && - (strm >> _tao_aggregate.pvalue); -} - -// TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_cs.cpp:96 - -#if !defined _TAO_CDR_OP_Messaging_PolicyValueSeq_CPP_ -#define _TAO_CDR_OP_Messaging_PolicyValueSeq_CPP_ - -CORBA::Boolean operator<< ( - TAO_OutputCDR &strm, - const Messaging::PolicyValueSeq &_tao_sequence - ) -{ - return TAO::marshal_sequence(strm, _tao_sequence); -} - -CORBA::Boolean operator>> ( - TAO_InputCDR &strm, - Messaging::PolicyValueSeq &_tao_sequence - ) -{ - return TAO::demarshal_sequence(strm, _tao_sequence); -} - -#endif /* _TAO_CDR_OP_Messaging_PolicyValueSeq_CPP_ */ - -TAO_END_VERSIONED_NAMESPACE_DECL diff --git a/TAO/tao/Messaging_PolicyValueC.h b/TAO/tao/Messaging_PolicyValueC.h deleted file mode 100644 index 1e6e16f1f7f..00000000000 --- a/TAO/tao/Messaging_PolicyValueC.h +++ /dev/null @@ -1,206 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// TAO_IDL - Generated from -// be\be_codegen.cpp:154 - -#ifndef _TAO_IDL_MESSAGING_POLICYVALUEC_H_ -#define _TAO_IDL_MESSAGING_POLICYVALUEC_H_ - -#include /**/ "ace/pre.h" - - -#include "ace/config-all.h" - -#if !defined (ACE_LACKS_PRAGMA_ONCE) -# pragma once -#endif /* ACE_LACKS_PRAGMA_ONCE */ - -#include "tao/TAO_Export.h" -#include "tao/ORB.h" -#include "tao/Environment.h" -#include "tao/Sequence_T.h" -#include "tao/Seq_Var_T.h" -#include "tao/Seq_Out_T.h" -#include "tao/VarOut_T.h" - -#include "tao/IOP_IORC.h" -#include "tao/Policy_ForwardC.h" - -#if defined (TAO_EXPORT_MACRO) -#undef TAO_EXPORT_MACRO -#endif -#define TAO_EXPORT_MACRO TAO_Export - -#if defined(_MSC_VER) -#pragma warning(push) -#pragma warning(disable:4250) -#endif /* _MSC_VER */ - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:48 - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -namespace Messaging -{ - - // TAO_IDL - Generated from - // be\be_type.cpp:258 - - struct PolicyValue; - - typedef - TAO_Var_Var_T< - PolicyValue - > - PolicyValue_var; - - typedef - TAO_Out_T< - PolicyValue - > - PolicyValue_out; - - // TAO_IDL - Generated from - // be\be_visitor_structure/structure_ch.cpp:57 - - struct TAO_Export PolicyValue - { - typedef PolicyValue_var _var_type; - typedef PolicyValue_out _out_type; - - static void _tao_any_destructor (void *); - CORBA::PolicyType ptype; - CORBA::OctetSeq pvalue; - }; - - // TAO_IDL - Generated from - // be\be_visitor_sequence/sequence_ch.cpp:101 - -#if !defined (_MESSAGING_POLICYVALUESEQ_CH_) -#define _MESSAGING_POLICYVALUESEQ_CH_ - - class PolicyValueSeq; - - typedef - TAO_VarSeq_Var_T< - PolicyValueSeq - > - PolicyValueSeq_var; - - typedef - TAO_Seq_Out_T< - PolicyValueSeq - > - PolicyValueSeq_out; - - class TAO_Export PolicyValueSeq - : public - TAO::unbounded_value_sequence< - PolicyValue - > - { - public: - PolicyValueSeq (void); - PolicyValueSeq (CORBA::ULong max); - PolicyValueSeq ( - CORBA::ULong max, - CORBA::ULong length, - PolicyValue* buffer, - CORBA::Boolean release = false - ); - PolicyValueSeq (const PolicyValueSeq &); - ~PolicyValueSeq (void); - - static void _tao_any_destructor (void *); - - typedef PolicyValueSeq_var _var_type; - }; - -#endif /* end #if !defined */ - - // TAO_IDL - Generated from - // be\be_visitor_constant/constant_ch.cpp:52 - - const IOP::ComponentId TAG_POLICIES = 2U; - - // TAO_IDL - Generated from - // be\be_visitor_constant/constant_ch.cpp:52 - - const IOP::ServiceId INVOCATION_POLICIES = 7U; - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:66 - -} // module Messaging - -// TAO_IDL - Generated from -// be\be_visitor_traits.cpp:61 - -// Traits specializations. -namespace TAO -{ -} - -// TAO_IDL - Generated from -// be\be_visitor_structure/cdr_op_ch.cpp:54 - -TAO_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const Messaging::PolicyValue &); -TAO_Export CORBA::Boolean operator>> (TAO_InputCDR &, Messaging::PolicyValue &); - -// TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_ch.cpp:71 - -#if !defined _TAO_CDR_OP_Messaging_PolicyValueSeq_H_ -#define _TAO_CDR_OP_Messaging_PolicyValueSeq_H_ - -TAO_Export CORBA::Boolean operator<< ( - TAO_OutputCDR &, - const Messaging::PolicyValueSeq & - ); -TAO_Export CORBA::Boolean operator>> ( - TAO_InputCDR &, - Messaging::PolicyValueSeq & - ); - -#endif /* _TAO_CDR_OP_Messaging_PolicyValueSeq_H_ */ - -// TAO_IDL - Generated from -// be\be_codegen.cpp:1062 - -TAO_END_VERSIONED_NAMESPACE_DECL - -#if defined(_MSC_VER) -#pragma warning(pop) -#endif /* _MSC_VER */ - -#include /**/ "ace/post.h" - -#endif /* ifndef */ - - diff --git a/TAO/tao/Messaging_SyncScopeC.cpp b/TAO/tao/Messaging_SyncScopeC.cpp deleted file mode 100644 index 3b1402d9033..00000000000 --- a/TAO/tao/Messaging_SyncScopeC.cpp +++ /dev/null @@ -1,50 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// TAO_IDL - Generated from -// be\be_codegen.cpp:291 - - -#include "tao/Messaging_SyncScopeC.h" -#include "tao/CDR.h" - -#if defined (__BORLANDC__) -#pragma option -w-rvl -w-rch -w-ccc -w-aus -w-sig -#endif /* __BORLANDC__ */ - -// TAO_IDL - Generated from -// be\be_visitor_arg_traits.cpp:70 - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -// Arg traits specializations. -namespace TAO -{ -} - - -TAO_END_VERSIONED_NAMESPACE_DECL diff --git a/TAO/tao/Messaging_SyncScopeC.h b/TAO/tao/Messaging_SyncScopeC.h deleted file mode 100644 index 4658f3d4e02..00000000000 --- a/TAO/tao/Messaging_SyncScopeC.h +++ /dev/null @@ -1,125 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// TAO_IDL - Generated from -// be\be_codegen.cpp:153 - -#ifndef _TAO_IDL_ORIG_MESSAGING_SYNCSCOPEC_H_ -#define _TAO_IDL_ORIG_MESSAGING_SYNCSCOPEC_H_ - -#include /**/ "ace/pre.h" - - -#include "ace/config-all.h" - -#if !defined (ACE_LACKS_PRAGMA_ONCE) -# pragma once -#endif /* ACE_LACKS_PRAGMA_ONCE */ - -#include "tao/TAO_Export.h" -#include "tao/ORB.h" -#include "tao/Environment.h" - -#if defined (TAO_EXPORT_MACRO) -#undef TAO_EXPORT_MACRO -#endif -#define TAO_EXPORT_MACRO TAO_Export - -#if defined(_MSC_VER) -#pragma warning(push) -#pragma warning(disable:4250) -#endif /* _MSC_VER */ - -#if defined (__BORLANDC__) -#pragma option push -w-rvl -w-rch -w-ccc -w-inl -#endif /* __BORLANDC__ */ - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:48 - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -namespace Messaging -{ - - // TAO_IDL - Generated from - // be\be_visitor_typedef/typedef_ch.cpp:379 - - typedef CORBA::Short SyncScope; - typedef CORBA::Short_out SyncScope_out; - - // TAO_IDL - Generated from - // be\be_visitor_constant/constant_ch.cpp:52 - - const Messaging::SyncScope SYNC_NONE = 0; - - // TAO_IDL - Generated from - // be\be_visitor_constant/constant_ch.cpp:52 - - const Messaging::SyncScope SYNC_WITH_TRANSPORT = 1; - - // TAO_IDL - Generated from - // be\be_visitor_constant/constant_ch.cpp:52 - - const Messaging::SyncScope SYNC_WITH_SERVER = 2; - - // TAO_IDL - Generated from - // be\be_visitor_constant/constant_ch.cpp:52 - - const Messaging::SyncScope SYNC_WITH_TARGET = 3; - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:66 - -} // module Messaging - -// TAO_IDL - Generated from -// be\be_visitor_traits.cpp:61 - -// Traits specializations. -namespace TAO -{ -} - -// TAO_IDL - Generated from -// be\be_codegen.cpp:955 - -TAO_END_VERSIONED_NAMESPACE_DECL - -#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/ObjectIdListC.cpp b/TAO/tao/ObjectIdListC.cpp deleted file mode 100644 index 42e11786fa5..00000000000 --- a/TAO/tao/ObjectIdListC.cpp +++ /dev/null @@ -1,112 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// TAO_IDL - Generated from -// be\be_codegen.cpp:291 - - -#include "tao/ObjectIdListC.h" -#include "tao/CDR.h" - -#if defined (__BORLANDC__) -#pragma option -w-rvl -w-rch -w-ccc -w-aus -w-sig -#endif /* __BORLANDC__ */ - -// TAO_IDL - Generated from -// be\be_visitor_arg_traits.cpp:70 - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -// Arg traits specializations. -namespace TAO -{ -} - - -// TAO_IDL - Generated from -// be\be_visitor_sequence/sequence_cs.cpp:65 - -#if !defined (_CORBA_ORB_OBJECTIDLIST_CS_) -#define _CORBA_ORB_OBJECTIDLIST_CS_ - -CORBA::ORB_ObjectIdList::ORB_ObjectIdList (void) -{} - -CORBA::ORB_ObjectIdList::ORB_ObjectIdList ( - CORBA::ULong max - ) - : TAO::unbounded_string_sequence - (max) -{} - -CORBA::ORB_ObjectIdList::ORB_ObjectIdList ( - CORBA::ULong max, - CORBA::ULong length, - char * * buffer, - CORBA::Boolean release - ) - : TAO::unbounded_string_sequence - (max, length, buffer, release) -{} - -CORBA::ORB_ObjectIdList::ORB_ObjectIdList ( - const ORB_ObjectIdList &seq - ) - : TAO::unbounded_string_sequence - (seq) -{} - -CORBA::ORB_ObjectIdList::~ORB_ObjectIdList (void) -{} - -#endif /* end #if !defined */ - -// TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_cs.cpp:96 - -#if !defined _TAO_CDR_OP_CORBA_ORB_ObjectIdList_CPP_ -#define _TAO_CDR_OP_CORBA_ORB_ObjectIdList_CPP_ - -CORBA::Boolean operator<< ( - TAO_OutputCDR &strm, - const CORBA::ORB_ObjectIdList &_tao_sequence - ) -{ - return TAO::marshal_sequence(strm, _tao_sequence); -} - -CORBA::Boolean operator>> ( - TAO_InputCDR &strm, - CORBA::ORB_ObjectIdList &_tao_sequence - ) -{ - return TAO::demarshal_sequence(strm, _tao_sequence); -} - -#endif /* _TAO_CDR_OP_CORBA_ORB_ObjectIdList_CPP_ */ - -TAO_END_VERSIONED_NAMESPACE_DECL diff --git a/TAO/tao/ObjectIdListC.h b/TAO/tao/ObjectIdListC.h deleted file mode 100644 index fbe6d1304e8..00000000000 --- a/TAO/tao/ObjectIdListC.h +++ /dev/null @@ -1,167 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// TAO_IDL - Generated from -// be\be_codegen.cpp:153 - -#ifndef _TAO_IDL_ORIG_OBJECTIDLISTC_H_ -#define _TAO_IDL_ORIG_OBJECTIDLISTC_H_ - -#include /**/ "ace/pre.h" - - -#include "ace/config-all.h" - -#if !defined (ACE_LACKS_PRAGMA_ONCE) -# pragma once -#endif /* ACE_LACKS_PRAGMA_ONCE */ - -#include "tao/TAO_Export.h" -#include "tao/ORB.h" -#include "tao/Environment.h" -#include "tao/Sequence_T.h" -#include "tao/Seq_Var_T.h" -#include "tao/Seq_Out_T.h" - -#if defined (TAO_EXPORT_MACRO) -#undef TAO_EXPORT_MACRO -#endif -#define TAO_EXPORT_MACRO TAO_Export - -#if defined(_MSC_VER) -#pragma warning(push) -#pragma warning(disable:4250) -#endif /* _MSC_VER */ - -#if defined (__BORLANDC__) -#pragma option push -w-rvl -w-rch -w-ccc -w-inl -#endif /* __BORLANDC__ */ - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:48 - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -namespace CORBA -{ - - // TAO_IDL - Generated from - // be\be_visitor_typedef/typedef_ch.cpp:413 - - typedef char * ORB_ObjectId; - typedef CORBA::String_var ORB_ObjectId_var; - typedef CORBA::String_out ORB_ObjectId_out; - - // TAO_IDL - Generated from - // be\be_visitor_sequence/sequence_ch.cpp:101 - -#if !defined (_CORBA_ORB_OBJECTIDLIST_CH_) -#define _CORBA_ORB_OBJECTIDLIST_CH_ - - class ORB_ObjectIdList; - - typedef - TAO_VarSeq_Var_T< - ORB_ObjectIdList - > - ORB_ObjectIdList_var; - - typedef - TAO_Seq_Out_T< - ORB_ObjectIdList - > - ORB_ObjectIdList_out; - - class TAO_Export ORB_ObjectIdList - : public - TAO::unbounded_string_sequence - { - public: - ORB_ObjectIdList (void); - ORB_ObjectIdList (CORBA::ULong max); - ORB_ObjectIdList ( - CORBA::ULong max, - CORBA::ULong length, - char ** buffer, - CORBA::Boolean release = false - ); - ORB_ObjectIdList (const ORB_ObjectIdList &); - ~ORB_ObjectIdList (void); - - typedef ORB_ObjectIdList_var _var_type; - }; - -#endif /* end #if !defined */ - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:66 - -} // module CORBA - -// TAO_IDL - Generated from -// be\be_visitor_traits.cpp:61 - -// Traits specializations. -namespace TAO -{ -} - -// TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_ch.cpp:71 - -#if !defined _TAO_CDR_OP_CORBA_ORB_ObjectIdList_H_ -#define _TAO_CDR_OP_CORBA_ORB_ObjectIdList_H_ - -TAO_Export CORBA::Boolean operator<< ( - TAO_OutputCDR &, - const CORBA::ORB_ObjectIdList & - ); -TAO_Export CORBA::Boolean operator>> ( - TAO_InputCDR &, - CORBA::ORB_ObjectIdList & - ); - -#endif /* _TAO_CDR_OP_CORBA_ORB_ObjectIdList_H_ */ - -// TAO_IDL - Generated from -// be\be_codegen.cpp:955 - -TAO_END_VERSIONED_NAMESPACE_DECL - -#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/PI_ForwardC.cpp b/TAO/tao/PI_ForwardC.cpp deleted file mode 100644 index a182b17775d..00000000000 --- a/TAO/tao/PI_ForwardC.cpp +++ /dev/null @@ -1,51 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// TAO_IDL - Generated from -// be\be_codegen.cpp:291 - - -#include "tao/PI_ForwardC.h" -#include "tao/CDR.h" -#include "tao/ORB_Core.h" - -#if defined (__BORLANDC__) -#pragma option -w-rvl -w-rch -w-ccc -w-aus -w-sig -#endif /* __BORLANDC__ */ - -// TAO_IDL - Generated from -// be\be_visitor_arg_traits.cpp:70 - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -// Arg traits specializations. -namespace TAO -{ -} - - -TAO_END_VERSIONED_NAMESPACE_DECL diff --git a/TAO/tao/PI_ForwardC.h b/TAO/tao/PI_ForwardC.h deleted file mode 100644 index 898705618bc..00000000000 --- a/TAO/tao/PI_ForwardC.h +++ /dev/null @@ -1,155 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// TAO_IDL - Generated from -// be\be_codegen.cpp:153 - -#ifndef _TAO_IDL_ORIG_PI_FORWARDC_H_ -#define _TAO_IDL_ORIG_PI_FORWARDC_H_ - -#include /**/ "ace/pre.h" - - -#include "ace/config-all.h" - -#if !defined (ACE_LACKS_PRAGMA_ONCE) -# pragma once -#endif /* ACE_LACKS_PRAGMA_ONCE */ - -#include "tao/TAO_Export.h" -#include "tao/ORB.h" -#include "tao/Environment.h" - -#include "tao/OctetSeqC.h" -#include "tao/StringSeqC.h" - -#if defined (TAO_EXPORT_MACRO) -#undef TAO_EXPORT_MACRO -#endif -#define TAO_EXPORT_MACRO TAO_Export - -#if defined(_MSC_VER) -#pragma warning(push) -#pragma warning(disable:4250) -#endif /* _MSC_VER */ - -#if defined (__BORLANDC__) -#pragma option push -w-rvl -w-rch -w-ccc -w-inl -#endif /* __BORLANDC__ */ - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:48 - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -namespace PortableInterceptor -{ - - // TAO_IDL - Generated from - // be\be_visitor_typedef/typedef_ch.cpp:413 - - typedef char * ServerId; - typedef CORBA::String_var ServerId_var; - typedef CORBA::String_out ServerId_out; - - // TAO_IDL - Generated from - // be\be_visitor_typedef/typedef_ch.cpp:413 - - typedef char * ORBId; - typedef CORBA::String_var ORBId_var; - typedef CORBA::String_out ORBId_out; - - // TAO_IDL - Generated from - // be\be_visitor_typedef/typedef_ch.cpp:472 - - typedef CORBA::StringSeq AdapterName; - typedef CORBA::StringSeq_var AdapterName_var; - typedef CORBA::StringSeq_out AdapterName_out; - - // TAO_IDL - Generated from - // be\be_visitor_typedef/typedef_ch.cpp:472 - - typedef CORBA::OctetSeq ObjectId; - typedef CORBA::OctetSeq_var ObjectId_var; - typedef CORBA::OctetSeq_out ObjectId_out; - - // TAO_IDL - Generated from - // be\be_visitor_typedef/typedef_ch.cpp:379 - - typedef char * AdapterManagerId; - typedef CORBA::String_var AdapterManagerId_var; - typedef CORBA::String_out AdapterManagerId_out; - - // TAO_IDL - Generated from - // be\be_visitor_typedef/typedef_ch.cpp:379 - - typedef CORBA::Short AdapterState; - typedef CORBA::Short_out AdapterState_out; - - // TAO_IDL - Generated from - // be\be_visitor_typedef/typedef_ch.cpp:379 - - typedef CORBA::ULong SlotId; - typedef CORBA::ULong_out SlotId_out; - - // TAO_IDL - Generated from - // be\be_visitor_typedef/typedef_ch.cpp:379 - - typedef CORBA::Short ReplyStatus; - typedef CORBA::Short_out ReplyStatus_out; - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:66 - -} // module PortableInterceptor - -// TAO_IDL - Generated from -// be\be_visitor_traits.cpp:61 - -// Traits specializations. -namespace TAO -{ -} - -// TAO_IDL - Generated from -// be\be_codegen.cpp:955 - -TAO_END_VERSIONED_NAMESPACE_DECL - -#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/ParameterModeC.cpp b/TAO/tao/ParameterModeC.cpp deleted file mode 100644 index 4ded86134fd..00000000000 --- a/TAO/tao/ParameterModeC.cpp +++ /dev/null @@ -1,71 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// TAO_IDL - Generated from -// be\be_codegen.cpp:291 - - -#include "tao/ParameterModeC.h" -#include "tao/CDR.h" - -#if defined (__BORLANDC__) -#pragma option -w-rvl -w-rch -w-ccc -w-aus -w-sig -#endif /* __BORLANDC__ */ - -// TAO_IDL - Generated from -// be\be_visitor_arg_traits.cpp:70 - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -// Arg traits specializations. -namespace TAO -{ -} - - -// TAO_IDL - Generated from -// be\be_visitor_enum/cdr_op_cs.cpp:51 - -CORBA::Boolean operator<< (TAO_OutputCDR & strm, CORBA::ParameterMode _tao_enumerator) -{ - return strm << static_cast<CORBA::ULong> (_tao_enumerator); -} - -CORBA::Boolean operator>> (TAO_InputCDR & strm, CORBA::ParameterMode & _tao_enumerator) -{ - CORBA::ULong _tao_temp = 0; - CORBA::Boolean const _tao_success = strm >> _tao_temp; - - if (_tao_success) - { - _tao_enumerator = static_cast<CORBA::ParameterMode> (_tao_temp); - } - - return _tao_success; -} - -TAO_END_VERSIONED_NAMESPACE_DECL diff --git a/TAO/tao/ParameterModeC.h b/TAO/tao/ParameterModeC.h deleted file mode 100644 index c4a0c7d670a..00000000000 --- a/TAO/tao/ParameterModeC.h +++ /dev/null @@ -1,119 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// TAO_IDL - Generated from -// be\be_codegen.cpp:153 - -#ifndef _TAO_IDL_ORIG_PARAMETERMODEC_H_ -#define _TAO_IDL_ORIG_PARAMETERMODEC_H_ - -#include /**/ "ace/pre.h" - - -#include "tao/TAO_Export.h" - -#if !defined (ACE_LACKS_PRAGMA_ONCE) -# pragma once -#endif /* ACE_LACKS_PRAGMA_ONCE */ - -#include "tao/Basic_Types.h" - -#if defined (TAO_EXPORT_MACRO) -#undef TAO_EXPORT_MACRO -#endif -#define TAO_EXPORT_MACRO TAO_Export - -#if defined(_MSC_VER) -#pragma warning(push) -#pragma warning(disable:4250) -#endif /* _MSC_VER */ - -#if defined (__BORLANDC__) -#pragma option push -w-rvl -w-rch -w-ccc -w-inl -#endif /* __BORLANDC__ */ - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:48 - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -class TAO_InputCDR; -class TAO_OutputCDR; - -namespace CORBA -{ - - // TAO_IDL - Generated from - // be\be_visitor_enum/enum_ch.cpp:57 - - enum ParameterMode - { - PARAM_IN, - PARAM_OUT, - PARAM_INOUT - }; - - typedef ParameterMode &ParameterMode_out; - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:66 - -} // module CORBA - -// TAO_IDL - Generated from -// be\be_visitor_traits.cpp:61 - -// Traits specializations. -namespace TAO -{ -} - -// TAO_IDL - Generated from -// be\be_visitor_enum/cdr_op_ch.cpp:50 - -TAO_Export CORBA::Boolean operator<< (TAO_OutputCDR &, CORBA::ParameterMode); -TAO_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ParameterMode &); - -// TAO_IDL - Generated from -// be\be_codegen.cpp:955 - - -TAO_END_VERSIONED_NAMESPACE_DECL - -#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/ParameterModeS.h b/TAO/tao/ParameterModeS.h deleted file mode 100644 index 17b1360599e..00000000000 --- a/TAO/tao/ParameterModeS.h +++ /dev/null @@ -1,28 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// Skeleton file generation suppressed with command line option -SS diff --git a/TAO/tao/Policy_ForwardC.cpp b/TAO/tao/Policy_ForwardC.cpp deleted file mode 100644 index 0f127073c73..00000000000 --- a/TAO/tao/Policy_ForwardC.cpp +++ /dev/null @@ -1,221 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// TAO_IDL - Generated from -// be\be_codegen.cpp:277 - - -#include "tao/Policy_ForwardC.h" -#include "tao/CDR.h" - -// TAO_IDL - Generated from -// be\be_visitor_arg_traits.cpp:70 - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -// Arg traits specializations. -namespace TAO -{ -} - - -// TAO_IDL - Generated from -// be\be_visitor_sequence/sequence_cs.cpp:65 - -#if !defined (_CORBA_POLICYLIST_CS_) -#define _CORBA_POLICYLIST_CS_ - -CORBA::PolicyList::PolicyList (void) -{} - -CORBA::PolicyList::PolicyList ( - CORBA::ULong max - ) - : TAO::unbounded_object_reference_sequence< - CORBA::Policy, CORBA::Policy_var - > - (max) -{} - -CORBA::PolicyList::PolicyList ( - CORBA::ULong max, - CORBA::ULong length, - CORBA::Policy_ptr * buffer, - CORBA::Boolean release - ) - : TAO::unbounded_object_reference_sequence< - CORBA::Policy, CORBA::Policy_var - > - (max, length, buffer, release) -{} - -CORBA::PolicyList::PolicyList ( - const PolicyList &seq - ) - : TAO::unbounded_object_reference_sequence< - CORBA::Policy, CORBA::Policy_var - > - (seq) -{} - -CORBA::PolicyList::~PolicyList (void) -{} - -void CORBA::PolicyList::_tao_any_destructor ( - void * _tao_void_pointer - ) -{ - PolicyList * _tao_tmp_pointer = - static_cast<PolicyList *> (_tao_void_pointer); - delete _tao_tmp_pointer; -} - -#endif /* end #if !defined */ - -// TAO_IDL - Generated from -// be\be_visitor_sequence/sequence_cs.cpp:65 - -#if !defined (_CORBA_POLICYTYPESEQ_CS_) -#define _CORBA_POLICYTYPESEQ_CS_ - -CORBA::PolicyTypeSeq::PolicyTypeSeq (void) -{} - -CORBA::PolicyTypeSeq::PolicyTypeSeq ( - CORBA::ULong max - ) - : TAO::unbounded_value_sequence< - PolicyType - > - (max) -{} - -CORBA::PolicyTypeSeq::PolicyTypeSeq ( - CORBA::ULong max, - CORBA::ULong length, - CORBA::ULong * buffer, - CORBA::Boolean release - ) - : TAO::unbounded_value_sequence< - PolicyType - > - (max, length, buffer, release) -{} - -CORBA::PolicyTypeSeq::PolicyTypeSeq ( - const PolicyTypeSeq &seq - ) - : TAO::unbounded_value_sequence< - PolicyType - > - (seq) -{} - -CORBA::PolicyTypeSeq::~PolicyTypeSeq (void) -{} - -void CORBA::PolicyTypeSeq::_tao_any_destructor ( - void * _tao_void_pointer - ) -{ - PolicyTypeSeq * _tao_tmp_pointer = - static_cast<PolicyTypeSeq *> (_tao_void_pointer); - delete _tao_tmp_pointer; -} - -#endif /* end #if !defined */ - -// TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_cs.cpp:96 - -#if !defined _TAO_CDR_OP_CORBA_PolicyList_CPP_ -#define _TAO_CDR_OP_CORBA_PolicyList_CPP_ - -CORBA::Boolean operator<< ( - TAO_OutputCDR &strm, - const CORBA::PolicyList &_tao_sequence - ) -{ - return TAO::marshal_sequence(strm, _tao_sequence); -} - -CORBA::Boolean operator>> ( - TAO_InputCDR &strm, - CORBA::PolicyList &_tao_sequence - ) -{ - return TAO::demarshal_sequence(strm, _tao_sequence); -} - -#endif /* _TAO_CDR_OP_CORBA_PolicyList_CPP_ */ - -// TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_cs.cpp:96 - -#if !defined _TAO_CDR_OP_CORBA_PolicyTypeSeq_CPP_ -#define _TAO_CDR_OP_CORBA_PolicyTypeSeq_CPP_ - -CORBA::Boolean operator<< ( - TAO_OutputCDR &strm, - const CORBA::PolicyTypeSeq &_tao_sequence - ) -{ - return TAO::marshal_sequence(strm, _tao_sequence); -} - -CORBA::Boolean operator>> ( - TAO_InputCDR &strm, - CORBA::PolicyTypeSeq &_tao_sequence - ) -{ - return TAO::demarshal_sequence(strm, _tao_sequence); -} - -#endif /* _TAO_CDR_OP_CORBA_PolicyTypeSeq_CPP_ */ - -// TAO_IDL - Generated from -// be\be_visitor_enum/cdr_op_cs.cpp:51 - -CORBA::Boolean operator<< (TAO_OutputCDR & strm, CORBA::SetOverrideType _tao_enumerator) -{ - return strm << static_cast<CORBA::ULong> (_tao_enumerator); -} - -CORBA::Boolean operator>> (TAO_InputCDR & strm, CORBA::SetOverrideType & _tao_enumerator) -{ - CORBA::ULong _tao_temp = 0; - CORBA::Boolean const _tao_success = strm >> _tao_temp; - - if (_tao_success) - { - _tao_enumerator = static_cast<CORBA::SetOverrideType> (_tao_temp); - } - - return _tao_success; -} - -TAO_END_VERSIONED_NAMESPACE_DECL diff --git a/TAO/tao/Policy_ForwardC.h b/TAO/tao/Policy_ForwardC.h deleted file mode 100644 index e21c91f8100..00000000000 --- a/TAO/tao/Policy_ForwardC.h +++ /dev/null @@ -1,330 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// TAO_IDL - Generated from -// be\be_codegen.cpp:154 - -#ifndef _TAO_IDL_POLICY_FORWARDC_H_ -#define _TAO_IDL_POLICY_FORWARDC_H_ - -#include /**/ "ace/pre.h" - - -#include "ace/config-all.h" - -#if !defined (ACE_LACKS_PRAGMA_ONCE) -# pragma once -#endif /* ACE_LACKS_PRAGMA_ONCE */ - -#include "tao/TAO_Export.h" -#include "tao/Environment.h" -#include "tao/Sequence_T.h" -#include "tao/Objref_VarOut_T.h" -#include "tao/Seq_Var_T.h" -#include "tao/Seq_Out_T.h" - -#if defined (TAO_EXPORT_MACRO) -#undef TAO_EXPORT_MACRO -#endif -#define TAO_EXPORT_MACRO TAO_Export - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:49 - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -namespace CORBA -{ - - // TAO_IDL - Generated from - // be\be_visitor_typedef/typedef_ch.cpp:379 - - typedef CORBA::ULong PolicyType; - typedef CORBA::ULong_out PolicyType_out; - - // TAO_IDL - Generated from - // be\be_interface.cpp:598 - -#if !defined (_CORBA_POLICY__VAR_OUT_CH_) -#define _CORBA_POLICY__VAR_OUT_CH_ - - class Policy; - typedef Policy *Policy_ptr; - - typedef - TAO_Objref_Var_T< - Policy - > - Policy_var; - - typedef - TAO_Objref_Out_T< - Policy - > - Policy_out; - -#endif /* end #if !defined */ - - // TAO_IDL - Generated from - // be\be_visitor_sequence/sequence_ch.cpp:101 - -#if !defined (_CORBA_POLICYLIST_CH_) -#define _CORBA_POLICYLIST_CH_ - - class PolicyList; - - typedef - TAO_VarSeq_Var_T< - PolicyList - > - PolicyList_var; - - typedef - TAO_Seq_Out_T< - PolicyList - > - PolicyList_out; - - class TAO_Export PolicyList - : public - TAO::unbounded_object_reference_sequence< - Policy, - Policy_var - > - { - public: - PolicyList (void); - PolicyList (CORBA::ULong max); - PolicyList ( - CORBA::ULong max, - CORBA::ULong length, - Policy_ptr* buffer, - CORBA::Boolean release = false - ); - PolicyList (const PolicyList &); - ~PolicyList (void); - - static void _tao_any_destructor (void *); - - typedef PolicyList_var _var_type; - typedef PolicyList_out _out_type; - }; - -#endif /* end #if !defined */ - - // TAO_IDL - Generated from - // be\be_visitor_sequence/sequence_ch.cpp:101 - -#if !defined (_CORBA_POLICYTYPESEQ_CH_) -#define _CORBA_POLICYTYPESEQ_CH_ - - class PolicyTypeSeq; - - typedef - TAO_FixedSeq_Var_T< - PolicyTypeSeq - > - PolicyTypeSeq_var; - - typedef - TAO_Seq_Out_T< - PolicyTypeSeq - > - PolicyTypeSeq_out; - - class TAO_Export PolicyTypeSeq - : public - TAO::unbounded_value_sequence< - PolicyType - > - { - public: - PolicyTypeSeq (void); - PolicyTypeSeq (CORBA::ULong max); - PolicyTypeSeq ( - CORBA::ULong max, - CORBA::ULong length, - CORBA::ULong* buffer, - CORBA::Boolean release = false - ); - PolicyTypeSeq (const PolicyTypeSeq &); - ~PolicyTypeSeq (void); - - static void _tao_any_destructor (void *); - - typedef PolicyTypeSeq_var _var_type; - typedef PolicyTypeSeq_out _out_type; - }; - -#endif /* end #if !defined */ - - // TAO_IDL - Generated from - // be\be_interface.cpp:598 - -#if !defined (_CORBA_POLICYCURRENT__VAR_OUT_CH_) -#define _CORBA_POLICYCURRENT__VAR_OUT_CH_ - - class PolicyCurrent; - typedef PolicyCurrent *PolicyCurrent_ptr; - - typedef - TAO_Objref_Var_T< - PolicyCurrent - > - PolicyCurrent_var; - - typedef - TAO_Objref_Out_T< - PolicyCurrent - > - PolicyCurrent_out; - -#endif /* end #if !defined */ - - // TAO_IDL - Generated from - // be\be_visitor_enum/enum_ch.cpp:57 - - enum SetOverrideType - { - SET_OVERRIDE, - ADD_OVERRIDE - }; - - typedef SetOverrideType &SetOverrideType_out; - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:78 - -} // module CORBA - -// TAO_IDL - Generated from -// be\be_visitor_traits.cpp:61 - -// Traits specializations. -namespace TAO -{ - -#if !defined (_CORBA_POLICY__TRAITS_) -#define _CORBA_POLICY__TRAITS_ - - template<> - struct TAO_Export Objref_Traits< ::CORBA::Policy> - { - static ::CORBA::Policy_ptr duplicate ( - ::CORBA::Policy_ptr - ); - static void release ( - ::CORBA::Policy_ptr - ); - static ::CORBA::Policy_ptr nil (void); - static CORBA::Boolean marshal ( - const ::CORBA::Policy_ptr p, - TAO_OutputCDR & cdr - ); - }; - -#endif /* end #if !defined */ - -#if !defined (_CORBA_POLICYCURRENT__TRAITS_) -#define _CORBA_POLICYCURRENT__TRAITS_ - - template<> - struct TAO_Export Objref_Traits< ::CORBA::PolicyCurrent> - { - static ::CORBA::PolicyCurrent_ptr duplicate ( - ::CORBA::PolicyCurrent_ptr - ); - static void release ( - ::CORBA::PolicyCurrent_ptr - ); - static ::CORBA::PolicyCurrent_ptr nil (void); - static CORBA::Boolean marshal ( - const ::CORBA::PolicyCurrent_ptr p, - TAO_OutputCDR & cdr - ); - }; - -#endif /* end #if !defined */ -} - -// TAO_IDL - Generated from -// be\be_visitor_interface_fwd/cdr_op_ch.cpp:66 - -TAO_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::Policy_ptr ); -TAO_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::Policy_ptr &); - - -// TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_ch.cpp:71 - -#if !defined _TAO_CDR_OP_CORBA_PolicyList_H_ -#define _TAO_CDR_OP_CORBA_PolicyList_H_ - -TAO_Export CORBA::Boolean operator<< ( - TAO_OutputCDR &, - const CORBA::PolicyList & - ); -TAO_Export CORBA::Boolean operator>> ( - TAO_InputCDR &, - CORBA::PolicyList & - ); - -#endif /* _TAO_CDR_OP_CORBA_PolicyList_H_ */ - -// TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_ch.cpp:71 - -#if !defined _TAO_CDR_OP_CORBA_PolicyTypeSeq_H_ -#define _TAO_CDR_OP_CORBA_PolicyTypeSeq_H_ - -TAO_Export CORBA::Boolean operator<< ( - TAO_OutputCDR &, - const CORBA::PolicyTypeSeq & - ); -TAO_Export CORBA::Boolean operator>> ( - TAO_InputCDR &, - CORBA::PolicyTypeSeq & - ); - -#endif /* _TAO_CDR_OP_CORBA_PolicyTypeSeq_H_ */ - -// TAO_IDL - Generated from -// be\be_visitor_enum/cdr_op_ch.cpp:50 - -TAO_Export CORBA::Boolean operator<< (TAO_OutputCDR &, CORBA::SetOverrideType); -TAO_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::SetOverrideType &); - -// TAO_IDL - Generated from -// be\be_codegen.cpp:1028 - -TAO_END_VERSIONED_NAMESPACE_DECL - -#include /**/ "ace/post.h" - -#endif /* ifndef */ - - diff --git a/TAO/tao/Policy_ForwardS.h b/TAO/tao/Policy_ForwardS.h deleted file mode 100644 index 17b1360599e..00000000000 --- a/TAO/tao/Policy_ForwardS.h +++ /dev/null @@ -1,28 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// Skeleton file generation suppressed with command line option -SS diff --git a/TAO/tao/PortableInterceptorC.cpp b/TAO/tao/PortableInterceptorC.cpp deleted file mode 100644 index fd12ae4eb40..00000000000 --- a/TAO/tao/PortableInterceptorC.cpp +++ /dev/null @@ -1,46 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// TAO_IDL - Generated from -// be\be_codegen.cpp:277 - - -#include "tao/PortableInterceptorC.h" -#include "tao/CDR.h" - -// TAO_IDL - Generated from -// be\be_visitor_arg_traits.cpp:70 - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -// Arg traits specializations. -namespace TAO -{ -} - - -TAO_END_VERSIONED_NAMESPACE_DECL diff --git a/TAO/tao/PortableInterceptorC.h b/TAO/tao/PortableInterceptorC.h deleted file mode 100644 index f9edc88992e..00000000000 --- a/TAO/tao/PortableInterceptorC.h +++ /dev/null @@ -1,140 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// TAO_IDL - Generated from -// be\be_codegen.cpp:154 - -#ifndef _TAO_IDL_PORTABLEINTERCEPTORC_H_ -#define _TAO_IDL_PORTABLEINTERCEPTORC_H_ - -#include /**/ "ace/pre.h" - - -#include "ace/config-all.h" - -#if !defined (ACE_LACKS_PRAGMA_ONCE) -# pragma once -#endif /* ACE_LACKS_PRAGMA_ONCE */ - -#include "tao/TAO_Export.h" -#include "tao/ORB.h" -#include "tao/Environment.h" - -#include "tao/PI_ForwardC.h" -#include "tao/Messaging_SyncScopeC.h" - -#if defined (TAO_EXPORT_MACRO) -#undef TAO_EXPORT_MACRO -#endif -#define TAO_EXPORT_MACRO TAO_Export - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:49 - -namespace PortableInterceptor -{ - - // TAO_IDL - Generated from - // be\be_visitor_constant/constant_ch.cpp:52 - - const PortableInterceptor::AdapterState HOLDING = 0; - - // TAO_IDL - Generated from - // be\be_visitor_constant/constant_ch.cpp:52 - - const PortableInterceptor::AdapterState ACTIVE = 1; - - // TAO_IDL - Generated from - // be\be_visitor_constant/constant_ch.cpp:52 - - const PortableInterceptor::AdapterState DISCARDING = 2; - - // TAO_IDL - Generated from - // be\be_visitor_constant/constant_ch.cpp:52 - - const PortableInterceptor::AdapterState INACTIVE = 3; - - // TAO_IDL - Generated from - // be\be_visitor_constant/constant_ch.cpp:52 - - const PortableInterceptor::AdapterState NON_EXISTENT = 4; - - // TAO_IDL - Generated from - // be\be_visitor_constant/constant_ch.cpp:52 - - const PortableInterceptor::ReplyStatus SUCCESSFUL = 0; - - // TAO_IDL - Generated from - // be\be_visitor_constant/constant_ch.cpp:52 - - const PortableInterceptor::ReplyStatus SYSTEM_EXCEPTION = 1; - - // TAO_IDL - Generated from - // be\be_visitor_constant/constant_ch.cpp:52 - - const PortableInterceptor::ReplyStatus USER_EXCEPTION = 2; - - // TAO_IDL - Generated from - // be\be_visitor_constant/constant_ch.cpp:52 - - const PortableInterceptor::ReplyStatus LOCATION_FORWARD = 3; - - // TAO_IDL - Generated from - // be\be_visitor_constant/constant_ch.cpp:52 - - const PortableInterceptor::ReplyStatus TRANSPORT_RETRY = 4; - - // TAO_IDL - Generated from - // be\be_visitor_constant/constant_ch.cpp:52 - - const PortableInterceptor::ReplyStatus UNKNOWN = 5; - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:78 - -} // module PortableInterceptor - -// TAO_IDL - Generated from -// be\be_visitor_traits.cpp:61 - -// Traits specializations. -namespace TAO -{ -} - -// TAO_IDL - Generated from -// be\be_codegen.cpp:1028 - -TAO_END_VERSIONED_NAMESPACE_DECL - -#include /**/ "ace/post.h" - -#endif /* ifndef */ - - diff --git a/TAO/tao/PortableInterceptorS.h b/TAO/tao/PortableInterceptorS.h deleted file mode 100644 index 17b1360599e..00000000000 --- a/TAO/tao/PortableInterceptorS.h +++ /dev/null @@ -1,28 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// Skeleton file generation suppressed with command line option -SS diff --git a/TAO/tao/ServicesC.cpp b/TAO/tao/ServicesC.cpp deleted file mode 100644 index 4fad6bd654b..00000000000 --- a/TAO/tao/ServicesC.cpp +++ /dev/null @@ -1,273 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// TAO_IDL - Generated from -// be\be_codegen.cpp:288 - - -#include "tao/ServicesC.h" -#include "tao/CDR.h" -#include "tao/ORB_Core.h" - -// TAO_IDL - Generated from -// be\be_visitor_arg_traits.cpp:70 - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -// Arg traits specializations. -namespace TAO -{ -} - - -// TAO_IDL - Generated from -// be\be_visitor_sequence/sequence_cs.cpp:65 - -#if !defined (_CORBA_SERVICEOPTIONSEQ_CS_) -#define _CORBA_SERVICEOPTIONSEQ_CS_ - -CORBA::ServiceOptionSeq::ServiceOptionSeq (void) -{} - -CORBA::ServiceOptionSeq::ServiceOptionSeq ( - CORBA::ULong max - ) - : TAO::unbounded_value_sequence< - ServiceOption - > - (max) -{} - -CORBA::ServiceOptionSeq::ServiceOptionSeq ( - CORBA::ULong max, - CORBA::ULong length, - CORBA::ULong * buffer, - CORBA::Boolean release - ) - : TAO::unbounded_value_sequence< - ServiceOption - > - (max, length, buffer, release) -{} - -CORBA::ServiceOptionSeq::ServiceOptionSeq ( - const ServiceOptionSeq &seq - ) - : TAO::unbounded_value_sequence< - ServiceOption - > - (seq) -{} - -CORBA::ServiceOptionSeq::~ServiceOptionSeq (void) -{} - -void CORBA::ServiceOptionSeq::_tao_any_destructor ( - void * _tao_void_pointer - ) -{ - ServiceOptionSeq * _tao_tmp_pointer = - static_cast<ServiceOptionSeq *> (_tao_void_pointer); - delete _tao_tmp_pointer; -} - -#endif /* end #if !defined */ - -// TAO_IDL - Generated from -// be\be_visitor_structure/structure_cs.cpp:66 - -void -CORBA::ServiceDetail::_tao_any_destructor ( - void *_tao_void_pointer - ) -{ - ServiceDetail *_tao_tmp_pointer = - static_cast<ServiceDetail *> (_tao_void_pointer); - delete _tao_tmp_pointer; -} - -// TAO_IDL - Generated from -// be\be_visitor_sequence/sequence_cs.cpp:65 - -#if !defined (_CORBA_SERVICEDETAILSEQ_CS_) -#define _CORBA_SERVICEDETAILSEQ_CS_ - -CORBA::ServiceDetailSeq::ServiceDetailSeq (void) -{} - -CORBA::ServiceDetailSeq::ServiceDetailSeq ( - CORBA::ULong max - ) - : TAO::unbounded_value_sequence< - ServiceDetail - > - (max) -{} - -CORBA::ServiceDetailSeq::ServiceDetailSeq ( - CORBA::ULong max, - CORBA::ULong length, - CORBA::ServiceDetail * buffer, - CORBA::Boolean release - ) - : TAO::unbounded_value_sequence< - ServiceDetail - > - (max, length, buffer, release) -{} - -CORBA::ServiceDetailSeq::ServiceDetailSeq ( - const ServiceDetailSeq &seq - ) - : TAO::unbounded_value_sequence< - ServiceDetail - > - (seq) -{} - -CORBA::ServiceDetailSeq::~ServiceDetailSeq (void) -{} - -void CORBA::ServiceDetailSeq::_tao_any_destructor ( - void * _tao_void_pointer - ) -{ - ServiceDetailSeq * _tao_tmp_pointer = - static_cast<ServiceDetailSeq *> (_tao_void_pointer); - delete _tao_tmp_pointer; -} - -#endif /* end #if !defined */ - -// TAO_IDL - Generated from -// be\be_visitor_structure/structure_cs.cpp:66 - -void -CORBA::ServiceInformation::_tao_any_destructor ( - void *_tao_void_pointer - ) -{ - ServiceInformation *_tao_tmp_pointer = - static_cast<ServiceInformation *> (_tao_void_pointer); - delete _tao_tmp_pointer; -} - -// TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_cs.cpp:96 - -#if !defined _TAO_CDR_OP_CORBA_ServiceOptionSeq_CPP_ -#define _TAO_CDR_OP_CORBA_ServiceOptionSeq_CPP_ - -CORBA::Boolean operator<< ( - TAO_OutputCDR &strm, - const CORBA::ServiceOptionSeq &_tao_sequence - ) -{ - return TAO::marshal_sequence(strm, _tao_sequence); -} - -CORBA::Boolean operator>> ( - TAO_InputCDR &strm, - CORBA::ServiceOptionSeq &_tao_sequence - ) -{ - return TAO::demarshal_sequence(strm, _tao_sequence); -} - -#endif /* _TAO_CDR_OP_CORBA_ServiceOptionSeq_CPP_ */ - -// TAO_IDL - Generated from -// be\be_visitor_structure/cdr_op_cs.cpp:61 - -CORBA::Boolean operator<< ( - TAO_OutputCDR &strm, - const CORBA::ServiceDetail &_tao_aggregate - ) -{ - return - (strm << _tao_aggregate.service_detail_type) && - (strm << _tao_aggregate.service_detail); -} - -CORBA::Boolean operator>> ( - TAO_InputCDR &strm, - CORBA::ServiceDetail &_tao_aggregate - ) -{ - return - (strm >> _tao_aggregate.service_detail_type) && - (strm >> _tao_aggregate.service_detail); -} - -// TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_cs.cpp:96 - -#if !defined _TAO_CDR_OP_CORBA_ServiceDetailSeq_CPP_ -#define _TAO_CDR_OP_CORBA_ServiceDetailSeq_CPP_ - -CORBA::Boolean operator<< ( - TAO_OutputCDR &strm, - const CORBA::ServiceDetailSeq &_tao_sequence - ) -{ - return TAO::marshal_sequence(strm, _tao_sequence); -} - -CORBA::Boolean operator>> ( - TAO_InputCDR &strm, - CORBA::ServiceDetailSeq &_tao_sequence - ) -{ - return TAO::demarshal_sequence(strm, _tao_sequence); -} - -#endif /* _TAO_CDR_OP_CORBA_ServiceDetailSeq_CPP_ */ - -// TAO_IDL - Generated from -// be\be_visitor_structure/cdr_op_cs.cpp:61 - -CORBA::Boolean operator<< ( - TAO_OutputCDR &strm, - const CORBA::ServiceInformation &_tao_aggregate - ) -{ - return - (strm << _tao_aggregate.service_options) && - (strm << _tao_aggregate.service_details); -} - -CORBA::Boolean operator>> ( - TAO_InputCDR &strm, - CORBA::ServiceInformation &_tao_aggregate - ) -{ - return - (strm >> _tao_aggregate.service_options) && - (strm >> _tao_aggregate.service_details); -} - -TAO_END_VERSIONED_NAMESPACE_DECL diff --git a/TAO/tao/ServicesC.h b/TAO/tao/ServicesC.h deleted file mode 100644 index f1f44684c18..00000000000 --- a/TAO/tao/ServicesC.h +++ /dev/null @@ -1,321 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// TAO_IDL - Generated from -// be\be_codegen.cpp:154 - -#ifndef _TAO_IDL_SERVICESC_H_ -#define _TAO_IDL_SERVICESC_H_ - -#include /**/ "ace/pre.h" - - -#include "ace/config-all.h" - -#if !defined (ACE_LACKS_PRAGMA_ONCE) -# pragma once -#endif /* ACE_LACKS_PRAGMA_ONCE */ - -#include "tao/TAO_Export.h" -#include "tao/Environment.h" -#include "tao/Sequence_T.h" -#include "tao/Seq_Var_T.h" -#include "tao/Seq_Out_T.h" -#include "tao/VarOut_T.h" - -#include "tao/OctetSeqC.h" - -#if defined (TAO_EXPORT_MACRO) -#undef TAO_EXPORT_MACRO -#endif -#define TAO_EXPORT_MACRO TAO_Export - -#if defined(_MSC_VER) -#pragma warning(push) -#pragma warning(disable:4250) -#endif /* _MSC_VER */ - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:49 - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -namespace CORBA -{ - - // TAO_IDL - Generated from - // be\be_visitor_typedef/typedef_ch.cpp:379 - - typedef CORBA::UShort ServiceType; - typedef CORBA::UShort_out ServiceType_out; - - // TAO_IDL - Generated from - // be\be_visitor_typedef/typedef_ch.cpp:379 - - typedef CORBA::ULong ServiceOption; - typedef CORBA::ULong_out ServiceOption_out; - - // TAO_IDL - Generated from - // be\be_visitor_typedef/typedef_ch.cpp:379 - - typedef CORBA::ULong ServiceDetailType; - typedef CORBA::ULong_out ServiceDetailType_out; - - // TAO_IDL - Generated from - // be\be_visitor_typedef/typedef_ch.cpp:472 - - typedef OctetSeq ServiceDetailData; - typedef OctetSeq_var ServiceDetailData_var; - typedef OctetSeq_out ServiceDetailData_out; - - // TAO_IDL - Generated from - // be\be_visitor_sequence/sequence_ch.cpp:101 - -#if !defined (_CORBA_SERVICEOPTIONSEQ_CH_) -#define _CORBA_SERVICEOPTIONSEQ_CH_ - - class ServiceOptionSeq; - - typedef - TAO_FixedSeq_Var_T< - ServiceOptionSeq - > - ServiceOptionSeq_var; - - typedef - TAO_Seq_Out_T< - ServiceOptionSeq - > - ServiceOptionSeq_out; - - class TAO_Export ServiceOptionSeq - : public - TAO::unbounded_value_sequence< - ServiceOption - > - { - public: - ServiceOptionSeq (void); - ServiceOptionSeq (CORBA::ULong max); - ServiceOptionSeq ( - CORBA::ULong max, - CORBA::ULong length, - CORBA::ULong* buffer, - CORBA::Boolean release = false - ); - ServiceOptionSeq (const ServiceOptionSeq &); - ~ServiceOptionSeq (void); - - static void _tao_any_destructor (void *); - - typedef ServiceOptionSeq_var _var_type; - }; - -#endif /* end #if !defined */ - - // TAO_IDL - Generated from - // be\be_visitor_constant/constant_ch.cpp:52 - - const CORBA::ServiceType Security = 1U; - - // TAO_IDL - Generated from - // be\be_type.cpp:258 - - struct ServiceDetail; - - typedef - TAO_Var_Var_T< - ServiceDetail - > - ServiceDetail_var; - - typedef - TAO_Out_T< - ServiceDetail - > - ServiceDetail_out; - - // TAO_IDL - Generated from - // be\be_visitor_structure/structure_ch.cpp:57 - - struct TAO_Export ServiceDetail - { - typedef ServiceDetail_var _var_type; - - static void _tao_any_destructor (void *); - CORBA::ServiceDetailType service_detail_type; - CORBA::ServiceDetailData service_detail; - }; - - // TAO_IDL - Generated from - // be\be_visitor_sequence/sequence_ch.cpp:101 - -#if !defined (_CORBA_SERVICEDETAILSEQ_CH_) -#define _CORBA_SERVICEDETAILSEQ_CH_ - - class ServiceDetailSeq; - - typedef - TAO_VarSeq_Var_T< - ServiceDetailSeq - > - ServiceDetailSeq_var; - - typedef - TAO_Seq_Out_T< - ServiceDetailSeq - > - ServiceDetailSeq_out; - - class TAO_Export ServiceDetailSeq - : public - TAO::unbounded_value_sequence< - ServiceDetail - > - { - public: - ServiceDetailSeq (void); - ServiceDetailSeq (CORBA::ULong max); - ServiceDetailSeq ( - CORBA::ULong max, - CORBA::ULong length, - ServiceDetail* buffer, - CORBA::Boolean release = false - ); - ServiceDetailSeq (const ServiceDetailSeq &); - ~ServiceDetailSeq (void); - - static void _tao_any_destructor (void *); - - typedef ServiceDetailSeq_var _var_type; - }; - -#endif /* end #if !defined */ - - // TAO_IDL - Generated from - // be\be_type.cpp:258 - - struct ServiceInformation; - - typedef - TAO_Var_Var_T< - ServiceInformation - > - ServiceInformation_var; - - typedef - TAO_Out_T< - ServiceInformation - > - ServiceInformation_out; - - // TAO_IDL - Generated from - // be\be_visitor_structure/structure_ch.cpp:57 - - struct TAO_Export ServiceInformation - { - typedef ServiceInformation_var _var_type; - typedef ServiceInformation_out _out_type; - - static void _tao_any_destructor (void *); - CORBA::ServiceOptionSeq service_options; - CORBA::ServiceDetailSeq service_details; - }; - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:78 - -} // module CORBA - -// TAO_IDL - Generated from -// be\be_visitor_traits.cpp:61 - -// Traits specializations. -namespace TAO -{ -} - -// TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_ch.cpp:71 - -#if !defined _TAO_CDR_OP_CORBA_ServiceOptionSeq_H_ -#define _TAO_CDR_OP_CORBA_ServiceOptionSeq_H_ - -TAO_Export CORBA::Boolean operator<< ( - TAO_OutputCDR &, - const CORBA::ServiceOptionSeq & - ); -TAO_Export CORBA::Boolean operator>> ( - TAO_InputCDR &, - CORBA::ServiceOptionSeq & - ); - -#endif /* _TAO_CDR_OP_CORBA_ServiceOptionSeq_H_ */ - -// TAO_IDL - Generated from -// be\be_visitor_structure/cdr_op_ch.cpp:54 - -TAO_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ServiceDetail &); -TAO_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ServiceDetail &); - -// TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_ch.cpp:71 - -#if !defined _TAO_CDR_OP_CORBA_ServiceDetailSeq_H_ -#define _TAO_CDR_OP_CORBA_ServiceDetailSeq_H_ - -TAO_Export CORBA::Boolean operator<< ( - TAO_OutputCDR &, - const CORBA::ServiceDetailSeq & - ); -TAO_Export CORBA::Boolean operator>> ( - TAO_InputCDR &, - CORBA::ServiceDetailSeq & - ); - -#endif /* _TAO_CDR_OP_CORBA_ServiceDetailSeq_H_ */ - -// TAO_IDL - Generated from -// be\be_visitor_structure/cdr_op_ch.cpp:54 - -TAO_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::ServiceInformation &); -TAO_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ServiceInformation &); - -// TAO_IDL - Generated from -// be\be_codegen.cpp:1062 - -TAO_END_VERSIONED_NAMESPACE_DECL - -#if defined(_MSC_VER) -#pragma warning(pop) -#endif /* _MSC_VER */ - -#include /**/ "ace/post.h" - -#endif /* ifndef */ - - diff --git a/TAO/tao/ServicesS.h b/TAO/tao/ServicesS.h deleted file mode 100644 index 17b1360599e..00000000000 --- a/TAO/tao/ServicesS.h +++ /dev/null @@ -1,28 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// Skeleton file generation suppressed with command line option -SS diff --git a/TAO/tao/ShortSeqC.cpp b/TAO/tao/ShortSeqC.cpp deleted file mode 100644 index 61dd1f3fb77..00000000000 --- a/TAO/tao/ShortSeqC.cpp +++ /dev/null @@ -1,123 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// TAO_IDL - Generated from -// be\be_codegen.cpp:277 - - -#include "tao/ShortSeqC.h" -#include "tao/CDR.h" - -// TAO_IDL - Generated from -// be\be_visitor_arg_traits.cpp:70 - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -// Arg traits specializations. -namespace TAO -{ -} - - -// TAO_IDL - Generated from -// be\be_visitor_sequence/sequence_cs.cpp:65 - -#if !defined (_CORBA_SHORTSEQ_CS_) -#define _CORBA_SHORTSEQ_CS_ - -CORBA::ShortSeq::ShortSeq (void) -{} - -CORBA::ShortSeq::ShortSeq ( - CORBA::ULong max - ) - : TAO::unbounded_value_sequence< - CORBA::Short - > - (max) -{} - -CORBA::ShortSeq::ShortSeq ( - CORBA::ULong max, - CORBA::ULong length, - CORBA::Short * buffer, - CORBA::Boolean release - ) - : TAO::unbounded_value_sequence< - CORBA::Short - > - (max, length, buffer, release) -{} - -CORBA::ShortSeq::ShortSeq ( - const ShortSeq &seq - ) - : TAO::unbounded_value_sequence< - CORBA::Short - > - (seq) -{} - -CORBA::ShortSeq::~ShortSeq (void) -{} - -void CORBA::ShortSeq::_tao_any_destructor ( - void * _tao_void_pointer - ) -{ - ShortSeq * _tao_tmp_pointer = - static_cast<ShortSeq *> (_tao_void_pointer); - delete _tao_tmp_pointer; -} - -#endif /* end #if !defined */ - -// TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_cs.cpp:96 - -#if !defined _TAO_CDR_OP_CORBA_ShortSeq_CPP_ -#define _TAO_CDR_OP_CORBA_ShortSeq_CPP_ - -CORBA::Boolean operator<< ( - TAO_OutputCDR &strm, - const CORBA::ShortSeq &_tao_sequence - ) -{ - return TAO::marshal_sequence(strm, _tao_sequence); -} - -CORBA::Boolean operator>> ( - TAO_InputCDR &strm, - CORBA::ShortSeq &_tao_sequence - ) -{ - return TAO::demarshal_sequence(strm, _tao_sequence); -} - -#endif /* _TAO_CDR_OP_CORBA_ShortSeq_CPP_ */ - -TAO_END_VERSIONED_NAMESPACE_DECL diff --git a/TAO/tao/ShortSeqC.h b/TAO/tao/ShortSeqC.h deleted file mode 100644 index 9ac7e1fb8d4..00000000000 --- a/TAO/tao/ShortSeqC.h +++ /dev/null @@ -1,148 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// TAO_IDL - Generated from -// be\be_codegen.cpp:154 - -#ifndef _TAO_IDL_SHORTSEQC_H_ -#define _TAO_IDL_SHORTSEQC_H_ - -#include /**/ "ace/pre.h" - - -#include "ace/config-all.h" - -#if !defined (ACE_LACKS_PRAGMA_ONCE) -# pragma once -#endif /* ACE_LACKS_PRAGMA_ONCE */ - -#include "tao/TAO_Export.h" -#include "tao/ORB.h" -#include "tao/Environment.h" -#include "tao/Sequence_T.h" -#include "tao/Seq_Var_T.h" -#include "tao/Seq_Out_T.h" - -#if defined (TAO_EXPORT_MACRO) -#undef TAO_EXPORT_MACRO -#endif -#define TAO_EXPORT_MACRO TAO_Export - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:49 - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -namespace CORBA -{ - - // TAO_IDL - Generated from - // be\be_visitor_sequence/sequence_ch.cpp:101 - -#if !defined (_CORBA_SHORTSEQ_CH_) -#define _CORBA_SHORTSEQ_CH_ - - class ShortSeq; - - typedef - TAO_FixedSeq_Var_T< - ShortSeq - > - ShortSeq_var; - - typedef - TAO_Seq_Out_T< - ShortSeq - > - ShortSeq_out; - - class TAO_Export ShortSeq - : public - TAO::unbounded_value_sequence< - CORBA::Short - > - { - public: - ShortSeq (void); - ShortSeq (CORBA::ULong max); - ShortSeq ( - CORBA::ULong max, - CORBA::ULong length, - CORBA::Short* buffer, - CORBA::Boolean release = false - ); - ShortSeq (const ShortSeq &); - ~ShortSeq (void); - - static void _tao_any_destructor (void *); - - typedef ShortSeq_var _var_type; - typedef ShortSeq_out _out_type; - }; - -#endif /* end #if !defined */ - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:78 - -} // module CORBA - -// TAO_IDL - Generated from -// be\be_visitor_traits.cpp:61 - -// Traits specializations. -namespace TAO -{ -} - -// TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_ch.cpp:71 - -#if !defined _TAO_CDR_OP_CORBA_ShortSeq_H_ -#define _TAO_CDR_OP_CORBA_ShortSeq_H_ - -TAO_Export CORBA::Boolean operator<< ( - TAO_OutputCDR &, - const CORBA::ShortSeq & - ); -TAO_Export CORBA::Boolean operator>> ( - TAO_InputCDR &, - CORBA::ShortSeq & - ); - -#endif /* _TAO_CDR_OP_CORBA_ShortSeq_H_ */ - -TAO_END_VERSIONED_NAMESPACE_DECL - -// TAO_IDL - Generated from -// be\be_codegen.cpp:1028 - -#include /**/ "ace/post.h" - -#endif /* ifndef */ - - diff --git a/TAO/tao/ShortSeqS.h b/TAO/tao/ShortSeqS.h deleted file mode 100644 index 17b1360599e..00000000000 --- a/TAO/tao/ShortSeqS.h +++ /dev/null @@ -1,28 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// Skeleton file generation suppressed with command line option -SS diff --git a/TAO/tao/StringSeqC.cpp b/TAO/tao/StringSeqC.cpp deleted file mode 100644 index a031820d1a8..00000000000 --- a/TAO/tao/StringSeqC.cpp +++ /dev/null @@ -1,117 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// TAO_IDL - Generated from -// be\be_codegen.cpp:277 - - -#include "tao/StringSeqC.h" -#include "tao/CDR.h" - -// TAO_IDL - Generated from -// be\be_visitor_arg_traits.cpp:70 - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -// Arg traits specializations. -namespace TAO -{ -} - - -// TAO_IDL - Generated from -// be\be_visitor_sequence/sequence_cs.cpp:65 - -#if !defined (_CORBA_STRINGSEQ_CS_) -#define _CORBA_STRINGSEQ_CS_ - -CORBA::StringSeq::StringSeq (void) -{} - -CORBA::StringSeq::StringSeq ( - CORBA::ULong max - ) - : TAO::unbounded_string_sequence - (max) -{} - -CORBA::StringSeq::StringSeq ( - CORBA::ULong max, - CORBA::ULong length, - char * * buffer, - CORBA::Boolean release - ) - : TAO::unbounded_string_sequence - (max, length, buffer, release) -{} - -CORBA::StringSeq::StringSeq ( - const StringSeq &seq - ) - : TAO::unbounded_string_sequence - (seq) -{} - -CORBA::StringSeq::~StringSeq (void) -{} - -void CORBA::StringSeq::_tao_any_destructor ( - void * _tao_void_pointer - ) -{ - StringSeq * _tao_tmp_pointer = - static_cast<StringSeq *> (_tao_void_pointer); - delete _tao_tmp_pointer; -} - -#endif /* end #if !defined */ - -// TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_cs.cpp:96 - -#if !defined _TAO_CDR_OP_CORBA_StringSeq_CPP_ -#define _TAO_CDR_OP_CORBA_StringSeq_CPP_ - -CORBA::Boolean operator<< ( - TAO_OutputCDR &strm, - const CORBA::StringSeq &_tao_sequence - ) -{ - return TAO::marshal_sequence(strm, _tao_sequence); -} - -CORBA::Boolean operator>> ( - TAO_InputCDR &strm, - CORBA::StringSeq &_tao_sequence - ) -{ - return TAO::demarshal_sequence(strm, _tao_sequence); -} - -#endif /* _TAO_CDR_OP_CORBA_StringSeq_CPP_ */ - -TAO_END_VERSIONED_NAMESPACE_DECL diff --git a/TAO/tao/StringSeqC.h b/TAO/tao/StringSeqC.h deleted file mode 100644 index 16e875d21b1..00000000000 --- a/TAO/tao/StringSeqC.h +++ /dev/null @@ -1,146 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// TAO_IDL - Generated from -// be\be_codegen.cpp:154 - -#ifndef _TAO_IDL_STRINGSEQC_H_ -#define _TAO_IDL_STRINGSEQC_H_ - -#include /**/ "ace/pre.h" - - -#include "ace/config-all.h" - -#if !defined (ACE_LACKS_PRAGMA_ONCE) -# pragma once -#endif /* ACE_LACKS_PRAGMA_ONCE */ - -#include "tao/TAO_Export.h" -#include "tao/ORB.h" -#include "tao/Environment.h" -#include "tao/Sequence_T.h" -#include "tao/Seq_Var_T.h" -#include "tao/Seq_Out_T.h" - -#if defined (TAO_EXPORT_MACRO) -#undef TAO_EXPORT_MACRO -#endif -#define TAO_EXPORT_MACRO TAO_Export - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:49 - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -namespace CORBA -{ - - // TAO_IDL - Generated from - // be\be_visitor_sequence/sequence_ch.cpp:101 - -#if !defined (_CORBA_STRINGSEQ_CH_) -#define _CORBA_STRINGSEQ_CH_ - - class StringSeq; - - typedef - TAO_VarSeq_Var_T< - StringSeq - > - StringSeq_var; - - typedef - TAO_Seq_Out_T< - StringSeq - > - StringSeq_out; - - class TAO_Export StringSeq - : public - TAO::unbounded_string_sequence - { - public: - StringSeq (void); - StringSeq (CORBA::ULong max); - StringSeq ( - CORBA::ULong max, - CORBA::ULong length, - ::CORBA::Char ** buffer, - CORBA::Boolean release = false - ); - StringSeq (const StringSeq &); - ~StringSeq (void); - - static void _tao_any_destructor (void *); - - typedef StringSeq_var _var_type; - typedef StringSeq_out _out_type; - }; - -#endif /* end #if !defined */ - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:78 - -} // module CORBA - -// TAO_IDL - Generated from -// be\be_visitor_traits.cpp:61 - -// Traits specializations. -namespace TAO -{ -} - -// TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_ch.cpp:71 - -#if !defined _TAO_CDR_OP_CORBA_StringSeq_H_ -#define _TAO_CDR_OP_CORBA_StringSeq_H_ - -TAO_Export CORBA::Boolean operator<< ( - TAO_OutputCDR &, - const CORBA::StringSeq & - ); -TAO_Export CORBA::Boolean operator>> ( - TAO_InputCDR &, - CORBA::StringSeq & - ); - -#endif /* _TAO_CDR_OP_CORBA_StringSeq_H_ */ - -// TAO_IDL - Generated from -// be\be_codegen.cpp:1028 - -TAO_END_VERSIONED_NAMESPACE_DECL - -#include /**/ "ace/post.h" - -#endif /* ifndef */ - - diff --git a/TAO/tao/StringSeqS.h b/TAO/tao/StringSeqS.h deleted file mode 100644 index 17b1360599e..00000000000 --- a/TAO/tao/StringSeqS.h +++ /dev/null @@ -1,28 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// Skeleton file generation suppressed with command line option -SS diff --git a/TAO/tao/TAOC.cpp b/TAO/tao/TAOC.cpp deleted file mode 100644 index 4e6e3e361c9..00000000000 --- a/TAO/tao/TAOC.cpp +++ /dev/null @@ -1,212 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// TAO_IDL - Generated from -// be\be_codegen.cpp:277 - - -#include "tao/TAOC.h" -#include "tao/CDR.h" -#include "ace/OS_NS_string.h" - -// TAO_IDL - Generated from -// be\be_visitor_arg_traits.cpp:70 - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -// Arg traits specializations. -namespace TAO -{ -} - - -// TAO_IDL - Generated from -// be\be_visitor_structure/structure_cs.cpp:66 - -void -TAO::BufferingConstraint::_tao_any_destructor ( - void *_tao_void_pointer - ) -{ - BufferingConstraint *_tao_tmp_pointer = - static_cast<BufferingConstraint *> (_tao_void_pointer); - delete _tao_tmp_pointer; -} - -// TAO_IDL - Generated from -// be\be_visitor_interface/interface_cs.cpp:60 - -// Traits specializations for TAO::BufferingConstraintPolicy. - -TAO::BufferingConstraintPolicy_ptr -TAO::Objref_Traits<TAO::BufferingConstraintPolicy>::duplicate ( - TAO::BufferingConstraintPolicy_ptr p - ) -{ - return TAO::BufferingConstraintPolicy::_duplicate (p); -} - -void -TAO::Objref_Traits<TAO::BufferingConstraintPolicy>::release ( - TAO::BufferingConstraintPolicy_ptr p - ) -{ - ::CORBA::release (p); -} - -TAO::BufferingConstraintPolicy_ptr -TAO::Objref_Traits<TAO::BufferingConstraintPolicy>::nil (void) -{ - return TAO::BufferingConstraintPolicy::_nil (); -} - -CORBA::Boolean -TAO::Objref_Traits<TAO::BufferingConstraintPolicy>::marshal ( - const TAO::BufferingConstraintPolicy_ptr p, - TAO_OutputCDR & cdr - ) -{ - return CORBA::Object::marshal (p, cdr); -} - -TAO::BufferingConstraintPolicy::BufferingConstraintPolicy (void) -{} - -TAO::BufferingConstraintPolicy::~BufferingConstraintPolicy (void) -{} - -TAO::BufferingConstraintPolicy_ptr -TAO::BufferingConstraintPolicy::_narrow ( - CORBA::Object_ptr _tao_objref - ACE_ENV_ARG_DECL_NOT_USED - ) -{ - return BufferingConstraintPolicy::_duplicate ( - dynamic_cast<BufferingConstraintPolicy_ptr> (_tao_objref) - ); -} - -TAO::BufferingConstraintPolicy_ptr -TAO::BufferingConstraintPolicy::_unchecked_narrow ( - CORBA::Object_ptr _tao_objref - ACE_ENV_ARG_DECL_NOT_USED - ) -{ - return BufferingConstraintPolicy::_duplicate ( - dynamic_cast<BufferingConstraintPolicy_ptr> (_tao_objref) - ); -} - -TAO::BufferingConstraintPolicy_ptr -TAO::BufferingConstraintPolicy::_duplicate (BufferingConstraintPolicy_ptr obj) -{ - if (! ::CORBA::is_nil (obj)) - { - obj->_add_ref (); - } - - return obj; -} - -void -TAO::BufferingConstraintPolicy::_tao_release (BufferingConstraintPolicy_ptr obj) -{ - ::CORBA::release (obj); -} - -CORBA::Boolean -TAO::BufferingConstraintPolicy::_is_a ( - const char *value - ACE_ENV_ARG_DECL_NOT_USED - ) -{ - if ( - !ACE_OS::strcmp ( - value, - "IDL:omg.org/CORBA/Policy:1.0" - ) || - !ACE_OS::strcmp ( - value, - "IDL:tao/TAO/BufferingConstraintPolicy:1.0" - ) || - !ACE_OS::strcmp ( - value, - "IDL:omg.org/CORBA/LocalObject:1.0" - ) || - !ACE_OS::strcmp ( - value, - "IDL:omg.org/CORBA/Object:1.0" - ) - ) - { - return true; // success using local knowledge - } - else - { - return false; - } -} - -const char* TAO::BufferingConstraintPolicy::_interface_repository_id (void) const -{ - return "IDL:tao/TAO/BufferingConstraintPolicy:1.0"; -} - -CORBA::Boolean -TAO::BufferingConstraintPolicy::marshal (TAO_OutputCDR &) -{ - return false; -} - -// TAO_IDL - Generated from -// be\be_visitor_structure/cdr_op_cs.cpp:61 - -CORBA::Boolean operator<< ( - TAO_OutputCDR &strm, - const TAO::BufferingConstraint &_tao_aggregate - ) -{ - return - (strm << _tao_aggregate.mode) && - (strm << _tao_aggregate.timeout) && - (strm << _tao_aggregate.message_count) && - (strm << _tao_aggregate.message_bytes); -} - -CORBA::Boolean operator>> ( - TAO_InputCDR &strm, - TAO::BufferingConstraint &_tao_aggregate - ) -{ - return - (strm >> _tao_aggregate.mode) && - (strm >> _tao_aggregate.timeout) && - (strm >> _tao_aggregate.message_count) && - (strm >> _tao_aggregate.message_bytes); -} - -TAO_END_VERSIONED_NAMESPACE_DECL diff --git a/TAO/tao/TAOC.h b/TAO/tao/TAOC.h deleted file mode 100644 index 09119762180..00000000000 --- a/TAO/tao/TAOC.h +++ /dev/null @@ -1,301 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// TAO_IDL - Generated from -// be\be_codegen.cpp:154 - -#ifndef _TAO_IDL_TAOC_H_ -#define _TAO_IDL_TAOC_H_ - -#include /**/ "ace/pre.h" - - -#include "ace/config-all.h" - -#if !defined (ACE_LACKS_PRAGMA_ONCE) -# pragma once -#endif /* ACE_LACKS_PRAGMA_ONCE */ - -#include "tao/TAO_Export.h" -#include "tao/ORB.h" -#include "tao/SystemException.h" -#include "tao/Environment.h" -#include "tao/Object.h" -#include "tao/Objref_VarOut_T.h" -#include "tao/VarOut_T.h" - -#include "tao/PolicyC.h" -#include "tao/TimeBaseC.h" -#include "tao/Messaging_SyncScopeC.h" - -#if defined (TAO_EXPORT_MACRO) -#undef TAO_EXPORT_MACRO -#endif -#define TAO_EXPORT_MACRO TAO_Export - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:49 - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -namespace TAO -{ - - // TAO_IDL - Generated from - // be\be_visitor_typedef/typedef_ch.cpp:379 - - typedef CORBA::UShort BufferingConstraintMode; - typedef CORBA::UShort_out BufferingConstraintMode_out; - - // TAO_IDL - Generated from - // be\be_visitor_constant/constant_ch.cpp:52 - - const TAO::BufferingConstraintMode BUFFER_FLUSH = 0U; - - // TAO_IDL - Generated from - // be\be_visitor_constant/constant_ch.cpp:52 - - const TAO::BufferingConstraintMode BUFFER_TIMEOUT = 1U; - - // TAO_IDL - Generated from - // be\be_visitor_constant/constant_ch.cpp:52 - - const TAO::BufferingConstraintMode BUFFER_MESSAGE_COUNT = 2U; - - // TAO_IDL - Generated from - // be\be_visitor_constant/constant_ch.cpp:52 - - const TAO::BufferingConstraintMode BUFFER_MESSAGE_BYTES = 4U; - - // TAO_IDL - Generated from - // be\be_type.cpp:258 - - struct BufferingConstraint; - - typedef - TAO_Fixed_Var_T< - BufferingConstraint - > - BufferingConstraint_var; - - typedef - BufferingConstraint & - BufferingConstraint_out; - - // TAO_IDL - Generated from - // be\be_visitor_structure/structure_ch.cpp:57 - - struct TAO_Export BufferingConstraint - { - typedef BufferingConstraint_var _var_type; - - static void _tao_any_destructor (void *); - TAO::BufferingConstraintMode mode; - TimeBase::TimeT timeout; - CORBA::ULong message_count; - CORBA::ULong message_bytes; - }; - - // TAO_IDL - Generated from - // be\be_visitor_constant/constant_ch.cpp:52 - - const CORBA::PolicyType BUFFERING_CONSTRAINT_POLICY_TYPE = 1413545985U; - - // TAO_IDL - Generated from - // be\be_interface.cpp:598 - -#if !defined (_TAO_BUFFERINGCONSTRAINTPOLICY__VAR_OUT_CH_) -#define _TAO_BUFFERINGCONSTRAINTPOLICY__VAR_OUT_CH_ - - class BufferingConstraintPolicy; - typedef BufferingConstraintPolicy *BufferingConstraintPolicy_ptr; - - typedef - TAO_Objref_Var_T< - BufferingConstraintPolicy - > - BufferingConstraintPolicy_var; - - typedef - TAO_Objref_Out_T< - BufferingConstraintPolicy - > - BufferingConstraintPolicy_out; - -#endif /* end #if !defined */ - - // TAO_IDL - Generated from - // be\be_visitor_interface/interface_ch.cpp:54 - -#if !defined (_TAO_BUFFERINGCONSTRAINTPOLICY_CH_) -#define _TAO_BUFFERINGCONSTRAINTPOLICY_CH_ - - class TAO_Export BufferingConstraintPolicy - : public virtual ::CORBA::Policy - { - public: - typedef BufferingConstraintPolicy_ptr _ptr_type; - typedef BufferingConstraintPolicy_var _var_type; - - // The static operations. - static BufferingConstraintPolicy_ptr _duplicate (BufferingConstraintPolicy_ptr obj); - - static void _tao_release (BufferingConstraintPolicy_ptr obj); - - static BufferingConstraintPolicy_ptr _narrow ( - CORBA::Object_ptr obj - ACE_ENV_ARG_DECL_WITH_DEFAULTS - ); - - static BufferingConstraintPolicy_ptr _unchecked_narrow ( - CORBA::Object_ptr obj - ACE_ENV_ARG_DECL_WITH_DEFAULTS - ); - - static BufferingConstraintPolicy_ptr _nil (void) - { - return static_cast<BufferingConstraintPolicy_ptr> (0); - } - - - - // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - - virtual ::TAO::BufferingConstraint buffering_constraint ( - ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS - ) - ACE_THROW_SPEC (( - CORBA::SystemException - )) = 0; - - // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - - virtual ::CORBA::Policy_ptr copy ( - ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS - ) - ACE_THROW_SPEC (( - CORBA::SystemException - )) = 0; - - // TAO_IDL - Generated from - // be\be_visitor_operation/operation_ch.cpp:46 - - virtual void destroy ( - ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS - ) - ACE_THROW_SPEC (( - CORBA::SystemException - )) = 0; - - // TAO_IDL - Generated from - // be\be_visitor_interface/interface_ch.cpp:210 - - 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); - - protected: - // Abstract or local interface only. - BufferingConstraintPolicy (void); - - virtual ~BufferingConstraintPolicy (void); - - private: - // Private and unimplemented for concrete interfaces. - BufferingConstraintPolicy (const BufferingConstraintPolicy &); - - void operator= (const BufferingConstraintPolicy &); - }; - -#endif /* end #if !defined */ - - // TAO_IDL - Generated from - // be\be_visitor_constant/constant_ch.cpp:52 - - const Messaging::SyncScope SYNC_EAGER_BUFFERING = 0; - - // TAO_IDL - Generated from - // be\be_visitor_constant/constant_ch.cpp:52 - - const Messaging::SyncScope SYNC_DELAYED_BUFFERING = -2; - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:78 - -} // module TAO - -// TAO_IDL - Generated from -// be\be_visitor_traits.cpp:61 - -// Traits specializations. -namespace TAO -{ - -#if !defined (_TAO_BUFFERINGCONSTRAINTPOLICY__TRAITS_) -#define _TAO_BUFFERINGCONSTRAINTPOLICY__TRAITS_ - - template<> - struct TAO_Export Objref_Traits< ::TAO::BufferingConstraintPolicy> - { - static ::TAO::BufferingConstraintPolicy_ptr duplicate ( - ::TAO::BufferingConstraintPolicy_ptr - ); - static void release ( - ::TAO::BufferingConstraintPolicy_ptr - ); - static ::TAO::BufferingConstraintPolicy_ptr nil (void); - static CORBA::Boolean marshal ( - const ::TAO::BufferingConstraintPolicy_ptr p, - TAO_OutputCDR & cdr - ); - }; - -#endif /* end #if !defined */ -} - -// TAO_IDL - Generated from -// be\be_visitor_structure/cdr_op_ch.cpp:54 - -TAO_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const TAO::BufferingConstraint &); -TAO_Export CORBA::Boolean operator>> (TAO_InputCDR &, TAO::BufferingConstraint &); - -// TAO_IDL - Generated from -// be\be_codegen.cpp:1028 - -TAO_END_VERSIONED_NAMESPACE_DECL - -#include /**/ "ace/post.h" - -#endif /* ifndef */ - - diff --git a/TAO/tao/TAOS.h b/TAO/tao/TAOS.h deleted file mode 100644 index 17b1360599e..00000000000 --- a/TAO/tao/TAOS.h +++ /dev/null @@ -1,28 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// Skeleton file generation suppressed with command line option -SS diff --git a/TAO/tao/TimeBaseC.cpp b/TAO/tao/TimeBaseC.cpp deleted file mode 100644 index 650026e6abb..00000000000 --- a/TAO/tao/TimeBaseC.cpp +++ /dev/null @@ -1,126 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// TAO_IDL - Generated from -// be\be_codegen.cpp:291 - - -#include "tao/TimeBaseC.h" -#include "tao/CDR.h" - -#if defined (__BORLANDC__) -#pragma option -w-rvl -w-rch -w-ccc -w-aus -w-sig -#endif /* __BORLANDC__ */ - -// TAO_IDL - Generated from -// be\be_visitor_arg_traits.cpp:70 - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -// Arg traits specializations. -namespace TAO -{ -} - - -// TAO_IDL - Generated from -// be\be_visitor_structure/structure_cs.cpp:66 - -void -TimeBase::UtcT::_tao_any_destructor ( - void *_tao_void_pointer - ) -{ - UtcT *_tao_tmp_pointer = - static_cast<UtcT *> (_tao_void_pointer); - delete _tao_tmp_pointer; -} - -// TAO_IDL - Generated from -// be\be_visitor_structure/structure_cs.cpp:66 - -void -TimeBase::IntervalT::_tao_any_destructor ( - void *_tao_void_pointer - ) -{ - IntervalT *_tao_tmp_pointer = - static_cast<IntervalT *> (_tao_void_pointer); - delete _tao_tmp_pointer; -} - -// TAO_IDL - Generated from -// be\be_visitor_structure/cdr_op_cs.cpp:61 - -CORBA::Boolean operator<< ( - TAO_OutputCDR &strm, - const TimeBase::UtcT &_tao_aggregate - ) -{ - return - (strm << _tao_aggregate.time) && - (strm << _tao_aggregate.inacclo) && - (strm << _tao_aggregate.inacchi) && - (strm << _tao_aggregate.tdf); -} - -CORBA::Boolean operator>> ( - TAO_InputCDR &strm, - TimeBase::UtcT &_tao_aggregate - ) -{ - return - (strm >> _tao_aggregate.time) && - (strm >> _tao_aggregate.inacclo) && - (strm >> _tao_aggregate.inacchi) && - (strm >> _tao_aggregate.tdf); -} - -// TAO_IDL - Generated from -// be\be_visitor_structure/cdr_op_cs.cpp:61 - -CORBA::Boolean operator<< ( - TAO_OutputCDR &strm, - const TimeBase::IntervalT &_tao_aggregate - ) -{ - return - (strm << _tao_aggregate.lower_bound) && - (strm << _tao_aggregate.upper_bound); -} - -CORBA::Boolean operator>> ( - TAO_InputCDR &strm, - TimeBase::IntervalT &_tao_aggregate - ) -{ - return - (strm >> _tao_aggregate.lower_bound) && - (strm >> _tao_aggregate.upper_bound); -} - -TAO_END_VERSIONED_NAMESPACE_DECL diff --git a/TAO/tao/TimeBaseC.h b/TAO/tao/TimeBaseC.h deleted file mode 100644 index 4ff35b6fd42..00000000000 --- a/TAO/tao/TimeBaseC.h +++ /dev/null @@ -1,186 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// TAO_IDL - Generated from -// be\be_codegen.cpp:153 - -#ifndef _TAO_IDL_ORIG_TIMEBASEC_H_ -#define _TAO_IDL_ORIG_TIMEBASEC_H_ - -#include /**/ "ace/pre.h" - - -#include "ace/config-all.h" - -#if !defined (ACE_LACKS_PRAGMA_ONCE) -# pragma once -#endif /* ACE_LACKS_PRAGMA_ONCE */ - -#include "tao/TAO_Export.h" -#include "tao/ORB.h" -#include "tao/Environment.h" -#include "tao/VarOut_T.h" - -#if defined (TAO_EXPORT_MACRO) -#undef TAO_EXPORT_MACRO -#endif -#define TAO_EXPORT_MACRO TAO_Export - -#if defined(_MSC_VER) -#pragma warning(push) -#pragma warning(disable:4250) -#endif /* _MSC_VER */ - -#if defined (__BORLANDC__) -#pragma option push -w-rvl -w-rch -w-ccc -w-inl -#endif /* __BORLANDC__ */ - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:48 - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -namespace TimeBase -{ - - // TAO_IDL - Generated from - // be\be_visitor_typedef/typedef_ch.cpp:379 - - typedef CORBA::ULongLong TimeT; - typedef CORBA::ULongLong_out TimeT_out; - - // TAO_IDL - Generated from - // be\be_visitor_typedef/typedef_ch.cpp:379 - - typedef TimeT InaccuracyT; - typedef TimeT_out InaccuracyT_out; - - // TAO_IDL - Generated from - // be\be_visitor_typedef/typedef_ch.cpp:379 - - typedef CORBA::Short TdfT; - typedef CORBA::Short_out TdfT_out; - - // TAO_IDL - Generated from - // be\be_type.cpp:258 - - struct UtcT; - - typedef - TAO_Fixed_Var_T< - UtcT - > - UtcT_var; - - typedef - UtcT & - UtcT_out; - - // TAO_IDL - Generated from - // be\be_visitor_structure/structure_ch.cpp:52 - - struct TAO_Export UtcT - { - typedef UtcT_var _var_type; - - static void _tao_any_destructor (void *); - TimeBase::TimeT time; - CORBA::ULong inacclo; - CORBA::UShort inacchi; - TimeBase::TdfT tdf; - }; - - // TAO_IDL - Generated from - // be\be_type.cpp:258 - - struct IntervalT; - - typedef - TAO_Fixed_Var_T< - IntervalT - > - IntervalT_var; - - typedef - IntervalT & - IntervalT_out; - - // TAO_IDL - Generated from - // be\be_visitor_structure/structure_ch.cpp:52 - - struct TAO_Export IntervalT - { - typedef IntervalT_var _var_type; - - static void _tao_any_destructor (void *); - TimeBase::TimeT lower_bound; - TimeBase::TimeT upper_bound; - }; - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:66 - -} // module TimeBase - -// TAO_IDL - Generated from -// be\be_visitor_traits.cpp:61 - -// Traits specializations. -namespace TAO -{ -} - -// TAO_IDL - Generated from -// be\be_visitor_structure/cdr_op_ch.cpp:54 - -TAO_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const TimeBase::UtcT &); -TAO_Export CORBA::Boolean operator>> (TAO_InputCDR &, TimeBase::UtcT &); - -// TAO_IDL - Generated from -// be\be_visitor_structure/cdr_op_ch.cpp:54 - -TAO_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const TimeBase::IntervalT &); -TAO_Export CORBA::Boolean operator>> (TAO_InputCDR &, TimeBase::IntervalT &); - -// TAO_IDL - Generated from -// be\be_codegen.cpp:955 - -TAO_END_VERSIONED_NAMESPACE_DECL - -#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/TimeBaseS.h b/TAO/tao/TimeBaseS.h deleted file mode 100644 index 17b1360599e..00000000000 --- a/TAO/tao/TimeBaseS.h +++ /dev/null @@ -1,28 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// Skeleton file generation suppressed with command line option -SS diff --git a/TAO/tao/ULongLongSeqC.cpp b/TAO/tao/ULongLongSeqC.cpp deleted file mode 100644 index 108d4780a22..00000000000 --- a/TAO/tao/ULongLongSeqC.cpp +++ /dev/null @@ -1,123 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// TAO_IDL - Generated from -// be\be_codegen.cpp:277 - - -#include "tao/ULongLongSeqC.h" -#include "tao/CDR.h" - -// TAO_IDL - Generated from -// be\be_visitor_arg_traits.cpp:70 - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -// Arg traits specializations. -namespace TAO -{ -} - - -// TAO_IDL - Generated from -// be\be_visitor_sequence/sequence_cs.cpp:65 - -#if !defined (_CORBA_ULONGLONGSEQ_CS_) -#define _CORBA_ULONGLONGSEQ_CS_ - -CORBA::ULongLongSeq::ULongLongSeq (void) -{} - -CORBA::ULongLongSeq::ULongLongSeq ( - ::CORBA::ULong max - ) - : TAO::unbounded_value_sequence< - CORBA::ULongLong - > - (max) -{} - -CORBA::ULongLongSeq::ULongLongSeq ( - ::CORBA::ULong max, - ::CORBA::ULong length, - ::CORBA::ULongLong * buffer, - ::CORBA::Boolean release - ) - : TAO::unbounded_value_sequence< - CORBA::ULongLong - > - (max, length, buffer, release) -{} - -CORBA::ULongLongSeq::ULongLongSeq ( - const ULongLongSeq &seq - ) - : TAO::unbounded_value_sequence< - CORBA::ULongLong - > - (seq) -{} - -CORBA::ULongLongSeq::~ULongLongSeq (void) -{} - -void CORBA::ULongLongSeq::_tao_any_destructor ( - void * _tao_void_pointer - ) -{ - ULongLongSeq * _tao_tmp_pointer = - static_cast<ULongLongSeq *> (_tao_void_pointer); - delete _tao_tmp_pointer; -} - -#endif /* end #if !defined */ - -// TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_cs.cpp:96 - -#if !defined _TAO_CDR_OP_CORBA_ULongLongSeq_CPP_ -#define _TAO_CDR_OP_CORBA_ULongLongSeq_CPP_ - -::CORBA::Boolean operator<< ( - TAO_OutputCDR &strm, - const CORBA::ULongLongSeq &_tao_sequence - ) -{ - return TAO::marshal_sequence(strm, _tao_sequence); -} - -::CORBA::Boolean operator>> ( - TAO_InputCDR &strm, - CORBA::ULongLongSeq &_tao_sequence - ) -{ - return TAO::demarshal_sequence(strm, _tao_sequence); -} - -#endif /* _TAO_CDR_OP_CORBA_ULongLongSeq_CPP_ */ - -TAO_END_VERSIONED_NAMESPACE_DECL diff --git a/TAO/tao/ULongLongSeqC.h b/TAO/tao/ULongLongSeqC.h deleted file mode 100644 index 282cd5e3053..00000000000 --- a/TAO/tao/ULongLongSeqC.h +++ /dev/null @@ -1,148 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// TAO_IDL - Generated from -// be\be_codegen.cpp:154 - -#ifndef _TAO_IDL_ULONGLONGSEQC_H_ -#define _TAO_IDL_ULONGLONGSEQC_H_ - -#include /**/ "ace/pre.h" - - -#include "ace/config-all.h" - -#if !defined (ACE_LACKS_PRAGMA_ONCE) -# pragma once -#endif /* ACE_LACKS_PRAGMA_ONCE */ - -#include "tao/TAO_Export.h" -#include "tao/ORB.h" -#include "tao/Environment.h" -#include "tao/Sequence_T.h" -#include "tao/Seq_Var_T.h" -#include "tao/Seq_Out_T.h" - -#if defined (TAO_EXPORT_MACRO) -#undef TAO_EXPORT_MACRO -#endif -#define TAO_EXPORT_MACRO TAO_Export - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:49 - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -namespace CORBA -{ - - // TAO_IDL - Generated from - // be\be_visitor_sequence/sequence_ch.cpp:101 - -#if !defined (_CORBA_ULONGLONGSEQ_CH_) -#define _CORBA_ULONGLONGSEQ_CH_ - - class ULongLongSeq; - - typedef - TAO_FixedSeq_Var_T< - ULongLongSeq - > - ULongLongSeq_var; - - typedef - TAO_Seq_Out_T< - ULongLongSeq - > - ULongLongSeq_out; - - class TAO_Export ULongLongSeq - : public - TAO::unbounded_value_sequence< - CORBA::ULongLong - > - { - public: - ULongLongSeq (void); - ULongLongSeq ( ::CORBA::ULong max); - ULongLongSeq ( - ::CORBA::ULong max, - ::CORBA::ULong length, - ::CORBA::ULongLong* buffer, - ::CORBA::Boolean release = false - ); - ULongLongSeq (const ULongLongSeq &); - ~ULongLongSeq (void); - - static void _tao_any_destructor (void *); - - typedef ULongLongSeq_var _var_type; - typedef ULongLongSeq_out _out_type; - }; - -#endif /* end #if !defined */ - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:78 - -} // module CORBA - -// TAO_IDL - Generated from -// be\be_visitor_traits.cpp:61 - -// Traits specializations. -namespace TAO -{ -} - -// TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_ch.cpp:71 - -#if !defined _TAO_CDR_OP_CORBA_ULongLongSeq_H_ -#define _TAO_CDR_OP_CORBA_ULongLongSeq_H_ - -TAO_Export ::CORBA::Boolean operator<< ( - TAO_OutputCDR &, - const CORBA::ULongLongSeq & - ); -TAO_Export ::CORBA::Boolean operator>> ( - TAO_InputCDR &, - CORBA::ULongLongSeq & - ); - -#endif /* _TAO_CDR_OP_CORBA_ULongLongSeq_H_ */ - -// TAO_IDL - Generated from -// be\be_codegen.cpp:1040 - -TAO_END_VERSIONED_NAMESPACE_DECL - -#include /**/ "ace/post.h" - -#endif /* ifndef */ - - diff --git a/TAO/tao/ULongLongSeqS.h b/TAO/tao/ULongLongSeqS.h deleted file mode 100644 index 17b1360599e..00000000000 --- a/TAO/tao/ULongLongSeqS.h +++ /dev/null @@ -1,28 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// Skeleton file generation suppressed with command line option -SS diff --git a/TAO/tao/ULongSeqC.cpp b/TAO/tao/ULongSeqC.cpp deleted file mode 100644 index 33def028c72..00000000000 --- a/TAO/tao/ULongSeqC.cpp +++ /dev/null @@ -1,123 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// TAO_IDL - Generated from -// be\be_codegen.cpp:288 - - -#include "tao/ULongSeqC.h" -#include "tao/CDR.h" - -// TAO_IDL - Generated from -// be\be_visitor_arg_traits.cpp:70 - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -// Arg traits specializations. -namespace TAO -{ -} - - -// TAO_IDL - Generated from -// be\be_visitor_sequence/sequence_cs.cpp:65 - -#if !defined (_CORBA_ULONGSEQ_CS_) -#define _CORBA_ULONGSEQ_CS_ - -CORBA::ULongSeq::ULongSeq (void) -{} - -CORBA::ULongSeq::ULongSeq ( - CORBA::ULong max - ) - : TAO::unbounded_value_sequence< - CORBA::ULong - > - (max) -{} - -CORBA::ULongSeq::ULongSeq ( - CORBA::ULong max, - CORBA::ULong length, - CORBA::ULong * buffer, - CORBA::Boolean release - ) - : TAO::unbounded_value_sequence< - CORBA::ULong - > - (max, length, buffer, release) -{} - -CORBA::ULongSeq::ULongSeq ( - const ULongSeq &seq - ) - : TAO::unbounded_value_sequence< - CORBA::ULong - > - (seq) -{} - -CORBA::ULongSeq::~ULongSeq (void) -{} - -void CORBA::ULongSeq::_tao_any_destructor ( - void * _tao_void_pointer - ) -{ - ULongSeq * _tao_tmp_pointer = - static_cast<ULongSeq *> (_tao_void_pointer); - delete _tao_tmp_pointer; -} - -#endif /* end #if !defined */ - -// TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_cs.cpp:96 - -#if !defined _TAO_CDR_OP_CORBA_ULongSeq_CPP_ -#define _TAO_CDR_OP_CORBA_ULongSeq_CPP_ - -CORBA::Boolean operator<< ( - TAO_OutputCDR &strm, - const CORBA::ULongSeq &_tao_sequence - ) -{ - return TAO::marshal_sequence(strm, _tao_sequence); -} - -CORBA::Boolean operator>> ( - TAO_InputCDR &strm, - CORBA::ULongSeq &_tao_sequence - ) -{ - return TAO::demarshal_sequence(strm, _tao_sequence); -} - -#endif /* _TAO_CDR_OP_CORBA_ULongSeq_CPP_ */ - -TAO_END_VERSIONED_NAMESPACE_DECL diff --git a/TAO/tao/ULongSeqC.h b/TAO/tao/ULongSeqC.h deleted file mode 100644 index ec57619300e..00000000000 --- a/TAO/tao/ULongSeqC.h +++ /dev/null @@ -1,157 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// TAO_IDL - Generated from -// be\be_codegen.cpp:154 - -#ifndef _TAO_IDL_ULONGSEQC_H_ -#define _TAO_IDL_ULONGSEQC_H_ - -#include /**/ "ace/pre.h" - - -#include "ace/config-all.h" - -#if !defined (ACE_LACKS_PRAGMA_ONCE) -# pragma once -#endif /* ACE_LACKS_PRAGMA_ONCE */ - -#include "tao/TAO_Export.h" -#include "tao/ORB.h" -#include "tao/Environment.h" -#include "tao/Sequence_T.h" -#include "tao/Seq_Var_T.h" -#include "tao/Seq_Out_T.h" - -#if defined (TAO_EXPORT_MACRO) -#undef TAO_EXPORT_MACRO -#endif -#define TAO_EXPORT_MACRO TAO_Export - -#if defined(_MSC_VER) -#pragma warning(push) -#pragma warning(disable:4250) -#endif /* _MSC_VER */ - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:49 - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -namespace CORBA -{ - - // TAO_IDL - Generated from - // be\be_visitor_sequence/sequence_ch.cpp:101 - -#if !defined (_CORBA_ULONGSEQ_CH_) -#define _CORBA_ULONGSEQ_CH_ - - class ULongSeq; - - typedef - TAO_FixedSeq_Var_T< - ULongSeq - > - ULongSeq_var; - - typedef - TAO_Seq_Out_T< - ULongSeq - > - ULongSeq_out; - - class TAO_Export ULongSeq - : public - TAO::unbounded_value_sequence< - CORBA::ULong - > - { - public: - ULongSeq (void); - ULongSeq (CORBA::ULong max); - ULongSeq ( - CORBA::ULong max, - CORBA::ULong length, - CORBA::ULong* buffer, - CORBA::Boolean release = false - ); - ULongSeq (const ULongSeq &); - ~ULongSeq (void); - - static void _tao_any_destructor (void *); - - typedef ULongSeq_var _var_type; - typedef ULongSeq_out _out_type; - }; - -#endif /* end #if !defined */ - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:78 - -} // module CORBA - -// TAO_IDL - Generated from -// be\be_visitor_traits.cpp:61 - -// Traits specializations. -namespace TAO -{ -} - -// TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_ch.cpp:71 - -#if !defined _TAO_CDR_OP_CORBA_ULongSeq_H_ -#define _TAO_CDR_OP_CORBA_ULongSeq_H_ - -TAO_Export CORBA::Boolean operator<< ( - TAO_OutputCDR &, - const CORBA::ULongSeq & - ); -TAO_Export CORBA::Boolean operator>> ( - TAO_InputCDR &, - CORBA::ULongSeq & - ); - -#endif /* _TAO_CDR_OP_CORBA_ULongSeq_H_ */ - -// TAO_IDL - Generated from -// be\be_codegen.cpp:1062 - -TAO_END_VERSIONED_NAMESPACE_DECL - -#if defined(_MSC_VER) -#pragma warning(pop) -#endif /* _MSC_VER */ - -#include /**/ "ace/post.h" - -#endif /* ifndef */ - - diff --git a/TAO/tao/ULongSeqS.h b/TAO/tao/ULongSeqS.h deleted file mode 100644 index 17b1360599e..00000000000 --- a/TAO/tao/ULongSeqS.h +++ /dev/null @@ -1,28 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// Skeleton file generation suppressed with command line option -SS diff --git a/TAO/tao/WCharSeqC.cpp b/TAO/tao/WCharSeqC.cpp deleted file mode 100644 index 6b2ce20b7bd..00000000000 --- a/TAO/tao/WCharSeqC.cpp +++ /dev/null @@ -1,129 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// TAO_IDL - Generated from -// be\be_codegen.cpp:282 - - -#include "WCharSeqC.h" -#include "tao/CDR.h" - -// TAO_IDL - Generated from -// be\be_visitor_arg_traits.cpp:71 -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - - - -// Arg traits specializations. -namespace TAO -{ -} - -TAO_END_VERSIONED_NAMESPACE_DECL - - - -// TAO_IDL - Generated from -// be\be_visitor_sequence/sequence_cs.cpp:65 - -#if !defined (_CORBA_WCHARSEQ_CS_) -#define _CORBA_WCHARSEQ_CS_ - -CORBA::WCharSeq::WCharSeq (void) -{} - -CORBA::WCharSeq::WCharSeq ( - ::CORBA::ULong max - ) - : TAO::unbounded_value_sequence< - CORBA::WChar - > - (max) -{} - -CORBA::WCharSeq::WCharSeq ( - ::CORBA::ULong max, - ::CORBA::ULong length, - ::CORBA::WChar * buffer, - ::CORBA::Boolean release - ) - : TAO::unbounded_value_sequence< - CORBA::WChar - > - (max, length, buffer, release) -{} - -CORBA::WCharSeq::WCharSeq ( - const WCharSeq &seq - ) - : TAO::unbounded_value_sequence< - CORBA::WChar - > - (seq) -{} - -CORBA::WCharSeq::~WCharSeq (void) -{} - -void CORBA::WCharSeq::_tao_any_destructor ( - void * _tao_void_pointer - ) -{ - WCharSeq * _tao_tmp_pointer = - static_cast<WCharSeq *> (_tao_void_pointer); - delete _tao_tmp_pointer; -} - -#endif /* end #if !defined */ - -// TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_cs.cpp:96 -#if !defined _TAO_CDR_OP_CORBA_WCharSeq_CPP_ -#define _TAO_CDR_OP_CORBA_WCharSeq_CPP_ - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -::CORBA::Boolean operator<< ( - TAO_OutputCDR &strm, - const CORBA::WCharSeq &_tao_sequence - ) -{ - return TAO::marshal_sequence(strm, _tao_sequence); -} - -::CORBA::Boolean operator>> ( - TAO_InputCDR &strm, - CORBA::WCharSeq &_tao_sequence - ) -{ - return TAO::demarshal_sequence(strm, _tao_sequence); -} - -TAO_END_VERSIONED_NAMESPACE_DECL - -#endif /* _TAO_CDR_OP_CORBA_WCharSeq_CPP_ */ - diff --git a/TAO/tao/WCharSeqC.h b/TAO/tao/WCharSeqC.h deleted file mode 100644 index f10ebbac8c6..00000000000 --- a/TAO/tao/WCharSeqC.h +++ /dev/null @@ -1,161 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// TAO_IDL - Generated from -// be\be_codegen.cpp:154 - -#ifndef _TAO_IDL_WCHARSEQC_H_ -#define _TAO_IDL_WCHARSEQC_H_ - -#include /**/ "ace/pre.h" - - -#include "ace/config-all.h" - -#if !defined (ACE_LACKS_PRAGMA_ONCE) -# pragma once -#endif /* ACE_LACKS_PRAGMA_ONCE */ - -#include "tao/TAO_Export.h" -#include "tao/Environment.h" -#include "tao/Sequence_T.h" -#include "tao/Seq_Var_T.h" -#include "tao/Seq_Out_T.h" -#include "tao/Versioned_Namespace.h" - -#if defined (TAO_EXPORT_MACRO) -#undef TAO_EXPORT_MACRO -#endif -#define TAO_EXPORT_MACRO TAO_Export - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:49 - - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -namespace CORBA -{ - - // TAO_IDL - Generated from - // be\be_visitor_sequence/sequence_ch.cpp:101 - -#if !defined (_CORBA_WCHARSEQ_CH_) -#define _CORBA_WCHARSEQ_CH_ - - class WCharSeq; - - typedef - TAO_FixedSeq_Var_T< - WCharSeq - > - WCharSeq_var; - - typedef - TAO_Seq_Out_T< - WCharSeq - > - WCharSeq_out; - - class TAO_Export WCharSeq - : public - TAO::unbounded_value_sequence< - CORBA::WChar - > - { - public: - WCharSeq (void); - WCharSeq ( ::CORBA::ULong max); - WCharSeq ( - ::CORBA::ULong max, - ::CORBA::ULong length, - ::CORBA::WChar* buffer, - ::CORBA::Boolean release = false - ); - WCharSeq (const WCharSeq &); - virtual ~WCharSeq (void); - - static void _tao_any_destructor (void *); - - typedef WCharSeq_var _var_type; - typedef WCharSeq_out _out_type; - }; - -#endif /* end #if !defined */ - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:82 - -} // module CORBA -TAO_END_VERSIONED_NAMESPACE_DECL - - - -// TAO_IDL - Generated from -// be\be_visitor_traits.cpp:63 -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - - - -// Traits specializations. -namespace TAO -{ -} -TAO_END_VERSIONED_NAMESPACE_DECL - - - -// TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_ch.cpp:71 - -#if !defined _TAO_CDR_OP_CORBA_WCharSeq_H_ -#define _TAO_CDR_OP_CORBA_WCharSeq_H_ -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - - - -TAO_Export ::CORBA::Boolean operator<< ( - TAO_OutputCDR &strm, - const CORBA::WCharSeq &_tao_sequence - ); -TAO_Export ::CORBA::Boolean operator>> ( - TAO_InputCDR &strm, - CORBA::WCharSeq &_tao_sequence - ); -TAO_END_VERSIONED_NAMESPACE_DECL - - - -#endif /* _TAO_CDR_OP_CORBA_WCharSeq_H_ */ - -// TAO_IDL - Generated from -// be\be_codegen.cpp:1092 -#include /**/ "ace/post.h" - -#endif /* ifndef */ - - diff --git a/TAO/tao/WCharSeqS.h b/TAO/tao/WCharSeqS.h deleted file mode 100644 index 17b1360599e..00000000000 --- a/TAO/tao/WCharSeqS.h +++ /dev/null @@ -1,28 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// Skeleton file generation suppressed with command line option -SS diff --git a/TAO/tao/WStringSeqC.cpp b/TAO/tao/WStringSeqC.cpp deleted file mode 100644 index 8a6b8ad0bdd..00000000000 --- a/TAO/tao/WStringSeqC.cpp +++ /dev/null @@ -1,117 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// TAO_IDL - Generated from -// be\be_codegen.cpp:277 - - -#include "tao/WStringSeqC.h" -#include "tao/CDR.h" - -// TAO_IDL - Generated from -// be\be_visitor_arg_traits.cpp:70 - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -// Arg traits specializations. -namespace TAO -{ -} - - -// TAO_IDL - Generated from -// be\be_visitor_sequence/sequence_cs.cpp:65 - -#if !defined (_CORBA_WSTRINGSEQ_CS_) -#define _CORBA_WSTRINGSEQ_CS_ - -CORBA::WStringSeq::WStringSeq (void) -{} - -CORBA::WStringSeq::WStringSeq ( - ::CORBA::ULong max - ) - : TAO::unbounded_wstring_sequence - (max) -{} - -CORBA::WStringSeq::WStringSeq ( - ::CORBA::ULong max, - ::CORBA::ULong length, - ::CORBA::WChar * * buffer, - ::CORBA::Boolean release - ) - : TAO::unbounded_wstring_sequence - (max, length, buffer, release) -{} - -CORBA::WStringSeq::WStringSeq ( - const WStringSeq &seq - ) - : TAO::unbounded_wstring_sequence - (seq) -{} - -CORBA::WStringSeq::~WStringSeq (void) -{} - -void CORBA::WStringSeq::_tao_any_destructor ( - void * _tao_void_pointer - ) -{ - WStringSeq * _tao_tmp_pointer = - static_cast<WStringSeq *> (_tao_void_pointer); - delete _tao_tmp_pointer; -} - -#endif /* end #if !defined */ - -// TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_cs.cpp:96 - -#if !defined _TAO_CDR_OP_CORBA_WStringSeq_CPP_ -#define _TAO_CDR_OP_CORBA_WStringSeq_CPP_ - -::CORBA::Boolean operator<< ( - TAO_OutputCDR &strm, - const CORBA::WStringSeq &_tao_sequence - ) -{ - return TAO::marshal_sequence(strm, _tao_sequence); -} - -::CORBA::Boolean operator>> ( - TAO_InputCDR &strm, - CORBA::WStringSeq &_tao_sequence - ) -{ - return TAO::demarshal_sequence(strm, _tao_sequence); -} - -#endif /* _TAO_CDR_OP_CORBA_WStringSeq_CPP_ */ - -TAO_END_VERSIONED_NAMESPACE_DECL diff --git a/TAO/tao/WStringSeqC.h b/TAO/tao/WStringSeqC.h deleted file mode 100644 index ad2f8c92019..00000000000 --- a/TAO/tao/WStringSeqC.h +++ /dev/null @@ -1,146 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// TAO_IDL - Generated from -// be\be_codegen.cpp:154 - -#ifndef _TAO_IDL_WSTRINGSEQC_H_ -#define _TAO_IDL_WSTRINGSEQC_H_ - -#include /**/ "ace/pre.h" - - -#include "ace/config-all.h" - -#if !defined (ACE_LACKS_PRAGMA_ONCE) -# pragma once -#endif /* ACE_LACKS_PRAGMA_ONCE */ - -#include "tao/TAO_Export.h" -#include "tao/ORB.h" -#include "tao/Environment.h" -#include "tao/Sequence_T.h" -#include "tao/Seq_Var_T.h" -#include "tao/Seq_Out_T.h" - -#if defined (TAO_EXPORT_MACRO) -#undef TAO_EXPORT_MACRO -#endif -#define TAO_EXPORT_MACRO TAO_Export - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:49 - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -namespace CORBA -{ - - // TAO_IDL - Generated from - // be\be_visitor_sequence/sequence_ch.cpp:101 - -#if !defined (_CORBA_WSTRINGSEQ_CH_) -#define _CORBA_WSTRINGSEQ_CH_ - - class WStringSeq; - - typedef - TAO_VarSeq_Var_T< - WStringSeq - > - WStringSeq_var; - - typedef - TAO_Seq_Out_T< - WStringSeq - > - WStringSeq_out; - - class TAO_Export WStringSeq - : public - TAO::unbounded_wstring_sequence - { - public: - WStringSeq (void); - WStringSeq ( ::CORBA::ULong max); - WStringSeq ( - ::CORBA::ULong max, - ::CORBA::ULong length, - ::CORBA::WChar ** buffer, - ::CORBA::Boolean release = false - ); - WStringSeq (const WStringSeq &); - ~WStringSeq (void); - - static void _tao_any_destructor (void *); - - typedef WStringSeq_var _var_type; - typedef WStringSeq_out _out_type; - }; - -#endif /* end #if !defined */ - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:78 - -} // module CORBA - -// TAO_IDL - Generated from -// be\be_visitor_traits.cpp:61 - -// Traits specializations. -namespace TAO -{ -} - -// TAO_IDL - Generated from -// be\be_visitor_sequence/cdr_op_ch.cpp:71 - -#if !defined _TAO_CDR_OP_CORBA_WStringSeq_H_ -#define _TAO_CDR_OP_CORBA_WStringSeq_H_ - -TAO_Export ::CORBA::Boolean operator<< ( - TAO_OutputCDR &, - const CORBA::WStringSeq & - ); -TAO_Export ::CORBA::Boolean operator>> ( - TAO_InputCDR &, - CORBA::WStringSeq & - ); - -#endif /* _TAO_CDR_OP_CORBA_WStringSeq_H_ */ - -// TAO_IDL - Generated from -// be\be_codegen.cpp:1040 - -TAO_END_VERSIONED_NAMESPACE_DECL - -#include /**/ "ace/post.h" - -#endif /* ifndef */ - - diff --git a/TAO/tao/WStringSeqS.h b/TAO/tao/WStringSeqS.h deleted file mode 100644 index 17b1360599e..00000000000 --- a/TAO/tao/WStringSeqS.h +++ /dev/null @@ -1,28 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// Skeleton file generation suppressed with command line option -SS diff --git a/TAO/tao/orb_typesC.cpp b/TAO/tao/orb_typesC.cpp deleted file mode 100644 index b4bd2cb6e1c..00000000000 --- a/TAO/tao/orb_typesC.cpp +++ /dev/null @@ -1,46 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// TAO_IDL - Generated from -// be\be_codegen.cpp:288 - - -#include "tao/orb_typesC.h" -#include "tao/CDR.h" - -// TAO_IDL - Generated from -// be\be_visitor_arg_traits.cpp:70 - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -// Arg traits specializations. -namespace TAO -{ -} - - -TAO_END_VERSIONED_NAMESPACE_DECL diff --git a/TAO/tao/orb_typesC.h b/TAO/tao/orb_typesC.h deleted file mode 100644 index 14555b5a451..00000000000 --- a/TAO/tao/orb_typesC.h +++ /dev/null @@ -1,118 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// TAO_IDL - Generated from -// be\be_codegen.cpp:154 - -#ifndef _TAO_IDL_ORB_TYPESC_H_ -#define _TAO_IDL_ORB_TYPESC_H_ - -#include /**/ "ace/pre.h" - - -#include "ace/config-all.h" - -#if !defined (ACE_LACKS_PRAGMA_ONCE) -# pragma once -#endif /* ACE_LACKS_PRAGMA_ONCE */ - -#include "tao/TAO_Export.h" -#include "tao/ORB.h" -#include "tao/Environment.h" - -#if defined (TAO_EXPORT_MACRO) -#undef TAO_EXPORT_MACRO -#endif -#define TAO_EXPORT_MACRO TAO_Export - -#if defined(_MSC_VER) -#pragma warning(push) -#pragma warning(disable:4250) -#endif /* _MSC_VER */ - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:49 - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -namespace CORBA -{ - - // TAO_IDL - Generated from - // be\be_visitor_typedef/typedef_ch.cpp:413 - - typedef char * ORBid; - typedef CORBA::String_var ORBid_var; - typedef CORBA::String_out ORBid_out; - - // TAO_IDL - Generated from - // be\be_visitor_typedef/typedef_ch.cpp:379 - - typedef CORBA::ULong Flags; - typedef CORBA::ULong_out Flags_out; - - // TAO_IDL - Generated from - // be\be_visitor_typedef/typedef_ch.cpp:413 - - typedef char * Identifier; - typedef CORBA::String_var Identifier_var; - typedef CORBA::String_out Identifier_out; - - // TAO_IDL - Generated from - // be\be_visitor_typedef/typedef_ch.cpp:413 - - typedef char * RepositoryId; - typedef CORBA::String_var RepositoryId_var; - typedef CORBA::String_out RepositoryId_out; - -// TAO_IDL - Generated from -// be\be_visitor_module/module_ch.cpp:78 - -} // module CORBA - -// TAO_IDL - Generated from -// be\be_visitor_traits.cpp:61 - -// Traits specializations. -namespace TAO -{ -} - -// TAO_IDL - Generated from -// be\be_codegen.cpp:1062 - -TAO_END_VERSIONED_NAMESPACE_DECL - -#if defined(_MSC_VER) -#pragma warning(pop) -#endif /* _MSC_VER */ - -#include /**/ "ace/post.h" - -#endif /* ifndef */ - - diff --git a/TAO/tao/orb_typesS.h b/TAO/tao/orb_typesS.h deleted file mode 100644 index 17b1360599e..00000000000 --- a/TAO/tao/orb_typesS.h +++ /dev/null @@ -1,28 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// and -// Institute for Software Integrated Systems -// Vanderbilt University -// Nashville, TN -// USA -// http://www.isis.vanderbilt.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -// Skeleton file generation suppressed with command line option -SS diff --git a/TAO/tao/tao.mpc b/TAO/tao/tao.mpc index a0ceba93636..1f393e8549f 100644 --- a/TAO/tao/tao.mpc +++ b/TAO/tao/tao.mpc @@ -358,6 +358,7 @@ project(TAO) : acelib, core, tao_output, taodefaults, pidl, extra_core, tao_vers IIOP_Connector.h IIOP_Endpoint.h IIOP_EndpointsC.h + IIOP_EndpointsS.h IIOP_Factory.h IIOP_Lite_Factory.h IIOP_Profile.h @@ -581,6 +582,52 @@ project(TAO) : acelib, core, tao_output, taodefaults, pidl, extra_core, tao_vers } IDL_Files { + idlflags += -Gp -Gd -SS -Sorb -GA -Ge 1 -oA AnyTypeCode \ + -Wb,export_macro=TAO_Export \ + -Wb,export_include=tao/TAO_export.h \ + -Wb,anyop_export_macro=TAO_AnyTypeCode_Export \ + -Wb,anyop_export_include=tao/AnyTypeCode/TAO_AnyTypeCode_Export.h + idlflags -= -Sa -St + GIOP.pidl >> AnyTypeCode/GIOPA.h AnyTypeCode/GIOPA.cpp + } + + IDL_Files { + idlflags += -Gp -Gd -Sci -SS -Sorb -GA -Ge 1 -oA AnyTypeCode \ + -Wb,export_macro=TAO_Export \ + -Wb,export_include=tao/TAO_export.h \ + -Wb,anyop_export_macro=TAO_AnyTypeCode_Export \ + -Wb,anyop_export_include=tao/AnyTypeCode/TAO_AnyTypeCode_Export.h + idlflags -= -Sa -St + BooleanSeq.pidl >> AnyTypeCode/BooleanSeqA.h AnyTypeCode/BooleanSeqA.cpp + CharSeq.pidl >> AnyTypeCode/CharSeqA.h AnyTypeCode/CharSeqA.cpp + CONV_FRAME.pidl >> AnyTypeCode/CONV_FRAMEA.h AnyTypeCode/CONV_FRAMEA.cpp + Current.pidl >> AnyTypeCode/CurrentA.h AnyTypeCode/CurrentA.cpp + DoubleSeq.pidl >> AnyTypeCode/DoubleSeqA.h AnyTypeCode/DoubleSeqA.cpp + FloatSeq.pidl >> AnyTypeCode/FloatSeqA.h AnyTypeCode/FloatSeqA.cpp + IIOP.pidl >> AnyTypeCode/IIOPA.h AnyTypeCode/IIOPA.cpp + IIOP_Endpoints.pidl >> AnyTypeCode/IIOP_EndpointsA.h AnyTypeCode/IIOP_EndpointsA.cpp + IOP.pidl >> AnyTypeCode/IOPA.h AnyTypeCode/IOPA.cpp + IOP_IOR.pidl >> AnyTypeCode/IOP_IORA.h AnyTypeCode/IOP_IORA.cpp + LongDoubleSeq.pidl >> AnyTypeCode/LongDoubleSeqA.h AnyTypeCode/LongDoubleSeqA.cpp + LongLongSeq.pidl >> AnyTypeCode/LongLongSeqA.h AnyTypeCode/LongLongSeqA.cpp + LongSeq.pidl >> AnyTypeCode/LongSeqA.h AnyTypeCode/LongSeqA.cpp + Messaging_PolicyValue.pidl >> AnyTypeCode/Messaging_PolicyValueA.h AnyTypeCode/Messaging_PolicyValueA.cpp + Messaging_SyncScope.pidl >> AnyTypeCode/Messaging_SyncScopeA.h AnyTypeCode/Messaging_SyncScopeA.cpp + ObjectIdList.pidl >> AnyTypeCode/ObjectIdListA.h AnyTypeCode/ObjectIdListA.cpp + orb_types.pidl >> AnyTypeCode/orb_typesA.h AnyTypeCode/orb_typesA.cpp + ParameterMode.pidl >> AnyTypeCode/ParameterModeA.h AnyTypeCode/ParameterModeA.cpp + Policy_Forward.pidl >> AnyTypeCode/Policy_ForwardA.h AnyTypeCode/Policy_ForwardA.cpp + PI_Forward.pidl >> AnyTypeCode/PI_ForwardA.h AnyTypeCode/PI_ForwardA.cpp + PortableInterceptor.pidl >> AnyTypeCode/PortableInterceptorA.h AnyTypeCode/PortableInterceptorA.cpp + Services.pidl >> AnyTypeCode/ServicesA.h AnyTypeCode/ServicesA.cpp + ShortSeq.pidl >> AnyTypeCode/ShortSeqA.h AnyTypeCode/ShortSeqA.cpp + StringSeq.pidl >> AnyTypeCode/StringSeqA.h AnyTypeCode/StringSeqA.cpp + TAO.pidl >> AnyTypeCode/TAOA.h AnyTypeCode/TAOA.cpp + TimeBase.pidl >> AnyTypeCode/TimeBaseA.h AnyTypeCode/TimeBaseA.cpp + ULongLongSeq.pidl >> AnyTypeCode/ULongLongSeqA.h AnyTypeCode/ULongLongSeqA.cpp + ULongSeq.pidl >> AnyTypeCode/ULongSeqA.h AnyTypeCode/ULongSeqA.cpp + WCharSeq.pidl >> AnyTypeCode/WCharSeqA.h AnyTypeCode/WCharSeqA.cpp + WStringSeq.pidl >> AnyTypeCode/WStringSeqA.h AnyTypeCode/WStringSeqA.cpp } Pkgconfig_Files { |