added functions to remove the abstract class error

This commit is contained in:
Alekhya Reddy Kommuru
2020-03-16 07:46:56 -07:00
parent aebdc0c5d6
commit 94387e8698

View File

@@ -254,6 +254,11 @@ public:
} }
return 0; return 0;
} }
/* Register helper class to handle system menu items related actions. */
virtual void register_system_menu_helper(PowertoySystemMenuIface* helper) {}
/* Handle action on system menu item. */
virtual void signal_system_menu_action(const wchar_t* name) {}
}; };
// Load the settings file. // Load the settings file.