Skip to content

Commit

Permalink
Export ParticipantProxyData constructor/destructor
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Lopez Fernandez <juanlopez@eprosima.com>
  • Loading branch information
juanlofer-eprosima committed Feb 29, 2024
1 parent 7dc1a7e commit 063cba6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/fastdds/rtps/builtin/data/ParticipantProxyData.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@ class ParticipantProxyData
{
public:

ParticipantProxyData(
RTPS_DllAPI ParticipantProxyData(
const RTPSParticipantAllocationAttributes& allocation);

ParticipantProxyData(
RTPS_DllAPI ParticipantProxyData(
const ParticipantProxyData& pdata);

virtual ~ParticipantProxyData();
RTPS_DllAPI virtual ~ParticipantProxyData();

//!Protocol version
ProtocolVersion_t m_protocolVersion;
Expand Down

0 comments on commit 063cba6

Please sign in to comment.