mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-cppkafka.git
synced 2025-11-19 03:04:50 +00:00
Add CPPKAFKA_API to utils classes
This commit is contained in:
@@ -70,7 +70,7 @@ namespace cppkafka {
|
||||
* * EOF: void(BasicConsumerDispatcher::EndOfFile, TopicPartition)
|
||||
*/
|
||||
template <typename ConsumerType>
|
||||
class BasicConsumerDispatcher {
|
||||
class CPPKAFKA_API BasicConsumerDispatcher {
|
||||
public:
|
||||
/**
|
||||
* Tag to indicate a timeout occurred
|
||||
|
||||
Reference in New Issue
Block a user