summaryrefslogtreecommitdiff
path: root/include/Socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/Socket.h')
-rw-r--r--include/Socket.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/Socket.h b/include/Socket.h
index 6bd612c..514db43 100644
--- a/include/Socket.h
+++ b/include/Socket.h
@@ -39,8 +39,6 @@ class Socket : public Handle {
Socket Accept() throw (GeneralException);
bool IsConnected();
bool IsListening();
- size_t WriteFile(Output &);
- size_t ReadFile(Input &);
virtual bool CanRead();
virtual bool CanWrite();
virtual String GetName();