diff options
Diffstat (limited to 'TAO/tao/Codeset/Codeset_Descriptor.cpp')
-rw-r--r-- | TAO/tao/Codeset/Codeset_Descriptor.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/tao/Codeset/Codeset_Descriptor.cpp b/TAO/tao/Codeset/Codeset_Descriptor.cpp index 1ac130ef943..4d6f1a39510 100644 --- a/TAO/tao/Codeset/Codeset_Descriptor.cpp +++ b/TAO/tao/Codeset/Codeset_Descriptor.cpp @@ -28,6 +28,8 @@ ACE_RCSID (Codeset, Codeset_Manager_i, "$Id$") +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + TAO_Codeset_Descriptor::TAO_Codeset_Descriptor () :ncs_ (0), max_bytes_ (1), @@ -129,3 +131,5 @@ TAO_Codeset_Descriptor::translators (void) { return this->trans_base_; } + +TAO_END_VERSIONED_NAMESPACE_DECL |