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 "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git]
/
TAO
/
tests
/
POA
/
Generic_Servant
/
test.idl
blob
a2e236e0a562be32119b60afab6a3966967cce31
1
interface
test
2
{
3
void
method
();
4
// A twoway operation.
5
6
oneway
void
oneway_method
();
7
// A oneway operation.
8
9
void
timed_method
(
in unsigned long
timeout
);
10
// A timed twoway operation.
11
12
oneway
void
timed_oneway_method
(
in unsigned long
timeout
);
13
// A timed oneway operation.
14
15
void
shutdown
();
16
// Shutdown the server.
17
};