mirror of
https://github.com/openappsec/openappsec.git
synced 2025-09-30 19:47:44 +03:00
Jan_31_2024-Dev
This commit is contained in:
@@ -36,15 +36,22 @@ public:
|
||||
std::map<std::string, Package> &corrupted_packages
|
||||
);
|
||||
|
||||
bool
|
||||
Maybe<std::vector<Package>>
|
||||
buildInstallationQueue(
|
||||
const Package &updated_package,
|
||||
const std::map<std::string, Package> ¤t_packages,
|
||||
const std::map<std::string, Package> &new_packages
|
||||
);
|
||||
|
||||
|
||||
private:
|
||||
Maybe<void>
|
||||
buildRecInstallationQueue(
|
||||
const Package &package,
|
||||
std::vector<Package> &installation_queue,
|
||||
const std::map<std::string, Package> ¤t_packages,
|
||||
const std::map<std::string, Package> &new_packages
|
||||
);
|
||||
|
||||
private:
|
||||
std::string corrupted_file_path;
|
||||
};
|
||||
#endif // __MANIFEST_DIFF_CALCULATOR_H__
|
||||
|
Reference in New Issue
Block a user