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 #2309 from mitza-oci/warnings
[ACE_TAO.git]
/
TAO
/
tests
/
Servant_To_Reference_Test
/
Test.idl
blob
5563d3bac29ed65e3d88fe88898b8b0f71796849
1
2
/// Put the interfaces in a module, to avoid global namespace pollution
3
module
Test
4
{
5
/// A very simple interface
6
interface
One
7
{
8
/// Return a simple string
9
string
get_string
();
10
};
11
12
interface
Two
13
{
14
string
get_string
();
15
};
16
17
interface
Three
18
{
19
string
get_string
();
20
};
21
};