diff options
author | dai_y <dai_y@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2009-07-24 21:52:20 +0000 |
---|---|---|
committer | dai_y <dai_y@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2009-07-24 21:52:20 +0000 |
commit | cbe2326f7c3f74253e30bcc7b94d5d63430a3da1 (patch) | |
tree | b9d0dc6c96aa6814d2e0947611506ab3bb52caa9 /TAO/tao/Invocation_Utils.h | |
parent | a4b0369e902b970f3c29d909a768aa675550e2e1 (diff) | |
download | ATCD-cbe2326f7c3f74253e30bcc7b94d5d63430a3da1.tar.gz |
Fri Jul 24 21:48:40 UTC 2009 Yan Dai <dai_y@ociweb.com>
Diffstat (limited to 'TAO/tao/Invocation_Utils.h')
-rw-r--r-- | TAO/tao/Invocation_Utils.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/TAO/tao/Invocation_Utils.h b/TAO/tao/Invocation_Utils.h index d719a87c7e1..f0593cf5eb6 100644 --- a/TAO/tao/Invocation_Utils.h +++ b/TAO/tao/Invocation_Utils.h @@ -70,6 +70,16 @@ namespace TAO TAO_DII_DEFERRED_INVOCATION, TAO_DII_ASYNCH_INVOCATION }; + + enum Forward_Once_Exception + { + FOE_NON = 0x0, + FOE_OBJECT_NOT_EXIST = 0x1, + FOE_COMM_FAILURE = 0x2, + FOE_TRANSIENT = 0x4, + FOE_INV_OBJREF = 0x8, + FOE_ALL = 0xFFFFFFFF + }; } TAO_END_VERSIONED_NAMESPACE_DECL |