summaryrefslogtreecommitdiff
path: root/ace/Time_Value.inl
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2002-09-13 15:38:26 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2002-09-13 15:38:26 +0000
commit5731eaaf0ae8bfc485f44a4933c28736f586f5cb (patch)
tree9d183fdce8e15961f4b490475e319a76c913c8f6 /ace/Time_Value.inl
parentc65822ac94340b14f4a767e03e75cc26357780c6 (diff)
downloadATCD-5731eaaf0ae8bfc485f44a4933c28736f586f5cb.tar.gz
ChangeLogTag:Fri Sep 13 08:37:09 2002 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'ace/Time_Value.inl')
-rw-r--r--ace/Time_Value.inl9
1 files changed, 0 insertions, 9 deletions
diff --git a/ace/Time_Value.inl b/ace/Time_Value.inl
index 7d4be4aafd8..7710c1e5880 100644
--- a/ace/Time_Value.inl
+++ b/ace/Time_Value.inl
@@ -151,15 +151,6 @@ ACE_Time_Value::usec (long usec)
this->tv_.tv_usec = usec;
}
-// Initializes the ACE_Time_Value object from another ACE_Time_Value
-
-ACE_INLINE
-ACE_Time_Value::ACE_Time_Value (const ACE_Time_Value &tv)
- : tv_ (tv.tv_)
-{
- // ACE_OS_TRACE ("ACE_Time_Value::ACE_Time_Value");
-}
-
ACE_INLINE ACE_Time_Value &
ACE_Time_Value::operator *= (double d)
{