summaryrefslogtreecommitdiff
path: root/ace/Log_Priority.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Log_Priority.h')
-rw-r--r--ace/Log_Priority.h15
1 files changed, 3 insertions, 12 deletions
diff --git a/ace/Log_Priority.h b/ace/Log_Priority.h
index c1084bbeee5..d648dff381b 100644
--- a/ace/Log_Priority.h
+++ b/ace/Log_Priority.h
@@ -1,4 +1,4 @@
-// -*- C++ -*-
+/* -*- C++ -*- */
//=============================================================================
/**
@@ -12,23 +12,16 @@
#ifndef ACE_LOG_PRIORITY_H
#define ACE_LOG_PRIORITY_H
-
#include /**/ "ace/pre.h"
-#include "ace/config-lite.h"
-
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
/**
- * @enum ACE_Log_Priority
- *
* @brief This data type indicates the relative priorities of the
- * logging messages, from lowest to highest priority.
+ * logging messages, from lowest to highest priority.
*
* These values are defined using powers of two so that it's
* possible to form a mask to turn them on or off dynamically.
* We only use 12 bits, however, so users are free to use the
- * remaining 19 bits to define their own priority masks.
+ * remaining 19 bits to define their own priority masks.
*/
enum ACE_Log_Priority
{
@@ -79,7 +72,5 @@ enum ACE_Log_Priority
LM_ENSURE_32_BITS = 0x7FFFFFFF
};
-ACE_END_VERSIONED_NAMESPACE_DECL
-
#include /**/ "ace/post.h"
#endif /* ACE_LOG_PRIORITY_H */