bool GetChangePolicy(const char ** attr, T & value, const std::string & attrName)
{
if (!CheckValue(attr, attrName))
return false;
std::string type(attr[1]);
bool GetChangePolicy(const char ** attr, T & value, const std::string & attrName)
{
if (!CheckValue(attr, attrName))
return false;
std::string type(attr[1]);