summaryrefslogtreecommitdiff
path: root/ACE/examples/APG/Containers/Map_Manager_Specialization.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/APG/Containers/Map_Manager_Specialization.cpp')
-rw-r--r--ACE/examples/APG/Containers/Map_Manager_Specialization.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/ACE/examples/APG/Containers/Map_Manager_Specialization.cpp b/ACE/examples/APG/Containers/Map_Manager_Specialization.cpp
index fc9c00d86f0..2943967d3af 100644
--- a/ACE/examples/APG/Containers/Map_Manager_Specialization.cpp
+++ b/ACE/examples/APG/Containers/Map_Manager_Specialization.cpp
@@ -36,6 +36,7 @@ ACE_Map_Manager<KeyType, DataElement, ACE_Null_Mutex>::equal
}
// Listing 1
#else
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
template<>
int
ACE_Map_Manager<KeyType, DataElement, ACE_Null_Mutex>::equal
@@ -43,6 +44,7 @@ ACE_Map_Manager<KeyType, DataElement, ACE_Null_Mutex>::equal
{
return (r1 == r2);
}
+ACE_END_VERSIONED_NAMESPACE_DECL
#endif /* 0 */
class Map_Example