summaryrefslogtreecommitdiff
path: root/TAO/tao/LF_Event.h
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-07-31 20:00:01 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-07-31 20:00:01 +0000
commit3e58b5d4f274dda00df9ec21f268537131519ec9 (patch)
treec08b256431890af740da58e19d33535a4b38e288 /TAO/tao/LF_Event.h
parent3eba0564d07a6db010e9ae89fee059c3ec018c22 (diff)
downloadATCD-3e58b5d4f274dda00df9ec21f268537131519ec9.tar.gz
ChangeLogTag:Tue Jul 31 12:55:07 2001 Carlos O'Ryan <coryan@uci.edu>fix_886
Diffstat (limited to 'TAO/tao/LF_Event.h')
-rw-r--r--TAO/tao/LF_Event.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/TAO/tao/LF_Event.h b/TAO/tao/LF_Event.h
index 57d860205f1..a71dfa7bb89 100644
--- a/TAO/tao/LF_Event.h
+++ b/TAO/tao/LF_Event.h
@@ -21,8 +21,7 @@
#endif /* ACE_LACKS_PRAGMA_ONCE */
class TAO_Transport;
-// @todo
-class TAO_Follower;
+class TAO_LF_Follower;
/**
* @class TAO_LF_Event
@@ -60,7 +59,7 @@ public:
*
* @return -1 if the LF_Event is already bound, 0 otherwise
*/
- int bind (TAO_Follower *follower);
+ int bind (TAO_LF_Follower *follower);
/// Unbind the follower
int unbind (void);
@@ -114,7 +113,7 @@ private:
int state_;
/// The bound follower thread
- TAO_Follower *follower_;
+ TAO_LF_Follower *follower_;
};
#if defined (__ACE_INLINE__)