|
|
|
@ -993,6 +993,12 @@ class TDECORE_EXPORT TDENetworkConnectionManager : public TQObject
|
|
|
|
|
*/
|
|
|
|
|
virtual bool networkingEnabled() = 0;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* @param enable true to enable networking, false to disable it.
|
|
|
|
|
* @return true on success, false on failure.
|
|
|
|
|
*/
|
|
|
|
|
virtual bool enableNetworking(bool enable) = 0;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* @return true if WiFi hardware is enabled, false if not.
|
|
|
|
|
*/
|
|
|
|
@ -1147,6 +1153,12 @@ class TDECORE_EXPORT TDEGlobalNetworkManager : public TQObject
|
|
|
|
|
*/
|
|
|
|
|
virtual bool networkingEnabled();
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* @param enable true to enable networking, false to disable it.
|
|
|
|
|
* @return true on success, false on failure.
|
|
|
|
|
*/
|
|
|
|
|
virtual bool enableNetworking(bool enable);
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* @return true if WiFi hardware is enabled, false if not.
|
|
|
|
|
*/
|
|
|
|
|