summaryrefslogtreecommitdiff
path: root/TAO/tao/LF_Follower_Auto_Adder.h
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2003-10-28 18:31:01 +0000
committerbala <balanatarajan@users.noreply.github.com>2003-10-28 18:31:01 +0000
commitc20c95d4d526d887c9782960a3ff73f63c3c1c85 (patch)
treefd6ae8c3db752254802dfaafd1543974a4741e47 /TAO/tao/LF_Follower_Auto_Adder.h
parent3d20d6aedf2b56b86fe2a386777c7afbf1c19c93 (diff)
downloadATCD-c20c95d4d526d887c9782960a3ff73f63c3c1c85.tar.gz
ChangeLogTag:Tue Oct 28 12:02:47 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/LF_Follower_Auto_Adder.h')
-rw-r--r--TAO/tao/LF_Follower_Auto_Adder.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/TAO/tao/LF_Follower_Auto_Adder.h b/TAO/tao/LF_Follower_Auto_Adder.h
index e8f77eeac74..468bec0c1d0 100644
--- a/TAO/tao/LF_Follower_Auto_Adder.h
+++ b/TAO/tao/LF_Follower_Auto_Adder.h
@@ -12,16 +12,16 @@
#ifndef TAO_LF_FOLLOWER_AUTO_ADDER_H
#define TAO_LF_FOLLOWER_AUTO_ADDER_H
+
#include /**/ "ace/pre.h"
-#include "tao/orbconf.h"
-#include "tao/Leader_Follower.h"
+#include "tao/LF_Follower.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-class TAO_LF_Follower;
+#include "tao/Leader_Follower.h"
/**
* @brief Implement an auto_adder-like class for the TAO_LF_Followers
@@ -52,4 +52,5 @@ private:
#endif /* __ACE_INLINE__ */
#include /**/ "ace/post.h"
+
#endif /* TAO_LF_FOLLOWER_AUTO_ADDER_H */