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 #2301 from sonndinh/remove-dup-reactor-functions
[ACE_TAO.git]
/
TAO
/
tests
/
ForwardOnceUponException
/
test.idl
blob
98cde9d77b1946d250a1a89d71e8d964a1b396bf
1
interface
Simple_Server
2
{
3
boolean
test_is_a
(
in string
type
);
4
5
oneway
void
shutdown
();
6
};