summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/impl/Getter_T.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/connectors/dds4ccm/impl/Getter_T.cpp')
-rw-r--r--CIAO/connectors/dds4ccm/impl/Getter_T.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/CIAO/connectors/dds4ccm/impl/Getter_T.cpp b/CIAO/connectors/dds4ccm/impl/Getter_T.cpp
index e2e9a77b862..13e5d5bda95 100644
--- a/CIAO/connectors/dds4ccm/impl/Getter_T.cpp
+++ b/CIAO/connectors/dds4ccm/impl/Getter_T.cpp
@@ -295,7 +295,7 @@ namespace CIAO
}
// Check which conditions have triggered the wait method to 'wake up'.
- for (::CORBA::ULong i = 0; i < active_conditions.length(); i++)
+ for (::CORBA::ULong i = 0; i < active_conditions.length(); ++i)
{
// Check whether this condition is the one we were waiting for.
if (this->condition_manager_->check_condition (active_conditions[i].in ()))
@@ -398,7 +398,7 @@ namespace CIAO
::DDS::SampleInfoSeq sample_info;
SEQ_VALUE_TYPE data;
// Check which conditions have triggered the wait method to 'wake up'.
- for (::CORBA::ULong i = 0; i < active_conditions.length(); i++)
+ for (::CORBA::ULong i = 0; i < active_conditions.length(); ++i)
{
// Check whether this condition is the one we were waiting for.
if (this->condition_manager_->check_condition (active_conditions[i].in ()))