diff options
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 |