00001 // $Id: LF_Follower_Auto_Ptr.cpp 69150 2005-11-02 07:13:04Z ossama $ 00002 00003 #include "tao/LF_Follower_Auto_Ptr.h" 00004 00005 #if !defined (__ACE_INLINE__) 00006 # include "tao/LF_Follower_Auto_Ptr.inl" 00007 #endif /* __ACE_INLINE__ */ 00008 00009 ACE_RCSID (tao, 00010 LF_Follower_Auto_Ptr, 00011 "$Id: LF_Follower_Auto_Ptr.cpp 69150 2005-11-02 07:13:04Z ossama $") 00012 00013 TAO_BEGIN_VERSIONED_NAMESPACE_DECL 00014 00015 TAO_LF_Follower_Auto_Ptr::~TAO_LF_Follower_Auto_Ptr (void) 00016 { 00017 this->leader_follower_.release_follower (this->follower_); 00018 } 00019 00020 TAO_END_VERSIONED_NAMESPACE_DECL