diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2002-11-14 07:01:20 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2002-11-14 07:01:20 +0000 |
commit | 9b1f2c9afdcac9178041f89a05ab0d4d58212480 (patch) | |
tree | b925040a7eaa7ea9909c9256be5cd2bdccda6957 /ace/Time_Request_Reply.cpp | |
parent | a3a89adb4413d1271f18e9de9849dff39eae44f4 (diff) | |
download | ATCD-9b1f2c9afdcac9178041f89a05ab0d4d58212480.tar.gz |
ChangeLogTag: Thu Nov 14 06:57:12 UTC 2002 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ace/Time_Request_Reply.cpp')
-rw-r--r-- | ace/Time_Request_Reply.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Time_Request_Reply.cpp b/ace/Time_Request_Reply.cpp index 79a17254de2..689099f92dc 100644 --- a/ace/Time_Request_Reply.cpp +++ b/ace/Time_Request_Reply.cpp @@ -95,7 +95,7 @@ ACE_Time_Request::timeout (void) const } void -ACE_Time_Request::timeout (const ACE_Time_Value timeout) +ACE_Time_Request::timeout (const ACE_Time_Value& timeout) { ACE_TRACE ("ACE_Time_Request::timeout"); this->transfer_.sec_timeout_ = timeout.sec (); |