]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/sckaddr.h
Added new stream tests to typetest.
[wxWidgets.git] / include / wx / sckaddr.h
index 8f175f4f45f1d63dc44f35a154968bd8af2be5cb..087b9510d09bbccfd444521d4103325759760917 100644 (file)
@@ -64,10 +64,14 @@ public:
   bool AnyAddress();
 
   wxString Hostname();
+  wxString OrigHostname() { return m_origHostname; }
   unsigned short Service();
 
   virtual int Type() { return wxSockAddress::IPV4; }
-  virtual wxSockAddress *Clone() const { return new wxIPV4address(*this); }
+  virtual wxSockAddress *Clone() const;
+
+private:
+  wxString m_origHostname;
 };
 
 #ifdef ENABLE_IPV6