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
/
Bug_2287_Regression
/
Hello.cpp
blob
17735f629844574183b1eeb091113c0073ae2a05
1
#include
"Hello.h"
2
3
4
Hello
::
Hello
(
CORBA
::
ORB_ptr orb
,
Test
::
Hello_ptr
,
CORBA
::
ULong
)
5
:
orb_
(
CORBA
::
ORB
::
_duplicate
(
orb
))
6
{
7
}
8
9
void
10
Hello
::
shutdown
()
11
{
12
this
->
orb_
->
shutdown
(
false
);
13
}
14
15
void
16
Hello
::
ping
()
17
{
18
}
19
20
void
21
Hello
::
throw_location_forward
()
22
{
23
}