summaryrefslogtreecommitdiff
path: root/TAO/tao/Invocation.h
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-06 02:38:55 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-06 02:38:55 +0000
commit574b102133d5e431fb03d6c2a7bc9dad358b4ee8 (patch)
tree1a911de10c30bb4884eca04cfe6e0e4d1845e86a /TAO/tao/Invocation.h
parent0db6e0730fc10b24c82439f72447ab1209d9216a (diff)
downloadATCD-574b102133d5e431fb03d6c2a7bc9dad358b4ee8.tar.gz
ChangeLogTag:Mon Jul 5 21:20:18 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Invocation.h')
-rw-r--r--TAO/tao/Invocation.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/TAO/tao/Invocation.h b/TAO/tao/Invocation.h
index b28d47f5650..90816bd6fc0 100644
--- a/TAO/tao/Invocation.h
+++ b/TAO/tao/Invocation.h
@@ -140,6 +140,11 @@ protected:
TAO_Profile *profile_;
// This invocation is using this transport, may change...
+
+ ACE_Time_Value max_wait_time_value_;
+ ACE_Time_Value *max_wait_time_;
+ // The timeout remaining for this request, it is initialized in
+ // start() and updated as required.
};
class TAO_Export TAO_GIOP_Twoway_Invocation : public TAO_GIOP_Invocation