File tree Expand file tree Collapse file tree
ddspipe_participants/include/ddspipe_participants/participant/dynamic_types Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -110,20 +110,15 @@ class DynTypesParticipant : public rtps::SimpleParticipant
110110
111111protected:
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};
You can’t perform that action at this time.
0 commit comments