summaryrefslogtreecommitdiff
path: root/TAO/tao/PollableC.cpp
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-02-22 02:26:11 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-02-22 02:26:11 +0000
commit66b68f6aaa7a0b9b167a014a656e30ad2ac52ce5 (patch)
treeb9216c075f090465832b7b5749e29ca2b37bafbe /TAO/tao/PollableC.cpp
parentef8ff8760c001c2a95ed9130edfc3af5c2eca73a (diff)
downloadATCD-66b68f6aaa7a0b9b167a014a656e30ad2ac52ce5.tar.gz
Optimization of oneway, twoway and ami calls.
Diffstat (limited to 'TAO/tao/PollableC.cpp')
-rw-r--r--TAO/tao/PollableC.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/TAO/tao/PollableC.cpp b/TAO/tao/PollableC.cpp
index cc0b875fa23..e83dd53ae25 100644
--- a/TAO/tao/PollableC.cpp
+++ b/TAO/tao/PollableC.cpp
@@ -127,6 +127,7 @@ CORBA::Boolean CORBA_Pollable::is_ready (
TAO_GIOP_Twoway_Invocation _tao_call (
istub,
"is_ready",
+ 8,
istub->orb_core ()
);
@@ -187,6 +188,7 @@ CORBA_PollableSet_ptr CORBA_Pollable::create_pollable_set (
TAO_GIOP_Twoway_Invocation _tao_call (
istub,
"create_pollable_set",
+ 19,
istub->orb_core ()
);
@@ -560,6 +562,7 @@ CORBA::DIIPollable_ptr CORBA_PollableSet::create_dii_pollable (
TAO_GIOP_Twoway_Invocation _tao_call (
istub,
"create_dii_pollable",
+ 19,
istub->orb_core ()
);
@@ -614,6 +617,7 @@ void CORBA_PollableSet::add_pollable (
TAO_GIOP_Twoway_Invocation _tao_call (
istub,
"add_pollable",
+ 12,
istub->orb_core ()
);
@@ -675,6 +679,7 @@ CORBA_Pollable_ptr CORBA_PollableSet::poll (
TAO_GIOP_Twoway_Invocation _tao_call (
istub,
"poll",
+ 4,
istub->orb_core ()
);
@@ -740,6 +745,7 @@ void CORBA_PollableSet::remove (
TAO_GIOP_Twoway_Invocation _tao_call (
istub,
"remove",
+ 6,
istub->orb_core ()
);
@@ -795,6 +801,7 @@ CORBA::UShort CORBA_PollableSet::number_left (
TAO_GIOP_Twoway_Invocation _tao_call (
istub,
"number_left",
+ 11,
istub->orb_core ()
);