summaryrefslogtreecommitdiff
path: root/TAO/tao/Exception.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2002-08-24 01:58:57 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2002-08-24 01:58:57 +0000
commitbda40f76866128a75435eae273f51b0ce78f1e0a (patch)
tree44e05a2cf7fca1418db522ecd64b4ab7c16979dd /TAO/tao/Exception.h
parent050f5ff0847d398b808a0817668bbab58ef9e4f7 (diff)
downloadATCD-bda40f76866128a75435eae273f51b0ce78f1e0a.tar.gz
ChangeLogTag:Fri Aug 23 18:52:46 2002 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'TAO/tao/Exception.h')
-rw-r--r--TAO/tao/Exception.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/tao/Exception.h b/TAO/tao/Exception.h
index a72219a7101..645b6e1ee84 100644
--- a/TAO/tao/Exception.h
+++ b/TAO/tao/Exception.h
@@ -344,6 +344,9 @@ TAO_SYSTEM_EXCEPTION(TRANSACTION_ROLLEDBACK); // operation was a no-op
TAO_SYSTEM_EXCEPTION(INVALID_TRANSACTION); // invalid TP context passed
TAO_SYSTEM_EXCEPTION(CODESET_INCOMPATIBLE); // incompatible code set
TAO_SYSTEM_EXCEPTION(BAD_QOS); // bad quality of service
+TAO_SYSTEM_EXCEPTION(INVALID_ACTIVITY);
+TAO_SYSTEM_EXCEPTION(ACTIVITY_COMPLETED);
+TAO_SYSTEM_EXCEPTION(ACTIVITY_REQUIRED);
#undef TAO_SYSTEM_EXCEPTION