return vars;
}
-String CompatUtility::GetCustomAttributeConfig(const CustomVarObject::Ptr& object, const String& name)
-{
- Dictionary::Ptr vars = object->GetVars();
-
- if (!vars)
- return Empty;
-
- return vars->Get(name);
-}
-
/* notifications */
int CompatUtility::GetCheckableNotificationLastNotification(const Checkable::Ptr& checkable)
{
static std::set<UserGroup::Ptr> GetCheckableNotificationUserGroups(const Checkable::Ptr& checkable);
/* custom attribute */
- static String GetCustomAttributeConfig(const CustomVarObject::Ptr& object, const String& name);
static Dictionary::Ptr GetCustomAttributeConfig(const CustomVarObject::Ptr& object);
/* check result */