summaryrefslogtreecommitdiff
path: root/ace/Codeset_Registry.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Codeset_Registry.inl')
-rw-r--r--ace/Codeset_Registry.inl4
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/Codeset_Registry.inl b/ace/Codeset_Registry.inl
index 01fbe51fe13..d24e07cc83b 100644
--- a/ace/Codeset_Registry.inl
+++ b/ace/Codeset_Registry.inl
@@ -14,6 +14,8 @@
*/
//=============================================================================
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
ACE_INLINE
int
ACE_Codeset_Registry::locale_to_registry(const ACE_CString &locale,
@@ -96,3 +98,5 @@ ACE_Codeset_Registry::get_max_bytes (ACE_CDR::ULong codeset_id)
return ACE_Codeset_Registry::get_max_bytes_i (codeset_id);
#endif /* ACE_HAS_DCE_CODESET_REGISTRY */
}
+
+ACE_END_VERSIONED_NAMESPACE_DECL