summaryrefslogtreecommitdiff
path: root/ACE/ace/Thread_Mutex.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2010-02-22 14:48:31 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2010-02-22 14:48:31 +0000
commit3c8147a0a47675a75f3dec7beca6dceef3379162 (patch)
treecb6debbcc2c8a71b467ecf687b71b3f154e29f46 /ACE/ace/Thread_Mutex.h
parent64e8332f75090ad77a47d13e9ae457232b8749eb (diff)
downloadATCD-3c8147a0a47675a75f3dec7beca6dceef3379162.tar.gz
ChangeLogTag:Mon
Diffstat (limited to 'ACE/ace/Thread_Mutex.h')
-rw-r--r--ACE/ace/Thread_Mutex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Thread_Mutex.h b/ACE/ace/Thread_Mutex.h
index d8f5369b01a..84fbb85a94a 100644
--- a/ACE/ace/Thread_Mutex.h
+++ b/ACE/ace/Thread_Mutex.h
@@ -146,7 +146,7 @@ public:
/// Declare the dynamic allocation hooks.
ACE_ALLOC_HOOK_DECLARE;
- // protected:
+protected:
/// Mutex type that supports single-process locking efficiently.
ACE_thread_mutex_t lock_;