summaryrefslogtreecommitdiff
path: root/i/marvin/src/socket/socket_client.hh
diff options
context:
space:
mode:
authorhaller2006-03-24 14:24:41 +0000
committerhaller2006-03-24 14:24:41 +0000
commita0966ea8b0ed34d2a95a33c311e60a9a331290b8 (patch)
tree580a113a0ce3e2d9aeb9becac5a61c4c91bcfa5d /i/marvin/src/socket/socket_client.hh
parent67629d2ddcc7010b5484e4b412b9d46dd76c330c (diff)
* Première déclaration de l'interface de SocketDataBuffer
* Retrait de commentaires qui servent à rien dans SocketClient
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