summaryrefslogtreecommitdiff
path: root/TAO/tao/LF_Follower.h
diff options
context:
space:
mode:
authorbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-10-28 18:31:01 +0000
committerbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-10-28 18:31:01 +0000
commitcdb6fd66611283a0314ab23e08472d11dae4f0e4 (patch)
treefd6ae8c3db752254802dfaafd1543974a4741e47 /TAO/tao/LF_Follower.h
parentf984aa2bff444f381570d2f97ac9ba958926fb6b (diff)
downloadATCD-cdb6fd66611283a0314ab23e08472d11dae4f0e4.tar.gz
ChangeLogTag:Tue Oct 28 12:02:47 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/LF_Follower.h')
-rw-r--r--TAO/tao/LF_Follower.h14
1 files changed, 9 insertions, 5 deletions
diff --git a/TAO/tao/LF_Follower.h b/TAO/tao/LF_Follower.h
index a9e7c34f47c..efd4a0ccbf0 100644
--- a/TAO/tao/LF_Follower.h
+++ b/TAO/tao/LF_Follower.h
@@ -12,17 +12,19 @@
#ifndef TAO_LF_FOLLOWER_H
#define TAO_LF_FOLLOWER_H
-#include /**/ "ace/pre.h"
-#include "tao/orbconf.h"
-#include "tao/TAO_Export.h"
-#include "ace/Condition_Thread_Mutex.h"
+#include /**/ "ace/pre.h"
#include "ace/Intrusive_List_Node.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
+#include "ace/Condition_Thread_Mutex.h"
+#include "ace/Synch_Traits.h"
+
+#include "tao/TAO_Export.h"
+
class TAO_Leader_Follower;
/**
@@ -35,7 +37,8 @@ class TAO_Leader_Follower;
* loop should be implemented by this class.
*
*/
-class TAO_Export TAO_LF_Follower : public ACE_Intrusive_List_Node<TAO_LF_Follower>
+class TAO_Export TAO_LF_Follower
+ : public ACE_Intrusive_List_Node<TAO_LF_Follower>
{
public:
/// Constructor
@@ -66,4 +69,5 @@ private:
#endif /* __ACE_INLINE__ */
#include /**/ "ace/post.h"
+
#endif /* TAO_LF_FOLLOWER_H */