summaryrefslogtreecommitdiff
path: root/ACE/ace/Caching_Strategies_T.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Caching_Strategies_T.h')
-rw-r--r--ACE/ace/Caching_Strategies_T.h42
1 files changed, 21 insertions, 21 deletions
diff --git a/ACE/ace/Caching_Strategies_T.h b/ACE/ace/Caching_Strategies_T.h
index c46e30dd957..4441c1ae104 100644
--- a/ACE/ace/Caching_Strategies_T.h
+++ b/ACE/ace/Caching_Strategies_T.h
@@ -43,7 +43,7 @@ class ACE_Caching_Strategy
{
public:
/// Destructor.
- virtual ~ACE_Caching_Strategy (void);
+ virtual ~ACE_Caching_Strategy ();
/// Accessor method for the timer attributes.
virtual ATTRIBUTES attributes (void) = 0;
@@ -113,13 +113,13 @@ public:
bool delete_implementation = false);
/// Destructor.
- ~ACE_Caching_Strategy_Adapter (void);
+ ~ACE_Caching_Strategy_Adapter ();
/// Accessor method for the timer attributes.
- ATTRIBUTES attributes (void);
+ ATTRIBUTES attributes ();
/// Get the percentage of entries to purge.
- double purge_percent (void);
+ double purge_percent ();
/// Set the percentage of entries to purge.
void purge_percent (double percentage);
@@ -152,10 +152,10 @@ public:
const ATTRIBUTES &attr);
/// Accessor to the implementation.
- IMPLEMENTATION &implementation (void);
+ IMPLEMENTATION &implementation ();
/// Purge the cache.
- CACHING_UTILITY &caching_utility (void);
+ CACHING_UTILITY &caching_utility ();
/// Dumps the state of the object.
void dump () const;
@@ -209,15 +209,15 @@ public:
* in the cache which can be purged automagically and by default is
* set to 10%.
*/
- ACE_LRU_Caching_Strategy (void);
+ ACE_LRU_Caching_Strategy ();
// = Operations of the strategy.
/// Accessor method for the timer attributes.
- ATTRIBUTES attributes (void);
+ ATTRIBUTES attributes ();
/// Get the percentage of entries to purge.
- double purge_percent (void);
+ double purge_percent ();
/// Set the percentage of entries to purge.
void purge_percent (double percentage);
@@ -251,7 +251,7 @@ public:
const ATTRIBUTES &attr);
/// Purge the cache.
- CACHING_UTILITY &caching_utility (void);
+ CACHING_UTILITY &caching_utility ();
/// Dumps the state of the object.
void dump () const;
@@ -310,15 +310,15 @@ public:
* in the cache which can be purged automagically and by default is
* set to 10%.
*/
- ACE_LFU_Caching_Strategy (void);
+ ACE_LFU_Caching_Strategy ();
// = Strategy methods.
/// Access the attributes.
- ATTRIBUTES attributes (void);
+ ATTRIBUTES attributes ();
/// Get the percentage of entries to purge.
- double purge_percent (void);
+ double purge_percent ();
/// Set the percentage of entries to purge.
void purge_percent (double percentage);
@@ -350,7 +350,7 @@ public:
const ATTRIBUTES &attr);
/// Purge the cache.
- CACHING_UTILITY &caching_utility (void);
+ CACHING_UTILITY &caching_utility ();
/// Dumps the state of the object.
void dump () const;
@@ -402,15 +402,15 @@ public:
* in the cache which can be purged automagically and by default is
* set to 10%.
*/
- ACE_FIFO_Caching_Strategy (void);
+ ACE_FIFO_Caching_Strategy ();
// = Strategy methods.
/// Accessor method.
- ATTRIBUTES attributes (void);
+ ATTRIBUTES attributes ();
/// Get the percentage of entries to purge.
- double purge_percent (void);
+ double purge_percent ();
/// Set the percentage of entries to purge.
void purge_percent (double percentage);
@@ -441,7 +441,7 @@ public:
const ATTRIBUTES &attr);
/// Purge the cache.
- CACHING_UTILITY &caching_utility (void);
+ CACHING_UTILITY &caching_utility ();
/// Dumps the state of the object.
void dump () const;
@@ -484,10 +484,10 @@ public:
// = Strategy methods. All are NO_OP methods!!!
/// Accessor method.
- ATTRIBUTES attributes (void);
+ ATTRIBUTES attributes ();
/// Get the percentage of entries to purge.
- double purge_percent (void);
+ double purge_percent ();
/// Set the percentage of entries to purge.
void purge_percent (double percentage);
@@ -518,7 +518,7 @@ public:
const ATTRIBUTES &attr);
/// Purge the cache.
- CACHING_UTILITY &caching_utility (void);
+ CACHING_UTILITY &caching_utility ();
/// Dumps the state of the object.
void dump () const;