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.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/APG/Containers/Hash_Map_Hash.h b/examples/APG/Containers/Hash_Map_Hash.h
index a125f9ee7e6..3d3a76178f0 100644
--- a/examples/APG/Containers/Hash_Map_Hash.h
+++ b/examples/APG/Containers/Hash_Map_Hash.h
@@ -21,8 +21,6 @@ private:
int val_;
};
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
// Specialize the hash functor.
template<>
class ACE_Hash<KeyType>
@@ -49,9 +47,6 @@ public:
return (val1 == val2);
}
};
-
-ACE_END_VERSIONED_NAMESPACE_DECL
-
// Listing 1
#endif /* __HASH_MAP_HASH_H_ */