From 2a58065e41f0cee6169aed5eddce9b5c52962e63 Mon Sep 17 00:00:00 2001 From: oci Date: Wed, 23 May 2001 14:06:37 +0000 Subject: ChangeLogTag: Wed May 23 09:04:35 2001 Chad Elliott --- TAO/tao/Cache_Entries.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'TAO/tao/Cache_Entries.cpp') diff --git a/TAO/tao/Cache_Entries.cpp b/TAO/tao/Cache_Entries.cpp index f58a7dc2bca..9c7e17f0273 100644 --- a/TAO/tao/Cache_Entries.cpp +++ b/TAO/tao/Cache_Entries.cpp @@ -12,8 +12,7 @@ ACE_RCSID(tao, Cache_Entries, "$Id$") TAO_Cache_IntId::TAO_Cache_IntId (TAO_Transport *transport) : transport_ (TAO_Transport::_duplicate (transport)), - recycle_state_ (ACE_RECYCLABLE_UNKNOWN), - purging_order_ (0) + recycle_state_ (ACE_RECYCLABLE_UNKNOWN) { } @@ -27,7 +26,6 @@ TAO_Cache_IntId::operator= (const TAO_Cache_IntId &rhs) { if (this != &rhs) { this->recycle_state_ = rhs.recycle_state_; - this->purging_order_ = rhs.purging_order_; TAO_Transport* old_transport = this->transport_; this->transport_ = TAO_Transport::_duplicate (rhs.transport_); -- cgit v1.2.1