]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/sckaddr.cpp
reset the tooltip text before changing it, this apparently prevents a spurious redraw...
[wxWidgets.git] / src / common / sckaddr.cpp
index 979d06853b08ad7ed9dffce1a539f1a537b458a9..b706132e5c7201b5a9808422b5539e5bb60f9114 100644 (file)
@@ -722,6 +722,16 @@ wxString wxSockAddressImpl::GetPath() const
 // wxSockAddress
 // ----------------------------------------------------------------------------
 
+const sockaddr *wxSockAddress::GetAddressData() const
+{
+    return GetAddress().GetAddr();
+}
+
+int wxSockAddress::GetAddressDataLen() const
+{
+    return GetAddress().GetLen();
+}
+
 void wxSockAddress::Init()
 {
     if ( !wxSocketBase::IsInitialized() )