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
/
orbsvcs
/
tests
/
Security
/
Callback
/
server.idl
blob
af1e82dd6994edaf821be7c6df958aa63f386b23
1
//
2
// Server interface definition.
3
4
#include
"client.idl"
5
6
interface
server
7
{
8
void
set_client
(
in
client c
);
9
void
test_request
(
in string
msg
);
10
oneway
void
shutdown
();
11
};