diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-04-27 17:06:46 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-04-27 17:06:46 +0000 |
commit | 4010703feb1f7e736cc44607f8ed0b735990b636 (patch) | |
tree | a91ea6afcac4bf3f6305880d11617a707d419acd /TAO/orbsvcs/Event_Service | |
parent | 6d4db56297d693c8bedee3353a1733f78726bc6c (diff) | |
download | ATCD-4010703feb1f7e736cc44607f8ed0b735990b636.tar.gz |
Changed to use TAO_EC_Default_Factory::init_svcs ().
Diffstat (limited to 'TAO/orbsvcs/Event_Service')
-rw-r--r-- | TAO/orbsvcs/Event_Service/Event_Service.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/orbsvcs/Event_Service/Event_Service.cpp b/TAO/orbsvcs/Event_Service/Event_Service.cpp index 1cd710b1559..24a2eabb401 100644 --- a/TAO/orbsvcs/Event_Service/Event_Service.cpp +++ b/TAO/orbsvcs/Event_Service/Event_Service.cpp @@ -18,8 +18,7 @@ ACE_RCSID(Event_Service, Event_Service, "$Id$") int main (int argc, char *argv[]) { - ACE_Service_Config::static_svcs ()-> - insert (&ace_svc_desc_TAO_EC_Default_Factory); + TAO_EC_Default_Factory::init_svcs (); Event_Service event_service; return event_service.run (argc, argv); |