summaryrefslogtreecommitdiff
path: root/TAO/tao/IIOP_Profile.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2003-10-28 15:10:59 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2003-10-28 15:10:59 +0000
commite07a1718c970265bdd3759a7601a8876976292b7 (patch)
treeb27b5a9ff967bac39ba1d66f61f2bc2d61302009 /TAO/tao/IIOP_Profile.h
parent05c00a513c19251914af6f56a761aafd4c6a338e (diff)
downloadATCD-e07a1718c970265bdd3759a7601a8876976292b7.tar.gz
ChangeLogTag:Tue Oct 28 07:05:46 2003 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/IIOP_Profile.h')
-rw-r--r--TAO/tao/IIOP_Profile.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/IIOP_Profile.h b/TAO/tao/IIOP_Profile.h
index 638b10512b5..0fc34f9fb2e 100644
--- a/TAO/tao/IIOP_Profile.h
+++ b/TAO/tao/IIOP_Profile.h
@@ -73,8 +73,7 @@ public:
virtual char * to_string (ACE_ENV_SINGLE_ARG_DECL);
virtual int encode_endpoints (void);
virtual TAO_Endpoint *endpoint (void);
- virtual CORBA::ULong endpoint_count (void);
- virtual CORBA::Boolean is_equivalent (const TAO_Profile *other_profile);
+ virtual CORBA::ULong endpoint_count (void) const;
virtual CORBA::ULong hash (CORBA::ULong max
ACE_ENV_ARG_DECL);
/**
@@ -92,6 +91,7 @@ protected:
virtual void parse_string_i (const char *string
ACE_ENV_ARG_DECL);
virtual void create_profile_body (TAO_OutputCDR &cdr) const;
+ virtual CORBA::Boolean do_is_equivalent (const TAO_Profile *other_profile);
protected: