summaryrefslogtreecommitdiff
path: root/TAO/tao/Codeset/Codeset_Manager_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Codeset/Codeset_Manager_i.cpp')
-rw-r--r--TAO/tao/Codeset/Codeset_Manager_i.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/TAO/tao/Codeset/Codeset_Manager_i.cpp b/TAO/tao/Codeset/Codeset_Manager_i.cpp
index a7be918442f..1264a62973e 100644
--- a/TAO/tao/Codeset/Codeset_Manager_i.cpp
+++ b/TAO/tao/Codeset/Codeset_Manager_i.cpp
@@ -352,8 +352,9 @@ TAO_Codeset_Manager_i::open(TAO_ORB_Core& core)
instance ("UTF8_Latin1_Factory");
if (fact == 0)
ACE_Service_Config::process_directive
- (ACE_DYNAMIC_SERVICE_DIRECTIVE ("UTF8_Latin1_Factory",
+ (ACE_DYNAMIC_VERSIONED_SERVICE_DIRECTIVE ("UTF8_Latin1_Factory",
"TAO_Codeset",
+ TAO_VERSION,
"_make_TAO_UTF8_Latin1_Factory",
""));
else
@@ -369,8 +370,9 @@ TAO_Codeset_Manager_i::open(TAO_ORB_Core& core)
instance ("UTF16_BOM_Factory");
if (fact == 0)
ACE_Service_Config::process_directive
- (ACE_DYNAMIC_SERVICE_DIRECTIVE ("UTF16_BOM_Factory",
+ (ACE_DYNAMIC_VERSIONED_SERVICE_DIRECTIVE ("UTF16_BOM_Factory",
"TAO_Codeset",
+ TAO_VERSION,
"_make_TAO_UTF16_BOM_Factory",
""));
else