X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e54c96f187f46c06bd36be8cd52b35c19884aa2b..ec64d5ca7bbafd4f803b7a1cfbddb85a16c45d6e:/interface/dialup.h diff --git a/interface/dialup.h b/interface/dialup.h index 04a37a0f16..0b83e33765 100644 --- a/interface/dialup.h +++ b/interface/dialup.h @@ -43,7 +43,7 @@ public: Cancel dialing the number initiated with Dial() with async parameter equal to @true. Note that this won't result in DISCONNECTED event being sent. - + @see IsDialing() */ bool CancelDialing(); @@ -116,7 +116,7 @@ public: /** Returns @true if (async) dialing is in progress. - + @see Dial() */ bool IsDialing() const; @@ -149,7 +149,7 @@ public: so, in general, the user should be allowed to override it. This function allows to forcefully set the online status - whatever our internal algorithm may think about it. - + @see IsOnline() */ void SetOnlineStatus(bool isOnline = true);