summaryrefslogtreecommitdiff
path: root/TAO/tao/IIOP_Profile.h
diff options
context:
space:
mode:
authormarina <marina@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-12-04 22:15:29 +0000
committermarina <marina@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-12-04 22:15:29 +0000
commit3492a7d7537bb94da485957bf69f8cbf73e3ba4c (patch)
tree15488d9e15a2a5a528a66d030c22e22ee9f59ba1 /TAO/tao/IIOP_Profile.h
parent3743916c3079723734c13e7265983a7e762a4acc (diff)
downloadATCD-3492a7d7537bb94da485957bf69f8cbf73e3ba4c.tar.gz
ChangeLogTag:Mon Dec 4 15:58:47 2000 Marina Spivak <marina@cs.wustl.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 e26a5b2fb26..b0182a47fc3 100644
--- a/TAO/tao/IIOP_Profile.h
+++ b/TAO/tao/IIOP_Profile.h
@@ -124,7 +124,7 @@ public:
// allocated for the returned key.
virtual TAO_Endpoint *endpoint (void);
- // Return pointer to the head of this profile's endpoints list.
+ // Return pointer to the head of this profile's endpoints list.
virtual size_t endpoint_count (void);
// Return how many endpoints this profile contains.
@@ -158,7 +158,7 @@ private:
// Decode only if RTCORBA is enabled. Furthermore, we may not find
// TAO_TAG_ENDPOINTS component, e.g., if we are talking to nonRT
// version of TAO or some other ORB. This is not an error, and we
- // must proceed.
+ // must proceed. Return 0 on success and -1 on failure.
protected: