File tree Expand file tree Collapse file tree 2 files changed +1
-21
lines changed
rtps/builtin/discovery/endpoint Expand file tree Collapse file tree 2 files changed +1
-21
lines changed Original file line number Diff line number Diff line change @@ -67,23 +67,6 @@ namespace rtps {
6767using reader_map_helper = utilities::collections::map_size_helper<GUID_t, SubscriptionMatchedStatus>;
6868using writer_map_helper = utilities::collections::map_size_helper<GUID_t, PublicationMatchedStatus>;
6969
70- <<<<<<< HEAD
71- static bool is_partition_empty (
72- const fastdds::dds::Partition_t& partition)
73- {
74- return partition.size () <= 1 && 0 == strlen (partition.name ());
75- =======
76- static bool is_same_type (
77- const dds::xtypes::TypeInformation& t1,
78- const dds::xtypes::TypeInformation& t2)
79- {
80- return (dds::xtypes::TK_NONE != t1.complete ().typeid_with_size ().type_id ()._d ()
81- && t1.complete ().typeid_with_size () == t2.complete ().typeid_with_size ())
82- || (dds::xtypes::TK_NONE != t1.minimal ().typeid_with_size ().type_id ()._d ()
83- && t1.minimal ().typeid_with_size () == t2.minimal ().typeid_with_size ());
84- >>>>>>> 27ce90d9 (Allow empty partition list to match against `" *" ` (#5989 ))
85- }
86-
8770EDP::EDP (
8871 PDP* p,
8972 RTPSParticipantImpl* part)
Original file line number Diff line number Diff line change @@ -104,9 +104,6 @@ static bool do_match_pattern(
104104
105105#endif // if defined(__cplusplus_winrt)
106106
107- <<<<<<< HEAD
108- } // namespace rtps
109- =======
110107bool StringMatching::matchPattern (
111108 const char * pattern,
112109 const char * str)
@@ -121,6 +118,6 @@ bool StringMatching::matchString(
121118 return do_match_pattern (str1, str2) || do_match_pattern (str2, str1);
122119}
123120
124- >>>>>>> 27ce90d9 (Allow empty partition list to match against `" *" ` (#5989 ))
125121} /* namespace rtps */
122+ } /* namespace fastrtps */
126123} /* namespace eprosima */
You can’t perform that action at this time.
0 commit comments