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
Changes to attempt to silence bcc64x
[ACE_TAO.git]
/
TAO
/
orbsvcs
/
tests
/
Security
/
Bug_2908_Regression
/
Messenger.idl
blob
e6201b088d5bd8d98c7795a357dc84554e98d587
1
interface
Messenger
2
{
3
boolean
send_message
(
in string
user_name
,
4
in string
subject
,
5
inout
string message
);
6
7
boolean
call_message
(
in string
user_name
);
8
9
/// A method to shutdown the ORB
10
/**
11
* This method is used to simplify the test shutdown process
12
*/
13
oneway
void
shutdown
();
14
};