diff options
author | bala <balanatarajan@users.noreply.github.com> | 2005-03-10 05:12:43 +0000 |
---|---|---|
committer | bala <balanatarajan@users.noreply.github.com> | 2005-03-10 05:12:43 +0000 |
commit | 91fefb24a39a6cc8d785a9f9c8faadc010639c75 (patch) | |
tree | 2c8f5d7a55c48467538b74f2f803be7341f4616c /TAO/tao/Leader_Follower.h | |
parent | 71353fc1328e01365eb9f747a82b2014098519f3 (diff) | |
download | ATCD-91fefb24a39a6cc8d785a9f9c8faadc010639c75.tar.gz |
ChangeLogTag:Wed Mar 9 23:04:03 2005 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/Leader_Follower.h')
-rw-r--r-- | TAO/tao/Leader_Follower.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/tao/Leader_Follower.h b/TAO/tao/Leader_Follower.h index a32fb10202c..b5ac1d96e5c 100644 --- a/TAO/tao/Leader_Follower.h +++ b/TAO/tao/Leader_Follower.h @@ -77,6 +77,8 @@ public: * connection closed. * @param transport The transport attached to the event * @param max_wait_time Limit the time spent on the loop + * @param return Returns -1 on error, 0 or non-zero value + * otherwise. * * @todo Document this better, split the Follower code to the * TAO_LF_Follower class, we probably don't need the transport |