diff dwtx/core/runtime/ILog.d @ 162:1a5b8f8129df

...
author Frank Benoit <benoit@tionex.de>
date Mon, 08 Sep 2008 00:51:37 +0200
parents 7926b636c282
children
line wrap: on
line diff
--- a/dwtx/core/runtime/ILog.d	Wed Aug 27 14:49:30 2008 +0200
+++ b/dwtx/core/runtime/ILog.d	Mon Sep 08 00:51:37 2008 +0200
@@ -16,7 +16,7 @@
 import dwtx.core.runtime.ILogListener;
 import dwtx.core.runtime.IStatus;
 
-// import org.osgi.framework.Bundle;
+import dwtx.org.osgi.framework.Bundle;
 
 /**
  * A log to which status events can be written.  Logs appear on individual
@@ -46,8 +46,7 @@
      * @return the plug-in with which this log is associated
      * @since 3.0
      */
-//     public Bundle getBundle();
-// DWT FIXME: Bundle not yet included
+    public Bundle getBundle();
 
     /**
      * Logs the given status.  The status is distributed to the log listeners