diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-04-24 19:46:23 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-04-24 19:46:23 +0000 |
commit | 0fca04560d10192ee88e8e4464cc5dab4bd595bf (patch) | |
tree | 077d71fe1a28e8fb31279f58ae2a5fbfc244ccf4 /TAO/tao/LocalObject.cpp | |
parent | 7763126b5d1feef12953d94f66c1374390985013 (diff) | |
download | ATCD-LocalObject.tar.gz |
ChangLogTag:Mon Apr 24 14:41:38 2000 Nanbor Wang <nanbor@cs.wustl.edu>LocalObject
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 c5f585280e0..351e2ac11cb 100644 --- a/TAO/tao/LocalObject.cpp +++ b/TAO/tao/LocalObject.cpp @@ -72,7 +72,7 @@ CORBA::LocalObject::_hash (CORBA::ULong maximum, // such as strcmp(), to allow more comparison algorithms. CORBA::Boolean -CORBA::LocalObject::_is_equivalent (CORBA::LocalObject_ptr other_obj, +CORBA::LocalObject::_is_equivalent (CORBA::Object_ptr other_obj, CORBA::Environment &) ACE_THROW_SPEC (()) { |