mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-07 14:12:43 -04:00
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:
parent
339fcd53ed
commit
45618c39c5
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue