| 322 | } |
| 323 | |
| 324 | Proxy::FloatingAsyncCallSlots::~FloatingAsyncCallSlots() |
| 325 | { |
| 326 | clear(); |
| 327 | } |
| 328 | |
| 329 | void Proxy::FloatingAsyncCallSlots::push_back(std::shared_ptr<AsyncCallInfo> asyncCallInfo) |
| 330 | { |
nothing calls this directly
no outgoing calls
no test coverage detected