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