mirror of
				https://github.com/Telecominfraproject/wlan-cloud-lib-cppkafka.git
				synced 2025-10-31 02:27:46 +00:00 
			
		
		
		
	Export symbols on Windows dll builds
This commit is contained in:
		| @@ -36,6 +36,7 @@ | ||||
| #include "buffer.h" | ||||
| #include "topic.h" | ||||
| #include "partition.h" | ||||
| #include "macros.h" | ||||
|  | ||||
| namespace cppkafka { | ||||
|  | ||||
| @@ -77,7 +78,7 @@ class TopicConfiguration; | ||||
|  *  | ||||
|  * \endcode | ||||
|  */ | ||||
| class Producer : public KafkaHandleBase { | ||||
| class CPPKAFKA_API Producer : public KafkaHandleBase { | ||||
| public: | ||||
|     enum PayloadPolicy { | ||||
|         COPY_PAYLOAD = RD_KAFKA_MSG_F_COPY, ///< Means RD_KAFKA_MSG_F_COPY | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Matias Fontanini
					Matias Fontanini