summaryrefslogtreecommitdiff
path: root/ace/Log_Priority.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>1999-02-26 18:00:10 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>1999-02-26 18:00:10 +0000
commitb1c116bbddebb84dd6e3a3e91cac40b3a6b0cef2 (patch)
tree079ed6d3cfe0ed25ec569bc23fef8173a5906fcb /ace/Log_Priority.h
parent8b341312503430d6e18a4c2f2257b05538c68068 (diff)
downloadATCD-b1c116bbddebb84dd6e3a3e91cac40b3a6b0cef2.tar.gz
* ace/Log_Priority.h (ACE_Log_Priority): Removed all references to
ACE_HAS_BROKEN_ENUMS since it has been deprecated (see David's ChangeLog entries from Feb 5).
Diffstat (limited to 'ace/Log_Priority.h')
-rw-r--r--ace/Log_Priority.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/ace/Log_Priority.h b/ace/Log_Priority.h
index a43f8a1ea24..0ddb9591534 100644
--- a/ace/Log_Priority.h
+++ b/ace/Log_Priority.h
@@ -71,14 +71,7 @@ enum ACE_Log_Priority
// Do not use!! This enum value ensures that the underlying
// integral type for this enum is at least 32 bits.
-#if defined (ACE_HAS_BROKEN_ENUMS)
- LM_ENSURE_32_BITS = 0x1FFFFFFF
- // HP/CXX makes an error the usage of "long enumerators", but this
- // one (that requires 29 bits) is OK.... only HP can come up with
- // something like that...
-#else /* ! ACE_HAS_BROKEN_ENUMS */
LM_ENSURE_32_BITS = 0x7FFFFFFF
-#endif /* ! ACE_HAS_BROKEN_ENUMS */
};
#endif /* ACE_LOG_PRIORITY_H */