diff options
Diffstat (limited to 'TAO/tao/ORB.h')
-rw-r--r-- | TAO/tao/ORB.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/TAO/tao/ORB.h b/TAO/tao/ORB.h index f8147d8500d..d0f17d36899 100644 --- a/TAO/tao/ORB.h +++ b/TAO/tao/ORB.h @@ -228,14 +228,6 @@ public: virtual int _is_a (const char* interface_id) const; }; - // Typedefs for CORBA_ORB_RequestSeq, - // which is an argument of send_multiple_requests_*(). - // See Request.{h,i,cpp} for definitions. - typedef CORBA_ORB_RequestSeq RequestSeq; - typedef CORBA_ORB_RequestSeq_ptr RequestSeq_ptr; - typedef CORBA_ORB_RequestSeq_var RequestSeq_var; - typedef CORBA_ORB_RequestSeq_out RequestSeq_out; - typedef char *ObjectId; typedef CORBA::String_var ObjectId_var; typedef CORBA::String_out ObjectId_out; @@ -283,6 +275,14 @@ public: #if !defined (TAO_HAS_MINIMUM_CORBA) + // Typedefs for CORBA_ORB_RequestSeq, + // which is an argument of send_multiple_requests_*(). + // See Request.{h,i,cpp} for definitions. + typedef CORBA_ORB_RequestSeq RequestSeq; + typedef CORBA_ORB_RequestSeq_ptr RequestSeq_ptr; + typedef CORBA_ORB_RequestSeq_var RequestSeq_var; + typedef CORBA_ORB_RequestSeq_out RequestSeq_out; + void create_list (CORBA::Long count, CORBA::NVList_ptr &new_list, CORBA_Environment &ACE_TRY_ENV = |