summaryrefslogtreecommitdiff
path: root/TAO/tao/Cache_Entries.h
diff options
context:
space:
mode:
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;