diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2003-02-20 17:50:09 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2003-02-20 17:50:09 +0000 |
commit | 6960ce41e6d742387dd64136d09eb822304ef50d (patch) | |
tree | e525bff1d716f4a9b884898cb87db5ef7d1200cb /TAO/tao/Leader_Follower.h | |
parent | 7910287d755f04a87eeae6e9e9614cf313da35cd (diff) | |
download | ATCD-6960ce41e6d742387dd64136d09eb822304ef50d.tar.gz |
ChangeLogTag:Thu Feb 20 09:07:56 2003 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'TAO/tao/Leader_Follower.h')
-rw-r--r-- | TAO/tao/Leader_Follower.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/TAO/tao/Leader_Follower.h b/TAO/tao/Leader_Follower.h index 2d0d516c8bc..29fdcab70f5 100644 --- a/TAO/tao/Leader_Follower.h +++ b/TAO/tao/Leader_Follower.h @@ -26,9 +26,15 @@ #endif /* ACE_LACKS_PRAGMA_ONCE */ class TAO_LF_Event; -class TAO_New_Leader_Generator; class TAO_Transport; +/** + * @class TAO_Leader_Follower + * + * @brief TAO_Leader_Follower + * + * TAO_Leader_Follower + */ class TAO_Export TAO_Leader_Follower { public: |