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 #1844 from jrw972/monterey
[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
};