diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2001-01-19 04:02:24 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2001-01-19 04:02:24 +0000 |
commit | ae98860dda5eaaddaf32ee42ed1ddce883f46343 (patch) | |
tree | 5b23dd26649988da092786ea9b50788f2851e588 /ace | |
parent | 2f5dcb69d361cd31634eb61f7f8b6a6c8b46a08d (diff) | |
download | ATCD-ae98860dda5eaaddaf32ee42ed1ddce883f46343.tar.gz |
ChangeLogTag:Thu Jan 18 12:49:53 2001 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
Diffstat (limited to 'ace')
-rw-r--r-- | ace/Future.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Future.h b/ace/Future.h index 0faf9578d61..fddc69ffbc2 100644 --- a/ace/Future.h +++ b/ace/Future.h @@ -210,8 +210,8 @@ private: OBSERVER_COLLECTION observer_collection_; // = Condition variable and mutex that protect the <value_>. - ACE_Condition_Thread_Mutex value_ready_; ACE_Thread_Mutex value_ready_mutex_; + ACE_Condition_Thread_Mutex value_ready_; private: // = Constructor and destructor private. |