// -*- C++ -*- module warehouse { interface inventory { boolean getCDinfo (in string artist, inout string title, out float price); }; };