add wxURL::GetInputStream test unit; add a global IsNetworkAvailable() utility to the test units
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60851 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
255c07b4df
commit
1f51673bb8
4 changed files with 161 additions and 44 deletions
|
|
@ -59,3 +59,5 @@ typedef bool (*ProcessEventFunc)(wxEvent&);
|
|||
|
||||
extern void SetFilterEventFunc(FilterEventFunc func);
|
||||
extern void SetProcessEventFunc(ProcessEventFunc func);
|
||||
|
||||
extern bool IsNetworkAvailable();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue