| 716 | } |
| 717 | |
| 718 | PublishedFileUpdateHandle_t Steam_Remote_Storage::CreatePublishedFileUpdateRequest( PublishedFileId_t unPublishedFileId ) |
| 719 | { |
| 720 | PRINT_DEBUG_TODO(); |
| 721 | std::lock_guard<std::recursive_mutex> lock(global_mutex); |
| 722 | |
| 723 | return k_PublishedFileUpdateHandleInvalid; |
| 724 | } |
| 725 | |
| 726 | bool Steam_Remote_Storage::UpdatePublishedFileFile( PublishedFileUpdateHandle_t updateHandle, const char *pchFile ) |
| 727 | { |
no outgoing calls
no test coverage detected