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
/
Native_Exceptions
/
test.idl
blob
704ee977bfd658fada3ea45afeb23a90ed667114
1
2
interface
Simple_Server
3
{
4
long
test_method
(
in long
x
);
5
6
exception Failure
{};
7
long
test_raise
(
in long
x
)
raises
(
Failure
);
8
9
oneway
void
shutdown
();
10
};