Skip to content

Commit

Permalink
Migrate ResourceManagement to rtps attributes API and .hpp (#144)
Browse files Browse the repository at this point in the history
Signed-off-by: JesusPoderoso <[email protected]>
  • Loading branch information
JesusPoderoso authored Jun 18, 2024
1 parent 4b904ba commit e46dc74
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fastdds_python/src/swig/fastdds.i
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,9 @@ namespace xtypes {
%include "fastdds/rtps/common/Guid.i"
%include "fastdds/rtps/common/PortParameters.i"
%include "fastdds/rtps/common/InstanceHandle.i"
%include "fastdds/rtps/resources/ResourceManagement.i"
%include "fastdds/utils/collections/ResourceLimitedContainerConfig.i"
%include "fastdds/utils/collections/ResourceLimitedVector.i"
%include "fastdds/rtps/attributes/ResourceManagement.i"
%include "fastdds/rtps/attributes/RTPSParticipantAllocationAttributes.i"
%include "fastdds/rtps/attributes/ThreadSettings.i"
%include "fastdds/rtps/flowcontrol/FlowControllerSchedulerPolicy.i"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// limitations under the License.

%{
#include "fastdds/rtps/resources/ResourceManagement.h"
#include "fastdds/rtps/attributes/ResourceManagement.hpp"
%}

%include "fastdds/rtps/resources/ResourceManagement.h"
%include "fastdds/rtps/attributes/ResourceManagement.hpp"

0 comments on commit e46dc74

Please sign in to comment.