mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-cppkafka.git
synced 2025-12-16 02:07:04 +00:00
Add more tests to producer
This commit is contained in:
@@ -9,11 +9,6 @@ Buffer::Buffer()
|
||||
|
||||
}
|
||||
|
||||
Buffer::Buffer(const DataType* data, size_t size)
|
||||
: data_(data), size_(size) {
|
||||
|
||||
}
|
||||
|
||||
const Buffer::DataType* Buffer::get_data() const {
|
||||
return data_;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user