D-bus does not allow "-" as signal name.
Change-Id: Ia8b84f9ca553ef27a532f6ff672a448bd6f9320c
Signed-off-by: yeji01.kim <yeji01.kim@samsung.com>
public:
PopImap() : GlobalPolicy("popimap-email")
{
- PolicyEventNotifier::create("popimap-email");
+ PolicyEventNotifier::create("popimap_email");
}
bool apply(const DataType& value)
{
int enable = value;
- PolicyEventNotifier::emit("popimap-email", enable ? "allowed" : "disallowed");
+ PolicyEventNotifier::emit("popimap_email", enable ? "allowed" : "disallowed");
return true;
}
};