automated ifacecheck fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56536 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -157,8 +157,8 @@ public:
|
||||
|
||||
Sets the commands to start up the network and to hang up again.
|
||||
*/
|
||||
void SetConnectCommand(const wxString& commandDial = "/usr/bin/pon",
|
||||
const wxString& commandHangup = "/usr/bin/poff") const;
|
||||
virtual void SetConnectCommand(const wxString& commandDial = "/usr/bin/pon",
|
||||
const wxString& commandHangup = "/usr/bin/poff") = 0;
|
||||
|
||||
/**
|
||||
Sometimes the built-in logic for determining the online status may
|
||||
|
Reference in New Issue
Block a user