diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-04-29 08:01:00 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-04-29 08:01:00 +0000 |
commit | 56a06f481f424c35d07b3fd5a11c07166bc5c9a3 (patch) | |
tree | b96ba153f0f934aa2ae75eebdf9f5c5631073509 /TAO/tao/Any.cpp | |
parent | 4fb90adc4d5cec3efb10cd0e375543e85676df45 (diff) | |
download | ATCD-56a06f481f424c35d07b3fd5a11c07166bc5c9a3.tar.gz |
Removed argument from system exceptions' instantiations if they match the default arguments.
Diffstat (limited to 'TAO/tao/Any.cpp')
-rw-r--r-- | TAO/tao/Any.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Any.cpp b/TAO/tao/Any.cpp index 78c9fc1dc9e..4b6dd1a6d06 100644 --- a/TAO/tao/Any.cpp +++ b/TAO/tao/Any.cpp @@ -60,7 +60,7 @@ CORBA_Any::type (CORBA::TypeCode_ptr tc, } else { - env.exception (new CORBA::BAD_TYPECODE (TAO_DEFAULT_MINOR_CODE, CORBA::COMPLETED_NO)); + env.exception (new CORBA::BAD_TYPECODE ()); } } |