summaryrefslogtreecommitdiff
path: root/ACE/ace/Time_Value.inl
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2008-06-05 14:55:13 +0000
committerSteve Huston <shuston@riverace.com>2008-06-05 14:55:13 +0000
commitbfa0d2a15a5f3077b0ad2b3f561cef49d6c90d94 (patch)
tree867a7d544e3388f11d38955dd5c9fd58c7ac9fe3 /ACE/ace/Time_Value.inl
parent3ef4475e668a30304da7cbcc11d7a1affaeec6d6 (diff)
downloadATCD-bfa0d2a15a5f3077b0ad2b3f561cef49d6c90d94.tar.gz
ChangeLogTag:Thu Jun 5 14:52:43 UTC 2008 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ACE/ace/Time_Value.inl')
-rw-r--r--ACE/ace/Time_Value.inl8
1 files changed, 8 insertions, 0 deletions
diff --git a/ACE/ace/Time_Value.inl b/ACE/ace/Time_Value.inl
index 8884ee785bb..06b3e6ef24c 100644
--- a/ACE/ace/Time_Value.inl
+++ b/ACE/ace/Time_Value.inl
@@ -160,6 +160,14 @@ ACE_Time_Value::msec (ACE_UINT64 &ms) const
ms += (this->tv_.tv_usec / 1000);
}
+ACE_INLINE void
+ACE_Time_Value::msec (ACE_UINT64 &ms) /*const*/
+{
+ // ACE_OS_TRACE ("ACE_Time_Value::msec");
+ const ACE_Time_Value *tv = this;
+ tv->msec (ms);
+}
+
// Converts from milli-seconds format into Time_Value format.
ACE_INLINE void