Skip to content

Commit

Permalink
Refs #20734. Regenerate idl dll exporting missing
Browse files Browse the repository at this point in the history
Signed-off-by: Ricardo González Moreno <[email protected]>
  • Loading branch information
richiware committed Apr 5, 2024
1 parent 3e1adec commit f87af64
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions fastdds_python/test/types/test_completeTypeObjectSupport.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,21 +47,21 @@ eProsima_user_DllExport void register_test_complete_type_objects();
* Hash TypeIdentifiers require to fill the TypeObject information and hash it, consequently, the TypeObject is
* indirectly registered as well.
*/
void register_StructType_type_identifier();
eProsima_user_DllExport void register_StructType_type_identifier();
/**
* @brief Register CompleteTestType related TypeIdentifier.
* Fully-descriptive TypeIdentifiers are directly registered.
* Hash TypeIdentifiers require to fill the TypeObject information and hash it, consequently, the TypeObject is
* indirectly registered as well.
*/
void register_CompleteTestType_type_identifier();
eProsima_user_DllExport void register_CompleteTestType_type_identifier();
/**
* @brief Register KeyedCompleteTestType related TypeIdentifier.
* Fully-descriptive TypeIdentifiers are directly registered.
* Hash TypeIdentifiers require to fill the TypeObject information and hash it, consequently, the TypeObject is
* indirectly registered as well.
*/
void register_KeyedCompleteTestType_type_identifier();
eProsima_user_DllExport void register_KeyedCompleteTestType_type_identifier();


#endif // DOXYGEN_SHOULD_SKIP_THIS_PUBLIC
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ namespace test2 {
* Hash TypeIdentifiers require to fill the TypeObject information and hash it, consequently, the TypeObject is
* indirectly registered as well.
*/
void register_eprosima_test2_StructType2_type_identifier();
eProsima_user_DllExport void register_eprosima_test2_StructType2_type_identifier();

} // namespace test2

Expand Down
6 changes: 3 additions & 3 deletions fastdds_python/test/types/test_modulesTypeObjectSupport.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ namespace test {
* Hash TypeIdentifiers require to fill the TypeObject information and hash it, consequently, the TypeObject is
* indirectly registered as well.
*/
void register_eprosima_test_StructType_type_identifier();
eProsima_user_DllExport void register_eprosima_test_StructType_type_identifier();



Expand All @@ -58,15 +58,15 @@ void register_eprosima_test_StructType_type_identifier();
* Hash TypeIdentifiers require to fill the TypeObject information and hash it, consequently, the TypeObject is
* indirectly registered as well.
*/
void register_eprosima_test_CompleteTestType_type_identifier();
eProsima_user_DllExport void register_eprosima_test_CompleteTestType_type_identifier();

/**
* @brief Register eprosima_test_KeyedCompleteTestType related TypeIdentifier.
* Fully-descriptive TypeIdentifiers are directly registered.
* Hash TypeIdentifiers require to fill the TypeObject information and hash it, consequently, the TypeObject is
* indirectly registered as well.
*/
void register_eprosima_test_KeyedCompleteTestType_type_identifier();
eProsima_user_DllExport void register_eprosima_test_KeyedCompleteTestType_type_identifier();

} // namespace test

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ eProsima_user_DllExport void register_HelloWorld_type_objects();
* Hash TypeIdentifiers require to fill the TypeObject information and hash it, consequently, the TypeObject is
* indirectly registered as well.
*/
void register_HelloWorld_type_identifier();
eProsima_user_DllExport void register_HelloWorld_type_identifier();


#endif // DOXYGEN_SHOULD_SKIP_THIS_PUBLIC
Expand Down

0 comments on commit f87af64

Please sign in to comment.