summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthrall <thrall@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-01-08 17:55:54 +0000
committerthrall <thrall@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-01-08 17:55:54 +0000
commitb62e45888035cdc6d7077626680f26aa5e358a17 (patch)
tree34ce1c8c5ca6f10c861f6bc51e8b0f265a1b34b0
parentaa22b911ab16e30871cfd0ee79e47c616c4106fb (diff)
downloadATCD-b62e45888035cdc6d7077626680f26aa5e358a17.tar.gz
Initialize services necessary for Federated EC
-rw-r--r--TAO/orbsvcs/examples/RtEC/test_driver/Test.cpp5
1 files changed, 5 insertions, 0 deletions
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");