mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-cppkafka.git
synced 2025-11-03 03:58:04 +00:00
Export symbols on Windows dll builds
This commit is contained in:
@@ -33,13 +33,14 @@
|
||||
#include <string>
|
||||
#include <iosfwd>
|
||||
#include <cstdint>
|
||||
#include "macros.h"
|
||||
|
||||
namespace cppkafka {
|
||||
|
||||
/**
|
||||
* Represents a topic/partition
|
||||
*/
|
||||
class TopicPartition {
|
||||
class CPPKAFKA_API TopicPartition {
|
||||
public:
|
||||
/**
|
||||
* Special offsets enum
|
||||
|
||||
Reference in New Issue
Block a user