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
/
orbsvcs
/
tests
/
Bug_3444_Regression
/
Test.idl
blob
acb2b6a1aea4873e0e0e986f21b2362d715b2f08
1
#ifndef _TEST_IDL_
2
#define _TEST_IDL_
3
4
module
Test
5
{
6
interface
Server
7
{
8
oneway
void
shutdown
();
9
};
10
};
11
12
#endif
// _TEST_IDL_