#ifndef _WX_NETWORK_ADDRESS_H
#define _WX_NETWORK_ADDRESS_H
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "sckaddr.h"
-#endif
-
#include "wx/defs.h"
#if wxUSE_SOCKETS
virtual int Type() { return wxSockAddress::IPV4; }
virtual wxSockAddress *Clone() const;
- bool operator==(wxIPV4address& addr);
+ bool operator==(const wxIPV4address& addr) const;
private:
wxString m_origHostname;