summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDatatype
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDatatype')
-rw-r--r--CIAO/connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDatatype/Component/Component_exec.cpp14
-rwxr-xr-xCIAO/connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDatatype/descriptors/run_test.pl4
2 files changed, 9 insertions, 9 deletions
diff --git a/CIAO/connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDatatype/Component/Component_exec.cpp b/CIAO/connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDatatype/Component/Component_exec.cpp
index 54bfd5c53cf..2ce802f3c73 100644
--- a/CIAO/connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDatatype/Component/Component_exec.cpp
+++ b/CIAO/connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDatatype/Component/Component_exec.cpp
@@ -6,7 +6,7 @@
#include "Base/BaseSupport.h"
-#include "dds4ccm/impl/dds/DataWriter.h"
+#include "dds4ccm/impl/ndds/DataWriter.h"
namespace CIAO_SharedDP_SharedDPComponent_Impl
{
@@ -46,9 +46,9 @@ namespace CIAO_SharedDP_SharedDPComponent_Impl
{
DDS::DataWriter_var dw1 =
this->context_->get_connection_write1_dds_entity ();
- CIAO::DDS4CCM::CCM_DDS_DataWriter_i *ccm_dds_rd1 =
+ CIAO::DDS4CCM::CCM_DDS_DataWriter_i *rti_rd1 =
dynamic_cast <CIAO::DDS4CCM::CCM_DDS_DataWriter_i *> (dw1.in ());
- DDSDataWriter * dds_dw1 = ccm_dds_rd1->get_impl ();
+ DDSDataWriter * dds_dw1 = rti_rd1->get_impl ();
DDSPublisher * dds_p1 = dds_dw1->get_publisher ();
this->dds_dp1_ = dds_p1->get_participant ();
}
@@ -61,9 +61,9 @@ namespace CIAO_SharedDP_SharedDPComponent_Impl
{
DDS::DataWriter_var dw2 =
this->context_->get_connection_write2_dds_entity ();
- CIAO::DDS4CCM::CCM_DDS_DataWriter_i *ccm_dds_rd2 =
+ CIAO::DDS4CCM::CCM_DDS_DataWriter_i *rti_rd2 =
dynamic_cast <CIAO::DDS4CCM::CCM_DDS_DataWriter_i *> (dw2.in ());
- DDSDataWriter * dds_dw2 = ccm_dds_rd2->get_impl ();
+ DDSDataWriter * dds_dw2 = rti_rd2->get_impl ();
DDSPublisher * dds_p2 = dds_dw2->get_publisher ();
this->dds_dp2_ = dds_p2->get_participant ();
}
@@ -76,9 +76,9 @@ namespace CIAO_SharedDP_SharedDPComponent_Impl
{
DDS::DataWriter_var dw3 =
this->context_->get_connection_write3_dds_entity ();
- CIAO::DDS4CCM::CCM_DDS_DataWriter_i *ccm_dds_rd3 =
+ CIAO::DDS4CCM::CCM_DDS_DataWriter_i *rti_rd3 =
dynamic_cast <CIAO::DDS4CCM::CCM_DDS_DataWriter_i *> (dw3.in ());
- DDSDataWriter * dds_dw3 = ccm_dds_rd3->get_impl ();
+ DDSDataWriter * dds_dw3 = rti_rd3->get_impl ();
DDSPublisher * dds_p3 = dds_dw3->get_publisher ();
this->dds_dp3_ = dds_p3->get_participant ();
}
diff --git a/CIAO/connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDatatype/descriptors/run_test.pl b/CIAO/connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDatatype/descriptors/run_test.pl
index 5a57844e894..34e80ff8c33 100755
--- a/CIAO/connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDatatype/descriptors/run_test.pl
+++ b/CIAO/connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDatatype/descriptors/run_test.pl
@@ -223,10 +223,10 @@ sleep (10);
# Invoke executor - stop the application -.
print "Invoking executor - stop the application -\n";
-print "by running dance_plan_launcher.exe with -k file://$ior_emfile -x $cdp_file -s\n";
+print "by running dance_plan_launcher.exe with -k file://$ior_emfile -x $cdp_file -q\n";
$E = $tg_executor->CreateProcess ("$DANCE_ROOT/bin/dance_plan_launcher",
- "-k file://$ior_emfile -x $cdp_file -s");
+ "-k file://$ior_emfile -x $cdp_file -q");
$E->SpawnWaitKill (2 * $tg_executor->ProcessStartWaitInterval ());
print "Executor returned.\n";