summaryrefslogtreecommitdiff
path: root/examples/APG/Containers/Hash_Map_Hash.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/APG/Containers/Hash_Map_Hash.h')
-rw-r--r--examples/APG/Containers/Hash_Map_Hash.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/APG/Containers/Hash_Map_Hash.h b/examples/APG/Containers/Hash_Map_Hash.h
index 6ac65e0f1be..3d3a76178f0 100644
--- a/examples/APG/Containers/Hash_Map_Hash.h
+++ b/examples/APG/Containers/Hash_Map_Hash.h
@@ -22,7 +22,7 @@ private:
};
// Specialize the hash functor.
-ACE_TEMPLATE_SPECIALIZATION
+template<>
class ACE_Hash<KeyType>
{
public:
@@ -35,7 +35,7 @@ public:
// Specialize the equality functor.
-ACE_TEMPLATE_SPECIALIZATION
+template<>
class ACE_Equal_To<KeyType>
{
public: