mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-09 20:12:21 +02:00
Fixes to debugging source-server files
This commit is contained in:
parent
aa313a1a9d
commit
6143c617b7
7 changed files with 29 additions and 19 deletions
|
@ -109,8 +109,8 @@ public:
|
|||
NetManager();
|
||||
~NetManager();
|
||||
|
||||
NetRequest* CreateGetRequest(const StringImpl& url, const StringImpl& destPath);
|
||||
NetResult* QueueGet(const StringImpl& url, const StringImpl& destPath);
|
||||
NetRequest* CreateGetRequest(const StringImpl& url, const StringImpl& destPath, bool useCache);
|
||||
NetResult* QueueGet(const StringImpl& url, const StringImpl& destPath, bool useCache);
|
||||
bool Get(const StringImpl& url, const StringImpl& destPath);
|
||||
|
||||
void CancelAll();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue