summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2009-10-09 05:48:30 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2009-10-09 05:48:30 +0000
commit670bb921632fd0455be00610a341305f28322fe5 (patch)
tree3cb022d232541a389f50e2a3ce589602c82d150c
parent9ec62ac04ebb782381c6f3cdc272f98dbcdc1904 (diff)
downloadATCD-670bb921632fd0455be00610a341305f28322fe5.tar.gz
-rw-r--r--CIAO/connectors/dds4ccm/impl/ndds/DataReaderListener_T.cpp9
1 files changed, 4 insertions, 5 deletions
diff --git a/CIAO/connectors/dds4ccm/impl/ndds/DataReaderListener_T.cpp b/CIAO/connectors/dds4ccm/impl/ndds/DataReaderListener_T.cpp
index bd7c843fe3d..badcca2be3e 100644
--- a/CIAO/connectors/dds4ccm/impl/ndds/DataReaderListener_T.cpp
+++ b/CIAO/connectors/dds4ccm/impl/ndds/DataReaderListener_T.cpp
@@ -59,8 +59,7 @@ CIAO::DDS4CCM::RTI::DataReaderListener_T<NDDS_TYPE, RAWLISTENER, PORTSTATUSLISTE
}
}
-
-};
+}
template <typename NDDS_TYPE, typename RAWLISTENER, typename PORTSTATUSLISTENER>
void
@@ -68,8 +67,7 @@ CIAO::DDS4CCM::RTI::DataReaderListener_T<NDDS_TYPE, RAWLISTENER, PORTSTATUSLISTE
const ::DDS::RequestedDeadlineMissedStatus & status)
{
this->portlistener_->on_requested_deadline_missed (the_reader, status);
-};
-
+}
template <typename NDDS_TYPE, typename RAWLISTENER, typename PORTSTATUSLISTENER>
void
@@ -77,4 +75,5 @@ CIAO::DDS4CCM::RTI::DataReaderListener_T<NDDS_TYPE, RAWLISTENER, PORTSTATUSLISTE
const ::DDS::SampleLostStatus & status)
{
this->portlistener_->on_sample_lost (the_reader, status);
-};
+}
+