summaryrefslogtreecommitdiff
path: root/i/marvin/src/socket/socket_client.hh
diff options
context:
space:
mode:
Diffstat (limited to 'i/marvin/src/socket/socket_client.hh')
-rw-r--r--i/marvin/src/socket/socket_client.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/i/marvin/src/socket/socket_client.hh b/i/marvin/src/socket/socket_client.hh
index 066f5fd..d17a983 100644
--- a/i/marvin/src/socket/socket_client.hh
+++ b/i/marvin/src/socket/socket_client.hh
@@ -55,6 +55,8 @@ class SocketClient :public NonCopyable
bool read (std::string & strReaded, bool bloquant);
/// écrit dans le socket
void write (const std::string & str);
+ /// écrit dans le socket
+ void write (const uint8_t * buffer, unsigned size);
};
#endif //socket_client_hh