Compatibility with 2.5 wxIPaddress, patch [ 837515 ]

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@25122 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2004-01-11 15:47:52 +00:00
parent a2c347938b
commit 330c57827d

View File

@@ -78,6 +78,9 @@ private:
wxString m_origHostname; wxString m_origHostname;
}; };
// Compatibility with wxWindows 2.5.x
typedef wxIPV4address wxIPaddress;
#ifdef ENABLE_IPV6 #ifdef ENABLE_IPV6
class WXDLLEXPORT wxIPV6address : public wxSockAddress { class WXDLLEXPORT wxIPV6address : public wxSockAddress {
DECLARE_DYNAMIC_CLASS(wxIPV6address) DECLARE_DYNAMIC_CLASS(wxIPV6address)