cdt/cdt_6_0_x/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/core/executables/ISourceFileRemapping.java
changeset 60 3982fab6369e
parent 37 c2bce6dd59e7
--- a/cdt/cdt_6_0_x/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/core/executables/ISourceFileRemapping.java	Fri Aug 07 12:47:00 2009 -0500
+++ b/cdt/cdt_6_0_x/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/core/executables/ISourceFileRemapping.java	Fri Aug 07 13:47:27 2009 -0500
@@ -10,6 +10,7 @@
  *******************************************************************************/
 package org.eclipse.cdt.debug.core.executables;
 
+import org.eclipse.core.runtime.IPath;
 
 /**
  * ISourceFileRemapping is used by the Executables Manager when finding missing
@@ -20,9 +21,6 @@
  */
 public interface ISourceFileRemapping {
 
-	/**
-	 * @since 6.0
-	 */
-	String remapSourceFile(Executable executable, String filePath);
+	String remapSourceFile(IPath executable, String filePath);
 
-}
\ No newline at end of file
+}