зеркало из https://github.com/mozilla/gecko-dev.git
make the filespec const for nsPath2URI and nsBuildLocalMessageURI
This commit is contained in:
Родитель
4d79368526
Коммит
02366f6dca
|
@ -122,7 +122,7 @@ extern nsresult
|
|||
nsURI2Path(const char* rootURI, const char* uriStr, nsFileSpec& pathResult);
|
||||
|
||||
extern nsresult
|
||||
nsPath2URI(const char* rootURI, nsFileSpec& path, char* *uri);
|
||||
nsPath2URI(const char* rootURI, const nsFileSpec& path, char* *uri);
|
||||
|
||||
extern nsresult
|
||||
nsURI2Name(const char* rootURI, char* uriStr, nsString& name);
|
||||
|
@ -131,7 +131,7 @@ extern nsresult
|
|||
nsParseLocalMessageURI(const char* uri, nsString& folderURI, PRUint32 *key);
|
||||
|
||||
extern nsresult
|
||||
nsBuildLocalMessageURI(nsFileSpec& path, PRUint32 key, char** uri);
|
||||
nsBuildLocalMessageURI(const nsFileSpec& path, PRUint32 key, char** uri);
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче