debuggercdi/com.nokia.cdt.debug.launch/src/com/nokia/cdt/internal/debug/launch/wizard/SystemTRKLaunchWizard.java
changeset 212 0e84cf0560e1
parent 0 fb279309251b
child 273 c2533fd23253
equal deleted inserted replaced
209:2e1a235ea76d 212:0e84cf0560e1
    34 
    34 
    35 	public SystemTRKLaunchWizard(List<IPath> mmps, List<IPath> exes, IPath defaultExecutable, IProject project, String configurationName) {
    35 	public SystemTRKLaunchWizard(List<IPath> mmps, List<IPath> exes, IPath defaultExecutable, IProject project, String configurationName) {
    36 		super(project, configurationName, mmps, exes, defaultExecutable, true, true);
    36 		super(project, configurationName, mmps, exes, defaultExecutable, true, true);
    37 		setWindowTitle(Messages.getString("SystemTRKLaunchWizard.1")); //$NON-NLS-1$
    37 		setWindowTitle(Messages.getString("SystemTRKLaunchWizard.1")); //$NON-NLS-1$
    38     }
    38     }
       
    39 
       
    40 	@Override
       
    41 	public String getLaunchTypeID() {
       
    42 		return SettingsData.SYS_TRK_LAUNCH_TYPE_ID;
       
    43 	}
       
    44 
       
    45 	@Override
       
    46 	public boolean supportsCategory(String categoryId) {
       
    47 		return categoryId.equals(PHONE_CATEGORY_ID);
       
    48 	}
    39 
    49 
    40     public boolean performFinish() {
    50     public boolean performFinish() {
    41     	hasFinished = true;
    51     	hasFinished = true;
    42     	return true;
    52     	return true;
    43     }
    53     }