diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2004-03-31 08:06:06 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2004-03-31 08:06:06 +0000 |
commit | 1e490789a3436cc5e24385ff9247c27179650421 (patch) | |
tree | 9d5190b53a0e5b7fc721b119d9c9a81626af6cc5 /ace/Time_Value.cpp | |
parent | be1009a87fabc8f42496485ffa923dac55709e41 (diff) | |
download | ATCD-1e490789a3436cc5e24385ff9247c27179650421.tar.gz |
ChangeLogTag: Wed Mar 31 09:05:32 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ace/Time_Value.cpp')
-rw-r--r-- | ace/Time_Value.cpp | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/ace/Time_Value.cpp b/ace/Time_Value.cpp index 1623a6c1dd0..603fe34ea17 100644 --- a/ace/Time_Value.cpp +++ b/ace/Time_Value.cpp @@ -16,14 +16,6 @@ ACE_RCSID (ace, // Note: this object requires static construction. const ACE_Time_Value ACE_Time_Value::zero; -// Accessor method for zero for exported use (since some compilers, -// i.e. MingW, have trouble handling exported class data members). -const ACE_Time_Value& -ACE_Time_Value::zero_time_value (void) -{ - return zero; -} - // Constant for maximum time representable. Note that this time // is not intended for use with select () or other calls that may // have *their own* implementation-specific maximum time representations. @@ -33,14 +25,6 @@ ACE_Time_Value::zero_time_value (void) const ACE_Time_Value ACE_Time_Value::max_time (LONG_MAX, ACE_ONE_SECOND_IN_USECS - 1); -// Accessor method for max_time for exported use (since some compilers, -// i.e. MingW, have trouble handling exported class data members). -const ACE_Time_Value& -ACE_Time_Value::max_time_value (void) -{ - return max_time; -} - ACE_ALLOC_HOOK_DEFINE (ACE_Time_Value) // Increment microseconds (the only reason this is here is to allow |