From 43a706b4060a33be3a8139c10660613875cb737f Mon Sep 17 00:00:00 2001 From: irfan Date: Sun, 30 Aug 1998 04:31:22 +0000 Subject: *** empty log message *** --- TAO/tao/ORB.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TAO/tao/ORB.i') 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 -- cgit v1.2.1