summaryrefslogtreecommitdiff
path: root/TAO/tao/LF_Event.h
diff options
context:
space:
mode:
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__)