summaryrefslogtreecommitdiff
path: root/TAO/tao/TAO_Internal.cpp
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-10-05 16:50:07 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-10-05 16:50:07 +0000
commit7b6b72a680de6a104d3a071598c8ccc969fda850 (patch)
tree441dd40c0c23c8a44c9a6b5046a6636ec26fa7e1 /TAO/tao/TAO_Internal.cpp
parent492c2733f67744d844fbedcf7c99a244e9487eee (diff)
downloadATCD-7b6b72a680de6a104d3a071598c8ccc969fda850.tar.gz
ChangeLogTag:Thu Oct 5 09:47:42 2000 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'TAO/tao/TAO_Internal.cpp')
-rw-r--r--TAO/tao/TAO_Internal.cpp11
1 files changed, 10 insertions, 1 deletions
diff --git a/TAO/tao/TAO_Internal.cpp b/TAO/tao/TAO_Internal.cpp
index 39e0c49f610..82f7d7d056f 100644
--- a/TAO/tao/TAO_Internal.cpp
+++ b/TAO/tao/TAO_Internal.cpp
@@ -7,11 +7,16 @@
#include "tao/default_server.h"
#include "tao/default_client.h"
#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"
#include "tao/FILE_Parser.h"
#include "tao/DLL_Parser.h"
+
#include "tao/Object_Loader.h"
ACE_RCSID(tao, TAO_Internal, "$Id$")
@@ -57,7 +62,7 @@ TAO_Internal::open_services (int &argc,
insert (&ace_svc_desc_TAO_Default_Client_Strategy_Factory);
ACE_Service_Config::static_svcs ()->
insert (&ace_svc_desc_TAO_Default_Server_Strategy_Factory);
-
+
// Configure the IIOP and UIOP factories. You do *NOT*
// need modify this code to add your own protocol, instead
// simply add the following to your svc.conf file:
@@ -79,6 +84,10 @@ TAO_Internal::open_services (int &argc,
#endif /* TAO_HAS_UIOP == 1 */
// add descriptor to list of static objects.
ACE_Service_Config::static_svcs ()->
+ insert (&ace_svc_desc_TAO_CORBANAME_Parser);
+ ACE_Service_Config::static_svcs ()->
+ insert (&ace_svc_desc_TAO_CORBALOC_Parser);
+ ACE_Service_Config::static_svcs ()->
insert (&ace_svc_desc_TAO_FILE_Parser);
ACE_Service_Config::static_svcs ()->
insert (&ace_svc_desc_TAO_DLL_Parser);