Fixed crash with Windows compile.

Renamed method "RsFiles::CopyFile" to "RsFiles::copyFile" (lower case) to avoid renaming of "CopyFile" to "CopyFileW" with the newly included "windows.h".

From windows.h
#define CopyFile CopyFileW

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6415 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2013-06-08 20:03:29 +00:00
parent f22972d0f4
commit 9fcb18553a
3 changed files with 3 additions and 3 deletions

View file

@ -188,7 +188,7 @@ class RsFiles
virtual void ForceDirectoryCheck() = 0;
virtual void updateSinceGroupPermissionsChanged() = 0;
virtual bool InDirectoryCheck() = 0;
virtual bool CopyFile(const std::string& source,const std::string& dest) = 0;
virtual bool copyFile(const std::string& source,const std::string& dest) = 0;
/***
* Directory Control