summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-22 19:53:39 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-22 19:53:39 +0000
commitb2f90ca45841467bae3946793752cfcb1288dfcc (patch)
tree86e1a6cbb316c6568fc6b1d76eb913af56961068
parenta1dfd44b5126987ef660d591d0cefb825dbb6195 (diff)
downloadATCD-b2f90ca45841467bae3946793752cfcb1288dfcc.tar.gz
snagged another template<>
-rw-r--r--ace/Filecache.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Filecache.cpp b/ace/Filecache.cpp
index ae79196f316..edf8d04eabe 100644
--- a/ace/Filecache.cpp
+++ b/ace/Filecache.cpp
@@ -166,7 +166,7 @@ ACE_Filecache_Hash_Entry::~ACE_Hash_Map_Entry (void)
// We need these template specializations since KEY is defined as a
// char*, which doesn't have a hash() or equal() method defined on it.
-template <> long unsigned int
+/* template<> */ long unsigned int
ACE_Filecache_Hash::hash (const char *const &ext_id)
{
return ACE::hash_pjw (ext_id);