summaryrefslogtreecommitdiff
path: root/TAO/tao/Follower_Auto_Ptr.cpp
blob: 065120de479bd10beca219c40df08f166811a34c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// -*- C++ -*-
// $Id$

#include "tao/Follower_Auto_Ptr.h"

#if !defined (__ACE_INLINE__)
# include "tao/Follower_Auto_Ptr.inl"
#endif /* __ACE_INLINE__ */

ACE_RCSID(tao, Follower_Auto_Ptr, "$Id$")

TAO_LF_Follower_Auto_Ptr::~TAO_LF_Follower_Auto_Ptr (void)
{
  this->leader_follower_.release_follower (this->follower_);
}