| 453 | } |
| 454 | |
| 455 | int FTPProfile::SetCacheParent(FTPCache * parentCache) { |
| 456 | if (!m_cache) |
| 457 | return -1; |
| 458 | |
| 459 | m_cache->SetCacheParent(parentCache); |
| 460 | return 0; |
| 461 | } |
| 462 | |
| 463 | |
| 464 | //other functions |
nothing calls this directly
no outgoing calls
no test coverage detected