X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/65ccd2b82604a60a387b4562e6886c7b5471ca03..f17fee68eac048a593e83f3a74d8a74f6a7ddacb:/include/wx/sckaddr.h diff --git a/include/wx/sckaddr.h b/include/wx/sckaddr.h index 7a7612731d..25ee60d498 100644 --- a/include/wx/sckaddr.h +++ b/include/wx/sckaddr.h @@ -60,9 +60,6 @@ public: wxString Hostname(); unsigned short Service(); - void Build(struct sockaddr*& addr, size_t& len); - void Disassemble(struct sockaddr *addr, size_t len); - inline int Type() { return wxSockAddress::IPV4; } }; @@ -89,7 +86,10 @@ public: #endif #ifdef __UNIX__ -#include +#include +#ifndef __VMS__ +# include +#endif class WXDLLEXPORT wxUNIXaddress : public wxSockAddress { DECLARE_DYNAMIC_CLASS(wxUNIXaddress)