Skip to content

Commit 22e90ed

Browse files
committed
Refs #20734. Regenerate idl dll exporting missing
Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
1 parent 3e1adec commit 22e90ed

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

fastdds_python.repos

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ repositories:
1010
fastdds:
1111
type: git
1212
url: https://github.com/eProsima/Fast-DDS.git
13-
version: master
13+
version: feature/xtypes1.3
1414
fastdds_python:
1515
type: git
1616
url: https://github.com/eProsima/Fast-DDS-python.git
1717
version: main
1818
fastddsgen:
1919
type: git
2020
url: https://github.com/eProsima/Fast-DDS-Gen.git
21-
version: master
21+
version: 4.0.x-devel

fastdds_python/test/types/test_completeTypeObjectSupport.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,21 +47,21 @@ eProsima_user_DllExport void register_test_complete_type_objects();
4747
* Hash TypeIdentifiers require to fill the TypeObject information and hash it, consequently, the TypeObject is
4848
* indirectly registered as well.
4949
*/
50-
void register_StructType_type_identifier();
50+
eProsima_user_DllExport void register_StructType_type_identifier();
5151
/**
5252
* @brief Register CompleteTestType related TypeIdentifier.
5353
* Fully-descriptive TypeIdentifiers are directly registered.
5454
* Hash TypeIdentifiers require to fill the TypeObject information and hash it, consequently, the TypeObject is
5555
* indirectly registered as well.
5656
*/
57-
void register_CompleteTestType_type_identifier();
57+
eProsima_user_DllExport void register_CompleteTestType_type_identifier();
5858
/**
5959
* @brief Register KeyedCompleteTestType related TypeIdentifier.
6060
* Fully-descriptive TypeIdentifiers are directly registered.
6161
* Hash TypeIdentifiers require to fill the TypeObject information and hash it, consequently, the TypeObject is
6262
* indirectly registered as well.
6363
*/
64-
void register_KeyedCompleteTestType_type_identifier();
64+
eProsima_user_DllExport void register_KeyedCompleteTestType_type_identifier();
6565

6666

6767
#endif // DOXYGEN_SHOULD_SKIP_THIS_PUBLIC

fastdds_python/test/types/test_included_modulesTypeObjectSupport.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ namespace test2 {
4848
* Hash TypeIdentifiers require to fill the TypeObject information and hash it, consequently, the TypeObject is
4949
* indirectly registered as well.
5050
*/
51-
void register_eprosima_test2_StructType2_type_identifier();
51+
eProsima_user_DllExport void register_eprosima_test2_StructType2_type_identifier();
5252

5353
} // namespace test2
5454

fastdds_python/test/types/test_modulesTypeObjectSupport.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ namespace test {
4848
* Hash TypeIdentifiers require to fill the TypeObject information and hash it, consequently, the TypeObject is
4949
* indirectly registered as well.
5050
*/
51-
void register_eprosima_test_StructType_type_identifier();
51+
eProsima_user_DllExport void register_eprosima_test_StructType_type_identifier();
5252

5353

5454

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

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

7171
} // namespace test
7272

fastdds_python_examples/HelloWorldExample/HelloWorldTypeObjectSupport.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ eProsima_user_DllExport void register_HelloWorld_type_objects();
4646
* Hash TypeIdentifiers require to fill the TypeObject information and hash it, consequently, the TypeObject is
4747
* indirectly registered as well.
4848
*/
49-
void register_HelloWorld_type_identifier();
49+
eProsima_user_DllExport void register_HelloWorld_type_identifier();
5050

5151

5252
#endif // DOXYGEN_SHOULD_SKIP_THIS_PUBLIC

0 commit comments

Comments
 (0)