summaryrefslogtreecommitdiff
path: root/TAO/tao/LRU_Connection_Purging_Strategy.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/LRU_Connection_Purging_Strategy.h')
-rw-r--r--TAO/tao/LRU_Connection_Purging_Strategy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/LRU_Connection_Purging_Strategy.h b/TAO/tao/LRU_Connection_Purging_Strategy.h
index ff2ceb76e43..f13ab17e8ab 100644
--- a/TAO/tao/LRU_Connection_Purging_Strategy.h
+++ b/TAO/tao/LRU_Connection_Purging_Strategy.h
@@ -41,7 +41,7 @@ public:
TAO_LRU_Connection_Purging_Strategy (int cache_maximum);
/// The destructor
- virtual ~TAO_LRU_Connection_Purging_Strategy (void);
+ virtual ~TAO_LRU_Connection_Purging_Strategy ();
/// Called when accessing an item from the cache
virtual void update_item (TAO_Transport& transport);