summaryrefslogtreecommitdiff
path: root/TAO/tao/LF_Event_Binder.cpp
blob: 1d916f805447292331cdef47e573e3c07464b85d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#include "tao/LF_Event_Binder.h"

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

TAO_BEGIN_VERSIONED_NAMESPACE_DECL

TAO_LF_Event_Binder::~TAO_LF_Event_Binder ()
{
  this->event_->unbind (follower_);
}

TAO_END_VERSIONED_NAMESPACE_DECL