Skip to content

Commit 4a3f919

Browse files
Allow fully qualified name on MemberDescriptor (#2518)
* Refs 13938. Regression test. Signed-off-by: Miguel Company <[email protected]> * Refs 13938. Uncrustify. Signed-off-by: Miguel Company <[email protected]> * Refs 13938. Fix issue. Signed-off-by: Miguel Company <[email protected]>
1 parent 59713d6 commit 4a3f919

File tree

4 files changed

+234
-157
lines changed

4 files changed

+234
-157
lines changed

include/fastrtps/types/TypeDescriptor.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ class TypeDescriptor
4141

4242
void clean();
4343

44-
bool is_type_name_consistent(
45-
const std::string& sName) const;
44+
static bool is_type_name_consistent(
45+
const std::string& sName);
4646

4747
friend class DynamicTypeBuilderFactory;
4848
friend class TypeObjectFactory;

0 commit comments

Comments
 (0)