Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add DLL Export to Protected Methods in CommonParticipant and child Classes #132

Merged
merged 2 commits into from
Sep 16, 2024

Conversation

LuciaEchevarria99
Copy link
Contributor

@LuciaEchevarria99 LuciaEchevarria99 commented Sep 16, 2024

This Pull Request introduces the addition of DDSPIPE_PARTICIPANTS_DllAPI to the protected methods in the CommonParticipant and its child classes. By exporting these methods, we ensure they are properly exposed when building shared libraries, allowing child classes of external modules to access these functionalities.

…rticipant Classes

Signed-off-by: Lucia Echevarria <luciaechevarria@eprosima.com>
@LuciaEchevarria99 LuciaEchevarria99 changed the title Add DLL Export to Protected Methods in CommonParticipant and SimpleParticipant Classes Add DLL Export to Protected Methods in CommonParticipant and child Classes Sep 16, 2024
@codecov-commenter
Copy link

codecov-commenter commented Sep 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 37.86%. Comparing base (45a0234) to head (e8b1b69).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #132      +/-   ##
==========================================
+ Coverage   36.53%   37.86%   +1.33%     
==========================================
  Files         169      152      -17     
  Lines       11542     6956    -4586     
  Branches     5277     2764    -2513     
==========================================
- Hits         4217     2634    -1583     
+ Misses       4580     2937    -1643     
+ Partials     2745     1385    -1360     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

…ticipant

Signed-off-by: Lucia Echevarria <luciaechevarria@eprosima.com>
Copy link
Contributor

@juanlofer-eprosima juanlofer-eprosima left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@juanlofer-eprosima juanlofer-eprosima merged commit 0baa49f into main Sep 16, 2024
16 of 17 checks passed
@juanlofer-eprosima juanlofer-eprosima deleted the bugfix/DDSPipe_Participants_DDLs branch September 16, 2024 08:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants