Merge pull request #2216 from jwillemsen/jwi-cxxversionchecks
[ACE_TAO.git] / TAO / orbsvcs / DevGuideExamples / InterfaceRepo / test.idl
blob81dfc6c5dbe297dbaf9dd7910673b8b93e6782db
1 // -*- C++ -*-
2 module warehouse
4 interface inventory
6 boolean getCDinfo (in string artist,
7 inout string title,
8 out float price);
9 };