mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-18 10:58:43 -04:00
changed std::string into RsFileHash for all file hashes
git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.6-IdCleaning@7137 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
533216c9e3
commit
acf34cd7ad
84 changed files with 698 additions and 718 deletions
|
@ -86,7 +86,7 @@ class RsInitConfig
|
|||
{
|
||||
public:
|
||||
|
||||
static std::string main_executable_hash;
|
||||
static RsFileHash main_executable_hash;
|
||||
|
||||
#ifdef WINDOWS_SYS
|
||||
static bool portable;
|
||||
|
@ -143,7 +143,7 @@ const int p3facestartupzone = 47238;
|
|||
static const std::string configLogFileName = "retro.log";
|
||||
static const int SSLPWD_LEN = 64;
|
||||
|
||||
std::string RsInitConfig::main_executable_hash;
|
||||
RsFileHash RsInitConfig::main_executable_hash;
|
||||
|
||||
rs_lock_handle_t RsInitConfig::lockHandle;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue