summaryrefslogtreecommitdiff
path: root/TAO/tao/Cache_Entries.h
diff options
context:
space:
mode:
authorbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-04-04 04:26:10 +0000
committerbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-04-04 04:26:10 +0000
commit49e28172fde149655832e3f58e9a8d91c4e394c3 (patch)
tree866f51c285d8f0d3c1cd2a53a0194d493825e847 /TAO/tao/Cache_Entries.h
parentcf868907d58e193c4cff75a0bd0d5122661db91e (diff)
downloadATCD-49e28172fde149655832e3f58e9a8d91c4e394c3.tar.gz
ChangeLogTag: Wed Apr 3 22:18:38 2002 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Cache_Entries.h')
-rw-r--r--TAO/tao/Cache_Entries.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/TAO/tao/Cache_Entries.h b/TAO/tao/Cache_Entries.h
index 0907db2f944..4a616d7b664 100644
--- a/TAO/tao/Cache_Entries.h
+++ b/TAO/tao/Cache_Entries.h
@@ -6,6 +6,7 @@
*
* $Id$
*
+ *
* @author Bala Natarajan <bala@cs.wustl.edu>
*/
//=============================================================================
@@ -106,7 +107,7 @@ private:
* <value> for a <key> in a hash table holding the state of the
* Transport Cache.
*/
-class TAO_Cache_ExtId
+class TAO_Export TAO_Cache_ExtId
{
public:
@@ -147,6 +148,9 @@ public:
/// but for the TAO_Transport_Cache_Manager class.
void index (CORBA::ULong index);
+ /// Increment the index value
+ void incr_index (void);
+
// = Accessors
/// Get the underlying the property pointer
TAO_Transport_Descriptor_Interface *property (void) const;