summaryrefslogtreecommitdiff
path: root/TAO/tao/IIOP_Profile.h
diff options
context:
space:
mode:
authorarvindk <arvindk@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-09-06 21:15:32 +0000
committerarvindk <arvindk@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-09-06 21:15:32 +0000
commitd397760492de9300dd0484666f752a77aa25e7a2 (patch)
tree505747a2d94afe88c5644f2f45db676ca6f7f295 /TAO/tao/IIOP_Profile.h
parentc5bbb51a3ea967c36468088f7d0d3c04d739279e (diff)
downloadATCD-d397760492de9300dd0484666f752a77aa25e7a2.tar.gz
ChangelogTag: Tue Sep 6 16:12:04 2005 Arvind S. Krishna <arvindk@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/IIOP_Profile.h')
-rw-r--r--TAO/tao/IIOP_Profile.h22
1 files changed, 12 insertions, 10 deletions
diff --git a/TAO/tao/IIOP_Profile.h b/TAO/tao/IIOP_Profile.h
index 2d2946982f4..b48f9e96063 100644
--- a/TAO/tao/IIOP_Profile.h
+++ b/TAO/tao/IIOP_Profile.h
@@ -41,8 +41,6 @@
class TAO_Export TAO_IIOP_Profile : public TAO_Profile
{
public:
- /// The object key delimiter that IIOP uses or expects.
- virtual char object_key_delimiter (void) const;
//@@ TAO_PROFILE_SPL_PUBLIC_METHODS_COPY_HOOK_START
static const char object_key_delimiter_;
@@ -69,6 +67,18 @@ public:
/// Profile constructor, default.
TAO_IIOP_Profile (TAO_ORB_Core *orb_core);
+ /**
+ * Add @a endp to this profile's list of endpoints (it is inserted
+ * next to the head of the list). This profiles takes ownership of
+ * @a endp.
+ */
+ void add_endpoint (TAO_IIOP_Endpoint *endp);
+
+ //@@ TAO_PROFILE_SPL_PUBLIC_METHODS_COPY_HOOK_END
+
+ /// The object key delimiter that IIOP uses or expects.
+ virtual char object_key_delimiter (void) const;
+
/// Template methods. Please see Profile.h for documentation.
virtual char * to_string (ACE_ENV_SINGLE_ARG_DECL);
@@ -83,14 +93,6 @@ public:
virtual CORBA::ULong endpoint_count (void) const;
virtual CORBA::ULong hash (CORBA::ULong max
ACE_ENV_ARG_DECL);
- /**
- * Add @a endp to this profile's list of endpoints (it is inserted
- * next to the head of the list). This profiles takes ownership of
- * @a endp.
- */
- void add_endpoint (TAO_IIOP_Endpoint *endp);
-
- //@@ TAO_PROFILE_SPL_PUBLIC_METHODS_COPY_HOOK_END
protected:
/// Destructor is to be called only through <_decr_refcnt>.