diff options
author | fredk <fredk@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-06-21 13:46:21 +0000 |
---|---|---|
committer | fredk <fredk@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-06-21 13:46:21 +0000 |
commit | 6381f3432070abb6f9d252c3ed59acc186c84279 (patch) | |
tree | 777cfa9dc76bb58f42259583a893ab87a4e81d03 /TAO/tao/Object.h | |
parent | 2abc33ea50de5daa4e863f5cbca89e61ab0b2ec2 (diff) | |
download | ATCD-6381f3432070abb6f9d252c3ed59acc186c84279.tar.gz |
Added new IOR_Manipulation class along with supporting changes in
MProfile.
Diffstat (limited to 'TAO/tao/Object.h')
-rw-r--r-- | TAO/tao/Object.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/TAO/tao/Object.h b/TAO/tao/Object.h index d849643c321..e3ad57d9b1d 100644 --- a/TAO/tao/Object.h +++ b/TAO/tao/Object.h @@ -159,9 +159,7 @@ public: // different ORB protocols are in use) there is no default // implementation. - virtual CORBA::Boolean _is_equivalent (CORBA::Object_ptr other_obj, - CORBA_Environment &TAO_IN_ENV = - TAO_default_environment ()); + virtual CORBA::Boolean _is_equivalent (CORBA::Object_ptr other_obj); // 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 |