Example #1
0
void ScreenSaver::unInhibit(int context)
{
	if (unInhibitHelper(context))
		m_priv->inhibited = false;
}
Example #2
0
void ScreenSaver::unInhibit(int context)
{
    if (unInhibitHelper(context))
        m_priv->unInhibit();
}