summaryrefslogtreecommitdiff
path: root/ACE/ace/Time_Value.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2007-03-02 22:15:55 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2007-03-02 22:15:55 +0000
commitb6b52d3f898457936a1bea2975decc6d6a524847 (patch)
tree0f45eeef105c14ca897dcf71ef64d8434a3eb1d2 /ACE/ace/Time_Value.h
parent0ce91b53429c3ca6c73556e21ad8b7ebe5b7cd3c (diff)
downloadATCD-b6b52d3f898457936a1bea2975decc6d6a524847.tar.gz
ChangeLogTag:Fri Mar 2 21:42:54 UTC 2007 Ossama Othman <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 1c1af92b4ff..eb67dba429c 100644
--- a/ACE/ace/Time_Value.h
+++ b/ACE/ace/Time_Value.h
@@ -193,15 +193,12 @@ public:
/// Set microseconds.
void usec (suseconds_t usec);
-#if !defined (ACE_LACKS_LONGLONG_T)
/**
* @return Sum of second field (in microseconds) and microsecond field
* and return them via the @param usec parameter.
*/
void to_usec (ACE_UINT64 &usec) const;
-#endif /*ACE_LACKS_LONGLONG_T */
-
// = The following arithmetic methods operate on ACE_Time_Value's.
/// Add @a tv to this.