Skip to content

Commit e336ddd

Browse files
committed
Solve conflicts
Signed-off-by: cferreiragonz <carlosferreira@eprosima.com>
1 parent 8fcc61f commit e336ddd

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

ddspipe_participants/include/ddspipe_participants/participant/dynamic_types/DynTypesParticipant.hpp

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -110,20 +110,15 @@ class DynTypesParticipant : public rtps::SimpleParticipant
110110

111111
protected:
112112

113-
<<<<<<< HEAD
114113
void initialize_internal_dds_participant_();
115114

116115
eprosima::fastdds::dds::DomainParticipant* dds_participant_;
117-
=======
118-
//! Override method from \c CommonParticipant to create the internal RTPS participant listener
119-
DDSPIPE_PARTICIPANTS_DllAPI
120-
std::unique_ptr<fastdds::rtps::RTPSParticipantListener> create_listener_() override;
121-
>>>>>>> 4fde39f (Add export to 'create_listener' (#153))
122116

123117
//! Type Object Internal Reader
124118
std::shared_ptr<InternalReader> type_object_reader_;
125119

126120
//! Override method from \c CommonParticipant to create the internal RTPS participant listener
121+
DDSPIPE_PARTICIPANTS_DllAPI
127122
std::unique_ptr<fastrtps::rtps::RTPSParticipantListener> create_listener_() override;
128123

129124
};

0 commit comments

Comments
 (0)