X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fsocket.h;h=6eb29066e03d078a469f897c79c99f35a19ebcbe;hb=e2f4514a4530e0b5c4eb270bab970ab9391b5085;hp=c2c17f07dc2d2f42611bbb818bbf45c920c6c04f;hpb=4696a776e2875697ea0d6a733609dd9c37918971;p=libs%2Fnet.git diff --git a/source/socket.h b/source/socket.h index c2c17f0..6eb2906 100644 --- a/source/socket.h +++ b/source/socket.h @@ -45,14 +45,10 @@ public: type. */ virtual int connect(const SockAddr &) = 0; - /// Closes the socket. Most operations will throw an exception after this. - void close(); - void set_timeout(const Time::TimeDelta &); const SockAddr &get_local_address() const; const SockAddr &get_peer_address() const; protected: - void check_state(bool) const; int set_option(int, int, const void *, socklen_t); int get_option(int, int, void *, socklen_t *) const; unsigned do_write(const char *, unsigned);