summaryrefslogtreecommitdiff
path: root/ACE/apps/JAWS2/JAWS/Cache_List_T.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/apps/JAWS2/JAWS/Cache_List_T.cpp')
-rw-r--r--ACE/apps/JAWS2/JAWS/Cache_List_T.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/ACE/apps/JAWS2/JAWS/Cache_List_T.cpp b/ACE/apps/JAWS2/JAWS/Cache_List_T.cpp
index 492152f6936..cfa66fa8ed5 100644
--- a/ACE/apps/JAWS2/JAWS/Cache_List_T.cpp
+++ b/ACE/apps/JAWS2/JAWS/Cache_List_T.cpp
@@ -18,7 +18,7 @@ JAWS_Cache_List<EXT_ID,FACT,H_FN,E_FN>::JAWS_Cache_List (ACE_Allocator *alloc,
}
template <class EXT_ID, class FACT, class H_FN, class E_FN>
-JAWS_Cache_List<EXT_ID,FACT,H_FN,E_FN>::~JAWS_Cache_List (void)
+JAWS_Cache_List<EXT_ID,FACT,H_FN,E_FN>::~JAWS_Cache_List ()
{
while (this->head_ != 0)
this->remove (this->head_);
@@ -94,7 +94,7 @@ JAWS_Cache_List<EXT_ID,FACT,H_FN,E_FN>::insert (const EXT_ID &ext_id,
}
template <class EXT_ID, class FACT, class H_FN, class E_FN> void
-JAWS_Cache_List<EXT_ID,FACT,H_FN,E_FN>::remove_i (void)
+JAWS_Cache_List<EXT_ID,FACT,H_FN,E_FN>::remove_i ()
{
/* ASSERT: this->size_ > 0 */
this->size_--;
@@ -206,7 +206,7 @@ JAWS_Cache_List_Item (const EXT_ID &ext_id, JAWS_Cache_Object *const &int_id)
}
template <class EXT_ID, class FACT, class H_FN, class E_FN> unsigned int
-JAWS_Cache_List_Item<EXT_ID,FACT,H_FN,E_FN>::priority (void)
+JAWS_Cache_List_Item<EXT_ID,FACT,H_FN,E_FN>::priority ()
{
return this->int_id_->priority ();
}