summaryrefslogtreecommitdiff
path: root/TAO/tao/corbafwd.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/corbafwd.h')
-rw-r--r--TAO/tao/corbafwd.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/TAO/tao/corbafwd.h b/TAO/tao/corbafwd.h
index fef6980dbf3..4ce1478cf7f 100644
--- a/TAO/tao/corbafwd.h
+++ b/TAO/tao/corbafwd.h
@@ -332,6 +332,7 @@ namespace CORBA
class INVALID_ACTIVITY;
class ACTIVITY_COMPLETED;
class ACTIVITY_REQUIRED;
+ class THREAD_CANCELLED;
//@}
class UnknownUserException;
@@ -497,7 +498,8 @@ namespace CORBA
TAO_SYSTEM_EXCEPTION(BAD_QOS); \
TAO_SYSTEM_EXCEPTION(INVALID_ACTIVITY); \
TAO_SYSTEM_EXCEPTION(ACTIVITY_COMPLETED); \
- TAO_SYSTEM_EXCEPTION(ACTIVITY_REQUIRED);
+ TAO_SYSTEM_EXCEPTION(ACTIVITY_REQUIRED); \
+ TAO_SYSTEM_EXCEPTION(THREAD_CANCELLED);
// = Typecode constants for system exceptions.
#define TAO_SYSTEM_EXCEPTION(name) \