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 #2309 from mitza-oci/warnings
[ACE_TAO.git]
/
TAO
/
tests
/
Smart_Proxies
/
dtor
/
test.idl
blob
fbb16dbac22661a78600ab0e2193afe2ca78e72f
1
// This test is to ensure if the destruction process
2
// and the _non_existent() function in the smart proxy
3
// is working properly.
4
5
6
interface
Test
7
{
8
void
hello
(
in long
howmany
);
9
oneway
void
shutdown
();
10
};