summaryrefslogtreecommitdiff
path: root/TAO/tao/TAO_Internal.cpp
diff options
context:
space:
mode:
authordoccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-11-09 18:48:44 +0000
committerdoccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-11-09 18:48:44 +0000
commit8dccd76e3578375c8116595dc5aeeb6c7bfa1a93 (patch)
tree7008cc34c876503e0da1d07eeb2891025fbb0d49 /TAO/tao/TAO_Internal.cpp
parentb94281170201e6d3646efb65c6124c324d18fc80 (diff)
downloadATCD-8dccd76e3578375c8116595dc5aeeb6c7bfa1a93.tar.gz
ChangeLogTag: Thu Nov 9 10:38:19 2000 Priyanka Gontla <pgontla@ece.uci.edu>
Diffstat (limited to 'TAO/tao/TAO_Internal.cpp')
-rw-r--r--TAO/tao/TAO_Internal.cpp12
1 files changed, 1 insertions, 11 deletions
diff --git a/TAO/tao/TAO_Internal.cpp b/TAO/tao/TAO_Internal.cpp
index 82f7d7d056f..5212f6436a7 100644
--- a/TAO/tao/TAO_Internal.cpp
+++ b/TAO/tao/TAO_Internal.cpp
@@ -9,8 +9,6 @@
#include "tao/default_resource.h"
#include "tao/IIOP_Factory.h"
-#include "tao/UIOP_Factory.h"
-#include "tao/SHMIOP_Factory.h"
#include "tao/CORBANAME_Parser.h"
#include "tao/CORBALOC_Parser.h"
@@ -63,7 +61,7 @@ TAO_Internal::open_services (int &argc,
ACE_Service_Config::static_svcs ()->
insert (&ace_svc_desc_TAO_Default_Server_Strategy_Factory);
- // Configure the IIOP and UIOP factories. You do *NOT*
+ // Configure the IIOP factory. You do *NOT*
// need modify this code to add your own protocol, instead
// simply add the following to your svc.conf file:
//
@@ -74,14 +72,6 @@ TAO_Internal::open_services (int &argc,
// name of the shared library that implements the protocol.
ACE_Service_Config::static_svcs ()->
insert (&ace_svc_desc_TAO_IIOP_Protocol_Factory);
-#if TAO_HAS_UIOP == 1
- ACE_Service_Config::static_svcs ()->
- insert (&ace_svc_desc_TAO_UIOP_Protocol_Factory);
-#endif /* TAO_HAS_UIOP == 1 */
-#if TAO_HAS_SHMIOP == 1
- ACE_Service_Config::static_svcs ()->
- insert (&ace_svc_desc_TAO_SHMIOP_Protocol_Factory);
-#endif /* TAO_HAS_UIOP == 1 */
// add descriptor to list of static objects.
ACE_Service_Config::static_svcs ()->
insert (&ace_svc_desc_TAO_CORBANAME_Parser);