summaryrefslogtreecommitdiff
path: root/TAO/tao/ORB.i
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/ORB.i')
-rw-r--r--TAO/tao/ORB.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/ORB.i b/TAO/tao/ORB.i
index 139383dd424..8eeb1f776ae 100644
--- a/TAO/tao/ORB.i
+++ b/TAO/tao/ORB.i
@@ -227,7 +227,7 @@ ACE_INLINE CORBA::Boolean
CORBA_ORB::work_pending (void)
{
// There's ALWAYS work to do ;-)
- return CORBA::B_TRUE;
+ return 1;
}
ACE_INLINE CORBA::Boolean