From 261637ad08b59e724a83d20b05179254cb205a23 Mon Sep 17 00:00:00 2001 From: chrisparker126 Date: Thu, 15 Apr 2010 10:54:54 +0000 Subject: [PATCH] documentation: pqibin git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2718 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- libretroshare/src/pqi/pqibin.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libretroshare/src/pqi/pqibin.h b/libretroshare/src/pqi/pqibin.h index 0a5d94df8..8aba59692 100644 --- a/libretroshare/src/pqi/pqibin.h +++ b/libretroshare/src/pqi/pqibin.h @@ -66,7 +66,7 @@ virtual int close(); virtual bool cansend() { return (bin_flags | BIN_FLAGS_WRITEABLE); } virtual bool bandwidthLimited() { return false; } - /* if HASHing is switched on */ +//! if HASHing is switched on virtual std::string gethash(); virtual uint64_t bytecount(); @@ -80,8 +80,8 @@ private: //! handles writing to reading/writing to memory /*! - * This provide a memory interface for storing information in memory - * to be sent/read elsewhere + * This provide a memory interface for storing/retrieving information in memory + * to be read/sent elsewhere */ class BinMemInterface: public BinInterface {