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, 20 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..7152175eb48
--- /dev/null
+++ b/TAO/tao/LF_Follower_Auto_Ptr.cpp
@@ -0,0 +1,20 @@
+// $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