summaryrefslogtreecommitdiff
path: root/TAO/tao/TAO_Internal.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-07-05 08:02:28 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-07-05 08:02:28 +0000
commit99e723076c26e40e7a8ee24b83fe2b8193448fb6 (patch)
treebd880ef25c19c88a43a7b6d89c2620fa37b668a1 /TAO/tao/TAO_Internal.cpp
parent395816ab03cd23fd716a6ed059c184e0ace6a303 (diff)
downloadATCD-99e723076c26e40e7a8ee24b83fe2b8193448fb6.tar.gz
Thu Jul 5 08:01:00 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/TAO_Internal.cpp')
-rw-r--r--TAO/tao/TAO_Internal.cpp13
1 files changed, 1 insertions, 12 deletions
diff --git a/TAO/tao/TAO_Internal.cpp b/TAO/tao/TAO_Internal.cpp
index 8093f963756..4f240db2ce6 100644
--- a/TAO/tao/TAO_Internal.cpp
+++ b/TAO/tao/TAO_Internal.cpp
@@ -451,7 +451,7 @@ namespace
#endif /* TAO_PLATFORM_SVC_CONF_FILE_NOTSUP */
// Copy command line parameter to allow conversion
- ACE_Argv_Type_Converter command_line (argc, argv);
+ ACE_Argv_Type_Converter command_line (argc, argv);
return pcfg->open (command_line.get_argc (),
command_line.get_TCHAR_argv (),
@@ -573,17 +573,6 @@ namespace
(ACE_TEXT_CHAR_TO_TCHAR (server_strategy_factory_args));
}
- // If available, allow the Adapter Factory to setup.
- ACE_Service_Object *adapter_factory =
- ACE_Dynamic_Service<ACE_Service_Object>::instance (
- pcfg,
- TAO_ORB_Core::poa_factory_name ().c_str ());
-
- if (adapter_factory != 0)
- {
- adapter_factory->init (0, 0);
- }
-
ACE_Service_Object * const pi_server_loader =
ACE_Dynamic_Service<ACE_Service_Object>::instance (
pcfg,