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.hh6
1 files changed, 0 insertions, 6 deletions
diff --git a/i/marvin/src/socket/socket_client.hh b/i/marvin/src/socket/socket_client.hh
index 56d7afa..066f5fd 100644
--- a/i/marvin/src/socket/socket_client.hh
+++ b/i/marvin/src/socket/socket_client.hh
@@ -55,12 +55,6 @@ class SocketClient :public NonCopyable
bool read (std::string & strReaded, bool bloquant);
/// écrit dans le socket
void write (const std::string & str);
- /// lit un charactère du socket
- //char getChar (bool bloquant);
- /// écrit un charactère dans le socket
- //void putChar (char c);
- /// Récupère le FD du socket
- //int getFD (void);
};
#endif //socket_client_hh