Skip to content

Commit

Permalink
Add visibility macro
Browse files Browse the repository at this point in the history
Signed-off-by: Kyle Fazzari <[email protected]>
  • Loading branch information
kyrofa committed Apr 22, 2020
1 parent 7aa9721 commit b1c3f74
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,15 @@

#include "fastrtps/rtps/attributes/PropertyPolicy.h"

#include "rmw_fastrtps_shared_cpp/visibility_control.h"

/// Apply any requested security logging configuration to the policy.
/**
* \param policy policy to which security logging properties may be added.
* \returns false if the requested configuration could not be applied (rmw error will be set).
* \returns true if the requested configuration was applied (or no configuration was requested).
*/
RMW_FASTRTPS_SHARED_CPP_PUBLIC
bool apply_security_logging_configuration(eprosima::fastrtps::rtps::PropertyPolicy & policy);

#endif // RMW_FASTRTPS_SHARED_CPP__RMW_SECURITY_LOGGING_HPP_

0 comments on commit b1c3f74

Please sign in to comment.