X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fsocket.h;h=6eb29066e03d078a469f897c79c99f35a19ebcbe;hb=5cf15ce8f6b17a47f662eb8f60de619fd6bf7b53;hp=dbe31512a6f677eeed424d3a12748a50d8fc87eb;hpb=bc7f7210f6963c7bd23cce9cea3d3e82a2968f98;p=libs%2Fnet.git diff --git a/source/socket.h b/source/socket.h index dbe3151..6eb2906 100644 --- a/source/socket.h +++ b/source/socket.h @@ -49,7 +49,6 @@ public: 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);