summaryrefslogtreecommitdiff
path: root/TAO/tao/TAO_Internal.cpp
diff options
context:
space:
mode:
authorfhunleth <fhunleth@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-06-18 16:14:38 +0000
committerfhunleth <fhunleth@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-06-18 16:14:38 +0000
commitc8c9d095be56292e0ccde8274892787ff485c55d (patch)
tree357eab702d17dd57fdc28f2251e016efe133c558 /TAO/tao/TAO_Internal.cpp
parent4aa30249abc537988aceceb533a64f487753a0ae (diff)
downloadATCD-c8c9d095be56292e0ccde8274892787ff485c55d.tar.gz
ChangeLogTag:Mon Jun 18 11:07:27 2001 Frank Hunleth <fhunleth@cs.wustl.edu>
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 93096ed99be..8cb59507ef7 100644
--- a/TAO/tao/TAO_Internal.cpp
+++ b/TAO/tao/TAO_Internal.cpp
@@ -22,6 +22,7 @@
#include "Default_Stub_Factory.h"
#include "Default_Endpoint_Selector_Factory.h"
+#include "Default_Protocols_Hooks.h"
ACE_RCSID (tao,
TAO_Internal,
@@ -215,6 +216,8 @@ TAO_Internal::open_services_i (int &argc,
insert (&ace_svc_desc_TAO_Default_Stub_Factory);
ACE_Service_Config::static_svcs ()->
insert (&ace_svc_desc_TAO_Default_Endpoint_Selector_Factory);
+ ACE_Service_Config::static_svcs ()->
+ insert (&ace_svc_desc_TAO_Default_Protocols_Hooks);
int result = 0;