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

[21052] Make ChangeForReader, ReaderLocator, ReaderProxy private #4923

Merged
merged 7 commits into from
Jun 11, 2024
Prev Previous commit
Refs #21052: Apply second review changes
Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com>
  • Loading branch information
Mario-DL committed Jun 10, 2024
commit ed9a4502a6dfb3825615a9133ad9a49d9b919e80
6 changes: 1 addition & 5 deletions src/cpp/rtps/writer/ChangeForReader.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ namespace eprosima {
namespace fastrtps {
namespace rtps {

#ifndef DOXYGEN_SHOULD_SKIP_THIS_PUBLIC

/**
* Enum ChangeForReaderStatus_t, possible states for a CacheChange_t in a ReaderProxy.
* @ingroup COMMON_MODULE
Expand Down Expand Up @@ -207,10 +205,8 @@ struct ChangeForReaderCmp

};

#endif // ifndef DOXYGEN_SHOULD_SKIP_THIS_PUBLIC

} // namespace rtps
} // namespace fastrtps
} // namespace eprosima

#endif /* RTPS_WRITER__CHANGEFORREADER_HPP */
#endif // RTPS_WRITER__CHANGEFORREADER_HPP
5 changes: 1 addition & 4 deletions src/cpp/rtps/writer/ReaderLocator.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
#ifndef RTPS_WRITER__READERLOCATOR_HPP
#define RTPS_WRITER__READERLOCATOR_HPP

#ifndef DOXYGEN_SHOULD_SKIP_THIS_PUBLIC

#include <vector>
#include <fastdds/rtps/common/Locator.h>
#include <fastdds/rtps/common/Guid.h>
Expand Down Expand Up @@ -270,5 +268,4 @@ class ReaderLocator : public RTPSMessageSenderInterface
} /* namespace fastrtps */
} /* namespace eprosima */

#endif // ifndef DOXYGEN_SHOULD_SKIP_THIS_PUBLIC
#endif /* RTPS_WRITER__READERLOCATOR_HPP */
#endif // RTPS_WRITER__READERLOCATOR_HPP
5 changes: 1 addition & 4 deletions src/cpp/rtps/writer/ReaderProxy.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
#ifndef RTPS_WRITER__READERPROXY_HPP
#define RTPS_WRITER__READERPROXY_HPP

#ifndef DOXYGEN_SHOULD_SKIP_THIS_PUBLIC

#include <algorithm>
#include <atomic>
#include <mutex>
Expand Down Expand Up @@ -506,5 +504,4 @@ class ReaderProxy
} /* namespace fastrtps */
} /* namespace eprosima */

#endif // ifndef DOXYGEN_SHOULD_SKIP_THIS_PUBLIC
#endif /* RTPS_WRITER__READERPROXY_HPP */
#endif // RTPS_WRITER__READERPROXY_HPP
4 changes: 1 addition & 3 deletions test/mock/rtps/ReaderLocator/rtps/writer/ReaderLocator.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

#ifndef RTPS_WRITER__READERLOCATOR_HPP
#define RTPS_WRITER__READERLOCATOR_HPP
#ifndef DOXYGEN_SHOULD_SKIP_THIS_PUBLIC

#include <vector>

Expand Down Expand Up @@ -255,5 +254,4 @@ class ReaderLocator : public RTPSMessageSenderInterface
} /* namespace fastrtps */
} /* namespace eprosima */

#endif // ifndef DOXYGEN_SHOULD_SKIP_THIS_PUBLIC
#endif /* RTPS_WRITER__READERLOCATOR_HPP*/
#endif // RTPS_WRITER__READERLOCATOR_HPP
Loading