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
Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git]
/
TAO
/
tests
/
DII_Deferred_Transient
/
Test.idl
blob
78382dcbcece10783173dfae23118a665c54ef39
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
/// signal server to terminate
9
oneway
void
crash
();
10
11
/// Return a simple string
12
string
get_string
();
13
};
14
};