debuggercdi/com.nokia.cdt.debug.launch/src/com/nokia/cdt/internal/debug/launch/newwizard/LaunchWizardData.java
changeset 2160 3a82092877ea
parent 2023 54aa500f40cd
child 2163 f0a9f2d04d4a
--- a/debuggercdi/com.nokia.cdt.debug.launch/src/com/nokia/cdt/internal/debug/launch/newwizard/LaunchWizardData.java	Fri Oct 15 13:04:49 2010 -0500
+++ b/debuggercdi/com.nokia.cdt.debug.launch/src/com/nokia/cdt/internal/debug/launch/newwizard/LaunchWizardData.java	Mon Oct 18 16:58:49 2010 -0500
@@ -116,7 +116,7 @@
 		USE_WORKSPACE_SETTING,
 	}
 
-	public LaunchWizardData(LaunchOptions launchOptions, IService trkService) {
+	public LaunchWizardData(LaunchOptions launchOptions, IService dbgService) {
 		this.mmps = launchOptions.mmps;
 		this.exes = launchOptions.exes;
 		this.defaultExecutable = launchOptions.defaultExecutable;
@@ -125,7 +125,7 @@
 		this.isEmulation = launchOptions.isEmulation;
 		this.emulatorOnly = launchOptions.emulatorOnly;
 		this.mode = launchOptions.mode;
-		this.service = trkService;
+		this.service = dbgService;
 	}
 
 	/**