Merge xdebug from 1.3.x.
[phpeclipse.git] / net.sourceforge.phpeclipse.xdebug.core / src / net / sourceforge / phpeclipse / xdebug / core / IProxyEventListener.java
index c0ca73e..0309767 100644 (file)
@@ -4,6 +4,6 @@ import net.sourceforge.phpeclipse.xdebug.core.xdebug.XDebugConnection;
 
 
 public interface IProxyEventListener {
-       public void handleProxyEvent(String ideKey, String initString, /*AbstractDebugConnection*/ XDebugConnection connectin);
+       public void handleProxyEvent(/*String ideKey,*/ /*String initString,*/ XDebugConnection connectin);
 
 }