summaryrefslogtreecommitdiff
path: root/TAO/performance-tests
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-17 04:23:42 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-17 04:23:42 +0000
commitc811685ea291c1d77f90614c06db18afa3643988 (patch)
tree93b8d3655623cef6c371ae0bb618625d4a5632ef /TAO/performance-tests
parentaf6d2a2ffe5fdce56a838d911755d79a8e177eb8 (diff)
downloadATCD-c811685ea291c1d77f90614c06db18afa3643988.tar.gz
Wed Jun 16 23:12:20 1999 Irfan Pyarali <irfan@cs.wustl.edu>
Diffstat (limited to 'TAO/performance-tests')
-rw-r--r--TAO/performance-tests/Cubit/TAO/IDL_Cubit/Cubit_i.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/performance-tests/Cubit/TAO/IDL_Cubit/Cubit_i.cpp b/TAO/performance-tests/Cubit/TAO/IDL_Cubit/Cubit_i.cpp
index a3e0cc47401..2cf3acab993 100644
--- a/TAO/performance-tests/Cubit/TAO/IDL_Cubit/Cubit_i.cpp
+++ b/TAO/performance-tests/Cubit/TAO/IDL_Cubit/Cubit_i.cpp
@@ -164,7 +164,7 @@ Cubit_i::~Cubit_i (void)
PortableServer::POA_ptr
Cubit_i::_default_POA (CORBA::Environment &)
{
- return this->poa_.ptr ();
+ return PortableServer::POA::_duplicate (this->poa_.in ());
}
void