summaryrefslogtreecommitdiff
path: root/TAO/tao/ORB.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-04-24 13:22:19 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-04-24 13:22:19 +0000
commit6f33ecf09a53d0572b5d3f512f6cb0e55fd58eec (patch)
tree34b3ff3607faa76e821dd115ecb3e2a131eab552 /TAO/tao/ORB.h
parent571fba5f3f99e0652127eaa89af67b8a7368ab4d (diff)
downloadATCD-6f33ecf09a53d0572b5d3f512f6cb0e55fd58eec.tar.gz
ChangeLogTag: Mon Apr 24 11:29:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>Mon Apr 24 11:31:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>Mon Apr 24 11:56:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>Mon Apr 24 12:02:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/ORB.h')
-rw-r--r--TAO/tao/ORB.h49
1 files changed, 26 insertions, 23 deletions
diff --git a/TAO/tao/ORB.h b/TAO/tao/ORB.h
index f6c0f96d0f5..e05ef0d9878 100644
--- a/TAO/tao/ORB.h
+++ b/TAO/tao/ORB.h
@@ -134,6 +134,30 @@ namespace CORBA
typedef CORBA::Short ValueModifier;
+#if (TAO_HAS_MINIMUM_CORBA == 0)
+
+ // Typedefs for CORBA::RequestSeq, which is an argument of
+ // send_multiple_requests_*().
+
+ typedef
+ TAO::unbounded_object_reference_sequence<
+ CORBA::Request, CORBA::Request_var
+ >
+ RequestSeq;
+
+ typedef
+ TAO_VarSeq_Var_T<
+ RequestSeq
+ >
+ RequestSeq_var;
+
+ typedef
+ TAO_Seq_Out_T<
+ RequestSeq
+ >
+ RequestSeq_out;
+#endif
+
/**
* @class ORB
*
@@ -229,27 +253,6 @@ namespace CORBA
#if (TAO_HAS_MINIMUM_CORBA == 0)
- // Typedefs for CORBA::ORB::RequestSeq, which is an argument of
- // send_multiple_requests_*().
-
- typedef
- TAO::unbounded_object_reference_sequence<
- CORBA::Request, CORBA::Request_var
- >
- RequestSeq;
-
- typedef
- TAO_VarSeq_Var_T<
- RequestSeq
- >
- RequestSeq_var;
-
- typedef
- TAO_Seq_Out_T<
- RequestSeq
- >
- RequestSeq_out;
-
void create_list (CORBA::Long count,
CORBA::NVList_ptr &new_list
ACE_ENV_ARG_DECL_WITH_DEFAULTS);
@@ -281,10 +284,10 @@ namespace CORBA
CORBA::ServiceInformation_out service_information
ACE_ENV_ARG_DECL_WITH_DEFAULTS);
- void send_multiple_requests_oneway (const CORBA::ORB::RequestSeq &req
+ void send_multiple_requests_oneway (const CORBA::RequestSeq &req
ACE_ENV_ARG_DECL_WITH_DEFAULTS);
- void send_multiple_requests_deferred (const CORBA::ORB::RequestSeq &req
+ void send_multiple_requests_deferred (const CORBA::RequestSeq &req
ACE_ENV_ARG_DECL_WITH_DEFAULTS);
void get_next_response (CORBA::Request_ptr &req