Reverting previous commit: Adding back : (Removing un-needed implemennt on ILaunchCon...
authorpombredanne <pombredanne>
Sat, 8 Dec 2007 20:16:56 +0000 (20:16 +0000)
committerpombredanne <pombredanne>
Sat, 8 Dec 2007 20:16:56 +0000 (20:16 +0000)
net.sourceforge.phpeclipse.xdebug.core/src/net/sourceforge/phpeclipse/xdebug/php/launching/PHPLaunchConfigurationDelegate.java

index d464f64..9ddb63d 100644 (file)
@@ -40,7 +40,7 @@ import org.eclipse.debug.core.model.IProcess;
 import org.eclipse.debug.core.model.LaunchConfigurationDelegate;
 
 
-public class PHPLaunchConfigurationDelegate extends LaunchConfigurationDelegate {
+public class PHPLaunchConfigurationDelegate extends LaunchConfigurationDelegate implements ILaunchConfigurationDelegate{
        
        /**
         * @see ILaunchConfigurationDelegate#launch(ILaunchConfiguration, String, ILaunch, IProgressMonitor)