diff options
author | bala <balanatarajan@users.noreply.github.com> | 2003-07-30 17:50:24 +0000 |
---|---|---|
committer | bala <balanatarajan@users.noreply.github.com> | 2003-07-30 17:50:24 +0000 |
commit | c642ab03e8b72bd39640ddfe4d12bdf325299bd3 (patch) | |
tree | 39c52ea9953108ae444d53fe66df609cc1b394ef /TAO/tao/Profile.cpp | |
parent | 344212be6923b05c085e25e26e40d0fc1ae45aee (diff) | |
download | ATCD-c642ab03e8b72bd39640ddfe4d12bdf325299bd3.tar.gz |
ChangeLogTag:Wed Jul 30 12:50:33 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/Profile.cpp')
-rw-r--r-- | TAO/tao/Profile.cpp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/TAO/tao/Profile.cpp b/TAO/tao/Profile.cpp index a74a5a432a8..35dcbc78f46 100644 --- a/TAO/tao/Profile.cpp +++ b/TAO/tao/Profile.cpp @@ -667,6 +667,20 @@ TAO_Profile::parse_string (const char *ior ACE_ENV_ARG_PARAMETER); } +CORBA::Boolean +TAO_Profile::is_profile_equivalent_i (const TAO_Profile *other) +{ + return this->orb_core_->is_profile_equivalent (this, + other); +} + + +CORBA::ULong +TAO_Profile::hash_service_i (CORBA::ULong m) +{ + return this->orb_core_->hash_service (this, m); +} + // **************************************************************** TAO_Unknown_Profile::TAO_Unknown_Profile (CORBA::ULong tag, |