diff org.eclipse.equinox.common/src/org/eclipse/core/runtime/ILogListener.d @ 105:bbe49769ec18

...
author Frank Benoit <benoit@tionex.de>
date Sun, 08 Nov 2009 12:42:30 +0100
parents bc29606a740c
children
line wrap: on
line diff
--- a/org.eclipse.equinox.common/src/org/eclipse/core/runtime/ILogListener.d	Sat May 02 11:27:24 2009 +0200
+++ b/org.eclipse.equinox.common/src/org/eclipse/core/runtime/ILogListener.d	Sun Nov 08 12:42:30 2009 +0100
@@ -4,17 +4,18 @@
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
  * http://www.eclipse.org/legal/epl-v10.html
- *
+ * 
  * Contributors:
  *     IBM Corporation - initial API and implementation
- * Port to the D programming language:
- *     Frank Benoit <benoit@tionex.de>
  *******************************************************************************/
-module org.eclipse.core.runtime.ILogListener;
-
-import org.eclipse.core.runtime.IStatus;
+// Port to the D programming language:
+//     Frank Benoit <benoit@tionex.de>
+module org.eclipse.core.runtimeILogListener;
 
 import java.lang.all;
+
+import org.eclipse.core.runtimeIStatus; // packageimport
+
 import java.util.EventListener;
 
 /**
@@ -29,7 +30,7 @@
     /**
      * Notifies this listener that given status has been logged by
      * a plug-in.  The listener is free to retain or ignore this status.
-     *
+     * 
      * @param status the status being logged
      * @param plugin the plugin of the log which generated this event
      */