mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-cppkafka.git
synced 2025-11-02 19:47:55 +00:00
Add CPPKAFKA_API to utils classes
This commit is contained in:
@@ -43,7 +43,7 @@ namespace cppkafka {
|
||||
* \brief Events generated by a CompactedTopicProcessor
|
||||
*/
|
||||
template <typename Key, typename Value>
|
||||
class CompactedTopicEvent {
|
||||
class CPPKAFKA_API CompactedTopicEvent {
|
||||
public:
|
||||
/**
|
||||
* \brief Event type enum
|
||||
|
||||
Reference in New Issue
Block a user