Skip to content

Commit

Permalink
Allow fully qualified name on MemberDescriptor (#2518)
Browse files Browse the repository at this point in the history
* Refs 13938. Regression test.

Signed-off-by: Miguel Company <MiguelCompany@eprosima.com>

* Refs 13938. Uncrustify.

Signed-off-by: Miguel Company <MiguelCompany@eprosima.com>

* Refs 13938. Fix issue.

Signed-off-by: Miguel Company <MiguelCompany@eprosima.com>
(cherry picked from commit 4a3f919)
  • Loading branch information
MiguelCompany authored and mergify-bot committed Feb 24, 2022
1 parent 5c15226 commit 4eacd93
Show file tree
Hide file tree
Showing 4 changed files with 234 additions and 157 deletions.
4 changes: 2 additions & 2 deletions include/fastrtps/types/TypeDescriptor.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ class TypeDescriptor

void clean();

bool is_type_name_consistent(
const std::string& sName) const;
static bool is_type_name_consistent(
const std::string& sName);

friend class DynamicTypeBuilderFactory;
friend class TypeObjectFactory;
Expand Down
Loading

0 comments on commit 4eacd93

Please sign in to comment.