#include <Distributable_Thread.h>
Static Public Member Functions | |
| static RTScheduling::DistributableThread_ptr | create_DT (void) |
Definition at line 31 of file Distributable_Thread.h.
| RTScheduling::DistributableThread_ptr TAO_DistributableThread_Factory::create_DT | ( | void | ) | [static] |
Definition at line 30 of file Distributable_Thread.cpp.
{
TAO_DistributableThread* DT = 0;
ACE_NEW_THROW_EX (DT,
TAO_DistributableThread,
CORBA::NO_MEMORY (
CORBA::SystemException::_tao_minor_code (
TAO::VMCID,
ENOMEM),
CORBA::COMPLETED_NO));
return DT;
}
1.7.0