File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ namespace cppkafka {
8484 */
8585template <typename BufferType,
8686 typename Allocator = std::allocator<ConcreteMessageBuilder<BufferType>>>
87- class CPPKAFKA_API BufferedProducer {
87+ class BufferedProducer {
8888public:
8989 enum class FlushMethod {
9090 Sync, // /< Empty the buffer and wait for acks from the broker.
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ namespace cppkafka {
4444 * \brief Events generated by a CompactedTopicProcessor
4545 */
4646template <typename Key, typename Value>
47- class CPPKAFKA_API CompactedTopicEvent {
47+ class CompactedTopicEvent {
4848public:
4949 /* *
5050 * \brief Event type enum
@@ -111,7 +111,7 @@ class CPPKAFKA_API CompactedTopicEvent {
111111};
112112
113113template <typename Key, typename Value>
114- class CPPKAFKA_API CompactedTopicProcessor {
114+ class CompactedTopicProcessor {
115115public:
116116 /* *
117117 * The type of events generated by this processor
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ namespace cppkafka {
7070 * * EOF: void(BasicConsumerDispatcher::EndOfFile, TopicPartition)
7171 */
7272template <typename ConsumerType>
73- class CPPKAFKA_API BasicConsumerDispatcher {
73+ class BasicConsumerDispatcher {
7474public:
7575 /* *
7676 * Tag to indicate a timeout occurred
You can’t perform that action at this time.
0 commit comments