Fast-DDS-python
Fast-DDS-python copied to clipboard
[20765] Remove rtps reader implemantation made private
Description
This PR remove interfaces of headers
- StatefulPersistentReader
- StatefulReader
- StatelessPersistentReader
- StatelessReader
which were made private in this PR in Fast DDS:
- https://github.com/eProsima/Fast-DDS/pull/4674
Contributor Checklist
- [x] Commit messages follow the project guidelines.
- N/A Tests that thoroughly check the new feature have been added/Regression tests checking the bug and its fix have been added; the added tests pass locally
- N/A Changes are API compatible.
- N/A Applicable backports have been included in the description.
Reviewer Checklist
- [ ] The PR has a milestone assigned.
- [ ] The title and description correctly express the PR's purpose.
- [ ] Check contributor checklist is correct.
- [ ] Check CI results: changes do not issue any warning.
- [ ] Check CI results: failing tests are unrelated with the changes.