From 753f910aad003b8c4117d30b16be2d972177cee1 Mon Sep 17 00:00:00 2001 From: Erik Boasson Date: Thu, 14 Feb 2019 13:02:49 +0100 Subject: [PATCH] consistently use Eclipse Cyclone DDS in API header files Signed-off-by: Erik Boasson --- src/core/ddsc/include/ddsc/dds.h | 2 +- src/core/ddsc/include/ddsc/dds_public_alloc.h | 2 +- src/core/ddsc/include/ddsc/dds_public_impl.h | 2 +- src/core/ddsc/include/ddsc/dds_public_listener.h | 2 +- src/core/ddsc/include/ddsc/dds_public_qos.h | 2 +- src/core/ddsc/include/ddsc/dds_public_status.h | 2 +- src/core/ddsc/include/ddsc/dds_public_stream.h | 2 +- src/core/ddsc/include/ddsc/dds_public_time.h | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/core/ddsc/include/ddsc/dds.h b/src/core/ddsc/include/ddsc/dds.h index 41c04e9..0612ada 100644 --- a/src/core/ddsc/include/ddsc/dds.h +++ b/src/core/ddsc/include/ddsc/dds.h @@ -14,7 +14,7 @@ /** @file * - * @brief C DDS header + * @brief Eclipse Cyclone DDS C header */ #if defined (__cplusplus) diff --git a/src/core/ddsc/include/ddsc/dds_public_alloc.h b/src/core/ddsc/include/ddsc/dds_public_alloc.h index 5ad74e9..647272a 100644 --- a/src/core/ddsc/include/ddsc/dds_public_alloc.h +++ b/src/core/ddsc/include/ddsc/dds_public_alloc.h @@ -16,7 +16,7 @@ * @brief DDS C Allocation API * * This header file defines the public API of allocation convenience functions - * in the CycloneDDS C language binding. + * in the Eclipse Cyclone DDS C language binding. */ #ifndef DDS_ALLOC_H #define DDS_ALLOC_H diff --git a/src/core/ddsc/include/ddsc/dds_public_impl.h b/src/core/ddsc/include/ddsc/dds_public_impl.h index d1c041e..a34959b 100644 --- a/src/core/ddsc/include/ddsc/dds_public_impl.h +++ b/src/core/ddsc/include/ddsc/dds_public_impl.h @@ -16,7 +16,7 @@ * @brief DDS C Implementation API * * This header file defines the public API for all kinds of things in the - * CycloneDDS C language binding. + * Eclipse Cyclone DDS C language binding. */ #ifndef DDS_IMPL_H #define DDS_IMPL_H diff --git a/src/core/ddsc/include/ddsc/dds_public_listener.h b/src/core/ddsc/include/ddsc/dds_public_listener.h index bec465b..e749629 100644 --- a/src/core/ddsc/include/ddsc/dds_public_listener.h +++ b/src/core/ddsc/include/ddsc/dds_public_listener.h @@ -15,7 +15,7 @@ * @brief DDS C Listener API * * This header file defines the public API of listeners in the - * CycloneDDS C language binding. + * Eclipse Cyclone DDS C language binding. */ #ifndef _DDS_PUBLIC_LISTENER_H_ #define _DDS_PUBLIC_LISTENER_H_ diff --git a/src/core/ddsc/include/ddsc/dds_public_qos.h b/src/core/ddsc/include/ddsc/dds_public_qos.h index b7f2243..8f58517 100644 --- a/src/core/ddsc/include/ddsc/dds_public_qos.h +++ b/src/core/ddsc/include/ddsc/dds_public_qos.h @@ -15,7 +15,7 @@ * @brief DDS C QoS API * * This header file defines the public API of QoS and Policies in the - * CycloneDDS C language binding. + * Eclipse Cyclone DDS C language binding. */ #ifndef DDS_QOS_H #define DDS_QOS_H diff --git a/src/core/ddsc/include/ddsc/dds_public_status.h b/src/core/ddsc/include/ddsc/dds_public_status.h index 7ef5d32..aa79bcd 100644 --- a/src/core/ddsc/include/ddsc/dds_public_status.h +++ b/src/core/ddsc/include/ddsc/dds_public_status.h @@ -15,7 +15,7 @@ * @brief DDS C Communication Status API * * This header file defines the public API of the Communication Status in the - * CycloneDDS C language binding. + * Eclipse Cyclone DDS C language binding. */ #ifndef DDS_STATUS_H #define DDS_STATUS_H diff --git a/src/core/ddsc/include/ddsc/dds_public_stream.h b/src/core/ddsc/include/ddsc/dds_public_stream.h index fed0f7a..94ad667 100644 --- a/src/core/ddsc/include/ddsc/dds_public_stream.h +++ b/src/core/ddsc/include/ddsc/dds_public_stream.h @@ -15,7 +15,7 @@ * @brief DDS C Stream API * * This header file defines the public API of the Streams in the - * CycloneDDS C language binding. + * Eclipse Cyclone DDS C language binding. */ #ifndef DDS_STREAM_H #define DDS_STREAM_H diff --git a/src/core/ddsc/include/ddsc/dds_public_time.h b/src/core/ddsc/include/ddsc/dds_public_time.h index 9828b79..4ecaabc 100644 --- a/src/core/ddsc/include/ddsc/dds_public_time.h +++ b/src/core/ddsc/include/ddsc/dds_public_time.h @@ -15,7 +15,7 @@ * @brief DDS C Time support API * * This header file defines the public API of the in the - * CycloneDDS C language binding. + * Eclipse Cyclone DDS C language binding. */ #ifndef DDS_TIME_H #define DDS_TIME_H