aboutsummaryrefslogtreecommitdiff
path: root/common/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/system.h')
-rw-r--r--common/system.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/common/system.h b/common/system.h
index 87b478bf2d..c66b5f6014 100644
--- a/common/system.h
+++ b/common/system.h
@@ -1482,6 +1482,13 @@ public:
*/
virtual Common::String getSystemLanguage() const;
+ /**
+ * Returns whether connection's limited (if available on the target system).
+ *
+ * Returns true if connection seems limited.
+ */
+ virtual bool isConnectionLimited();
+
//@}
};