diff options
author | bala <balanatarajan@users.noreply.github.com> | 2001-05-11 12:42:50 +0000 |
---|---|---|
committer | bala <balanatarajan@users.noreply.github.com> | 2001-05-11 12:42:50 +0000 |
commit | 7fe44d00d921a6d0bf62a32443f73bfa43da99d8 (patch) | |
tree | 54c35d3c367b462e26a2d35732e31f30e8aeefb2 /TAO/tao/LocalObject.cpp | |
parent | 7f369edaa2ad5e3cbc1490070b9d48a5d26ce5ef (diff) | |
download | ATCD-7fe44d00d921a6d0bf62a32443f73bfa43da99d8.tar.gz |
ChangeLogTag: Fri May 11 07:39:27 2001 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/LocalObject.cpp')
-rw-r--r-- | TAO/tao/LocalObject.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/LocalObject.cpp b/TAO/tao/LocalObject.cpp index 45843769958..49ffa4fc154 100644 --- a/TAO/tao/LocalObject.cpp +++ b/TAO/tao/LocalObject.cpp @@ -58,7 +58,7 @@ CORBA_LocalObject::_hash (CORBA::ULong maximum, CORBA::Boolean CORBA_LocalObject::_is_equivalent (CORBA_Object_ptr other_obj, CORBA_Environment &) - ACE_THROW_SPEC (()) + ACE_THROW_SPEC ((CORBA::SystemException)) { return (other_obj == this) ? 1 : 0; } |