diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2002-09-13 15:38:26 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2002-09-13 15:38:26 +0000 |
commit | 5731eaaf0ae8bfc485f44a4933c28736f586f5cb (patch) | |
tree | 9d183fdce8e15961f4b490475e319a76c913c8f6 /ace/Time_Value.h | |
parent | c65822ac94340b14f4a767e03e75cc26357780c6 (diff) | |
download | ATCD-5731eaaf0ae8bfc485f44a4933c28736f586f5cb.tar.gz |
ChangeLogTag:Fri Sep 13 08:37:09 2002 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'ace/Time_Value.h')
-rw-r--r-- | ace/Time_Value.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ace/Time_Value.h b/ace/Time_Value.h index 97d82ca67ee..a954d83cd50 100644 --- a/ace/Time_Value.h +++ b/ace/Time_Value.h @@ -125,9 +125,6 @@ public: /// Initializes the <ACE_Time_Value> object from a <timespec_t>. ACE_Time_Value (const timespec_t &t); - /// Copy constructor. - ACE_Time_Value (const ACE_Time_Value &tv); - # if defined (ACE_WIN32) /// Initializes the ACE_Time_Value object from a Win32 FILETIME ACE_Time_Value (const FILETIME &ft); |