diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-09-25 05:12:35 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-09-25 05:12:35 +0000 |
commit | c20852601502998b85316f4daeaeea40ddebe827 (patch) | |
tree | 096a9cc50f7abc0af8200a69cd301b7f36a1e078 /TAO/tao/BiDir_GIOP | |
parent | a80507f60ee5ea76e83c60906b5441c2d0a70f9c (diff) | |
download | ATCD-c20852601502998b85316f4daeaeea40ddebe827.tar.gz |
ChangeLogTag: Mon Sep 24 19:23:29 2001 Irfan Pyarali <irfan@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/BiDir_GIOP')
-rw-r--r-- | TAO/tao/BiDir_GIOP/BiDirGIOP.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/TAO/tao/BiDir_GIOP/BiDirGIOP.cpp b/TAO/tao/BiDir_GIOP/BiDirGIOP.cpp index 8691d3812c2..16b877d750e 100644 --- a/TAO/tao/BiDir_GIOP/BiDirGIOP.cpp +++ b/TAO/tao/BiDir_GIOP/BiDirGIOP.cpp @@ -72,10 +72,7 @@ TAO_BiDirGIOP_Loader::parse_policy (TAO_ORB_Core *orb_core, int TAO_BiDirGIOP_Loader::Initializer (void) { - ACE_Service_Config::static_svcs ()-> - insert (&ace_svc_desc_TAO_BiDirGIOP_Loader); - - return 0; + return ACE_Service_Config::process_directive (ace_svc_desc_TAO_BiDirGIOP_Loader); } ACE_STATIC_SVC_DEFINE (TAO_BiDirGIOP_Loader, |