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
Use nullptr
[ACE_TAO.git]
/
TAO
/
tests
/
Bug_2174_Regression
/
test.idl
blob
e551cc850679df5120c0bb8b38a1c1ccb4499cd1
1
2
interface
Simple_Server
{
3
4
// Returns <x>, but sleep for <msecs> milliseconds before returning
5
long
echo
(
in long
x
,
in long
msecs
);
6
7
// Shutdown the ORB
8
oneway
void
shutdown
();
9
};