Merge pull request #1551 from DOCGroup/plm_jira_333
[ACE_TAO.git] / TAO / orbsvcs / tests / InterfaceRepo / Application_Test / 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 };