mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-cppkafka.git
synced 2025-11-02 11:37:50 +00:00
Move some small functions into header files
This commit is contained in:
@@ -109,8 +109,8 @@ private:
|
||||
using OnTimeoutArgs = std::tuple<Timeout>;
|
||||
|
||||
static void handle_error(Error error);
|
||||
static void handle_eof(EndOfFile, const TopicPartition& topic_partition);
|
||||
static void handle_timeout(Timeout);
|
||||
static void handle_eof(EndOfFile, const TopicPartition& /*topic_partition*/) { }
|
||||
static void handle_timeout(Timeout) { }
|
||||
|
||||
// Traits and template helpers
|
||||
|
||||
|
||||
Reference in New Issue
Block a user