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
Merge pull request #2309 from mitza-oci/warnings
[ACE_TAO.git]
/
TAO
/
tests
/
Bug_1535_Regression
/
Test.cpp
blob
6b55ca475d1c1e0d5680c7ea498b1ba711490298
1
#include
"Test.h"
2
3
Hello
::
Hello
(
PortableServer
::
POA_ptr poa
) :
4
poa_
(
PortableServer
::
POA
::
_duplicate
(
poa
))
5
{
6
}
7
8
void
9
Hello
::
print_hello_world
()
10
{
11
}
12
13
PortableServer
::
POA_ptr
14
Hello
::
_default_POA
()
15
{
16
return
PortableServer
::
POA
::
_duplicate
(
this
->
poa_
.
in
());
17
}
18