mirror of
https://github.com/aria2/aria2.git
synced 2025-04-04 21:17:41 +03:00
make string type argument const string& where possible
This commit is contained in:
parent
1457d7f660
commit
b1d46227d4
41 changed files with 69 additions and 74 deletions
|
@ -35,7 +35,7 @@ protected:
|
|||
MessageDigestContext ctx;
|
||||
#endif // ENABLE_SHA1DIGEST
|
||||
|
||||
void createFile(string filename, int addFlags = 0);
|
||||
void createFile(const string& filename, int addFlags = 0);
|
||||
|
||||
void writeDataInternal(const char* data, int len);
|
||||
int readDataInternal(char* data, int len);
|
||||
|
@ -50,7 +50,7 @@ public:
|
|||
|
||||
void closeFile();
|
||||
|
||||
void openExistingFile(string filename);
|
||||
void openExistingFile(const string& filename);
|
||||
|
||||
string sha1Sum(long long int offset, long long int length);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue