From b62e45888035cdc6d7077626680f26aa5e358a17 Mon Sep 17 00:00:00 2001 From: thrall Date: Thu, 8 Jan 2004 17:55:54 +0000 Subject: Initialize services necessary for Federated EC --- TAO/orbsvcs/examples/RtEC/test_driver/Test.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/TAO/orbsvcs/examples/RtEC/test_driver/Test.cpp b/TAO/orbsvcs/examples/RtEC/test_driver/Test.cpp index 100987f2d1c..8497e32c96c 100644 --- a/TAO/orbsvcs/examples/RtEC/test_driver/Test.cpp +++ b/TAO/orbsvcs/examples/RtEC/test_driver/Test.cpp @@ -10,6 +10,7 @@ #include "ACEXML/common/InputSource.h" #include "ACEXML/common/FileCharStream.h" #include "ACEXML/common/DefaultHandler.h" +#include "orbsvcs/Event/EC_Gateway_IIOP_Factory.h" #include "ECConfig.h" #include "Config_Factory.h" @@ -27,6 +28,10 @@ int parse_args (int argc, char *argv[],Arguments &args); int main (int argc, char *argv[]) { + TAO_EC_Kokyu_Factory::init_svcs(); + TAO_EC_Gateway_IIOP_Factory::init_svcs(); + ConfigFactory::Default_Config_Factory::init_svcs(); + int retval = 0; ds_control ctrl ("Test start","Test.dsui"); -- cgit v1.2.1