Fix for N_SE-35771
[apps/osp/Call.git] / inc / CallEndCallForm.h
index 5cf6de6..65cbfe0 100644 (file)
@@ -90,6 +90,8 @@ public:
        virtual void OnForeground(void);
        //Called when App goes to background
        virtual void OnBackground(void);
+       //Called when screen goes off
+       virtual void OnScreenOff(void){};
        //From IOrientationEventListener
        virtual void OnOrientationChanged(const Tizen::Ui::Control& source, Tizen::Ui::OrientationStatus orientationStatus);