summaryrefslogtreecommitdiff
path: root/TAO/CIAO/ciao/CIAO_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/ciao/CIAO_common.h')
-rw-r--r--TAO/CIAO/ciao/CIAO_common.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/CIAO/ciao/CIAO_common.h b/TAO/CIAO/ciao/CIAO_common.h
index 56796f04a13..d55546b2aa3 100644
--- a/TAO/CIAO/ciao/CIAO_common.h
+++ b/TAO/CIAO/ciao/CIAO_common.h
@@ -15,7 +15,7 @@
#include "ace/config-all.h"
#if !defined ACE_LACKS_PRAGMA_ONCE
-# pragma once
+#pragma once
#endif /* ! ACE_LACKS_PRAGMA_ONCE */
#include "CIAO_Client_Export.h"
@@ -30,7 +30,7 @@
factory->_remove_ref (); }
// By default tracing is turned off.
-#if !defined (CIAO_NTRACE)
+#if !defined (CIAO_NTRACE)
# if !defined (ACE_NTRACE)
# define CIAO_NTRACE 1
# else
@@ -43,7 +43,7 @@
# define CIAO_TRACE(X)
# else
# if (ACE_NTRACE == 0)
-# error CIAO_TRACE cannot be disabled if ACE_TRACE is enabled
+# #error CIAO_TRACE cannot be disabled if ACE_TRACE is enabled
# else
# define CIAO_TRACE(X)
# endif