Changed parameter of RsChannels from "std::string" to "const std::string&".

Recompile needed.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5117 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2012-04-24 12:49:54 +00:00
parent 83f49ac143
commit 3678766a93
5 changed files with 33 additions and 33 deletions

View file

@ -555,7 +555,7 @@ void p3GroupDistrib::loadFileMsgs(const std::string &filename, const CacheData&
}
bool p3GroupDistrib::processCacheOptReq(std::string grpId)
bool p3GroupDistrib::processCacheOptReq(const std::string &grpId)
{
{
RsStackMutex stack(distribMtx);