#include <ICanUseTimeouts.h>
Inheritance diagram for mx::ICanUseTimeouts:
Public Member Functions | |
virtual void | useTimeouts (int interval_ms)=0 |
Toggles the use of timeouts to avoid hanging. |
[khe]
Kai Hergenroether
|
Toggles the use of timeouts to avoid hanging. Pass a non-positive value to disable timeouts. Implemented in mx::GetWebPage. |