2001-03-14 (stw)

  * cslarts.idl: long write(...)  ->  oneway void write(...) 
      saves sending the return code (which you don't want to know anyway
      if you did things right), and saves blocking on the sender side.

  * get rid of void constructor(...) in the IDL files and instead call
    "real" constructor manually - this makes Adapter_impl and PlayStream_impl
    able to interact directly


// vim:ts=8:sts=2:sw=2
