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:
csoler 2014-03-07 13:59:50 +00:00
parent 756528dcec
commit c23b5fb2dd

View file

@ -41,10 +41,10 @@
// This adds a level of indirection to types, so we can easily change them if needed // This adds a level of indirection to types, so we can easily change them if needed
// //
typedef std::string RsCertId; //typedef std::string RsCertId; // unused
typedef std::string RsChanId; //typedef std::string RsChanId;
typedef std::string RsMsgId; //typedef std::string RsMsgId;
typedef std::string RsAuthId; //typedef std::string RsAuthId;
typedef SSLIdType RsPeerId ; typedef SSLIdType RsPeerId ;
typedef PGPIdType RsPgpId ; typedef PGPIdType RsPgpId ;
@ -136,13 +136,13 @@ class Condition
std::string name; std::string name;
}; };
class SearchRequest //class SearchRequest // unused stuff.
{ //{
public: // public:
int searchId; // int searchId;
RsCertId toId; /* all zeros for everyone! */ // RsCertId toId; /* all zeros for everyone! */
std::list<Condition> tests; // std::list<Condition> tests;
}; //};
/********************** For FileCache Interface *****************/ /********************** For FileCache Interface *****************/
@ -179,7 +179,7 @@ class FileInfo
public: public:
FileInfo() : mId(0) { return; } 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. 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_* TransferRequestFlags transfer_info_flags ; // various flags from RS_FILE_HINTS_*