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
/
DevGuideExamples
/
BiDirectionalGIOP
/
callback.idl
blob
ddb989750a2d2eb2d8414f149ae7fcbbe3f8c9b7
1
interface
Callback
2
{
3
// A safe way to shutdown the client, using either clean shutdowns
4
// or "catastrophic failures".
5
oneway
void
shutdown
();
6
7
// A simple remote call
8
void
callback_method
();
9
};
10