last received message
| 50 | void accept(const MessagePtr& msg); |
| 51 | // last received message |
| 52 | MessagePtr activeMessage() { return active_msg_; } |
| 53 | string lastRecvReply(); |
| 54 | |
| 55 | Customer& obj() { return obj_; } |
nothing calls this directly
no outgoing calls
no test coverage detected