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 #2303 from jwillemsen/jwi-803
[ACE_TAO.git]
/
TAO
/
tests
/
UNKNOWN_Exception
/
test.idl
blob
27e54cbd088407eaeebefcbcd959f17847572574
1
2
3
interface
test
4
{
5
void
normal_method
();
6
void
unknown_exception_in_method
();
7
void
unknown_exception_during_deactivation
();
8
};
9
10
interface
test_factory
11
{
12
test create_test
();
13
void
shutdown
();
14
};
15