| 412 | } |
| 413 | |
| 414 | bool StatsManager::pUploadStatsThread() |
| 415 | { |
| 416 | // just upload the stats and return |
| 417 | if (ftManager->hasInternetConnection()) |
| 418 | uploadFiles("xml"); |
| 419 | _statsUploadingThreadSemaphore.release(); |
| 420 | return false; |
| 421 | } |
| 422 | |
| 423 | void StatsManager::uploadStats() |
| 424 | { |
nothing calls this directly
no test coverage detected