repo.or.cz
/
ACE_TAO.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #1551 from DOCGroup/plm_jira_333
[ACE_TAO.git]
/
TAO
/
orbsvcs
/
tests
/
InterfaceRepo
/
Application_Test
/
test.idl
blob
81dfc6c5dbe297dbaf9dd7910673b8b93e6782db
1
// -*- C++ -*-
2
module
warehouse
3
{
4
interface
inventory
5
{
6
boolean
getCDinfo
(
in string
artist
,
7
inout
string
title
,
8
out float
price
);
9
};
10
};
11
12