diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-09-01 07:43:19 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-09-01 07:43:19 +0000 |
commit | 74185a53a3d41c0f44d1b3f8b45be50b69052f65 (patch) | |
tree | b6e1d13a535f12bb32fa81c7852f16c58a1014d0 /TAO/tao/default_resource.cpp | |
parent | 6ea8ca10e69347d0bc0406d6587b0fd3a62622f1 (diff) | |
download | ATCD-74185a53a3d41c0f44d1b3f8b45be50b69052f65.tar.gz |
ChangeLogTag: Thu Sep 1 07:42:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/default_resource.cpp')
-rw-r--r-- | TAO/tao/default_resource.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/tao/default_resource.cpp b/TAO/tao/default_resource.cpp index 8566581e783..ee9d7a9558c 100644 --- a/TAO/tao/default_resource.cpp +++ b/TAO/tao/default_resource.cpp @@ -1028,7 +1028,8 @@ TAO_Default_Resource_Factory::codeset_manager(void) #if !defined (TAO_AS_STATIC_LIBS) // only for dynamic libs, check to see if default factory and if so, // remove it - ACE_Service_Config::process_directive("remove TAO_Codeset"); + ACE_Service_Config::process_directive + (ACE_REMOVE_SERVICE_DIRECTIVE("TAO_Codeset")); ACE_Service_Config::process_directive (ACE_DYNAMIC_SERVICE_DIRECTIVE("TAO_Codeset", "TAO_Codeset", |