comment correction

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1511 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2009-08-10 19:04:02 +00:00
parent 339fcd53ed
commit 45618c39c5
2 changed files with 2 additions and 2 deletions

View file

@ -90,7 +90,7 @@ const uint32_t CB_CODE_MEDIA = 0x0004;
struct SharedDirInfo struct SharedDirInfo
{ {
std::string filename ; std::string filename ;
uint32_t shareflags ; // RS_FILE_HINTS_ANONYMOUS | RS_FILE_HINTS_BROWSABLE uint32_t shareflags ; // RS_FILE_HINTS_NETWORK_WIDE | RS_FILE_HINTS_BROWSABLE
}; };
class RsFiles class RsFiles

View file

@ -90,7 +90,7 @@ const uint32_t CB_CODE_MEDIA = 0x0004;
struct SharedDirInfo struct SharedDirInfo
{ {
std::string filename ; std::string filename ;
uint32_t shareflags ; // RS_FILE_HINTS_ANONYMOUS | RS_FILE_HINTS_BROWSABLE uint32_t shareflags ; // RS_FILE_HINTS_NETWORK_WIDE | RS_FILE_HINTS_BROWSABLE
}; };
class RsFiles class RsFiles