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 "Minor modernization of DynamicAny code"
[ACE_TAO.git]
/
TAO
/
tests
/
ORT
/
ORT_test_i.cpp
blob
49fb852d92145e3b10a9c8751deb8c8e804a26e2
1
#include
"ORT_test_i.h"
2
3
ORT_test_i
::
ORT_test_i
(
CORBA
::
ORB_ptr orb
)
4
:
orb_
(
CORBA
::
ORB
::
_duplicate
(
orb
))
5
{
6
}
7
8
CORBA
::
Boolean
9
ORT_test_i
::
request_server
()
10
{
11
return
0
;
12
}
13
14
void
15
ORT_test_i
::
shutdown
()
16
{
17
this
->
orb_
->
shutdown
(
false
);
18
}