diff options
author | Pixel <Pixel> | 2001-11-15 14:52:43 +0000 |
---|---|---|
committer | Pixel <Pixel> | 2001-11-15 14:52:43 +0000 |
commit | 3f720784d55707024fff675a5238fde0168d1a40 (patch) | |
tree | 84a5b9843ede69aaf76cd9b791686b2a3ea7c3d7 /include/Socket.h | |
parent | 8694409f2a5531e9f3263e8a42248a3ca91ac14f (diff) |
More work into TaskMan...
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(); |