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_2683_Regression
/
Test.idl
blob
04baffe4628b19990e225fd8377d2cd2954fe60e
1
2
/// Put the interfaces in a module, to avoid global namespace pollution
3
module
Test
4
{
5
/// A very simple interface
6
interface
IORTable_Shutdown_Race
7
{
8
void
ping
();
9
oneway
void
shutdown
();
10
};
11
};