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_Server_i.cpp
blob
c0b21e9e150e700d552538ac070d30e9c0aaa31a
1
#include
"MCast_Server_i.h"
2
3
MCast_Server_i
::
MCast_Server_i
()
4
{
5
//Constructor.
6
}
7
8
CORBA
::
Boolean
9
MCast_Server_i
::
connect_server
()
10
{
11
return
0
;
12
}