| 1190 | { |
| 1191 | public: |
| 1192 | Communication(Streams* stream): stream_(stream) |
| 1193 | {} |
| 1194 | Communication(const Communication&) = delete; |
| 1195 | Communication& operator=(const Communication&) = delete; |
| 1196 | Communication(Communication&&) = default; |
nothing calls this directly
no outgoing calls
no test coverage detected