diff options
author | yamuna <yamuna@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-06-29 04:28:15 +0000 |
---|---|---|
committer | yamuna <yamuna@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-06-29 04:28:15 +0000 |
commit | 45089ad8a8a416c4ba315519903b7a5468458c96 (patch) | |
tree | 1ef74336b732c5e7667936c97d1b282a184b1db5 /TAO/tao/Exception.h | |
parent | 7041f11ece9464047ef8c75c06ad529be1cab4f8 (diff) | |
download | ATCD-45089ad8a8a416c4ba315519903b7a5468458c96.tar.gz |
ChangelogTag: Sun Jun 29 00:26:56 2003 Yamuna Krishnamurthy <yamuna@oomworks.com>
Diffstat (limited to 'TAO/tao/Exception.h')
-rw-r--r-- | TAO/tao/Exception.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/TAO/tao/Exception.h b/TAO/tao/Exception.h index bd6aae49515..d90e9fc5503 100644 --- a/TAO/tao/Exception.h +++ b/TAO/tao/Exception.h @@ -337,6 +337,7 @@ TAO_SYSTEM_EXCEPTION(BAD_QOS); // bad quality of service TAO_SYSTEM_EXCEPTION(INVALID_ACTIVITY); TAO_SYSTEM_EXCEPTION(ACTIVITY_COMPLETED); TAO_SYSTEM_EXCEPTION(ACTIVITY_REQUIRED); +TAO_SYSTEM_EXCEPTION(THREAD_CANCELLED); #undef TAO_SYSTEM_EXCEPTION |