summaryrefslogtreecommitdiff
path: root/TAO/tao/Invocation_Utils.h
diff options
context:
space:
mode:
authorPhil Mesnier <mesnier_p@ociweb.com>2014-10-23 22:05:01 +0000
committerPhil Mesnier <mesnier_p@ociweb.com>2014-10-23 22:05:01 +0000
commitb441391262639bee4242e0c042907bb875659b98 (patch)
tree19e6cdd50f3c38e60307da533840d3384cb57faa /TAO/tao/Invocation_Utils.h
parent4b13a218761ad1401713f5a1e089a4f46c73eafa (diff)
downloadATCD-b441391262639bee4242e0c042907bb875659b98.tar.gz
Thu Oct 23 21:43:09 UTC 2014 Phil Mesnier <mesnier_p@ociweb.com>
* orbsvcs/ImplRepo_Service/AsyncAccessManager.h: * orbsvcs/ImplRepo_Service/AsyncAccessManager.cpp: * orbsvcs/ImplRepo_Service/LiveCheck.cpp: Ensure that an AAM instance that is updated by the peer Locator is properly finalized if the new state is final. * bin/tao_other_tests.lst: * orbsvcs/tests/ImplRepo/manual_start: A test verifying the above fix. * tao/Invocation_Retry_State.cpp: * tao/Invocation_Utils.h: * tao/Synch_Invocation.cpp: Refactor the retry decision code to be more comprehendable.
Diffstat (limited to 'TAO/tao/Invocation_Utils.h')
-rw-r--r--TAO/tao/Invocation_Utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/tao/Invocation_Utils.h b/TAO/tao/Invocation_Utils.h
index f17df10c510..fde5751d878 100644
--- a/TAO/tao/Invocation_Utils.h
+++ b/TAO/tao/Invocation_Utils.h
@@ -78,6 +78,8 @@ namespace TAO
FOE_COMM_FAILURE = 0x2,
FOE_TRANSIENT = 0x4,
FOE_INV_OBJREF = 0x8,
+ FOE_OBJ_ADAPTER = 0x10,
+ FOE_NO_RESPONSE = 0x20,
FOE_ALL = 0xFFFFFFFF
};
}