diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-06-21 17:11:38 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-06-21 17:11:38 +0000 |
commit | 82b49a286b430f0588aad1daafee8b672b97f479 (patch) | |
tree | ffbd6e8072eb9049e4821c9b149081ca0cee1f77 /TAO/tao/Object.h | |
parent | 29ebe2cc73cc7748939f578672f07147bf3d1dee (diff) | |
download | ATCD-82b49a286b430f0588aad1daafee8b672b97f479.tar.gz |
ChangeLogTag:Mon Jun 21 12:10:33 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Object.h')
-rw-r--r-- | TAO/tao/Object.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/TAO/tao/Object.h b/TAO/tao/Object.h index e3ad57d9b1d..78210f5912c 100644 --- a/TAO/tao/Object.h +++ b/TAO/tao/Object.h @@ -159,7 +159,10 @@ public: // different ORB protocols are in use) there is no default // implementation. - virtual CORBA::Boolean _is_equivalent (CORBA::Object_ptr other_obj); + virtual CORBA::Boolean _is_equivalent (CORBA::Object_ptr other_obj, + CORBA_Environment &TAO_IN_ENV = + TAO_default_environment ()) + ACE_THROW_SPEC (()); // Try to determine if this object is the same as <other_obj>. This // method relies on the representation of the object reference's // private state. Since that changes easily (when different ORB |