summaryrefslogtreecommitdiff
path: root/TAO/tao/LF_Event_Binder.cpp
blob: a9fdf03c2ad2b76421dbfb85d4b22fd8391f1ddb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// -*- C++ -*-
// $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_LF_Event_Binder::~TAO_LF_Event_Binder (void)
{
  this->event_->unbind ();
}