summaryrefslogtreecommitdiff
path: root/trunk/TAO/orbsvcs/tests/InterfaceRepo/Application_Test/test.idl
blob: 8ac11a758fb813105e6a41ef6026a5826e4089cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// -*- C++ -*-
// $Id$

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