diff --git a/protocol/esta/acn/component.h b/protocol/esta/acn/component.h index 6d3da09..ce9f28e 100644 --- a/protocol/esta/acn/component.h +++ b/protocol/esta/acn/component.h @@ -66,7 +66,7 @@ public: * component identifier or CID which is unique not just within the system but across the whole * world and does not change with time. */ - const UUID::uuid cid() const { return cid_; } + const UUID::uuid cid() const { return cid_; } /** * @brief @cite epi19 3.1 Fixed Component Type Name (FCTN) @@ -81,12 +81,12 @@ public: * * Shall be a UTF-8 string that may be assigned by the user. */ - const std::string userName() const { return uacn_; } + const std::string userName() const { return uacn_; } /** * @brief Component Name, either User Asigned or Fixed. * @return a name */ - const std::string name() const { return uacn_.empty() ? fctn_ : uacn_; } + const std::string name() const { return uacn_.empty() ? fctn_ : uacn_; } /** * @brief Set the User Asigned Component Name (UACN). * @param s UACN Name string