1 // $Id: Bus.java,v 1.3 2000/11/29 17:32:52 daniela Exp $2 3 import org.ozoneDB.*;4 5 6 public interface Bus extends Auto {7 }8