summaryrefslogtreecommitdiff
path: root/ACE/apps/JAWS2/JAWS/Cache_Manager_T.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/apps/JAWS2/JAWS/Cache_Manager_T.h')
-rw-r--r--ACE/apps/JAWS2/JAWS/Cache_Manager_T.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/ACE/apps/JAWS2/JAWS/Cache_Manager_T.h b/ACE/apps/JAWS2/JAWS/Cache_Manager_T.h
index 2d2c87385ef..5e9e708a53b 100644
--- a/ACE/apps/JAWS2/JAWS/Cache_Manager_T.h
+++ b/ACE/apps/JAWS2/JAWS/Cache_Manager_T.h
@@ -71,9 +71,9 @@ public:
// counts
);
- ~JAWS_Cache_Manager (void);
+ ~JAWS_Cache_Manager ();
- int close (void);
+ int close ();
// Search Methods
@@ -96,7 +96,7 @@ public:
// Decrement reference count on cached object, perhaps delete.
// Returns 0 if only decremented, 1 if deleted, -1 if error.
- int FLUSH (void);
+ int FLUSH ();
// Removes lowest priority object from cache.
protected:
@@ -109,7 +109,7 @@ protected:
// Inserts or replaces object associated with key into cache.
// Return 0 on success, -1 on failure.
- int FLUSH_i (void);
+ int FLUSH_i ();
// Removes lowest priority object from cache.
int FLUSH_i (const KEY &key);
@@ -153,7 +153,7 @@ public:
JAWS_Cache_Proxy (const KEY &, DATA *, size_t, Cache_Manager * = 0);
// Corresponds to a U/PUT
- virtual ~JAWS_Cache_Proxy (void);
+ virtual ~JAWS_Cache_Proxy ();
DATA *data () const;
operator DATA * () const;