From b9e29cedfc1ad4ee5930245de059fb1701bea793 Mon Sep 17 00:00:00 2001 From: Cameron Cawley Date: Thu, 20 Jun 2019 21:14:04 +0100 Subject: ANDROID: Move isConnectionLimited into OSystem --- common/system.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'common/system.h') 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(); + //@} }; -- cgit v1.2.3