sysperfana/perfinvestigator/com.nokia.carbide.cpp.pi.perfcounters/src/com/nokia/carbide/cpp/pi/perfcounters/Messages.java
changeset 5 844b047e260d
child 12 ae255c9aa552
equal deleted inserted replaced
4:615035072f7e 5:844b047e260d
       
     1 package com.nokia.carbide.cpp.pi.perfcounters;
       
     2 
       
     3 import org.eclipse.osgi.util.NLS;
       
     4 
       
     5 public class Messages extends NLS {
       
     6 	private static final String BUNDLE_NAME = "com.nokia.carbide.cpp.pi.perfcounters.messages"; //$NON-NLS-1$
       
     7 	public static String PecPlugin_0;
       
     8 	public static String PecPlugin_1;
       
     9 	static {
       
    10 		// initialize resource bundle
       
    11 		NLS.initializeMessages(BUNDLE_NAME, Messages.class);
       
    12 	}
       
    13 
       
    14 	private Messages() {
       
    15 	}
       
    16 }