This commit is contained in:
stephb9959
2022-08-01 21:54:17 -07:00
parent 2c24b6e6b9
commit d7e08fa69c
4 changed files with 5 additions and 5 deletions

View File

@@ -14,7 +14,7 @@
#endif
#if defined(__linux__) || defined(__CYGWIN__)
#if defined(__linux__) || defined(__CYGWIN__) || defined(__sun)
# include <endian.h>

View File

@@ -84,7 +84,7 @@ namespace cppkafka {
*/
template <typename BufferType,
typename Allocator = std::allocator<ConcreteMessageBuilder<BufferType>>>
class CPPKAFKA_API BufferedProducer {
class BufferedProducer {
public:
enum class FlushMethod {
Sync, ///< Empty the buffer and wait for acks from the broker.

View File

@@ -44,7 +44,7 @@ namespace cppkafka {
* \brief Events generated by a CompactedTopicProcessor
*/
template <typename Key, typename Value>
class CPPKAFKA_API CompactedTopicEvent {
class CompactedTopicEvent {
public:
/**
* \brief Event type enum
@@ -111,7 +111,7 @@ private:
};
template <typename Key, typename Value>
class CPPKAFKA_API CompactedTopicProcessor {
class CompactedTopicProcessor {
public:
/**
* The type of events generated by this processor

View File

@@ -70,7 +70,7 @@ namespace cppkafka {
* * EOF: void(BasicConsumerDispatcher::EndOfFile, TopicPartition)
*/
template <typename ConsumerType>
class CPPKAFKA_API BasicConsumerDispatcher {
class BasicConsumerDispatcher {
public:
/**
* Tag to indicate a timeout occurred