]> git.tdb.fi Git - libs/net.git/commit
Hide the set_option and get_option functions in socket_private.h
authorMikko Rasa <tdb@tdb.fi>
Mon, 8 Oct 2012 20:38:31 +0000 (23:38 +0300)
committerMikko Rasa <tdb@tdb.fi>
Mon, 8 Oct 2012 20:40:29 +0000 (23:40 +0300)
commit3840d5d193327059b84406ee6b0ba263f5ef2401
tree3249aa36a68b17ef6bdc7a4de439e586f75dd619
parentde95d7d024ebf9d18721579f52b98311c853ea67
Hide the set_option and get_option functions in socket_private.h

These depend on a system-specific type, so they can't be in a public
header.
source/net/socket.cpp
source/net/socket.h
source/net/socket_private.h
source/net/streamsocket.cpp