summaryrefslogtreecommitdiff
path: root/ace/Synch_T.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Synch_T.h')
-rw-r--r--ace/Synch_T.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/ace/Synch_T.h b/ace/Synch_T.h
index 3e470689865..456070cca9b 100644
--- a/ace/Synch_T.h
+++ b/ace/Synch_T.h
@@ -17,11 +17,12 @@
#ifndef ACE_SYNCH_T_H
#define ACE_SYNCH_T_H
+#include "ace/Event_Handler.h"
+
#if !defined (ACE_LACKS_PRAGMA_ONCE)
-#pragma once
+# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-#include "ace/Event_Handler.h"
#include "ace/Synch.h"
// Forward decl
@@ -794,7 +795,7 @@ protected:
ACE_cond_t *process_cond_;
// This condition resides in shared memory.
- LPCTSTR condname_;
+ LPCTSTR condname_;
// Remember the name of the condition if we created it so we can
// unlink it when we go away (only the actor that initialized the
// memory can destroy it).