summaryrefslogtreecommitdiff
path: root/TAO/tao/TAO_Internal.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-06-20 10:46:21 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-06-20 10:46:21 +0000
commit8f20084314034c57f41d452d2c032f9dd3471e21 (patch)
treea759a99f69710e481f51f6c92853e03e5671e09b /TAO/tao/TAO_Internal.cpp
parentf7efa72b0cbe31d924c32a164aa52eeeed5d8e56 (diff)
downloadATCD-8f20084314034c57f41d452d2c032f9dd3471e21.tar.gz
ChangeLogTag: Mon Jun 20 10:05:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/TAO_Internal.cpp')
-rw-r--r--TAO/tao/TAO_Internal.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/TAO/tao/TAO_Internal.cpp b/TAO/tao/TAO_Internal.cpp
index 65be89619ea..8c31e598286 100644
--- a/TAO/tao/TAO_Internal.cpp
+++ b/TAO/tao/TAO_Internal.cpp
@@ -367,6 +367,14 @@ namespace
adapter_factory->init (0, 0);
}
+ ACE_Service_Object * const pi_server_loader =
+ ACE_Dynamic_Service<ACE_Service_Object>::instance ("PI_Server_Loader");
+
+ if (pi_server_loader != 0)
+ {
+ pi_server_loader->init (0, 0);
+ }
+
ACE_Service_Object * const messaging_loader =
ACE_Dynamic_Service<ACE_Service_Object>::instance ("Messaging_Loader");