summaryrefslogtreecommitdiff
path: root/ACE/ace/Time_Value.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2007-09-20 23:03:05 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2007-09-20 23:03:05 +0000
commitfa26a5ba6e612be7507cbef1c8eea8a285e6a48c (patch)
treea8d530fcb924a1e8dd6905850272f9b94f5cebd5 /ACE/ace/Time_Value.h
parent7e8299364c8eab825731cb08b7d371fcc5bd7e2f (diff)
downloadATCD-fa26a5ba6e612be7507cbef1c8eea8a285e6a48c.tar.gz
ChangeLogTag:Thu Sep 20 23:58:15 Pacific Daylight Time 2007 <ossama_othman at symantec dot com>
Diffstat (limited to 'ACE/ace/Time_Value.h')
-rw-r--r--ACE/ace/Time_Value.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/ACE/ace/Time_Value.h b/ACE/ace/Time_Value.h
index eb67dba429c..8c294f943ab 100644
--- a/ACE/ace/Time_Value.h
+++ b/ACE/ace/Time_Value.h
@@ -132,7 +132,6 @@ public:
*/
unsigned long msec (void) const;
-#if !defined (ACE_LACKS_LONGLONG_T)
/**
* @return Sum of second field (in milliseconds) and microsecond field
* (in milliseconds) and return them via the @param ms parameter.
@@ -143,8 +142,6 @@ public:
*/
void msec (ACE_UINT64 &ms) const;
-#endif /*ACE_LACKS_LONGLONG_T */
-
/// Converts from milli-seconds format into ACE_Time_Value format.
/**
* @note The semantics of this method differs from the sec() and