summaryrefslogtreecommitdiff
path: root/i/marvin/src/socket/socket_databuffer.hh
diff options
context:
space:
mode:
Diffstat (limited to 'i/marvin/src/socket/socket_databuffer.hh')
-rw-r--r--i/marvin/src/socket/socket_databuffer.hh7
1 files changed, 7 insertions, 0 deletions
diff --git a/i/marvin/src/socket/socket_databuffer.hh b/i/marvin/src/socket/socket_databuffer.hh
index 01f239b..e28c8cd 100644
--- a/i/marvin/src/socket/socket_databuffer.hh
+++ b/i/marvin/src/socket/socket_databuffer.hh
@@ -28,6 +28,13 @@
/// TCP/IP
class SocketDataBuffer : public SocketClient
{
+ private:
+ /// En cours de reception d'un DB
+ bool isReceiving_;
+ /// Taille de la DB à recevoir
+ unsigned dbSize_;
+ /// Tampon provisoire
+ std::string buffer_;
public:
/// Constructeur
SocketDataBuffer(void);