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
/
Bug_2494_Regression
/
test.idl
blob
14f5f53da8b7e03931603f2ecdf2e43d94d56621
1
2
interface
Simple_Server
3
{
4
string
test_method
(
in string
str
);
5
6
oneway
void
shutdown
();
7
};