summaryrefslogtreecommitdiff
path: root/TAO/tao/Invocation.h
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-09-20 19:59:15 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-09-20 19:59:15 +0000
commitdf026ab545732c08d6aeea9fff18875106f08f5b (patch)
tree81252f1d5a6de6347d611c63432f9b63629a888a /TAO/tao/Invocation.h
parent37844d8383c21226d0806b28cd84f5a017e81659 (diff)
downloadATCD-df026ab545732c08d6aeea9fff18875106f08f5b.tar.gz
ChangeLogTag:Mon Sep 20 14:58:37 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Invocation.h')
-rw-r--r--TAO/tao/Invocation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Invocation.h b/TAO/tao/Invocation.h
index 9a0669d65b5..dc67970042b 100644
--- a/TAO/tao/Invocation.h
+++ b/TAO/tao/Invocation.h
@@ -52,7 +52,7 @@ enum TAO_Invoke_Status
TAO_INVOKE_RESTART,
// The request must be restarted, a temporary failure has ocurred.
- TAO_INVOKE_EXCEPTION,
+ TAO_INVOKE_EXCEPTION
// An exception was raised.
};