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.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/TAO/tao/LF_Event.h b/TAO/tao/LF_Event.h
index 4799ddecb82..937d4f8441c 100644
--- a/TAO/tao/LF_Event.h
+++ b/TAO/tao/LF_Event.h
@@ -77,11 +77,15 @@ public:
*/
enum {
/// The event is created, initial state can only move to
- /// LFS_ACTIVE
+ /// LFS_ACTIVE or LFS_CONNECTION_WAIT
LFS_IDLE,
/// The event is active, can change to any of the following
/// states, each of them is a final state
LFS_ACTIVE,
+ /// The event is waiting for connection completion. It can change
+ /// to the any of the following states, each of them being a final
+ /// state.
+ LFS_CONNECTION_WAIT,
/// The event has completed successfully
LFS_SUCCESS,
/// A failure has been detected while the event was active