automated ifacecheck fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57912 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -197,7 +197,7 @@ public:
|
||||
|
||||
@return @true on success, @false if something went wrong.
|
||||
*/
|
||||
virtual bool AnyAddress() = 0;
|
||||
bool AnyAddress();
|
||||
|
||||
/**
|
||||
Internally, this is the same as setting the IP address to @b INADDR_BROADCAST.
|
||||
@@ -243,7 +243,7 @@ public:
|
||||
|
||||
@return @true on success, @false if something went wrong.
|
||||
*/
|
||||
virtual bool LocalHost() = 0;
|
||||
bool LocalHost();
|
||||
|
||||
/**
|
||||
Set the port to that corresponding to the specified service.
|
||||
|
Reference in New Issue
Block a user