diff -r 773449708c84 -r 4ad59aaee882 javacommons/utils/javasrc/com/nokia/mj/impl/utils/Logger.java --- a/javacommons/utils/javasrc/com/nokia/mj/impl/utils/Logger.java Thu Sep 02 20:20:40 2010 +0300 +++ b/javacommons/utils/javasrc/com/nokia/mj/impl/utils/Logger.java Fri Sep 17 08:28:21 2010 +0300 @@ -82,6 +82,7 @@ public static final int EJavaBroadcast = 36; public static final int EJavaAMMS = 37; public static final int EJavaSettings = 38; + public static final int EJavaCentrep = 40; // add name of new components here @@ -140,6 +141,7 @@ false, //EJavaBroadcast = 36; false, //EJavaAMMS = 37; false, //EJavaSettings = 38; + false //EJavaCentrep = 40; // add new components here };