mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 06:06:10 -04:00
- Removed not used function RsDirUtil::createBackup.
- Moved ProfileView and ProfileEdit to the folder unfinished. - Removed "location:" before the ssl name in FriendsDialog and MessengerWindow. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4567 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
39708cdd0b
commit
d25730eabb
12 changed files with 25 additions and 17 deletions
|
@ -675,6 +675,8 @@ bool RsDirUtil::renameFile(const std::string& from, const std::string& to)
|
|||
return true ;
|
||||
}
|
||||
|
||||
#ifdef UNUSED_CODE
|
||||
// not used
|
||||
bool RsDirUtil::createBackup (const std::string& sFilename, unsigned int nCount)
|
||||
{
|
||||
#ifdef WINDOWS_SYS
|
||||
|
@ -732,6 +734,7 @@ bool RsDirUtil::createBackup (const std::string& sFilename, unsigned int nCount)
|
|||
#endif
|
||||
return true;
|
||||
}
|
||||
#endif
|
||||
|
||||
FILE *RsDirUtil::rs_fopen(const char* filename, const char* mode)
|
||||
{
|
||||
|
|
|
@ -46,7 +46,7 @@ std::string removeRootDirs(const std::string& path, const std::string& root);
|
|||
// Renames file from to file to. Files should be on the same file system.
|
||||
// returns true if succeed, false otherwise.
|
||||
bool renameFile(const std::string& from,const std::string& to) ;
|
||||
bool createBackup (const std::string& sFilename, unsigned int nCount = 5);
|
||||
//bool createBackup (const std::string& sFilename, unsigned int nCount = 5);
|
||||
|
||||
// returns the CRC32 of the data of length len
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue