diff options
author | marina <marina@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-12-04 22:15:29 +0000 |
---|---|---|
committer | marina <marina@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-12-04 22:15:29 +0000 |
commit | 99b6f4449b89e33a1a86b641d41b161bbbdfe003 (patch) | |
tree | 15488d9e15a2a5a528a66d030c22e22ee9f59ba1 /TAO/tao/IIOP_Profile.h | |
parent | 39b906774d30ccff4a7fc1badff3a898a3b7b0f2 (diff) | |
download | ATCD-99b6f4449b89e33a1a86b641d41b161bbbdfe003.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.h | 4 |
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: |