summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Event
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2003-06-07 08:53:32 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2003-06-07 08:53:32 +0000
commit79ae3e54a2f2b395e2447d01dea46ee4e6bd833d (patch)
tree42ab7df74e148231a4e4defe08a63a8cb78ea525 /TAO/orbsvcs/tests/Event
parente988556850f29d559a79dad493784693f63d8fe2 (diff)
downloadATCD-79ae3e54a2f2b395e2447d01dea46ee4e6bd833d.tar.gz
ChangeLogTag: Sat Jun 07 08:50:12 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/orbsvcs/tests/Event')
-rw-r--r--TAO/orbsvcs/tests/Event/Basic/BCast.cpp1
-rwxr-xr-xTAO/orbsvcs/tests/Event/Basic/exhaustive_test.pl2
2 files changed, 2 insertions, 1 deletions
diff --git a/TAO/orbsvcs/tests/Event/Basic/BCast.cpp b/TAO/orbsvcs/tests/Event/Basic/BCast.cpp
index ca521ef8056..ac45b6d52cf 100644
--- a/TAO/orbsvcs/tests/Event/Basic/BCast.cpp
+++ b/TAO/orbsvcs/tests/Event/Basic/BCast.cpp
@@ -6,6 +6,7 @@
#include "orbsvcs/Event/EC_Event_Channel.h"
#include "orbsvcs/Event/EC_Gateway_UDP.h"
#include "orbsvcs/Event/ECG_UDP_Sender.h"
+#include "orbsvcs/Event/ECG_UDP_Out_Endpoint.h"
#include "tao/ORB_Core.h"
#include "ace/Arg_Shifter.h"
diff --git a/TAO/orbsvcs/tests/Event/Basic/exhaustive_test.pl b/TAO/orbsvcs/tests/Event/Basic/exhaustive_test.pl
index 417288cbe25..74b7987f7d8 100755
--- a/TAO/orbsvcs/tests/Event/Basic/exhaustive_test.pl
+++ b/TAO/orbsvcs/tests/Event/Basic/exhaustive_test.pl
@@ -13,7 +13,7 @@ use PerlACE::Run_Test;
$status = 0;
-$conf_file = PerlACE::LocalFile ('exhaustive$PerlACE::svcconf_ext');
+$conf_file = PerlACE::LocalFile ("exhaustive$PerlACE::svcconf_ext");
@dispatching_configs = ("-ECDispatching reactive",
"-ECDispatching mt -ECDispatchingThreads 4");