mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 03:28:20 +02:00
Trailing whitespace trimming
This commit is contained in:
parent
06425735d9
commit
7f328385db
88 changed files with 9577 additions and 9850 deletions
|
@ -52,10 +52,10 @@ public:
|
|||
#else
|
||||
#endif
|
||||
mCancelling = false;
|
||||
mFailed = false;
|
||||
mFailed = false;
|
||||
mShowTracking = false;
|
||||
mResult = NULL;
|
||||
mCancelOnSuccess = NULL;
|
||||
mCancelOnSuccess = NULL;
|
||||
}
|
||||
~NetRequest();
|
||||
|
||||
|
@ -63,7 +63,7 @@ public:
|
|||
|
||||
void Cleanup();
|
||||
void Fail(const StringImpl& error);
|
||||
bool Cancel() override;
|
||||
bool Cancel() override;
|
||||
void Perform() override;
|
||||
void ShowTracking();
|
||||
};
|
||||
|
@ -113,7 +113,7 @@ public:
|
|||
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();
|
||||
void Clear();
|
||||
void CancelCurrent();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue