summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-12-04 16:56:51 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-12-04 16:56:51 +0000
commite847154874763ac45067b1957a85a19bf58018c8 (patch)
treed47f773ebb1b6adbd67bb3aa85bdea6f4bc8e25a /TAO/orbsvcs
parentb9732b85f3b12c5264d6491f58174ffe0564553a (diff)
downloadATCD-e847154874763ac45067b1957a85a19bf58018c8.tar.gz
ChangeLogTag:Tue Dec 4 08:54:15 2001 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'TAO/orbsvcs')
-rw-r--r--TAO/orbsvcs/performance-tests/EC_Federated_Scalability/Servant_var.inl2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/performance-tests/EC_Federated_Scalability/Servant_var.inl b/TAO/orbsvcs/performance-tests/EC_Federated_Scalability/Servant_var.inl
index 30711eac8b1..118cbcd6128 100644
--- a/TAO/orbsvcs/performance-tests/EC_Federated_Scalability/Servant_var.inl
+++ b/TAO/orbsvcs/performance-tests/EC_Federated_Scalability/Servant_var.inl
@@ -15,7 +15,7 @@ Servant_var<SERVANT>::Servant_var (SERVANT *s)
template<typename SERVANT> ACE_INLINE
Servant_var<SERVANT>::Servant_var (const Servant_var<SERVANT> &rhs)
- : ptr_ (rhs)
+ : ptr_ (rhs.ptr_)
{
if (this->ptr_ != 0)
this->ptr_->_add_ref ();