Thorsten, On Sat, 23 Nov 2002 23:57:56 +0100, Thorsten Ottosen <[EMAIL PROTECTED]> wrote: > socket_base::initialise(); > .... > socket.close(); > socket_base::finalise(); > > Why doesn't this happen in the constructor/destructor of some object?
Basically because I am not sure of the requirements for initialisation and finalisation. I know Winsock2 requires initialisation. Any other platform? This is really implementation detail that should happen automatically in the final design. Hugo _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost