Fix http://bugs.xdebug.org/view.php?id=518 and let PHPEclipse works with xdebug 2.1
[phpeclipse.git] / net.sourceforge.phpeclipse.xdebug.core / src / net / sourceforge / phpeclipse / xdebug / core / IProxyEventListener.java
index c3ac70b..0309767 100644 (file)
@@ -1,7 +1,9 @@
 package net.sourceforge.phpeclipse.xdebug.core;
 
+import net.sourceforge.phpeclipse.xdebug.core.xdebug.XDebugConnection;
+
 
 public interface IProxyEventListener {
-       public void handleProxyEvent(String ideKey, String initString, AbstractDebugConnection connectin);
+       public void handleProxyEvent(/*String ideKey,*/ /*String initString,*/ XDebugConnection connectin);
 
 }