1 #include <msp/core/except.h>
2 #include "platform_api.h"
3 #include "sockaddr_private.h"
11 UnixAddr::UnixAddr(const SysAddr &):
14 throw unsupported("AF_UNIX");
17 UnixAddr::UnixAddr(const string &p, bool a):
23 SockAddr::SysAddr UnixAddr::to_sys() const
25 throw unsupported("AF_UNIX");