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
/
RTCORBA
/
Bug_3382_Regression
/
test.idl
blob
7bc45dcae28fec0ae21363a89ce3c65159d0bc4b
1
2
interface
Test
3
{
4
void
test_method
(
in short
priority
);
5
// Print out the CORBA priority of the servant thread and check that
6
// it is equal to the <priority> argument.
7
8
oneway
void
shutdown
();
9
// Shut down the ORB.
10
};