summaryrefslogtreecommitdiff
path: root/TAO/tao/LF_Event_Binder.cpp
blob: 27fc93c2c5e7082ba344da764b02ab91efea11d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// $Id$

#include "tao/LF_Event_Binder.h"

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

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

TAO_BEGIN_VERSIONED_NAMESPACE_DECL

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

TAO_END_VERSIONED_NAMESPACE_DECL