X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=adaptors%2Fcommon%2Fframework.h;h=7dcbdbc0e458192f656f96e7fcd25054fa55d772;hb=ae37a5866286d97378c956ff9b55efb0e8c565e8;hp=36115f2269a109070c883864047c97f36504c1cc;hpb=a13d0e4b0ac18220bb4ec87bac233d653a84442b;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/adaptors/common/framework.h b/adaptors/common/framework.h index 36115f2..7dcbdbc 100644 --- a/adaptors/common/framework.h +++ b/adaptors/common/framework.h @@ -20,6 +20,7 @@ // EXTERNAL INCLUDES #include +#include #include #ifdef APPCORE_WATCH_AVAILABLE #include "wearable/watch/watch-application.h" @@ -113,22 +114,22 @@ public: /** * Invoked when the language of the device is changed. */ - virtual void OnLanguageChanged() {} + virtual void OnLanguageChanged( const std::string& language ) {} /** * Invoked when the region is changed. */ - virtual void OnRegionChanged() {} + virtual void OnRegionChanged( const std::string& region ) {} /** * Invoked when the battery level of the device is low. */ - virtual void OnBatteryLow() {} + virtual void OnBatteryLow( Dali::DevelApplication::BatteryStatus::Type status ) {} /** * Invoked when the memory level of the device is low. */ - virtual void OnMemoryLow() {} + virtual void OnMemoryLow( Dali::DevelApplication::MemoryStatus::Type status ) {} }; public: