summaryrefslogtreecommitdiff
path: root/TAO/tao/LF_Event_Binder.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/LF_Event_Binder.h')
-rw-r--r--TAO/tao/LF_Event_Binder.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/TAO/tao/LF_Event_Binder.h b/TAO/tao/LF_Event_Binder.h
index 7dea4a58f61..f6dcac517ef 100644
--- a/TAO/tao/LF_Event_Binder.h
+++ b/TAO/tao/LF_Event_Binder.h
@@ -21,6 +21,8 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
class TAO_LF_Follower;
/**
@@ -41,9 +43,11 @@ public:
private:
/// Keep a reference to the leader follower
- TAO_LF_Event *event_;
+ TAO_LF_Event * const event_;
};
+TAO_END_VERSIONED_NAMESPACE_DECL
+
#if defined (__ACE_INLINE__)
# include "tao/LF_Event_Binder.inl"
#endif /* __ACE_INLINE__ */