| 28 | |
| 29 | |
| 30 | void SimpleProducer::CompressBuffer(const string &buffer, string &compress_buffer, |
| 31 | int &buffer_type) { |
| 32 | QLVerb("CompressBuffer"); |
| 33 | buffer_type = 0; |
| 34 | compress_buffer = buffer; |
| 35 | } |
| 36 | |
| 37 | comm::RetCode SimpleProducer::Add(const comm::proto::AddRequest &req, |
| 38 | comm::proto::AddResponse &resp) { |
nothing calls this directly
no outgoing calls
no test coverage detected