| 165 | } |
| 166 | |
| 167 | int QueueOperation::SetClient(FTPClientWrapper* wrapper) { |
| 168 | m_client = wrapper; |
| 169 | return 0; |
| 170 | } |
| 171 | |
| 172 | //////////////////////////////////////////////// |
| 173 | //////////////////////////////////////////////// |
no outgoing calls
no test coverage detected