summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/impl/Getter_T.h
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/connectors/dds4ccm/impl/Getter_T.h')
-rw-r--r--CIAO/connectors/dds4ccm/impl/Getter_T.h11
1 files changed, 4 insertions, 7 deletions
diff --git a/CIAO/connectors/dds4ccm/impl/Getter_T.h b/CIAO/connectors/dds4ccm/impl/Getter_T.h
index 46592aee2c0..48ad0486374 100644
--- a/CIAO/connectors/dds4ccm/impl/Getter_T.h
+++ b/CIAO/connectors/dds4ccm/impl/Getter_T.h
@@ -124,7 +124,6 @@ namespace CIAO
/**
* @brief Implementation of the Getter port for variable sized data types.
- *
*/
template <typename GETTER_TYPE, typename TYPED_DDS_READER, typename VALUE_TYPE, typename SEQ_VALUE_TYPE>
class Getter_T <GETTER_TYPE, TYPED_DDS_READER, VALUE_TYPE, SEQ_VALUE_TYPE, false> :
@@ -137,10 +136,9 @@ namespace CIAO
*
* Spec : get_one returns the next sample to be gotten.
*
- * Returns false when 'wait' times out or when no valid data could be read
+ * @retval false When 'wait' times out or when no valid data could be read
* from DDS.
- * Return true, when 'wait' is triggered.
- *
+ * @retval true When 'wait' is triggered.
*/
virtual bool get_one (
typename VALUE_TYPE::_out_type an_instance,
@@ -161,10 +159,9 @@ namespace CIAO
*
* Spec : get_one returns the next sample to be gotten.
*
- * Returns false when 'wait' times out or when no valid data could be read
+ * @retval false When 'wait' times out or when no valid data could be read
* from DDS.
- * Return true, when 'wait' is triggered.
- *
+ * @retval true When 'wait' is triggered.
*/
virtual bool get_one (
typename VALUE_TYPE::_out_type an_instance,