| 266 | |
| 267 | public: |
| 268 | Receiver(proton::receiver r, QueueManager& qm) : |
| 269 | receiver_(r), work_queue_(r.work_queue()), queue_(0), queue_manager_(qm) |
| 270 | {} |
| 271 | |
| 272 | bool add(proton::work f) { |
| 273 | return work_queue_.add(f); |
nothing calls this directly
no test coverage detected