mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-13 16:45:49 -04:00
comment out some unused types/structs
git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.6-IdCleaning@7174 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
756528dcec
commit
c23b5fb2dd
1 changed files with 12 additions and 12 deletions
|
@ -41,10 +41,10 @@
|
|||
|
||||
// This adds a level of indirection to types, so we can easily change them if needed
|
||||
//
|
||||
typedef std::string RsCertId;
|
||||
typedef std::string RsChanId;
|
||||
typedef std::string RsMsgId;
|
||||
typedef std::string RsAuthId;
|
||||
//typedef std::string RsCertId; // unused
|
||||
//typedef std::string RsChanId;
|
||||
//typedef std::string RsMsgId;
|
||||
//typedef std::string RsAuthId;
|
||||
|
||||
typedef SSLIdType RsPeerId ;
|
||||
typedef PGPIdType RsPgpId ;
|
||||
|
@ -136,13 +136,13 @@ class Condition
|
|||
std::string name;
|
||||
};
|
||||
|
||||
class SearchRequest
|
||||
{
|
||||
public:
|
||||
int searchId;
|
||||
RsCertId toId; /* all zeros for everyone! */
|
||||
std::list<Condition> tests;
|
||||
};
|
||||
//class SearchRequest // unused stuff.
|
||||
//{
|
||||
// public:
|
||||
// int searchId;
|
||||
// RsCertId toId; /* all zeros for everyone! */
|
||||
// std::list<Condition> tests;
|
||||
//};
|
||||
|
||||
|
||||
/********************** For FileCache Interface *****************/
|
||||
|
@ -179,7 +179,7 @@ class FileInfo
|
|||
public:
|
||||
|
||||
FileInfo() : mId(0) { return; }
|
||||
RsCertId id; /* key for matching everything */
|
||||
// RsCertId id; /* key for matching everything */
|
||||
|
||||
FileStorageFlags storage_permission_flags; // Combination of the four RS_DIR_FLAGS_*. Updated when the file is a local stored file.
|
||||
TransferRequestFlags transfer_info_flags ; // various flags from RS_FILE_HINTS_*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue