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
Changes to attempt to silence bcc64x
[ACE_TAO.git]
/
TAO
/
orbsvcs
/
tests
/
HTIOP
/
Hello
/
Test.idl
blob
5d51be7d8864d5931675dcd9fcf20712a9b174cb
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
string
get_string
();
10
11
/// A method to shutdown the ORB
12
/**
13
* This method is used to simplify the test shutdown process
14
*/
15
void
shutdown
();
16
};
17
};