diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-04-07 01:10:27 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-04-07 01:10:27 +0000 |
commit | f664cf620c109548ea1a1470c3e8d5c063ddcff0 (patch) | |
tree | 2dc2d26bf8273db5ddd3f1cf65c93edb2e8d8678 /ace/Task.h | |
parent | a6a83d7767a38599f06478d9c1c5f6c076b3a480 (diff) | |
download | ATCD-f664cf620c109548ea1a1470c3e8d5c063ddcff0.tar.gz |
removed ACE_LACKS_STATIC_DATA_MEMBER_TEMPLATES
Diffstat (limited to 'ace/Task.h')
-rw-r--r-- | ace/Task.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Task.h b/ace/Task.h index d45fe6852a8..a1f7b555d35 100644 --- a/ace/Task.h +++ b/ace/Task.h @@ -208,10 +208,10 @@ private: // This is used to make sure that an ACE_Task registers and // deregisters with the ACE_Thread_Manager correctly. -#if defined (ACE_MT_SAFE) && !defined (ACE_LACKS_STATIC_DATA_MEMBER_TEMPLATES) +#if defined (ACE_MT_SAFE) static ACE_Thread_Mutex ace_task_lock_; // Lock the creation of the Singleton. -#endif /* defined (ACE_MT_SAFE) && !defined (ACE_LACKS_STATIC_DATA_MEMBER_TEMPLATES) */ +#endif /* defined (ACE_MT_SAFE) */ }; #if defined (__ACE_INLINE__) |