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
/
IOR_MCast
/
MCast.idl
blob
efc5cfa1d2fe89e788d6b621c8baef91d3fd989d
1
module
MCast
2
{
3
4
interface
Server
5
{
6
// = TITLE
7
//
8
// = DESCRIPTION
9
// Prints out the status.
10
11
boolean
connect_server
();
12
// Return <true> if the server received the
13
// request from the client.
14
15
};
16
17
};