summaryrefslogtreecommitdiff
path: root/TAO/tao/Invocation.i
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-08-30 04:31:22 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-08-30 04:31:22 +0000
commit43a706b4060a33be3a8139c10660613875cb737f (patch)
tree9f02216ea2a0aaf7c1404e4f48dcc9e18cf151a6 /TAO/tao/Invocation.i
parent49e4e68f409093cd16e733ce7f851578d24dd610 (diff)
downloadATCD-43a706b4060a33be3a8139c10660613875cb737f.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/tao/Invocation.i')
-rw-r--r--TAO/tao/Invocation.i8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tao/Invocation.i b/TAO/tao/Invocation.i
index 3bb8220b2cb..222dc901891 100644
--- a/TAO/tao/Invocation.i
+++ b/TAO/tao/Invocation.i
@@ -32,7 +32,7 @@ TAO_GIOP_Twoway_Invocation (IIOP_Object *data,
ACE_INLINE void
TAO_GIOP_Twoway_Invocation::start (CORBA::Environment &env)
{
- TAO_GIOP_Invocation::start (CORBA::B_TRUE, TAO_GIOP::Request, env);
+ TAO_GIOP_Invocation::start (1, TAO_GIOP::Request, env);
}
ACE_INLINE void
@@ -63,13 +63,13 @@ TAO_GIOP_Oneway_Invocation (IIOP_Object *data,
ACE_INLINE void
TAO_GIOP_Oneway_Invocation::start (CORBA::Environment &env)
{
- TAO_GIOP_Invocation::start (CORBA::B_FALSE, TAO_GIOP::Request, env);
+ TAO_GIOP_Invocation::start (0, TAO_GIOP::Request, env);
}
ACE_INLINE TAO_GIOP_ReplyStatusType
TAO_GIOP_Oneway_Invocation::invoke (CORBA::Environment &env)
{
- return TAO_GIOP_Invocation::invoke (CORBA::B_FALSE, env);
+ return TAO_GIOP_Invocation::invoke (0, env);
}
// ****************************************************************
@@ -86,7 +86,7 @@ TAO_GIOP_Locate_Request_Invocation (IIOP_Object *data,
ACE_INLINE void
TAO_GIOP_Locate_Request_Invocation::start (CORBA::Environment &env)
{
- TAO_GIOP_Invocation::start (CORBA::B_TRUE, TAO_GIOP::LocateRequest, env);
+ TAO_GIOP_Invocation::start (1, TAO_GIOP::LocateRequest, env);
}