more fixes to bring things up to date with the new test/doc apis
[fleet.git] / src / edu / berkeley / fleet / slipway / Slipway.java
index 5989d5f..ca71ce5 100644 (file)
@@ -12,6 +12,16 @@ import edu.berkeley.sbp.util.*;
 import java.util.*;
 import java.io.*;
 import edu.berkeley.fleet.ships.*;
+/*
+
+debug alsoneeds port
+
+    DataInbox   command    = new DataInbox(this,  "command", true);
+    DataOutbox  ihorn      = new DataOutbox(this, "ihorn",   true, true, false);
+    DataOutbox  dhorn      = new DataOutbox(this, "dhorn",   true, false, true);
+
+
+ */
 
 public class Slipway extends Interpreter {