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
=default for generated implementation copy ctor
[ACE_TAO.git]
/
TAO
/
tests
/
Bug_2768_Regression
/
Messenger_i.cpp
blob
11fd77533fcf373ae55aa2985c2869ff7dd04efc
1
#include
"Messenger_i.h"
2
3
Messenger_i
::
Messenger_i
(
CORBA
::
ORB_ptr orb
)
4
:
orb_
(
CORBA
::
ORB
::
_duplicate
(
orb
))
5
{
6
}
7
8
void
Messenger_i
::
send
()
9
{
10
this
->
orb_
->
shutdown
(
false
);
11
}
12