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.inl10
1 files changed, 3 insertions, 7 deletions
diff --git a/ace/Codeset_Registry.inl b/ace/Codeset_Registry.inl
index d24e07cc83b..47aaf7280ca 100644
--- a/ace/Codeset_Registry.inl
+++ b/ace/Codeset_Registry.inl
@@ -14,8 +14,6 @@
*/
//=============================================================================
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
ACE_INLINE
int
ACE_Codeset_Registry::locale_to_registry(const ACE_CString &locale,
@@ -67,8 +65,8 @@ ACE_Codeset_Registry::registry_to_locale(ACE_CDR::ULong codeset_id,
#endif /* ACE_HAS_DCE_CODESET_REGISTRY */
}
-// Tell if two codesets are compatible. This wraps the
-// rpc_cs_char_set_compat_check function.
+// tell if two codesets are compatible. This wraps the
+//rpc_cs_char_set_compat_check function.
ACE_INLINE
int
ACE_Codeset_Registry::is_compatible (ACE_CDR::ULong codeset_id,
@@ -83,7 +81,7 @@ ACE_Codeset_Registry::is_compatible (ACE_CDR::ULong codeset_id,
#endif /* ACE_HAS_DCE_CODESET_REGISTRY */
}
-// Return the max number of bytes required to represent a single character.
+// return the max number of bytes required to represent a single character.
// This wraps the rpc_rgy_get_max_bytes function.
ACE_INLINE
ACE_CDR::Short
@@ -98,5 +96,3 @@ 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