summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-03-11 22:08:25 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-03-11 22:08:25 +0000
commit0c045fa87906bebdbba85fdb2082ab570dfc2aa6 (patch)
tree0fec2465e2cfddc6ee721d35d192eb0d59cf33c7 /TAO
parentbb6820cf6490c9091789572814c967e4ce617a2d (diff)
downloadATCD-0c045fa87906bebdbba85fdb2082ab570dfc2aa6.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO')
-rw-r--r--TAO/tao/poa.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/TAO/tao/poa.cpp b/TAO/tao/poa.cpp
index 0d22f187c59..80791e89565 100644
--- a/TAO/tao/poa.cpp
+++ b/TAO/tao/poa.cpp
@@ -35,7 +35,7 @@ TAO_Thread_Policy::TAO_Thread_Policy (PortableServer::ThreadPolicyValue value,
TAO_Thread_Policy::TAO_Thread_Policy (const TAO_Thread_Policy &rhs)
: value_ (rhs.value_),
- poa_ (PortableServer::POA::_duplicate (rhs.poa_))
+ poa_ (PortableServer::POA::_duplicate (rhs.poa_.in ()))
{
}
@@ -99,7 +99,7 @@ TAO_Lifespan_Policy::TAO_Lifespan_Policy (PortableServer::LifespanPolicyValue va
TAO_Lifespan_Policy::TAO_Lifespan_Policy (const TAO_Lifespan_Policy &rhs)
: value_ (rhs.value_),
- poa_ (PortableServer::POA::_duplicate (rhs.poa_))
+ poa_ (PortableServer::POA::_duplicate (rhs.poa_.in ()))
{
}
@@ -162,7 +162,7 @@ TAO_Id_Uniqueness_Policy::TAO_Id_Uniqueness_Policy (PortableServer::IdUniqueness
TAO_Id_Uniqueness_Policy::TAO_Id_Uniqueness_Policy (const TAO_Id_Uniqueness_Policy &rhs)
: value_ (rhs.value_),
- poa_ (PortableServer::POA::_duplicate (rhs.poa_))
+ poa_ (PortableServer::POA::_duplicate (rhs.poa_.in ()))
{
}
@@ -225,7 +225,7 @@ TAO_Id_Assignment_Policy::TAO_Id_Assignment_Policy (PortableServer::IdAssignment
TAO_Id_Assignment_Policy::TAO_Id_Assignment_Policy (const TAO_Id_Assignment_Policy &rhs)
: value_ (rhs.value_),
- poa_ (PortableServer::POA::_duplicate (rhs.poa_))
+ poa_ (PortableServer::POA::_duplicate (rhs.poa_.in ()))
{
}
@@ -288,7 +288,7 @@ TAO_Implicit_Activation_Policy::TAO_Implicit_Activation_Policy (PortableServer::
TAO_Implicit_Activation_Policy::TAO_Implicit_Activation_Policy (const TAO_Implicit_Activation_Policy &rhs)
: value_ (rhs.value_),
- poa_ (PortableServer::POA::_duplicate (rhs.poa_))
+ poa_ (PortableServer::POA::_duplicate (rhs.poa_.in ()))
{
}
@@ -351,7 +351,7 @@ TAO_Servant_Retention_Policy::TAO_Servant_Retention_Policy (PortableServer::Serv
TAO_Servant_Retention_Policy::TAO_Servant_Retention_Policy (const TAO_Servant_Retention_Policy &rhs)
: value_ (rhs.value_),
- poa_ (PortableServer::POA::_duplicate (rhs.poa_))
+ poa_ (PortableServer::POA::_duplicate (rhs.poa_.in ()))
{
}
@@ -414,7 +414,7 @@ TAO_Request_Processing_Policy::TAO_Request_Processing_Policy (PortableServer::Re
TAO_Request_Processing_Policy::TAO_Request_Processing_Policy (const TAO_Request_Processing_Policy &rhs)
: value_ (rhs.value_),
- poa_ (PortableServer::POA::_duplicate (rhs.poa_))
+ poa_ (PortableServer::POA::_duplicate (rhs.poa_.in ()))
{
}