summaryrefslogtreecommitdiff
path: root/TAO/tao/LF_Follower_Auto_Ptr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/LF_Follower_Auto_Ptr.cpp')
-rw-r--r--TAO/tao/LF_Follower_Auto_Ptr.cpp20
1 files changed, 0 insertions, 20 deletions
diff --git a/TAO/tao/LF_Follower_Auto_Ptr.cpp b/TAO/tao/LF_Follower_Auto_Ptr.cpp
deleted file mode 100644
index 7152175eb48..00000000000
--- a/TAO/tao/LF_Follower_Auto_Ptr.cpp
+++ /dev/null
@@ -1,20 +0,0 @@
-// $Id$
-
-#include "tao/LF_Follower_Auto_Ptr.h"
-
-#if !defined (__ACE_INLINE__)
-# include "tao/LF_Follower_Auto_Ptr.inl"
-#endif /* __ACE_INLINE__ */
-
-ACE_RCSID (tao,
- LF_Follower_Auto_Ptr,
- "$Id$")
-
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
-TAO_LF_Follower_Auto_Ptr::~TAO_LF_Follower_Auto_Ptr (void)
-{
- this->leader_follower_.release_follower (this->follower_);
-}
-
-TAO_END_VERSIONED_NAMESPACE_DECL