Skip to content

Commit

Permalink
Refs #21362. Fix dll export.
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
  • Loading branch information
MiguelCompany committed Nov 5, 2024
1 parent 5a109ef commit 2a1297c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/fastcdr/Cdr.h
Original file line number Diff line number Diff line change
Expand Up @@ -703,8 +703,9 @@ class Cdr
* @param string_t The string that will be serialized in the buffer.
* @return Reference to the eprosima::fastcdr::Cdr object.
* @exception exception::NotEnoughMemoryException This exception is thrown when trying to serialize a position that exceeds the internal memory size.
* @exception exception::BadParamException This exception is thrown when trying to serialize a string with null characters.
*/
TEMPLATE_SPEC
Cdr_DllAPI TEMPLATE_SPEC
Cdr& serialize(
const std::string& string_t);

Expand Down

0 comments on commit 2a1297c

Please sign in to comment.