Skip to content

Commit efbcc3c

Browse files
MiguelCompanymergify-bot
authored and
mergify-bot
committed
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]> (cherry picked from commit 4a3f919)
1 parent 2532f9d commit efbcc3c

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
@@ -40,8 +40,8 @@ class TypeDescriptor
4040

4141
void clean();
4242

43-
bool is_type_name_consistent(
44-
const std::string& sName) const;
43+
static bool is_type_name_consistent(
44+
const std::string& sName);
4545

4646
friend class DynamicTypeBuilderFactory;
4747
friend class TypeObjectFactory;

0 commit comments

Comments
 (0)