summaryrefslogtreecommitdiff
path: root/ace/Synch.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Synch.h')
-rw-r--r--ace/Synch.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ace/Synch.h b/ace/Synch.h
index 5d12739db90..1e605c23526 100644
--- a/ace/Synch.h
+++ b/ace/Synch.h
@@ -144,7 +144,7 @@ public:
ACE_ALLOC_HOOK_DECLARE;
// Declare the dynamic allocation hooks.
-protected:
+private:
ACE_OS::ace_flock_t lock_;
// Locking structure for OS record locks.
@@ -592,7 +592,7 @@ public:
int release (void) { return 0; }
void dump (void) const { }
-protected:
+private:
// = Prevent assignment and initialization.
void operator= (const ACE_Null_Mutex_Guard &) {}
ACE_Null_Mutex_Guard (const ACE_Null_Mutex_Guard &) {}
@@ -854,7 +854,7 @@ public:
ACE_ALLOC_HOOK_DECLARE;
// Declare the dynamic allocation hooks.
-protected:
+private:
ACE_Thread_Mutex &lock_;
// Reference to the mutex.