mirror of
https://github.com/NixOS/nix
synced 2025-07-04 15:31:47 +02:00
Further improve upload messages
This commit is contained in:
parent
a936a19da3
commit
a2ec7a3bfd
2 changed files with 11 additions and 8 deletions
|
@ -25,6 +25,11 @@ struct DownloadRequest
|
|||
|
||||
DownloadRequest(const std::string & uri)
|
||||
: uri(uri), parentAct(getCurActivity()) { }
|
||||
|
||||
std::string verb()
|
||||
{
|
||||
return data ? "upload" : "download";
|
||||
}
|
||||
};
|
||||
|
||||
struct DownloadResult
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue