diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2004-09-03 20:59:34 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2004-09-03 20:59:34 +0000 |
commit | e82ef883be724df05cf8bc453e9b9eda9dc76c58 (patch) | |
tree | fa0dddf644cc8bb0b35773127d2226cb0269d8a6 /TAO | |
parent | 3ad16a6c28c946b3597efd83e1511174e95ad3be (diff) | |
download | ATCD-e82ef883be724df05cf8bc453e9b9eda9dc76c58.tar.gz |
ChangeLogTag:Fri Sep 3 13:55:53 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO')
-rw-r--r-- | TAO/ChangeLog | 18 | ||||
-rw-r--r-- | TAO/orbsvcs/orbsvcs/Event/ECG_CDR_Message_Sender.h | 2 | ||||
-rw-r--r-- | TAO/tao/IORManipulation/IORC.cpp | 17 | ||||
-rw-r--r-- | TAO/tao/IORManipulation/IORC.h | 285 | ||||
-rw-r--r-- | TAO/tao/RTPortableServer/RTPortableServerC.cpp | 29 | ||||
-rw-r--r-- | TAO/tao/RTPortableServer/RTPortableServerC.h | 71 | ||||
-rw-r--r-- | TAO/tao/TypeCodeFactory/TypeCodeFactoryC.cpp | 123 | ||||
-rw-r--r-- | TAO/tao/TypeCodeFactory/TypeCodeFactoryC.h | 135 |
8 files changed, 346 insertions, 334 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog index c92de10834e..924799358fe 100644 --- a/TAO/ChangeLog +++ b/TAO/ChangeLog @@ -1,3 +1,21 @@ +Fri Sep 3 13:55:53 2004 Ossama Othman <ossama@dre.vanderbilt.edu> + + * orbsvcs/orbsvcs/Event/ECG_CDR_Message_Sender.h: + + Include "tao/SystemException.h" instead of "tao/Exception.h" to + pull CORBA::SystemException class declaration. + + * tao/IORManipulation/IORC.h: + * tao/IORManipulation/IORC.cpp: + * tao/RTPortableServer/RTPortableServerC.h: + * tao/RTPortableServer/RTPortableServerC.cpp: + * tao/TypeCodeFactory/TypeCodeFactoryC.h: + * tao/TypeCodeFactory/TypeCodeFactoryC.cpp: + + Removed "tao_" prefix from methods in the TAO traits templates + used in these sources, as was done to the other traits templates + used throughout TAO. + Fri Sep 3 13:42:16 2004 Ossama Othman <ossama@dre.vanderbilt.edu> * tao/Acceptor_Registry.h (open): diff --git a/TAO/orbsvcs/orbsvcs/Event/ECG_CDR_Message_Sender.h b/TAO/orbsvcs/orbsvcs/Event/ECG_CDR_Message_Sender.h index 324a485eaf6..80c73e8db91 100644 --- a/TAO/orbsvcs/orbsvcs/Event/ECG_CDR_Message_Sender.h +++ b/TAO/orbsvcs/orbsvcs/Event/ECG_CDR_Message_Sender.h @@ -21,7 +21,7 @@ #include /**/ "event_export.h" -#include "tao/Exception.h" +#include "tao/SystemException.h" #include "tao/Environment.h" #include "ace/INET_Addr.h" diff --git a/TAO/tao/IORManipulation/IORC.cpp b/TAO/tao/IORManipulation/IORC.cpp index 420a5348e22..d579c25af93 100644 --- a/TAO/tao/IORManipulation/IORC.cpp +++ b/TAO/tao/IORManipulation/IORC.cpp @@ -613,7 +613,7 @@ CORBA::TypeCode_ptr TAO_IOP::MultiProfileList::_type (void) const ACE_TEMPLATE_CLASS_MEMBER_SPECIALIZATION TAO_IOP::TAO_IOR_Property_ptr -TAO::Objref_Traits<TAO_IOP::TAO_IOR_Property>::tao_duplicate ( +TAO::Objref_Traits<TAO_IOP::TAO_IOR_Property>::duplicate ( TAO_IOP::TAO_IOR_Property_ptr p ) { @@ -622,7 +622,7 @@ TAO::Objref_Traits<TAO_IOP::TAO_IOR_Property>::tao_duplicate ( ACE_TEMPLATE_CLASS_MEMBER_SPECIALIZATION void -TAO::Objref_Traits<TAO_IOP::TAO_IOR_Property>::tao_release ( +TAO::Objref_Traits<TAO_IOP::TAO_IOR_Property>::release ( TAO_IOP::TAO_IOR_Property_ptr p ) { @@ -631,14 +631,14 @@ TAO::Objref_Traits<TAO_IOP::TAO_IOR_Property>::tao_release ( ACE_TEMPLATE_CLASS_MEMBER_SPECIALIZATION TAO_IOP::TAO_IOR_Property_ptr -TAO::Objref_Traits<TAO_IOP::TAO_IOR_Property>::tao_nil (void) +TAO::Objref_Traits<TAO_IOP::TAO_IOR_Property>::nil (void) { return TAO_IOP::TAO_IOR_Property::_nil (); } ACE_TEMPLATE_CLASS_MEMBER_SPECIALIZATION CORBA::Boolean -TAO::Objref_Traits<TAO_IOP::TAO_IOR_Property>::tao_marshal ( +TAO::Objref_Traits<TAO_IOP::TAO_IOR_Property>::marshal ( TAO_IOP::TAO_IOR_Property_ptr p, TAO_OutputCDR & cdr ) @@ -758,7 +758,7 @@ TAO_IOP::TAO_IOR_Property::marshal (TAO_OutputCDR &) ACE_TEMPLATE_CLASS_MEMBER_SPECIALIZATION TAO_IOP::TAO_IOR_Manipulation_ptr -TAO::Objref_Traits<TAO_IOP::TAO_IOR_Manipulation>::tao_duplicate ( +TAO::Objref_Traits<TAO_IOP::TAO_IOR_Manipulation>::duplicate ( TAO_IOP::TAO_IOR_Manipulation_ptr p ) { @@ -767,7 +767,7 @@ TAO::Objref_Traits<TAO_IOP::TAO_IOR_Manipulation>::tao_duplicate ( ACE_TEMPLATE_CLASS_MEMBER_SPECIALIZATION void -TAO::Objref_Traits<TAO_IOP::TAO_IOR_Manipulation>::tao_release ( +TAO::Objref_Traits<TAO_IOP::TAO_IOR_Manipulation>::release ( TAO_IOP::TAO_IOR_Manipulation_ptr p ) { @@ -776,14 +776,14 @@ TAO::Objref_Traits<TAO_IOP::TAO_IOR_Manipulation>::tao_release ( ACE_TEMPLATE_CLASS_MEMBER_SPECIALIZATION TAO_IOP::TAO_IOR_Manipulation_ptr -TAO::Objref_Traits<TAO_IOP::TAO_IOR_Manipulation>::tao_nil (void) +TAO::Objref_Traits<TAO_IOP::TAO_IOR_Manipulation>::nil (void) { return TAO_IOP::TAO_IOR_Manipulation::_nil (); } ACE_TEMPLATE_CLASS_MEMBER_SPECIALIZATION CORBA::Boolean -TAO::Objref_Traits<TAO_IOP::TAO_IOR_Manipulation>::tao_marshal ( +TAO::Objref_Traits<TAO_IOP::TAO_IOR_Manipulation>::marshal ( TAO_IOP::TAO_IOR_Manipulation_ptr p, TAO_OutputCDR & cdr ) @@ -1207,4 +1207,3 @@ CORBA::Boolean operator>> ( > #endif /* !ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */ - diff --git a/TAO/tao/IORManipulation/IORC.h b/TAO/tao/IORManipulation/IORC.h index eab5475bb6d..6ff36e7447c 100644 --- a/TAO/tao/IORManipulation/IORC.h +++ b/TAO/tao/IORManipulation/IORC.h @@ -74,13 +74,13 @@ #pragma option push -w-rvl -w-rch -w-ccc -w-inl #endif /* __BORLANDC__ */ -// TAO_IDL - Generated from +// TAO_IDL - Generated from // be\be_visitor_root/root_ch.cpp:63 namespace TAO { class Collocation_Proxy_Broker; - + template<typename T> class Narrow_Utils; template<typename T> class AbstractBase_Narrow_Utils; } @@ -90,25 +90,25 @@ namespace TAO namespace TAO_IOP { - + // TAO_IDL - Generated from // be\be_visitor_exception/exception_ch.cpp:51 #if !defined (_TAO_IOP_EMPTYPROFILELIST_CH_) #define _TAO_IOP_EMPTYPROFILELIST_CH_ - + class TAO_IORManip_Export EmptyProfileList : public CORBA::UserException { public: - + EmptyProfileList (void); EmptyProfileList (const EmptyProfileList &); ~EmptyProfileList (void); EmptyProfileList &operator= (const EmptyProfileList &); - + static void _tao_any_destructor (void *); - + static EmptyProfileList *_downcast (CORBA::Exception *); static CORBA::Exception *_alloc (void); @@ -120,43 +120,43 @@ namespace TAO_IOP TAO_OutputCDR & ACE_ENV_ARG_DECL ) const; - + virtual void _tao_decode ( TAO_InputCDR & ACE_ENV_ARG_DECL ); - + // TAO_IDL - Generated from // be\be_visitor_exception/exception_ch.cpp:125 - + virtual CORBA::TypeCode_ptr _type (void) const; }; - + // TAO_IDL - Generated from // be\be_visitor_typecode/typecode_decl.cpp:44 - + TAO_NAMESPACE_STORAGE_CLASS ::CORBA::TypeCode_ptr _tc_EmptyProfileList; #endif /* end #if !defined */ - + // TAO_IDL - Generated from // be\be_visitor_exception/exception_ch.cpp:51 #if !defined (_TAO_IOP_NOTFOUND_CH_) #define _TAO_IOP_NOTFOUND_CH_ - + class TAO_IORManip_Export NotFound : public CORBA::UserException { public: - + NotFound (void); NotFound (const NotFound &); ~NotFound (void); NotFound &operator= (const NotFound &); - + static void _tao_any_destructor (void *); - + static NotFound *_downcast (CORBA::Exception *); static CORBA::Exception *_alloc (void); @@ -168,43 +168,43 @@ namespace TAO_IOP TAO_OutputCDR & ACE_ENV_ARG_DECL ) const; - + virtual void _tao_decode ( TAO_InputCDR & ACE_ENV_ARG_DECL ); - + // TAO_IDL - Generated from // be\be_visitor_exception/exception_ch.cpp:125 - + virtual CORBA::TypeCode_ptr _type (void) const; }; - + // TAO_IDL - Generated from // be\be_visitor_typecode/typecode_decl.cpp:44 - + TAO_NAMESPACE_STORAGE_CLASS ::CORBA::TypeCode_ptr _tc_NotFound; #endif /* end #if !defined */ - + // TAO_IDL - Generated from // be\be_visitor_exception/exception_ch.cpp:51 #if !defined (_TAO_IOP_DUPLICATE_CH_) #define _TAO_IOP_DUPLICATE_CH_ - + class TAO_IORManip_Export Duplicate : public CORBA::UserException { public: - + Duplicate (void); Duplicate (const Duplicate &); ~Duplicate (void); Duplicate &operator= (const Duplicate &); - + static void _tao_any_destructor (void *); - + static Duplicate *_downcast (CORBA::Exception *); static CORBA::Exception *_alloc (void); @@ -216,43 +216,43 @@ namespace TAO_IOP TAO_OutputCDR & ACE_ENV_ARG_DECL ) const; - + virtual void _tao_decode ( TAO_InputCDR & ACE_ENV_ARG_DECL ); - + // TAO_IDL - Generated from // be\be_visitor_exception/exception_ch.cpp:125 - + virtual CORBA::TypeCode_ptr _type (void) const; }; - + // TAO_IDL - Generated from // be\be_visitor_typecode/typecode_decl.cpp:44 - + TAO_NAMESPACE_STORAGE_CLASS ::CORBA::TypeCode_ptr _tc_Duplicate; #endif /* end #if !defined */ - + // TAO_IDL - Generated from // be\be_visitor_exception/exception_ch.cpp:51 #if !defined (_TAO_IOP_INVALID_IOR_CH_) #define _TAO_IOP_INVALID_IOR_CH_ - + class TAO_IORManip_Export Invalid_IOR : public CORBA::UserException { public: - + Invalid_IOR (void); Invalid_IOR (const Invalid_IOR &); ~Invalid_IOR (void); Invalid_IOR &operator= (const Invalid_IOR &); - + static void _tao_any_destructor (void *); - + static Invalid_IOR *_downcast (CORBA::Exception *); static CORBA::Exception *_alloc (void); @@ -264,43 +264,43 @@ namespace TAO_IOP TAO_OutputCDR & ACE_ENV_ARG_DECL ) const; - + virtual void _tao_decode ( TAO_InputCDR & ACE_ENV_ARG_DECL ); - + // TAO_IDL - Generated from // be\be_visitor_exception/exception_ch.cpp:125 - + virtual CORBA::TypeCode_ptr _type (void) const; }; - + // TAO_IDL - Generated from // be\be_visitor_typecode/typecode_decl.cpp:44 - + TAO_NAMESPACE_STORAGE_CLASS ::CORBA::TypeCode_ptr _tc_Invalid_IOR; #endif /* end #if !defined */ - + // TAO_IDL - Generated from // be\be_visitor_exception/exception_ch.cpp:51 #if !defined (_TAO_IOP_MULTIPROFILELIST_CH_) #define _TAO_IOP_MULTIPROFILELIST_CH_ - + class TAO_IORManip_Export MultiProfileList : public CORBA::UserException { public: - + MultiProfileList (void); MultiProfileList (const MultiProfileList &); ~MultiProfileList (void); MultiProfileList &operator= (const MultiProfileList &); - + static void _tao_any_destructor (void *); - + static MultiProfileList *_downcast (CORBA::Exception *); static CORBA::Exception *_alloc (void); @@ -312,40 +312,40 @@ namespace TAO_IOP TAO_OutputCDR & ACE_ENV_ARG_DECL ) const; - + virtual void _tao_decode ( TAO_InputCDR & ACE_ENV_ARG_DECL ); - + // TAO_IDL - Generated from // be\be_visitor_exception/exception_ch.cpp:125 - + virtual CORBA::TypeCode_ptr _type (void) const; }; - + // TAO_IDL - Generated from // be\be_visitor_typecode/typecode_decl.cpp:44 - + TAO_NAMESPACE_STORAGE_CLASS ::CORBA::TypeCode_ptr _tc_MultiProfileList; #endif /* end #if !defined */ - + // TAO_IDL - Generated from // be\be_interface.cpp:611 #if !defined (_TAO_IOP_TAO_IOR_PROPERTY__VAR_OUT_CH_) #define _TAO_IOP_TAO_IOR_PROPERTY__VAR_OUT_CH_ - + class TAO_IOR_Property; typedef TAO_IOR_Property *TAO_IOR_Property_ptr; - + typedef TAO_Objref_Var_T< TAO_IOR_Property > TAO_IOR_Property_var; - + typedef TAO_Objref_Out_T< TAO_IOR_Property @@ -353,43 +353,43 @@ namespace TAO_IOP TAO_IOR_Property_out; #endif /* end #if !defined */ - + // TAO_IDL - Generated from // be\be_visitor_interface/interface_ch.cpp:54 #if !defined (_TAO_IOP_TAO_IOR_PROPERTY_CH_) #define _TAO_IOP_TAO_IOR_PROPERTY_CH_ - + class TAO_IORManip_Export TAO_IOR_Property : public virtual CORBA::Object { public: typedef TAO_IOR_Property_ptr _ptr_type; typedef TAO_IOR_Property_var _var_type; - + // The static operations. static TAO_IOR_Property_ptr _duplicate (TAO_IOR_Property_ptr obj); - + static TAO_IOR_Property_ptr _narrow ( CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static TAO_IOR_Property_ptr _unchecked_narrow ( CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static TAO_IOR_Property_ptr _nil (void) { return (TAO_IOR_Property_ptr)0; } - + static void _tao_any_destructor (void *); - + // TAO_IDL - Generated from // be\be_visitor_operation/operation_ch.cpp:46 - + virtual CORBA::Boolean set_property ( CORBA::Object_ptr & ior ACE_ENV_ARG_DECL_WITH_DEFAULTS @@ -398,10 +398,10 @@ namespace TAO_IOP CORBA::SystemException , TAO_IOP::Invalid_IOR )) = 0; - + // TAO_IDL - Generated from // be\be_visitor_operation/operation_ch.cpp:46 - + virtual CORBA::Boolean set_primary ( CORBA::Object_ptr & ior1, CORBA::Object_ptr ior2 @@ -412,10 +412,10 @@ namespace TAO_IOP , TAO_IOP::Duplicate , TAO_IOP::NotFound )) = 0; - + // TAO_IDL - Generated from // be\be_visitor_operation/operation_ch.cpp:46 - + virtual CORBA::Object_ptr get_primary ( CORBA::Object_ptr ior ACE_ENV_ARG_DECL_WITH_DEFAULTS @@ -424,10 +424,10 @@ namespace TAO_IOP CORBA::SystemException , TAO_IOP::NotFound )) = 0; - + // TAO_IDL - Generated from // be\be_visitor_operation/operation_ch.cpp:46 - + virtual CORBA::Boolean is_primary_set ( CORBA::Object_ptr ior ACE_ENV_ARG_DECL_WITH_DEFAULTS @@ -435,10 +435,10 @@ namespace TAO_IOP ACE_THROW_SPEC (( CORBA::SystemException )) = 0; - + // TAO_IDL - Generated from // be\be_visitor_operation/operation_ch.cpp:46 - + virtual CORBA::Boolean remove_primary_tag ( CORBA::Object_ptr & iogr ACE_ENV_ARG_DECL_WITH_DEFAULTS @@ -447,53 +447,53 @@ namespace TAO_IOP CORBA::SystemException , TAO_IOP::NotFound )) = 0; - + // TAO_IDL - Generated from // be\be_visitor_interface/interface_ch.cpp:208 - + 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. TAO_IOR_Property (void); - + virtual ~TAO_IOR_Property (void); - + private: // Private and unimplemented for concrete interfaces. TAO_IOR_Property (const TAO_IOR_Property &); - + void operator= (const TAO_IOR_Property &); }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from // be\be_visitor_typecode/typecode_decl.cpp:44 - + TAO_NAMESPACE_STORAGE_CLASS ::CORBA::TypeCode_ptr _tc_TAO_IOR_Property; - + // TAO_IDL - Generated from // be\be_interface.cpp:611 #if !defined (_TAO_IOP_TAO_IOR_MANIPULATION__VAR_OUT_CH_) #define _TAO_IOP_TAO_IOR_MANIPULATION__VAR_OUT_CH_ - + class TAO_IOR_Manipulation; typedef TAO_IOR_Manipulation *TAO_IOR_Manipulation_ptr; - + typedef TAO_Objref_Var_T< TAO_IOR_Manipulation > TAO_IOR_Manipulation_var; - + typedef TAO_Objref_Out_T< TAO_IOR_Manipulation @@ -501,48 +501,48 @@ namespace TAO_IOP TAO_IOR_Manipulation_out; #endif /* end #if !defined */ - + // TAO_IDL - Generated from // be\be_visitor_interface/interface_ch.cpp:54 #if !defined (_TAO_IOP_TAO_IOR_MANIPULATION_CH_) #define _TAO_IOP_TAO_IOR_MANIPULATION_CH_ - + class TAO_IORManip_Export TAO_IOR_Manipulation : public virtual CORBA::Object { public: typedef TAO_IOR_Manipulation_ptr _ptr_type; typedef TAO_IOR_Manipulation_var _var_type; - + // The static operations. static TAO_IOR_Manipulation_ptr _duplicate (TAO_IOR_Manipulation_ptr obj); - + static TAO_IOR_Manipulation_ptr _narrow ( CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static TAO_IOR_Manipulation_ptr _unchecked_narrow ( CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static TAO_IOR_Manipulation_ptr _nil (void) { return (TAO_IOR_Manipulation_ptr)0; } - + static void _tao_any_destructor (void *); - + // TAO_IDL - Generated from // be\be_visitor_sequence/sequence_ch.cpp:101 #if !defined (_TAO_IOP_TAO_IOR_MANIPULATION_IORLIST_CH_) #define _TAO_IOP_TAO_IOR_MANIPULATION_IORLIST_CH_ - + class IORList; - + typedef TAO_MngSeq_Var_T< IORList, @@ -551,7 +551,7 @@ namespace TAO_IOP > > IORList_var; - + typedef TAO_MngSeq_Out_T< IORList, @@ -561,7 +561,7 @@ namespace TAO_IOP > > IORList_out; - + class TAO_IORManip_Export IORList : public TAO_Unbounded_Pseudo_Sequence< @@ -574,27 +574,27 @@ namespace TAO_IOP IORList ( CORBA::ULong max, CORBA::ULong length, - CORBA::Object_ptr* buffer, + CORBA::Object_ptr* buffer, CORBA::Boolean release = 0 ); IORList (const IORList &); ~IORList (void); - + static void _tao_any_destructor (void *); - + typedef IORList_var _var_type; }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from // be\be_visitor_typecode/typecode_decl.cpp:44 - + static ::CORBA::TypeCode_ptr _tc_IORList; - + // TAO_IDL - Generated from // be\be_visitor_operation/operation_ch.cpp:46 - + virtual CORBA::Object_ptr merge_iors ( const TAO_IOP::TAO_IOR_Manipulation::IORList & iors ACE_ENV_ARG_DECL_WITH_DEFAULTS @@ -605,10 +605,10 @@ namespace TAO_IOP , TAO_IOP::Duplicate , TAO_IOP::Invalid_IOR )) = 0; - + // TAO_IDL - Generated from // be\be_visitor_operation/operation_ch.cpp:46 - + virtual CORBA::Object_ptr add_profiles ( CORBA::Object_ptr ior1, CORBA::Object_ptr ior2 @@ -620,10 +620,10 @@ namespace TAO_IOP , TAO_IOP::Duplicate , TAO_IOP::Invalid_IOR )) = 0; - + // TAO_IDL - Generated from // be\be_visitor_operation/operation_ch.cpp:46 - + virtual CORBA::Object_ptr remove_profiles ( CORBA::Object_ptr ior1, CORBA::Object_ptr ior2 @@ -635,10 +635,10 @@ namespace TAO_IOP , TAO_IOP::EmptyProfileList , TAO_IOP::NotFound )) = 0; - + // TAO_IDL - Generated from // be\be_visitor_operation/operation_ch.cpp:46 - + virtual CORBA::Boolean set_property ( TAO_IOP::TAO_IOR_Property_ptr prop, CORBA::Object_ptr ior @@ -649,10 +649,10 @@ namespace TAO_IOP , TAO_IOP::Invalid_IOR , TAO_IOP::Duplicate )) = 0; - + // TAO_IDL - Generated from // be\be_visitor_operation/operation_ch.cpp:46 - + virtual CORBA::Boolean set_primary ( TAO_IOP::TAO_IOR_Property_ptr prop, CORBA::Object_ptr ior1, @@ -666,10 +666,10 @@ namespace TAO_IOP , TAO_IOP::MultiProfileList , TAO_IOP::NotFound )) = 0; - + // TAO_IDL - Generated from // be\be_visitor_operation/operation_ch.cpp:46 - + virtual CORBA::Boolean remove_primary_tag ( TAO_IOP::TAO_IOR_Property_ptr prop, CORBA::Object_ptr ior @@ -678,10 +678,10 @@ namespace TAO_IOP ACE_THROW_SPEC (( CORBA::SystemException )) = 0; - + // TAO_IDL - Generated from // be\be_visitor_operation/operation_ch.cpp:46 - + virtual CORBA::Object_ptr get_primary ( TAO_IOP::TAO_IOR_Property_ptr prop, CORBA::Object_ptr ior @@ -691,10 +691,10 @@ namespace TAO_IOP CORBA::SystemException , TAO_IOP::NotFound )) = 0; - + // TAO_IDL - Generated from // be\be_visitor_operation/operation_ch.cpp:46 - + virtual CORBA::Boolean is_primary_set ( TAO_IOP::TAO_IOR_Property_ptr prop, CORBA::Object_ptr ior @@ -703,10 +703,10 @@ namespace TAO_IOP ACE_THROW_SPEC (( CORBA::SystemException )) = 0; - + // TAO_IDL - Generated from // be\be_visitor_operation/operation_ch.cpp:46 - + virtual CORBA::ULong is_in_ior ( CORBA::Object_ptr ior1, CORBA::Object_ptr ior2 @@ -716,10 +716,10 @@ namespace TAO_IOP CORBA::SystemException , TAO_IOP::NotFound )) = 0; - + // TAO_IDL - Generated from // be\be_visitor_operation/operation_ch.cpp:46 - + virtual CORBA::ULong get_profile_count ( CORBA::Object_ptr ior ACE_ENV_ARG_DECL_WITH_DEFAULTS @@ -728,36 +728,36 @@ namespace TAO_IOP CORBA::SystemException , TAO_IOP::EmptyProfileList )) = 0; - + // TAO_IDL - Generated from // be\be_visitor_interface/interface_ch.cpp:208 - + 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. TAO_IOR_Manipulation (void); - + virtual ~TAO_IOR_Manipulation (void); - + private: // Private and unimplemented for concrete interfaces. TAO_IOR_Manipulation (const TAO_IOR_Manipulation &); - + void operator= (const TAO_IOR_Manipulation &); }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from // be\be_visitor_typecode/typecode_decl.cpp:44 - + TAO_NAMESPACE_STORAGE_CLASS ::CORBA::TypeCode_ptr _tc_TAO_IOR_Manipulation; // TAO_IDL - Generated from @@ -774,18 +774,18 @@ namespace TAO #if !defined (_TAO_IOP_TAO_IOR_PROPERTY__TRAITS_CH_) #define _TAO_IOP_TAO_IOR_PROPERTY__TRAITS_CH_ - + ACE_TEMPLATE_SPECIALIZATION struct TAO_IORManip_Export Objref_Traits<TAO_IOP::TAO_IOR_Property> { - static TAO_IOP::TAO_IOR_Property_ptr tao_duplicate ( + static TAO_IOP::TAO_IOR_Property_ptr duplicate ( TAO_IOP::TAO_IOR_Property_ptr ); - static void tao_release ( + static void release ( TAO_IOP::TAO_IOR_Property_ptr ); - static TAO_IOP::TAO_IOR_Property_ptr tao_nil (void); - static CORBA::Boolean tao_marshal ( + static TAO_IOP::TAO_IOR_Property_ptr nil (void); + static CORBA::Boolean marshal ( TAO_IOP::TAO_IOR_Property_ptr p, TAO_OutputCDR & cdr ); @@ -795,18 +795,18 @@ namespace TAO #if !defined (_TAO_IOP_TAO_IOR_MANIPULATION__TRAITS_CH_) #define _TAO_IOP_TAO_IOR_MANIPULATION__TRAITS_CH_ - + ACE_TEMPLATE_SPECIALIZATION struct TAO_IORManip_Export Objref_Traits<TAO_IOP::TAO_IOR_Manipulation> { - static TAO_IOP::TAO_IOR_Manipulation_ptr tao_duplicate ( + static TAO_IOP::TAO_IOR_Manipulation_ptr duplicate ( TAO_IOP::TAO_IOR_Manipulation_ptr ); - static void tao_release ( + static void release ( TAO_IOP::TAO_IOR_Manipulation_ptr ); - static TAO_IOP::TAO_IOR_Manipulation_ptr tao_nil (void); - static CORBA::Boolean tao_marshal ( + static TAO_IOP::TAO_IOR_Manipulation_ptr nil (void); + static CORBA::Boolean marshal ( TAO_IOP::TAO_IOR_Manipulation_ptr p, TAO_OutputCDR & cdr ); @@ -925,4 +925,3 @@ TAO_IORManip_Export CORBA::Boolean operator>> (TAO_InputCDR &, TAO_IOP::MultiPro #include /**/ "ace/post.h" #endif /* ifndef */ - diff --git a/TAO/tao/RTPortableServer/RTPortableServerC.cpp b/TAO/tao/RTPortableServer/RTPortableServerC.cpp index 9bdb59d615f..69a012e8ad5 100644 --- a/TAO/tao/RTPortableServer/RTPortableServerC.cpp +++ b/TAO/tao/RTPortableServer/RTPortableServerC.cpp @@ -58,7 +58,7 @@ namespace TAO ACE_TEMPLATE_CLASS_MEMBER_SPECIALIZATION RTPortableServer::POA_ptr -TAO::Objref_Traits<RTPortableServer::POA>::tao_duplicate ( +TAO::Objref_Traits<RTPortableServer::POA>::duplicate ( RTPortableServer::POA_ptr p ) { @@ -67,7 +67,7 @@ TAO::Objref_Traits<RTPortableServer::POA>::tao_duplicate ( ACE_TEMPLATE_CLASS_MEMBER_SPECIALIZATION void -TAO::Objref_Traits<RTPortableServer::POA>::tao_release ( +TAO::Objref_Traits<RTPortableServer::POA>::release ( RTPortableServer::POA_ptr p ) { @@ -76,14 +76,14 @@ TAO::Objref_Traits<RTPortableServer::POA>::tao_release ( ACE_TEMPLATE_CLASS_MEMBER_SPECIALIZATION RTPortableServer::POA_ptr -TAO::Objref_Traits<RTPortableServer::POA>::tao_nil (void) +TAO::Objref_Traits<RTPortableServer::POA>::nil (void) { return RTPortableServer::POA::_nil (); } ACE_TEMPLATE_CLASS_MEMBER_SPECIALIZATION CORBA::Boolean -TAO::Objref_Traits<RTPortableServer::POA>::tao_marshal ( +TAO::Objref_Traits<RTPortableServer::POA>::marshal ( RTPortableServer::POA_ptr p, TAO_OutputCDR & cdr ) @@ -92,7 +92,7 @@ TAO::Objref_Traits<RTPortableServer::POA>::tao_marshal ( } // Function pointer for collocation factory initialization. -TAO::Collocation_Proxy_Broker * +TAO::Collocation_Proxy_Broker * (*RTPortableServer__TAO_POA_Proxy_Broker_Factory_function_pointer) ( CORBA::Object_ptr obj ) = 0; @@ -103,7 +103,7 @@ RTPortableServer::POA::POA (void) RTPortableServer::POA::~POA (void) {} -void +void RTPortableServer::POA::_tao_any_destructor (void *_tao_void_pointer) { POA *_tao_tmp_pointer = @@ -121,10 +121,10 @@ RTPortableServer::POA::_narrow ( { return POA::_nil (); } - + POA_ptr proxy = dynamic_cast<POA_ptr> (_tao_objref); - + return POA::_duplicate (proxy); } @@ -138,10 +138,10 @@ RTPortableServer::POA::_unchecked_narrow ( { return POA::_nil (); } - + POA_ptr proxy = dynamic_cast<POA_ptr> (_tao_objref); - + return POA::_duplicate (proxy); } @@ -152,7 +152,7 @@ RTPortableServer::POA::_duplicate (POA_ptr obj) { obj->_add_ref (); } - + return obj; } @@ -214,7 +214,7 @@ RTPortableServer::POA::marshal (TAO_OutputCDR &) TAO_Objref_Var_T< RTPortableServer::POA >; - + template class TAO_Objref_Out_T< RTPortableServer::POA @@ -231,11 +231,10 @@ RTPortableServer::POA::marshal (TAO_OutputCDR &) TAO_Objref_Var_T< \ RTPortableServer::POA > - + # pragma instantiate \ TAO_Objref_Out_T< \ RTPortableServer::POA > -#endif /* !ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */ - +#endif /* !ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */ diff --git a/TAO/tao/RTPortableServer/RTPortableServerC.h b/TAO/tao/RTPortableServer/RTPortableServerC.h index ab6ce108fe9..bd290881d44 100644 --- a/TAO/tao/RTPortableServer/RTPortableServerC.h +++ b/TAO/tao/RTPortableServer/RTPortableServerC.h @@ -70,13 +70,13 @@ #pragma option push -w-rvl -w-rch -w-ccc -w-inl #endif /* __BORLANDC__ */ -// TAO_IDL - Generated from +// TAO_IDL - Generated from // be\be_visitor_root/root_ch.cpp:63 namespace TAO { class Collocation_Proxy_Broker; - + template<typename T> class Narrow_Utils; template<typename T> class AbstractBase_Narrow_Utils; } @@ -86,22 +86,22 @@ namespace TAO namespace RTPortableServer { - + // TAO_IDL - Generated from // be\be_interface.cpp:611 #if !defined (_RTPORTABLESERVER_POA__VAR_OUT_CH_) #define _RTPORTABLESERVER_POA__VAR_OUT_CH_ - + class POA; typedef POA *POA_ptr; - + typedef TAO_Objref_Var_T< POA > POA_var; - + typedef TAO_Objref_Out_T< POA @@ -109,43 +109,43 @@ namespace RTPortableServer POA_out; #endif /* end #if !defined */ - + // TAO_IDL - Generated from // be\be_visitor_interface/interface_ch.cpp:54 #if !defined (_RTPORTABLESERVER_POA_CH_) #define _RTPORTABLESERVER_POA_CH_ - + class TAO_RTPortableServer_Export POA : public virtual PortableServer::POA { public: typedef POA_ptr _ptr_type; typedef POA_var _var_type; - + // The static operations. static POA_ptr _duplicate (POA_ptr obj); - + static POA_ptr _narrow ( CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static POA_ptr _unchecked_narrow ( CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static POA_ptr _nil (void) { return (POA_ptr)0; } - + static void _tao_any_destructor (void *); - + // TAO_IDL - Generated from // be\be_visitor_operation/operation_ch.cpp:46 - + virtual CORBA::Object_ptr create_reference_with_priority ( const char * intf, RTCORBA::Priority priority @@ -155,10 +155,10 @@ namespace RTPortableServer CORBA::SystemException , PortableServer::POA::WrongPolicy )) = 0; - + // TAO_IDL - Generated from // be\be_visitor_operation/operation_ch.cpp:46 - + virtual CORBA::Object_ptr create_reference_with_id_and_priority ( const PortableServer::ObjectId & oid, const char * intf, @@ -169,10 +169,10 @@ namespace RTPortableServer CORBA::SystemException , PortableServer::POA::WrongPolicy )) = 0; - + // TAO_IDL - Generated from // be\be_visitor_operation/operation_ch.cpp:46 - + virtual ::PortableServer::ObjectId * activate_object_with_priority ( PortableServer::Servant p_servant, RTCORBA::Priority priority @@ -183,10 +183,10 @@ namespace RTPortableServer , PortableServer::POA::ServantAlreadyActive , PortableServer::POA::WrongPolicy )) = 0; - + // TAO_IDL - Generated from // be\be_visitor_operation/operation_ch.cpp:46 - + virtual void activate_object_with_id_and_priority ( const PortableServer::ObjectId & oid, PortableServer::Servant p_servant, @@ -199,36 +199,36 @@ namespace RTPortableServer , PortableServer::POA::ObjectAlreadyActive , PortableServer::POA::WrongPolicy )) = 0; - + // TAO_IDL - Generated from // be\be_visitor_interface/interface_ch.cpp:208 - + 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. POA (void); - + virtual ~POA (void); - + private: // Private and unimplemented for concrete interfaces. POA (const POA &); - + void operator= (const POA &); }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from // be\be_visitor_typecode/typecode_decl.cpp:44 - + TAO_NAMESPACE_STORAGE_CLASS ::CORBA::TypeCode_ptr _tc_POA; // TAO_IDL - Generated from @@ -245,18 +245,18 @@ namespace TAO #if !defined (_RTPORTABLESERVER_POA__TRAITS_CH_) #define _RTPORTABLESERVER_POA__TRAITS_CH_ - + ACE_TEMPLATE_SPECIALIZATION struct TAO_RTPortableServer_Export Objref_Traits<RTPortableServer::POA> { - static RTPortableServer::POA_ptr tao_duplicate ( + static RTPortableServer::POA_ptr duplicate ( RTPortableServer::POA_ptr ); - static void tao_release ( + static void release ( RTPortableServer::POA_ptr ); - static RTPortableServer::POA_ptr tao_nil (void); - static CORBA::Boolean tao_marshal ( + static RTPortableServer::POA_ptr nil (void); + static CORBA::Boolean marshal ( RTPortableServer::POA_ptr p, TAO_OutputCDR & cdr ); @@ -290,4 +290,3 @@ TAO_RTPortableServer_Export CORBA::Boolean operator>>= (const CORBA::Any &, RTPo #include /**/ "ace/post.h" #endif /* ifndef */ - diff --git a/TAO/tao/TypeCodeFactory/TypeCodeFactoryC.cpp b/TAO/tao/TypeCodeFactory/TypeCodeFactoryC.cpp index 403daf58673..c6700c8118b 100644 --- a/TAO/tao/TypeCodeFactory/TypeCodeFactoryC.cpp +++ b/TAO/tao/TypeCodeFactory/TypeCodeFactoryC.cpp @@ -53,13 +53,13 @@ // Arg traits specializations. namespace TAO { - + // TAO_IDL - Generated from // be\be_visitor_arg_traits.cpp:582 #if !defined (_CORBA_ANY__ARG_TRAITS_CS_) #define _CORBA_ANY__ARG_TRAITS_CS_ - + ACE_TEMPLATE_SPECIALIZATION class TAO_TypeCodeFactory_Export Arg_Traits<CORBA::Any> : public @@ -72,13 +72,13 @@ namespace TAO }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from // be\be_visitor_arg_traits.cpp:537 #if !defined (_CORBA_DEFINITIONKIND__ARG_TRAITS_CS_) #define _CORBA_DEFINITIONKIND__ARG_TRAITS_CS_ - + ACE_TEMPLATE_SPECIALIZATION class TAO_TypeCodeFactory_Export Arg_Traits<CORBA::DefinitionKind> : public @@ -92,7 +92,7 @@ namespace TAO #if !defined (_CORBA_CONTAINER__ARG_TRAITS_CS_) #define _CORBA_CONTAINER__ARG_TRAITS_CS_ - + ACE_TEMPLATE_SPECIALIZATION class TAO_TypeCodeFactory_Export Arg_Traits<CORBA::Container> : public @@ -109,7 +109,7 @@ namespace TAO #if !defined (_CORBA_IDLTYPE__ARG_TRAITS_CS_) #define _CORBA_IDLTYPE__ARG_TRAITS_CS_ - + ACE_TEMPLATE_SPECIALIZATION class TAO_TypeCodeFactory_Export Arg_Traits<CORBA::IDLType> : public @@ -123,13 +123,13 @@ namespace TAO }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from // be\be_visitor_arg_traits.cpp:379 #if !defined (_CORBA_INTERFACEDEFSEQ__ARG_TRAITS_CS_) #define _CORBA_INTERFACEDEFSEQ__ARG_TRAITS_CS_ - + ACE_TEMPLATE_SPECIALIZATION class TAO_TypeCodeFactory_Export Arg_Traits<CORBA::InterfaceDefSeq> : public @@ -145,7 +145,7 @@ namespace TAO #if !defined (_CORBA_VALUEDEF__ARG_TRAITS_CS_) #define _CORBA_VALUEDEF__ARG_TRAITS_CS_ - + ACE_TEMPLATE_SPECIALIZATION class TAO_TypeCodeFactory_Export Arg_Traits<CORBA::ValueDef> : public @@ -159,13 +159,13 @@ namespace TAO }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from // be\be_visitor_arg_traits.cpp:379 #if !defined (_CORBA_VALUEDEFSEQ__ARG_TRAITS_CS_) #define _CORBA_VALUEDEFSEQ__ARG_TRAITS_CS_ - + ACE_TEMPLATE_SPECIALIZATION class TAO_TypeCodeFactory_Export Arg_Traits<CORBA::ValueDefSeq> : public @@ -178,13 +178,13 @@ namespace TAO }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from // be\be_visitor_arg_traits.cpp:379 #if !defined (_CORBA_ABSTRACTINTERFACEDEFSEQ__ARG_TRAITS_CS_) #define _CORBA_ABSTRACTINTERFACEDEFSEQ__ARG_TRAITS_CS_ - + ACE_TEMPLATE_SPECIALIZATION class TAO_TypeCodeFactory_Export Arg_Traits<CORBA::AbstractInterfaceDefSeq> : public @@ -197,13 +197,13 @@ namespace TAO }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from // be\be_visitor_arg_traits.cpp:379 #if !defined (_CORBA_STRUCTMEMBERSEQ__ARG_TRAITS_CS_) #define _CORBA_STRUCTMEMBERSEQ__ARG_TRAITS_CS_ - + ACE_TEMPLATE_SPECIALIZATION class TAO_TypeCodeFactory_Export Arg_Traits<CORBA::StructMemberSeq> : public @@ -216,13 +216,13 @@ namespace TAO }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from // be\be_visitor_arg_traits.cpp:379 #if !defined (_CORBA_INITIALIZERSEQ__ARG_TRAITS_CS_) #define _CORBA_INITIALIZERSEQ__ARG_TRAITS_CS_ - + ACE_TEMPLATE_SPECIALIZATION class TAO_TypeCodeFactory_Export Arg_Traits<CORBA::InitializerSeq> : public @@ -235,13 +235,13 @@ namespace TAO }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from // be\be_visitor_arg_traits.cpp:379 #if !defined (_CORBA_EXTINITIALIZERSEQ__ARG_TRAITS_CS_) #define _CORBA_EXTINITIALIZERSEQ__ARG_TRAITS_CS_ - + ACE_TEMPLATE_SPECIALIZATION class TAO_TypeCodeFactory_Export Arg_Traits<CORBA::ExtInitializerSeq> : public @@ -254,13 +254,13 @@ namespace TAO }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from // be\be_visitor_arg_traits.cpp:379 #if !defined (_CORBA_UNIONMEMBERSEQ__ARG_TRAITS_CS_) #define _CORBA_UNIONMEMBERSEQ__ARG_TRAITS_CS_ - + ACE_TEMPLATE_SPECIALIZATION class TAO_TypeCodeFactory_Export Arg_Traits<CORBA::UnionMemberSeq> : public @@ -273,13 +273,13 @@ namespace TAO }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from // be\be_visitor_arg_traits.cpp:379 #if !defined (_CORBA_ENUMMEMBERSEQ__ARG_TRAITS_CS_) #define _CORBA_ENUMMEMBERSEQ__ARG_TRAITS_CS_ - + ACE_TEMPLATE_SPECIALIZATION class TAO_TypeCodeFactory_Export Arg_Traits<CORBA::EnumMemberSeq> : public @@ -292,13 +292,13 @@ namespace TAO }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from // be\be_visitor_arg_traits.cpp:537 #if !defined (_CORBA_PRIMITIVEKIND__ARG_TRAITS_CS_) #define _CORBA_PRIMITIVEKIND__ARG_TRAITS_CS_ - + ACE_TEMPLATE_SPECIALIZATION class TAO_TypeCodeFactory_Export Arg_Traits<CORBA::PrimitiveKind> : public @@ -309,13 +309,13 @@ namespace TAO }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from // be\be_visitor_arg_traits.cpp:379 #if !defined (_CORBA_EXCEPTIONDEFSEQ__ARG_TRAITS_CS_) #define _CORBA_EXCEPTIONDEFSEQ__ARG_TRAITS_CS_ - + ACE_TEMPLATE_SPECIALIZATION class TAO_TypeCodeFactory_Export Arg_Traits<CORBA::ExceptionDefSeq> : public @@ -328,13 +328,13 @@ namespace TAO }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from // be\be_visitor_arg_traits.cpp:537 #if !defined (_CORBA_ATTRIBUTEMODE__ARG_TRAITS_CS_) #define _CORBA_ATTRIBUTEMODE__ARG_TRAITS_CS_ - + ACE_TEMPLATE_SPECIALIZATION class TAO_TypeCodeFactory_Export Arg_Traits<CORBA::AttributeMode> : public @@ -345,13 +345,13 @@ namespace TAO }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from // be\be_visitor_arg_traits.cpp:537 #if !defined (_CORBA_OPERATIONMODE__ARG_TRAITS_CS_) #define _CORBA_OPERATIONMODE__ARG_TRAITS_CS_ - + ACE_TEMPLATE_SPECIALIZATION class TAO_TypeCodeFactory_Export Arg_Traits<CORBA::OperationMode> : public @@ -362,13 +362,13 @@ namespace TAO }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from // be\be_visitor_arg_traits.cpp:379 #if !defined (_CORBA_PARDESCRIPTIONSEQ__ARG_TRAITS_CS_) #define _CORBA_PARDESCRIPTIONSEQ__ARG_TRAITS_CS_ - + ACE_TEMPLATE_SPECIALIZATION class TAO_TypeCodeFactory_Export Arg_Traits<CORBA::ParDescriptionSeq> : public @@ -381,13 +381,13 @@ namespace TAO }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from // be\be_visitor_arg_traits.cpp:379 #if !defined (_CORBA_CONTEXTIDSEQ__ARG_TRAITS_CS_) #define _CORBA_CONTEXTIDSEQ__ARG_TRAITS_CS_ - + ACE_TEMPLATE_SPECIALIZATION class TAO_TypeCodeFactory_Export Arg_Traits<CORBA::ContextIdSeq> : public @@ -410,7 +410,7 @@ namespace TAO ACE_TEMPLATE_CLASS_MEMBER_SPECIALIZATION CORBA::TypeCodeFactory_ptr -TAO::Objref_Traits<CORBA::TypeCodeFactory>::tao_duplicate ( +TAO::Objref_Traits<CORBA::TypeCodeFactory>::duplicate ( CORBA::TypeCodeFactory_ptr p ) { @@ -419,7 +419,7 @@ TAO::Objref_Traits<CORBA::TypeCodeFactory>::tao_duplicate ( ACE_TEMPLATE_CLASS_MEMBER_SPECIALIZATION void -TAO::Objref_Traits<CORBA::TypeCodeFactory>::tao_release ( +TAO::Objref_Traits<CORBA::TypeCodeFactory>::release ( CORBA::TypeCodeFactory_ptr p ) { @@ -428,14 +428,14 @@ TAO::Objref_Traits<CORBA::TypeCodeFactory>::tao_release ( ACE_TEMPLATE_CLASS_MEMBER_SPECIALIZATION CORBA::TypeCodeFactory_ptr -TAO::Objref_Traits<CORBA::TypeCodeFactory>::tao_nil (void) +TAO::Objref_Traits<CORBA::TypeCodeFactory>::nil (void) { return CORBA::TypeCodeFactory::_nil (); } ACE_TEMPLATE_CLASS_MEMBER_SPECIALIZATION CORBA::Boolean -TAO::Objref_Traits<CORBA::TypeCodeFactory>::tao_marshal ( +TAO::Objref_Traits<CORBA::TypeCodeFactory>::marshal ( CORBA::TypeCodeFactory_ptr p, TAO_OutputCDR & cdr ) @@ -444,7 +444,7 @@ TAO::Objref_Traits<CORBA::TypeCodeFactory>::tao_marshal ( } // Function pointer for collocation factory initialization. -TAO::Collocation_Proxy_Broker * +TAO::Collocation_Proxy_Broker * (*CORBA__TAO_TypeCodeFactory_Proxy_Broker_Factory_function_pointer) ( CORBA::Object_ptr obj ) = 0; @@ -455,7 +455,7 @@ CORBA::TypeCodeFactory::TypeCodeFactory (void) CORBA::TypeCodeFactory::~TypeCodeFactory (void) {} -void +void CORBA::TypeCodeFactory::_tao_any_destructor (void *_tao_void_pointer) { TypeCodeFactory *_tao_tmp_pointer = @@ -473,10 +473,10 @@ CORBA::TypeCodeFactory::_narrow ( { return TypeCodeFactory::_nil (); } - + TypeCodeFactory_ptr proxy = dynamic_cast<TypeCodeFactory_ptr> (_tao_objref); - + return TypeCodeFactory::_duplicate (proxy); } @@ -490,10 +490,10 @@ CORBA::TypeCodeFactory::_unchecked_narrow ( { return TypeCodeFactory::_nil (); } - + TypeCodeFactory_ptr proxy = dynamic_cast<TypeCodeFactory_ptr> (_tao_objref); - + return TypeCodeFactory::_duplicate (proxy); } @@ -504,7 +504,7 @@ CORBA::TypeCodeFactory::_duplicate (TypeCodeFactory_ptr obj) { obj->_add_ref (); } - + return obj; } @@ -555,20 +555,20 @@ static const CORBA::Long _oc_CORBA_TypeCodeFactory[] = { TAO_ENCAP_BYTE_ORDER, // byte order 38, - ACE_NTOHL (0x49444c3a), - ACE_NTOHL (0x6f6d672e), - ACE_NTOHL (0x6f72672f), - ACE_NTOHL (0x434f5242), - ACE_NTOHL (0x412f5479), - ACE_NTOHL (0x7065436f), - ACE_NTOHL (0x64654661), - ACE_NTOHL (0x63746f72), - ACE_NTOHL (0x793a312e), + ACE_NTOHL (0x49444c3a), + ACE_NTOHL (0x6f6d672e), + ACE_NTOHL (0x6f72672f), + ACE_NTOHL (0x434f5242), + ACE_NTOHL (0x412f5479), + ACE_NTOHL (0x7065436f), + ACE_NTOHL (0x64654661), + ACE_NTOHL (0x63746f72), + ACE_NTOHL (0x793a312e), ACE_NTOHL (0x30000000), // repository ID = IDL:omg.org/CORBA/TypeCodeFactory:1.0 16, - ACE_NTOHL (0x54797065), - ACE_NTOHL (0x436f6465), - ACE_NTOHL (0x46616374), + ACE_NTOHL (0x54797065), + ACE_NTOHL (0x436f6465), + ACE_NTOHL (0x46616374), ACE_NTOHL (0x6f727900), // name = TypeCodeFactory }; @@ -913,7 +913,7 @@ operator>>= ( TAO_Objref_Var_T< CORBA::TypeCodeFactory >; - + template class TAO_Objref_Out_T< CORBA::TypeCodeFactory @@ -1179,7 +1179,7 @@ operator>>= ( TAO_Objref_Var_T< \ CORBA::TypeCodeFactory > - + # pragma instantiate \ TAO_Objref_Out_T< \ CORBA::TypeCodeFactory @@ -1190,5 +1190,4 @@ operator>>= ( CORBA::TypeCodeFactory \ > -#endif /* !ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */ - +#endif /* !ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */ diff --git a/TAO/tao/TypeCodeFactory/TypeCodeFactoryC.h b/TAO/tao/TypeCodeFactory/TypeCodeFactoryC.h index c180b0952d6..9c179ba0312 100644 --- a/TAO/tao/TypeCodeFactory/TypeCodeFactoryC.h +++ b/TAO/tao/TypeCodeFactory/TypeCodeFactoryC.h @@ -70,13 +70,13 @@ #pragma option push -w-rvl -w-rch -w-ccc -w-inl #endif /* __BORLANDC__ */ -// TAO_IDL - Generated from +// TAO_IDL - Generated from // be\be_visitor_root/root_ch.cpp:63 namespace TAO { class Collocation_Proxy_Broker; - + template<typename T> class Narrow_Utils; template<typename T> class AbstractBase_Narrow_Utils; } @@ -86,22 +86,22 @@ namespace TAO namespace CORBA { - + // TAO_IDL - Generated from // be\be_interface.cpp:611 #if !defined (_CORBA_TYPECODEFACTORY__VAR_OUT_CH_) #define _CORBA_TYPECODEFACTORY__VAR_OUT_CH_ - + class TypeCodeFactory; typedef TypeCodeFactory *TypeCodeFactory_ptr; - + typedef TAO_Objref_Var_T< TypeCodeFactory > TypeCodeFactory_var; - + typedef TAO_Objref_Out_T< TypeCodeFactory @@ -109,43 +109,43 @@ namespace CORBA TypeCodeFactory_out; #endif /* end #if !defined */ - + // TAO_IDL - Generated from // be\be_visitor_interface/interface_ch.cpp:54 #if !defined (_CORBA_TYPECODEFACTORY_CH_) #define _CORBA_TYPECODEFACTORY_CH_ - + class TAO_TypeCodeFactory_Export TypeCodeFactory : public virtual CORBA::Object { public: typedef TypeCodeFactory_ptr _ptr_type; typedef TypeCodeFactory_var _var_type; - + // The static operations. static TypeCodeFactory_ptr _duplicate (TypeCodeFactory_ptr obj); - + static TypeCodeFactory_ptr _narrow ( CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static TypeCodeFactory_ptr _unchecked_narrow ( CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS ); - + static TypeCodeFactory_ptr _nil (void) { return (TypeCodeFactory_ptr)0; } - + static void _tao_any_destructor (void *); - + // TAO_IDL - Generated from // be\be_visitor_operation/operation_ch.cpp:46 - + virtual CORBA::TypeCode_ptr create_struct_tc ( const char * id, const char * name, @@ -155,10 +155,10 @@ namespace CORBA ACE_THROW_SPEC (( CORBA::SystemException )) = 0; - + // TAO_IDL - Generated from // be\be_visitor_operation/operation_ch.cpp:46 - + virtual CORBA::TypeCode_ptr create_union_tc ( const char * id, const char * name, @@ -169,10 +169,10 @@ namespace CORBA ACE_THROW_SPEC (( CORBA::SystemException )) = 0; - + // TAO_IDL - Generated from // be\be_visitor_operation/operation_ch.cpp:46 - + virtual CORBA::TypeCode_ptr create_enum_tc ( const char * id, const char * name, @@ -182,10 +182,10 @@ namespace CORBA ACE_THROW_SPEC (( CORBA::SystemException )) = 0; - + // TAO_IDL - Generated from // be\be_visitor_operation/operation_ch.cpp:46 - + virtual CORBA::TypeCode_ptr create_alias_tc ( const char * id, const char * name, @@ -195,10 +195,10 @@ namespace CORBA ACE_THROW_SPEC (( CORBA::SystemException )) = 0; - + // TAO_IDL - Generated from // be\be_visitor_operation/operation_ch.cpp:46 - + virtual CORBA::TypeCode_ptr create_exception_tc ( const char * id, const char * name, @@ -208,10 +208,10 @@ namespace CORBA ACE_THROW_SPEC (( CORBA::SystemException )) = 0; - + // TAO_IDL - Generated from // be\be_visitor_operation/operation_ch.cpp:46 - + virtual CORBA::TypeCode_ptr create_interface_tc ( const char * id, const char * name @@ -220,10 +220,10 @@ namespace CORBA ACE_THROW_SPEC (( CORBA::SystemException )) = 0; - + // TAO_IDL - Generated from // be\be_visitor_operation/operation_ch.cpp:46 - + virtual CORBA::TypeCode_ptr create_string_tc ( CORBA::ULong bound ACE_ENV_ARG_DECL_WITH_DEFAULTS @@ -231,10 +231,10 @@ namespace CORBA ACE_THROW_SPEC (( CORBA::SystemException )) = 0; - + // TAO_IDL - Generated from // be\be_visitor_operation/operation_ch.cpp:46 - + virtual CORBA::TypeCode_ptr create_wstring_tc ( CORBA::ULong bound ACE_ENV_ARG_DECL_WITH_DEFAULTS @@ -242,10 +242,10 @@ namespace CORBA ACE_THROW_SPEC (( CORBA::SystemException )) = 0; - + // TAO_IDL - Generated from // be\be_visitor_operation/operation_ch.cpp:46 - + virtual CORBA::TypeCode_ptr create_fixed_tc ( CORBA::UShort digits, CORBA::UShort scale @@ -254,10 +254,10 @@ namespace CORBA ACE_THROW_SPEC (( CORBA::SystemException )) = 0; - + // TAO_IDL - Generated from // be\be_visitor_operation/operation_ch.cpp:46 - + virtual CORBA::TypeCode_ptr create_sequence_tc ( CORBA::ULong bound, CORBA::TypeCode_ptr element_type @@ -266,10 +266,10 @@ namespace CORBA ACE_THROW_SPEC (( CORBA::SystemException )) = 0; - + // TAO_IDL - Generated from // be\be_visitor_operation/operation_ch.cpp:46 - + virtual CORBA::TypeCode_ptr create_array_tc ( CORBA::ULong length, CORBA::TypeCode_ptr element_type @@ -278,10 +278,10 @@ namespace CORBA ACE_THROW_SPEC (( CORBA::SystemException )) = 0; - + // TAO_IDL - Generated from // be\be_visitor_operation/operation_ch.cpp:46 - + virtual CORBA::TypeCode_ptr create_value_tc ( const char * id, const char * name, @@ -293,10 +293,10 @@ namespace CORBA ACE_THROW_SPEC (( CORBA::SystemException )) = 0; - + // TAO_IDL - Generated from // be\be_visitor_operation/operation_ch.cpp:46 - + virtual CORBA::TypeCode_ptr create_value_box_tc ( const char * id, const char * name, @@ -306,10 +306,10 @@ namespace CORBA ACE_THROW_SPEC (( CORBA::SystemException )) = 0; - + // TAO_IDL - Generated from // be\be_visitor_operation/operation_ch.cpp:46 - + virtual CORBA::TypeCode_ptr create_native_tc ( const char * id, const char * name @@ -318,10 +318,10 @@ namespace CORBA ACE_THROW_SPEC (( CORBA::SystemException )) = 0; - + // TAO_IDL - Generated from // be\be_visitor_operation/operation_ch.cpp:46 - + virtual CORBA::TypeCode_ptr create_recursive_tc ( const char * id ACE_ENV_ARG_DECL_WITH_DEFAULTS @@ -329,10 +329,10 @@ namespace CORBA ACE_THROW_SPEC (( CORBA::SystemException )) = 0; - + // TAO_IDL - Generated from // be\be_visitor_operation/operation_ch.cpp:46 - + virtual CORBA::TypeCode_ptr create_abstract_interface_tc ( const char * id, const char * name @@ -341,10 +341,10 @@ namespace CORBA ACE_THROW_SPEC (( CORBA::SystemException )) = 0; - + // TAO_IDL - Generated from // be\be_visitor_operation/operation_ch.cpp:46 - + virtual CORBA::TypeCode_ptr create_local_interface_tc ( const char * id, const char * name @@ -353,10 +353,10 @@ namespace CORBA ACE_THROW_SPEC (( CORBA::SystemException )) = 0; - + // TAO_IDL - Generated from // be\be_visitor_operation/operation_ch.cpp:46 - + virtual CORBA::TypeCode_ptr create_component_tc ( const char * id, const char * name @@ -365,10 +365,10 @@ namespace CORBA ACE_THROW_SPEC (( CORBA::SystemException )) = 0; - + // TAO_IDL - Generated from // be\be_visitor_operation/operation_ch.cpp:46 - + virtual CORBA::TypeCode_ptr create_home_tc ( const char * id, const char * name @@ -377,10 +377,10 @@ namespace CORBA ACE_THROW_SPEC (( CORBA::SystemException )) = 0; - + // TAO_IDL - Generated from // be\be_visitor_operation/operation_ch.cpp:46 - + virtual CORBA::TypeCode_ptr create_event_tc ( const char * id, const char * name, @@ -392,36 +392,36 @@ namespace CORBA ACE_THROW_SPEC (( CORBA::SystemException )) = 0; - + // TAO_IDL - Generated from // be\be_visitor_interface/interface_ch.cpp:208 - + 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. TypeCodeFactory (void); - + virtual ~TypeCodeFactory (void); - + private: // Private and unimplemented for concrete interfaces. TypeCodeFactory (const TypeCodeFactory &); - + void operator= (const TypeCodeFactory &); }; #endif /* end #if !defined */ - + // TAO_IDL - Generated from // be\be_visitor_typecode/typecode_decl.cpp:44 - + TAO_NAMESPACE_STORAGE_CLASS ::CORBA::TypeCode_ptr _tc_TypeCodeFactory; // TAO_IDL - Generated from @@ -438,18 +438,18 @@ namespace TAO #if !defined (_CORBA_TYPECODEFACTORY__TRAITS_CH_) #define _CORBA_TYPECODEFACTORY__TRAITS_CH_ - + ACE_TEMPLATE_SPECIALIZATION struct TAO_TypeCodeFactory_Export Objref_Traits<CORBA::TypeCodeFactory> { - static CORBA::TypeCodeFactory_ptr tao_duplicate ( + static CORBA::TypeCodeFactory_ptr duplicate ( CORBA::TypeCodeFactory_ptr ); - static void tao_release ( + static void release ( CORBA::TypeCodeFactory_ptr ); - static CORBA::TypeCodeFactory_ptr tao_nil (void); - static CORBA::Boolean tao_marshal ( + static CORBA::TypeCodeFactory_ptr nil (void); + static CORBA::Boolean marshal ( CORBA::TypeCodeFactory_ptr p, TAO_OutputCDR & cdr ); @@ -483,4 +483,3 @@ TAO_TypeCodeFactory_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA #include /**/ "ace/post.h" #endif /* ifndef */ - |