summaryrefslogtreecommitdiff
path: root/TAO/tao/RTScheduling/Distributable_Thread.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/RTScheduling/Distributable_Thread.cpp')
-rw-r--r--TAO/tao/RTScheduling/Distributable_Thread.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/TAO/tao/RTScheduling/Distributable_Thread.cpp b/TAO/tao/RTScheduling/Distributable_Thread.cpp
index db091728591..7d8a6a0dc1f 100644
--- a/TAO/tao/RTScheduling/Distributable_Thread.cpp
+++ b/TAO/tao/RTScheduling/Distributable_Thread.cpp
@@ -16,14 +16,12 @@ TAO_DistributableThread::~TAO_DistributableThread (void)
void
TAO_DistributableThread::cancel (void)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
this->state_ = RTScheduling::DistributableThread::CANCELLED;
}
RTScheduling::DistributableThread::DT_State
TAO_DistributableThread::state (void)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
return this->state_;
}