summaryrefslogtreecommitdiff
path: root/TAO/tao/Invocation_Adapter.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Invocation_Adapter.h')
-rw-r--r--TAO/tao/Invocation_Adapter.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/tao/Invocation_Adapter.h b/TAO/tao/Invocation_Adapter.h
index e7a080c9203..130b40ab805 100644
--- a/TAO/tao/Invocation_Adapter.h
+++ b/TAO/tao/Invocation_Adapter.h
@@ -196,7 +196,8 @@ namespace TAO
/// Helper function that extracts the roundtrip timeout policies
/// set in the ORB.
- bool get_timeout (ACE_Time_Value &val);
+ bool get_timeout (TAO_Stub *stub,
+ ACE_Time_Value &val);
/// Helper method that extracts TAO_Stub from the target object.
TAO_Stub *get_stub (ACE_ENV_SINGLE_ARG_DECL) const;