From 573b670d343ccd027cd9f71c7e5bdf9e4bae390f Mon Sep 17 00:00:00 2001 From: Arsentiy Milchakov Date: Tue, 12 Jan 2021 15:27:12 +0300 Subject: [PATCH] [storage] downloader_queue file is renamed to downloader_queue_interface --- storage/CMakeLists.txt | 2 +- storage/background_downloading/downloader_queue_ios.hpp | 2 +- ...ownloader_queue.hpp => downloader_queue_interface.hpp} | 0 storage/downloader_queue_universal.hpp | 2 +- xcode/storage/storage.xcodeproj/project.pbxproj | 8 ++++---- 5 files changed, 7 insertions(+), 7 deletions(-) rename storage/{downloader_queue.hpp => downloader_queue_interface.hpp} (100%) diff --git a/storage/CMakeLists.txt b/storage/CMakeLists.txt index 24443060e93..ea98581bc8d 100644 --- a/storage/CMakeLists.txt +++ b/storage/CMakeLists.txt @@ -28,7 +28,7 @@ set( diff_scheme/diff_types.hpp downloader.hpp downloader_search_params.hpp - downloader_queue.hpp + downloader_queue_interface.hpp downloader_queue_universal.cpp downloader_queue_universal.hpp downloading_policy.cpp diff --git a/storage/background_downloading/downloader_queue_ios.hpp b/storage/background_downloading/downloader_queue_ios.hpp index 62d57780914..241ec24a154 100644 --- a/storage/background_downloading/downloader_queue_ios.hpp +++ b/storage/background_downloading/downloader_queue_ios.hpp @@ -1,6 +1,6 @@ #pragma once -#include "storage/downloader_queue.hpp" +#include "storage/downloader_queue_interface.hpp" #include "storage/queued_country.hpp" #include "storage/storage_defines.hpp" diff --git a/storage/downloader_queue.hpp b/storage/downloader_queue_interface.hpp similarity index 100% rename from storage/downloader_queue.hpp rename to storage/downloader_queue_interface.hpp diff --git a/storage/downloader_queue_universal.hpp b/storage/downloader_queue_universal.hpp index dbdb2c55c82..0053f234cf6 100644 --- a/storage/downloader_queue_universal.hpp +++ b/storage/downloader_queue_universal.hpp @@ -1,6 +1,6 @@ #pragma once -#include "storage/downloader_queue.hpp" +#include "storage/downloader_queue_interface.hpp" #include "storage/queued_country.hpp" #include "storage/storage_defines.hpp" diff --git a/xcode/storage/storage.xcodeproj/project.pbxproj b/xcode/storage/storage.xcodeproj/project.pbxproj index 5a0340ce35f..41e98097143 100644 --- a/xcode/storage/storage.xcodeproj/project.pbxproj +++ b/xcode/storage/storage.xcodeproj/project.pbxproj @@ -24,6 +24,7 @@ 3971141E229D89F4003915E5 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3971141D229D89F4003915E5 /* Security.framework */; }; 39B9682223E1AC5F00D3B8E3 /* libge0.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 39B9682123E1AC5F00D3B8E3 /* libge0.a */; }; 39B9682B23E1AD9F00D3B8E3 /* libge0.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 39B9682123E1AC5F00D3B8E3 /* libge0.a */; }; + 3D2D57B725ADCEEB0002D8E3 /* downloader_queue_interface.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 3D2D57B625ADCEEB0002D8E3 /* downloader_queue_interface.hpp */; }; 3D497EA123292706000FB57D /* map_files_downloader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3D497E9E23292706000FB57D /* map_files_downloader.cpp */; }; 3D497EA223292706000FB57D /* map_files_downloader_with_ping.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 3D497E9F23292706000FB57D /* map_files_downloader_with_ping.hpp */; }; 3D497EA323292706000FB57D /* map_files_downloader_with_ping.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3D497EA023292706000FB57D /* map_files_downloader_with_ping.cpp */; }; @@ -39,7 +40,6 @@ 3DFACF3F243C985A00A29A94 /* downloader.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 3DFACF3B243C985A00A29A94 /* downloader.hpp */; }; 3DFACF40243C985A00A29A94 /* downloader_queue_universal.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 3DFACF3C243C985A00A29A94 /* downloader_queue_universal.hpp */; }; 3DFACF41243C985A00A29A94 /* downloader_queue_universal.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3DFACF3D243C985A00A29A94 /* downloader_queue_universal.cpp */; }; - 3DFACF42243C985A00A29A94 /* downloader_queue.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 3DFACF3E243C985A00A29A94 /* downloader_queue.hpp */; }; 3DFACF4D243CB1AB00A29A94 /* downloader_subscriber_adapter_ios.h in Headers */ = {isa = PBXBuildFile; fileRef = 3DFACF45243CB1AB00A29A94 /* downloader_subscriber_adapter_ios.h */; }; 3DFACF4E243CB1AB00A29A94 /* downloader_queue_ios.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 3DFACF46243CB1AB00A29A94 /* downloader_queue_ios.hpp */; }; 3DFACF4F243CB1AB00A29A94 /* downloader_adapter_ios.h in Headers */ = {isa = PBXBuildFile; fileRef = 3DFACF47243CB1AB00A29A94 /* downloader_adapter_ios.h */; }; @@ -248,6 +248,7 @@ 3971141B229D8983003915E5 /* CoreLocation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreLocation.framework; path = System/Library/Frameworks/CoreLocation.framework; sourceTree = SDKROOT; }; 3971141D229D89F4003915E5 /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = System/Library/Frameworks/Security.framework; sourceTree = SDKROOT; }; 39B9682123E1AC5F00D3B8E3 /* libge0.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libge0.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 3D2D57B625ADCEEB0002D8E3 /* downloader_queue_interface.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = downloader_queue_interface.hpp; sourceTree = ""; }; 3D497E9E23292706000FB57D /* map_files_downloader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = map_files_downloader.cpp; sourceTree = ""; }; 3D497E9F23292706000FB57D /* map_files_downloader_with_ping.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = map_files_downloader_with_ping.hpp; sourceTree = ""; }; 3D497EA023292706000FB57D /* map_files_downloader_with_ping.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = map_files_downloader_with_ping.cpp; sourceTree = ""; }; @@ -263,7 +264,6 @@ 3DFACF3B243C985A00A29A94 /* downloader.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = downloader.hpp; sourceTree = ""; }; 3DFACF3C243C985A00A29A94 /* downloader_queue_universal.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = downloader_queue_universal.hpp; sourceTree = ""; }; 3DFACF3D243C985A00A29A94 /* downloader_queue_universal.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = downloader_queue_universal.cpp; sourceTree = ""; }; - 3DFACF3E243C985A00A29A94 /* downloader_queue.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = downloader_queue.hpp; sourceTree = ""; }; 3DFACF45243CB1AB00A29A94 /* downloader_subscriber_adapter_ios.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = downloader_subscriber_adapter_ios.h; sourceTree = ""; }; 3DFACF46243CB1AB00A29A94 /* downloader_queue_ios.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = downloader_queue_ios.hpp; sourceTree = ""; }; 3DFACF47243CB1AB00A29A94 /* downloader_adapter_ios.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = downloader_adapter_ios.h; sourceTree = ""; }; @@ -648,9 +648,9 @@ isa = PBXGroup; children = ( 3DFACF43243CB1AB00A29A94 /* background_downloading */, + 3D2D57B625ADCEEB0002D8E3 /* downloader_queue_interface.hpp */, 3DFACF3D243C985A00A29A94 /* downloader_queue_universal.cpp */, 3DFACF3C243C985A00A29A94 /* downloader_queue_universal.hpp */, - 3DFACF3E243C985A00A29A94 /* downloader_queue.hpp */, 3DFACF3B243C985A00A29A94 /* downloader.hpp */, 402AD2E324A200F600DE5CB1 /* country_tree_helpers.cpp */, 402AD2E224A200F600DE5CB1 /* country_tree_helpers.hpp */, @@ -739,6 +739,7 @@ F68CC5C01F38B967007527C7 /* diff_types.hpp in Headers */, 3DFACF3F243C985A00A29A94 /* downloader.hpp in Headers */, 402AD2E424A200F600DE5CB1 /* country_tree_helpers.hpp in Headers */, + 3D2D57B725ADCEEB0002D8E3 /* downloader_queue_interface.hpp in Headers */, 401ECED51F56C50900DFDF76 /* country_parent_getter.hpp in Headers */, 3DF528E22386B966000ED0D5 /* diffs_data_source.hpp in Headers */, 34C9BCFD1C6CCF85000DC38D /* country_name_getter.hpp in Headers */, @@ -757,7 +758,6 @@ 6753430A1A3F5A2600A0A8C3 /* country_decl.hpp in Headers */, 67247FCF1C60BA8A00EDE56A /* fake_map_files_downloader.hpp in Headers */, 3DFACF4F243CB1AB00A29A94 /* downloader_adapter_ios.h in Headers */, - 3DFACF42243C985A00A29A94 /* downloader_queue.hpp in Headers */, 67AF4A011BC579DD0048B1ED /* country_info_getter.hpp in Headers */, 3DD84014233A38DE0008D0ED /* diff_scheme_loader.hpp in Headers */, 3971140A229D7C6D003915E5 /* helpers.hpp in Headers */,