diff options
Diffstat (limited to 'ace/Synch.h')
-rw-r--r-- | ace/Synch.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Synch.h b/ace/Synch.h index d4739123c3c..b5bfc0a87af 100644 --- a/ace/Synch.h +++ b/ace/Synch.h @@ -23,7 +23,7 @@ #include "ace/ACE.h" #if !defined (ACE_LACKS_PRAGMA_ONCE) -#pragma once +# pragma once #endif /* ACE_LACKS_PRAGMA_ONCE */ #if !(defined (ACE_WIN32) || defined (ACE_HAS_POSIX_SEM)) @@ -520,7 +520,7 @@ public: ACE_mutex_t *process_lock_; // This lock resides in shared memory. - LPCTSTR lockname_; + LPCTSTR lockname_; // Remember the name of the mutex if we created it so we can unlink // it when we go away (only the actor that initialized the memory // can destroy it). |