39 #include "blocxx/BLOCXX_config.h"
45 #include <sys/types.h>
47 #ifdef BLOCXX_HAVE_SYS_SOCKET_H
48 #include <sys/socket.h>
55 namespace BLOCXX_NAMESPACE
60 size_t const BUFSZ = 512;
handle_type get() const
Return handle of resource, retaining ownership.
PURPOSE: The AutoResource class template is an analog of std::auto_ptr for managing arbitrary resourc...
#define BLOCXX_THROW(exType, msg)
Throw an exception using FILE and LINE.
AutoDescriptor receiveDescriptor(Descriptor streamPipe)
Gets a Descriptor from the peer.