summaryrefslogtreecommitdiff
path: root/TAO/tao/RTScheduling/Distributable_Thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/RTScheduling/Distributable_Thread.h')
-rw-r--r--TAO/tao/RTScheduling/Distributable_Thread.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/tao/RTScheduling/Distributable_Thread.h b/TAO/tao/RTScheduling/Distributable_Thread.h
index 8fc2dca562a..4840d1a9d42 100644
--- a/TAO/tao/RTScheduling/Distributable_Thread.h
+++ b/TAO/tao/RTScheduling/Distributable_Thread.h
@@ -19,11 +19,9 @@ class TAO_RTScheduler_Export TAO_DistributableThread:
~TAO_DistributableThread (void);
- virtual void cancel (void)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ virtual void cancel (void);
- virtual RTScheduling::DistributableThread::DT_State state (void)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ virtual RTScheduling::DistributableThread::DT_State state (void);
private:
RTScheduling::DistributableThread::DT_State state_;