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 #1844 from jrw972/monterey
[ACE_TAO.git]
/
TAO
/
tests
/
Bug_1482_Regression
/
Test.idl
blob
a430f7cb1bbce76b63df5aeaf0355eac45459353
1
2
/// Put the interfaces in a module, to avoid global namespace pollution
3
module
Test
4
{
5
/// A very simple interface
6
interface
Hello
7
{
8
/// Return a simple string
9
unsigned long
next_prime
();
10
};
11
};