diff options
Diffstat (limited to 'include/Socket.h')
-rw-r--r-- | include/Socket.h | 2 |
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(); |