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.cpp15
1 files changed, 15 insertions, 0 deletions
diff --git a/TAO/tao/LF_Follower_Auto_Ptr.cpp b/TAO/tao/LF_Follower_Auto_Ptr.cpp
new file mode 100644
index 00000000000..acb28b3e34e
--- /dev/null
+++ b/TAO/tao/LF_Follower_Auto_Ptr.cpp
@@ -0,0 +1,15 @@
+// -*- C++ -*-
+// $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_LF_Follower_Auto_Ptr::~TAO_LF_Follower_Auto_Ptr (void)
+{
+ this->leader_follower_.release_follower (this->follower_);
+}