summaryrefslogtreecommitdiff
path: root/TAO/tao/LF_Follower_Auto_Ptr.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_Auto_Ptr.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_Auto_Ptr.h')
-rw-r--r--TAO/tao/LF_Follower_Auto_Ptr.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/TAO/tao/LF_Follower_Auto_Ptr.h b/TAO/tao/LF_Follower_Auto_Ptr.h
index 358d8fa4d86..b1b13f5499b 100644
--- a/TAO/tao/LF_Follower_Auto_Ptr.h
+++ b/TAO/tao/LF_Follower_Auto_Ptr.h
@@ -12,16 +12,16 @@
#ifndef TAO_LF_FOLLOWER_AUTO_PTR_H
#define TAO_LF_FOLLOWER_AUTO_PTR_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_ptr-like class for the TAO_LF_Followers
@@ -56,4 +56,5 @@ private:
#endif /* __ACE_INLINE__ */
#include /**/ "ace/post.h"
+
#endif /* TAO_LF_FOLLOWER_AUTO_PTR_H */