summaryrefslogtreecommitdiff
path: root/TAO/tao/POA.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/POA.cpp')
-rw-r--r--TAO/tao/POA.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/TAO/tao/POA.cpp b/TAO/tao/POA.cpp
index 536bb5eea51..e56968e4660 100644
--- a/TAO/tao/POA.cpp
+++ b/TAO/tao/POA.cpp
@@ -836,9 +836,7 @@ TAO_POA::check_for_valid_wait_for_completions (CORBA::Boolean wait_for_completio
// This thread cannot currently be in an upcall.
if (poa_current_impl != 0)
{
- // CORBA 2.3 specifies which minor code corresponds to this
- // particular problem.
- ACE_THROW (CORBA::BAD_INV_ORDER (3, CORBA::COMPLETED_NO));
+ ACE_THROW (CORBA::BAD_INV_ORDER ());
}
}
}