mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-cppkafka.git
synced 2025-11-25 14:14:50 +00:00
Move some small functions into header files
This commit is contained in:
@@ -44,12 +44,4 @@ void ConsumerDispatcher::handle_error(Error error) {
|
||||
throw ConsumerException(error);
|
||||
}
|
||||
|
||||
void ConsumerDispatcher::handle_eof(EndOfFile, const TopicPartition& /*topic_partition*/) {
|
||||
|
||||
}
|
||||
|
||||
void ConsumerDispatcher::handle_timeout(Timeout) {
|
||||
|
||||
}
|
||||
|
||||
} // cppkafka
|
||||
|
||||
Reference in New Issue
Block a user