summaryrefslogtreecommitdiff
path: root/i/simulotron/src/socket/socket.hh
diff options
context:
space:
mode:
authorhaller2005-11-29 18:49:38 +0000
committerhaller2005-11-29 18:49:38 +0000
commitab21fd007709cc4103bbdbe6dc9360b71475a01b (patch)
treef82e4157f06c89da99f94755f553a0d88f054dbb /i/simulotron/src/socket/socket.hh
parent8020ef753b8d434c026299650fe911d71d844e78 (diff)
* Debut de test pour les socket (test_socket)
* Debugage de socket... * socket reste en test
Diffstat (limited to 'i/simulotron/src/socket/socket.hh')
-rw-r--r--i/simulotron/src/socket/socket.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/i/simulotron/src/socket/socket.hh b/i/simulotron/src/socket/socket.hh
index a1d6d65..3d054fa 100644
--- a/i/simulotron/src/socket/socket.hh
+++ b/i/simulotron/src/socket/socket.hh
@@ -22,6 +22,8 @@ class Socket
void listen(int maxQueue);
/// accepte une connection
Socket accept(Address & address);
+ /// coupe la chaussette
+ void Socket::close(void);
/// lit du socket
std::string read(void);
/// écrit dans le socket