diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-04-28 08:30:48 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-04-28 08:30:48 +0000 |
commit | 5e929ce6147c86740c0633f04d46535eea430996 (patch) | |
tree | 40f643bee582e87ac7e1724f1f88722df66066db /TAO/tao/Policy_Manager.cpp | |
parent | 022dc3000a2d8ba053a44d39c9425103ce97464e (diff) | |
download | ATCD-5e929ce6147c86740c0633f04d46535eea430996.tar.gz |
Fixed SystemException constructor's signature
Diffstat (limited to 'TAO/tao/Policy_Manager.cpp')
-rw-r--r-- | TAO/tao/Policy_Manager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Policy_Manager.cpp b/TAO/tao/Policy_Manager.cpp index ab5aab9c9e4..a4b776e3117 100644 --- a/TAO/tao/Policy_Manager.cpp +++ b/TAO/tao/Policy_Manager.cpp @@ -20,7 +20,7 @@ TAO_Policy_Manager_Impl::set_policy_overrides ( // @@ The spec does not say what to do on this case. if (set_add != CORBA::SET_OVERRIDE && set_add != CORBA::ADD_OVERRIDE) - ACE_THROW (CORBA::BAD_PARAM (CORBA::COMPLETED_NO)); + ACE_THROW (CORBA::BAD_PARAM (TAO_DEFAULT_MINOR_CODE, CORBA::COMPLETED_NO)); CORBA::InvalidPolicies invalid_policies; invalid_policies.indices.length (policies.length ()); |