some misc. maintenance
[mir.git] / source / mircoders / producer / OldProducerAdapter.java
index c07df28..8eb81c2 100755 (executable)
@@ -52,4 +52,7 @@ public class OldProducerAdapter implements mir.producer.Producer {
       throw new ProducerFailure("Failure at handling old Producers",e);
     }
   }
+
+  public void abort() {
+  }
 }
\ No newline at end of file