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 #1844 from jrw972/monterey
[ACE_TAO.git]
/
TAO
/
tests
/
Crash_On_Write
/
Test.idl
blob
052d1452a78f8eeb52f0079f1f480d39459265ba
1
2
module
Test
3
{
4
/// An interface to send oneway messages
5
interface
Oneway_Receiver
6
{
7
/// Return a simple string
8
oneway
void
receive_oneway
();
9
};
10
};