summaryrefslogtreecommitdiff
path: root/TAO/tao/TAO_Internal.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/TAO_Internal.cpp')
-rw-r--r--TAO/tao/TAO_Internal.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/tao/TAO_Internal.cpp b/TAO/tao/TAO_Internal.cpp
index 76a95736859..d55c01cd2cb 100644
--- a/TAO/tao/TAO_Internal.cpp
+++ b/TAO/tao/TAO_Internal.cpp
@@ -8,6 +8,7 @@
#include "tao/default_client.h"
#include "tao/default_resource.h"
#include "tao/IIOP_Factory.h"
+#include "tao/UIOP_Factory.h"
ACE_RCSID(tao, TAO_Internal, "$Id$")
@@ -50,6 +51,8 @@ TAO_Internal::open_services (int& argc, char** argv, int ignore_default_svc_conf
insert (&ace_svc_desc_TAO_Default_Server_Strategy_Factory);
ACE_Service_Config::static_svcs ()->
insert (&ace_svc_desc_TAO_IIOP_Protocol_Factory);
+ ACE_Service_Config::static_svcs ()->
+ insert (&ace_svc_desc_TAO_UIOP_Protocol_Factory);
// add descriptor to list of static objects.
int retv = ACE_Service_Config::open (argc, argv,