summaryrefslogtreecommitdiff
path: root/TAO/tao/Object.h
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-21 17:11:38 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-21 17:11:38 +0000
commit82b49a286b430f0588aad1daafee8b672b97f479 (patch)
treeffbd6e8072eb9049e4821c9b149081ca0cee1f77 /TAO/tao/Object.h
parent29ebe2cc73cc7748939f578672f07147bf3d1dee (diff)
downloadATCD-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.h5
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