2 * @file EC_Destroyer.cpp
4 * @author Carlos O'Ryan <coryan@uci.edu>
7 #include "EC_Destroyer.h"
9 EC_Destroyer::EC_Destroyer (RtecEventChannelAdmin::EventChannel_ptr ec
)
10 : ec_ (RtecEventChannelAdmin::EventChannel::_duplicate (ec
))
14 EC_Destroyer::~EC_Destroyer (void)
17 this->ec_
->destroy ();
18 } catch (const CORBA::Exception
&) {
19 // @@ TODO Log this event, check the Servant_var.cpp comments for