Ejemplo n.º 1
0
bool
AuthorizerManager::isOn(
	OperationContext& context)
{
	return context.getStringDataWithDefault(DISABLED_KEY) != "1";
}