summaryrefslogtreecommitdiff
path: root/TAO/tao/Profile.h
diff options
context:
space:
mode:
authorsmcqueen <smcqueen@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-06-09 12:16:07 +0000
committersmcqueen <smcqueen@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-06-09 12:16:07 +0000
commit62aa316bc5564669a3a4a4526c5a7cb4e095eebd (patch)
treebe350e5251fb9d61c7bfb4d6736ff0c3b53668c7 /TAO/tao/Profile.h
parent78c0b7f7a23a959e53b070b29c157192b8e70bbf (diff)
downloadATCD-62aa316bc5564669a3a4a4526c5a7cb4e095eebd.tar.gz
ChangeLogTag: Thu Jun 9 12:54:41 2005 Simon McQueen <sm@prismtech.com>
Diffstat (limited to 'TAO/tao/Profile.h')
-rw-r--r--TAO/tao/Profile.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/TAO/tao/Profile.h b/TAO/tao/Profile.h
index cace0daceef..c2de3870424 100644
--- a/TAO/tao/Profile.h
+++ b/TAO/tao/Profile.h
@@ -23,6 +23,7 @@
#include "tao/GIOP_Message_Version.h"
#include "tao/Refcounted_ObjectKey.h"
+#include "tao/Service_Callbacks.h"
class ACE_Lock;
class TAO_MProfile;
@@ -275,7 +276,8 @@ protected:
* method in that it has a default implementation that may or not be
* applicable to all TAO_Profile subclasses.
*/
- virtual CORBA::Boolean is_equivalent_hook (const TAO_Profile * other);
+ virtual TAO_Service_Callbacks::Profile_Equivalence is_equivalent_hook (
+ const TAO_Profile * other);
CORBA::ULong hash_service_i (CORBA::ULong m);
@@ -389,7 +391,8 @@ public:
protected:
virtual CORBA::Boolean do_is_equivalent (const TAO_Profile* other_profile);
- virtual CORBA::Boolean is_equivalent_hook (const TAO_Profile* other_profile);
+ virtual TAO_Service_Callbacks::Profile_Equivalence is_equivalent_hook (
+ const TAO_Profile* other_profile);
private:
virtual void create_profile_body (TAO_OutputCDR &encap) const;