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
Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git]
/
TAO
/
orbsvcs
/
tests
/
Bug_2316_Regression
/
Test_impl.cpp
blob
eeac4b4a56be6a5ae4dc77d7705e221a75436323
1
#include
"Test_impl.h"
2
3
void
Server_impl
::
shutdown
()
4
{
5
this
->
orb_
->
shutdown
(
false
);
6
}
7
8
Server_impl
::
Server_impl
(
CORBA
::
ORB_ptr orb
)
9
:
orb_
(
CORBA
::
ORB
::
_duplicate
(
orb
))
10
{
11
}
12
13
void
Server_impl
::
method
(
CORBA
::
Object_ptr
)
14
{
15
}