summaryrefslogtreecommitdiff
path: root/TAO/tao/Cache_Entries.h
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2000-11-14 02:57:27 +0000
committerbala <balanatarajan@users.noreply.github.com>2000-11-14 02:57:27 +0000
commitc61b5cd68f3539930e0bcec092e328f7575b78dd (patch)
tree0db1f04ac811b858690131d7ae8b81ec3f92b8bf /TAO/tao/Cache_Entries.h
parenteeec6952532ed1f515f80ea871ca468a68a7e340 (diff)
downloadATCD-c61b5cd68f3539930e0bcec092e328f7575b78dd.tar.gz
ChangeLogTag: Mon Nov 13 20:44:25 2000 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Cache_Entries.h')
-rw-r--r--TAO/tao/Cache_Entries.h15
1 files changed, 7 insertions, 8 deletions
diff --git a/TAO/tao/Cache_Entries.h b/TAO/tao/Cache_Entries.h
index d5a1d463277..5ae69e39259 100644
--- a/TAO/tao/Cache_Entries.h
+++ b/TAO/tao/Cache_Entries.h
@@ -76,18 +76,10 @@ public:
const TAO_Connection_Handler *handler (void) const;
// Return the underlying handler
- void recycle_state (ACE_Recyclable_State new_state);
-
- ACE_Recyclable_State recycle_state (void);
- // Get/Set <recycle_state>.
-
private:
TAO_Connection_Handler *handler_;
// The connection handler that needs to be cached.
-
- ACE_Recyclable_State recycle_state_;
- // The state of the handle
};
@@ -145,6 +137,10 @@ public:
TAO_Base_Connection_Property *property (void) const;
// Get the underlying the property pointer
+ void recycle_state (ACE_Recyclable_State new_state);
+
+ ACE_Recyclable_State recycle_state (void);
+ // Get/Set <recycle_state>.
private:
// = Data members.
@@ -159,6 +155,9 @@ private:
// default. Would be altered by the Connection_Cache of TAO. Please
// see the documentation of TAO_Connection_Cache_Manager for
// details.
+
+ ACE_Recyclable_State recycle_state_;
+ // The state of the handle
};