1 #include "tao/RTScheduling/Distributable_Thread.h"
2 #include "tao/ORB_Constants.h"
4 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
7 TAO_DistributableThread::cancel ()
9 this->state_
= RTScheduling::DistributableThread::CANCELLED
;
12 RTScheduling::DistributableThread::DT_State
13 TAO_DistributableThread::state ()
18 RTScheduling::DistributableThread_ptr
19 TAO_DistributableThread_Factory::create_DT ()
21 TAO_DistributableThread
* DT
= nullptr;
24 TAO_DistributableThread
,
26 CORBA::SystemException::_tao_minor_code (
29 CORBA::COMPLETED_NO
));
34 TAO_END_VERSIONED_NAMESPACE_DECL