Skip to content

Commit

Permalink
Add Dll (#48)
Browse files Browse the repository at this point in the history
Signed-off-by: jparisu <javierparis@eprosima.com>
  • Loading branch information
jparisu committed Jun 23, 2023
1 parent f54e5ca commit f04a29f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,12 +134,14 @@ class AllowedTopicList
mutable std::recursive_mutex mutex_;

// Allow operator << to use private variables
DDSPIPE_CORE_DllAPI
friend std::ostream& operator <<(
std::ostream&,
const AllowedTopicList&);
};

//! \c AllowedTopicList to stream serializator
DDSPIPE_CORE_DllAPI
std::ostream& operator <<(
std::ostream& os,
const AllowedTopicList& atl);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ class XmlHandler
{
public:

DDSPIPE_PARTICIPANTS_DllAPI
static utils::ReturnCode load_xml(
const XmlHandlerConfiguration& configuration);

Expand Down

0 comments on commit f04a29f

Please sign in to comment.