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
/
MProfile
/
test.idl
blob
9b9e86dea235e1505c3d604c915b89e55cde56a6
1
/*
2
*/
3
4
interface
Simple_Server
5
{
6
long
remote_call
();
7
oneway
void
shutdown
();
8
};