13#ifndef VPS_DATABASE_UPDATER_H
14#define VPS_DATABASE_UPDATER_H
71 std::string vpsDbPath_;
Updates the VPS database file in ASAPCabinetFE.
Definition vps_database_updater.h:30
bool fetchIfNeeded(const std::string &lastUpdatedPath, const std::string &updateFrequency, LoadingProgress *progress=nullptr)
Fetches the VPS database if an update is needed.
Definition vps_database_updater.cpp:35
Defines the LoadingProgress struct for tracking loading state in ASAPCabinetFE.
Tracks the loading progress state for ASAPCabinetFE.
Definition loading_progress.h:33