summaryrefslogtreecommitdiff
path: root/TAO/tao/LF_Event_Binder.cpp
blob: 7a052e90f2af71149f6149464d1c48e6ea59509b (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 (void)
{
  this->event_->unbind (follower_);
}

TAO_END_VERSIONED_NAMESPACE_DECL