From a07df15d4dbb07445ad6b87a4e31ba39f15954c1 Mon Sep 17 00:00:00 2001 From: chrisparker126 Date: Thu, 15 Apr 2010 10:53:00 +0000 Subject: [PATCH] documentation: pqibin git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2717 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- libretroshare/src/pqi/pqibin.h | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/libretroshare/src/pqi/pqibin.h b/libretroshare/src/pqi/pqibin.h index 206edc72a..0a5d94df8 100644 --- a/libretroshare/src/pqi/pqibin.h +++ b/libretroshare/src/pqi/pqibin.h @@ -32,6 +32,12 @@ #include "pqi/pqihash.h" #include + +//! handles writing to binary files +/*! + * This allows for handling of binary file within Rs, In particular writing + * binary data to file declared in constructor + */ class BinFileInterface: public BinInterface { public: @@ -72,7 +78,11 @@ private: uint64_t bcount; }; - +//! handles writing to reading/writing to memory +/*! + * This provide a memory interface for storing information in memory + * to be sent/read elsewhere + */ class BinMemInterface: public BinInterface { public: