| 69 | } |
| 70 | |
| 71 | void onAnswer(const muduo::net::TcpConnectionPtr&, |
| 72 | const AnswerPtr& message, |
| 73 | muduo::Timestamp) |
| 74 | { |
| 75 | LOG_INFO << "onAnswer:\n" << message->GetTypeName() << message->DebugString(); |
| 76 | } |
| 77 | |
| 78 | void onEmpty(const muduo::net::TcpConnectionPtr&, |
| 79 | const EmptyPtr& message, |
nothing calls this directly
no outgoing calls
no test coverage detected