mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

kenneth_suter
19.28.2007 d2a54204a054a9584bc1af6c5a1285e576d46bca
opendj-sdk/opends/src/server/org/opends/server/messages/MessageHandler.java
@@ -65,6 +65,7 @@
 *   <LI>00C -- Access Control</LI>
 *   <LI>00D -- Administration framework</LI>
 *   <LI>00E -- Synchronization</LI>
 *   <LI>00E -- Version Compatibility (Flag Days)</LI>
 *   <LI>800 through FFE -- Reserved for third-party modules</LI>
 *   <LI>FFF -- User-defined processing</LI>
 * </UL>
@@ -193,7 +194,10 @@
   */
  public static final int CATEGORY_MASK_SYNC = 0x0E000000;
  /**
   * The category bitmask used for messages associated with flag day messages.
   */
  public static final int CATEGORY_MASK_VERSION_COMPATIBITY_ISSUES = 0x0F000000;
  /**
   * The category bitmask that will be used for messages associated with
@@ -294,6 +298,7 @@
    AdminMessages.registerMessages();
    AciMessages.registerMessages();
    ReplicationMessages.registerMessages();
    VersionMessages.registerMessages();
  }