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
/
tests
/
Bug_933_Regression
/
Messenger.idl
blob
869e639b27be83b3b7e9fa5d27d2435cd3aa90ed
1
#include
"orb.idl"
2
3
interface
Messenger
4
{
5
void
send_message
(
in
CORBA
::
OctetSeq user_name
);
6
//OctetSeq is defined in $TAO_ROOT/tao/orb.idl inside the module CORBA
7
//like this: typedef sequence<octet> OctetSeq;
8
9
oneway
void
shutdown
();
10
};