project/com.nokia.carbide.cpp.epoc.engine/src/com/nokia/carbide/internal/cpp/epoc/engine/model/ModelProviderBase.java
changeset 154 f53d85453ee8
parent 140 697b7727d088
equal deleted inserted replaced
151:b4eb527d5316 154:f53d85453ee8
    42  *
    42  *
    43  */
    43  */
    44 public abstract class ModelProviderBase implements IModelProvider {
    44 public abstract class ModelProviderBase implements IModelProvider {
    45 
    45 
    46 	// not static or final so it can change during test
    46 	// not static or final so it can change during test
    47 	private boolean DUMP = true;
    47 	private boolean DUMP = false;
    48 	
    48 	
    49 	private static int gProviderCounter;
    49 	private static int gProviderCounter;
    50 	private int providerId;
    50 	private int providerId;
    51 	
    51 	
    52 	private static final long RELEASE_DELAY = 5 * 1000;
    52 	private static final long RELEASE_DELAY = 5 * 1000;