X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=adaptors%2Fcommon%2Fframework.h;h=4dacf5f581aee7c263a5a42d1bc64bb62c5d408d;hb=0d26a26e6601ffc17af69c745847d5e56c739c31;hp=b0c88fd75b72f812109207d48e1fa5cadbb8a5ca;hpb=acb0fbd7a4ad598b917ca33a8cb344ea3d2881db;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/adaptors/common/framework.h b/adaptors/common/framework.h index b0c88fd..4dacf5f 100644 --- a/adaptors/common/framework.h +++ b/adaptors/common/framework.h @@ -21,7 +21,9 @@ // EXTERNAL INCLUDES #include #include -#include +#ifdef APPCORE_WATCH_AVAILABLE +#include "wearable/watch/watch-application.h" +#endif // INTERNAL INCLUDES #include @@ -87,6 +89,7 @@ public: */ virtual void OnAppControl(void *) {} +#ifdef APPCORE_WATCH_AVAILABLE /** * Invoked at every second */ @@ -101,6 +104,7 @@ public: * Invoked when the device enters or exits ambient mode */ virtual void OnAmbientChanged(bool ambient) {} +#endif /** * Invoked when the language of the device is changed.