diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2002-03-26 13:14:37 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2002-03-26 13:14:37 +0000 |
commit | e19ac4093c6318c547f396e675817c9cc4791823 (patch) | |
tree | 49239a96c679426c21c8e453fbb866d8a929dabe /ace/Synch.h | |
parent | 0c49fe02df1c4467063837242005eaf13d2aca1b (diff) | |
download | ATCD-e19ac4093c6318c547f396e675817c9cc4791823.tar.gz |
ChangeLogTag:Tue Mar 26 06:50:58 2002 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
Diffstat (limited to 'ace/Synch.h')
-rw-r--r-- | ace/Synch.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/Synch.h b/ace/Synch.h index faf185a9e78..8863e066551 100644 --- a/ace/Synch.h +++ b/ace/Synch.h @@ -682,6 +682,8 @@ public: /// Declare the dynamic allocation hooks. ACE_ALLOC_HOOK_DECLARE; + + int lock_; // A dummy lock. }; class ACE_Export ACE_Noop_Token : public ACE_Null_Mutex |