From c23b5fb2dd6f37c8c5f044bde756c402fb92e7cd Mon Sep 17 00:00:00 2001 From: csoler Date: Fri, 7 Mar 2014 13:59:50 +0000 Subject: [PATCH] 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 --- libretroshare/src/retroshare/rstypes.h | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/libretroshare/src/retroshare/rstypes.h b/libretroshare/src/retroshare/rstypes.h index 951384387..221998fe3 100644 --- a/libretroshare/src/retroshare/rstypes.h +++ b/libretroshare/src/retroshare/rstypes.h @@ -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 tests; -}; +//class SearchRequest // unused stuff. +//{ +// public: +// int searchId; +// RsCertId toId; /* all zeros for everyone! */ +// std::list 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_*