wxDialUpManager fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3805 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Karsten Ballüder
1999-10-03 17:26:45 +00:00
parent c756f74260
commit 275abf24e1
4 changed files with 513 additions and 28 deletions

View File

@@ -74,7 +74,7 @@ public:
bool async = TRUE) = 0;
// returns TRUE if (async) dialing is in progress
virtual bool IsDialing() const = 0;
virtual bool IsDialling() const = 0;
// cancel dialing the number initiated with Dial(async = TRUE)
// NB: this won't result in DISCONNECTED event being sent