summaryrefslogtreecommitdiff
path: root/TAO/tao/Adapter.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Adapter.h')
-rw-r--r--TAO/tao/Adapter.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/TAO/tao/Adapter.h b/TAO/tao/Adapter.h
index 6a0fd845adc..c0185c7e32a 100644
--- a/TAO/tao/Adapter.h
+++ b/TAO/tao/Adapter.h
@@ -86,7 +86,12 @@ public:
/// Forward the request to another object reference, this decouples
/// the ORB from the PortableServer::ForwardRequest exception
- DS_FORWARD
+ DS_FORWARD,
+
+ /// The request will be forwarded, but using an async call to locate
+ /// the target. Some other entity will actually complete the forward
+ /// or fail.
+ DS_DEFERRED_FORWARD
};
/// Return the name, i.e. the object id used to resolve it in the