summaryrefslogtreecommitdiff
path: root/i/marvin/src/socket/socket_client.hh
diff options
context:
space:
mode:
authorhaller2006-05-07 21:39:58 +0000
committerhaller2006-05-07 21:39:58 +0000
commitc768e610aa4ec4cbd11a919e65ee984d8d71b868 (patch)
tree61db04f7f2ed58ddebc57e385eac4a4e43c9d3f3 /i/marvin/src/socket/socket_client.hh
parent5a534ef4253328eec26acfabc8d8cbcb5641b67c (diff)
* Amélioration de socket_client
* Codage du server_log en lui faisant manger des DataInput
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