summaryrefslogtreecommitdiff
path: root/ACE/apps/JAWS2/JAWS/Cache_Heap_T.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/apps/JAWS2/JAWS/Cache_Heap_T.h')
-rw-r--r--ACE/apps/JAWS2/JAWS/Cache_Heap_T.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ACE/apps/JAWS2/JAWS/Cache_Heap_T.h b/ACE/apps/JAWS2/JAWS/Cache_Heap_T.h
index 12308b42c23..b151cf27665 100644
--- a/ACE/apps/JAWS2/JAWS/Cache_Heap_T.h
+++ b/ACE/apps/JAWS2/JAWS/Cache_Heap_T.h
@@ -26,7 +26,7 @@ public:
// maxsize is the total number of objects the in memory cache is
// willing to manage
- ~JAWS_Cache_Heap (void);
+ ~JAWS_Cache_Heap ();
int is_empty () const;
int is_full () const;
@@ -57,7 +57,7 @@ protected:
void remove_i (size_t pos);
// remove the element residing at pos, but do not delete it.
- void remove_i (void);
+ void remove_i ();
// remove the element residing at the top of heap, but do not delete it.
private:
@@ -77,7 +77,7 @@ class JAWS_Cache_Heap_Item
public:
JAWS_Cache_Heap_Item (const EXT_ID &ext_id, JAWS_Cache_Object *const &int_id);
- unsigned int priority (void);
+ unsigned int priority ();
private:
EXT_ID ext_id_;