From cbe2326f7c3f74253e30bcc7b94d5d63430a3da1 Mon Sep 17 00:00:00 2001 From: dai_y Date: Fri, 24 Jul 2009 21:52:20 +0000 Subject: Fri Jul 24 21:48:40 UTC 2009 Yan Dai --- TAO/tao/Invocation_Utils.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'TAO/tao/Invocation_Utils.h') 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 -- cgit v1.2.1