- addParser(propertyParsers, "login", info.login);
- addParser(propertyParsers, "password", info.password);
- addParser(propertyParsers, "cash", info.cash);
- addParser(propertyParsers, "credit", info.credit);
- addParser(propertyParsers, "creditExpire", info.creditExpire);
- addParser(propertyParsers, "lastCash", info.lastCash);
- addParser(propertyParsers, "prepaidTraff", info.prepaidTraff);
- addParser(propertyParsers, "down", info.down);
- addParser(propertyParsers, "passive", info.passive);
- addParser(propertyParsers, "disableDetailStat", info.disableDetailStat);
- addParser(propertyParsers, "connected", info.connected);
- addParser(propertyParsers, "alwaysOnline", info.alwaysOnline);
- addParser(propertyParsers, "currIP", info.ip, getIPValue);
- addParser(propertyParsers, "ip", info.ips);
- addParser(propertyParsers, "tariff", info.tariff);
- addParser(propertyParsers, "group", info.group, getEncodedValue);
- addParser(propertyParsers, "note", info.note, getEncodedValue);
- addParser(propertyParsers, "email", info.email, getEncodedValue);
- addParser(propertyParsers, "name", info.name, getEncodedValue);
- addParser(propertyParsers, "address", info.address, getEncodedValue);
- addParser(propertyParsers, "phone", info.phone, getEncodedValue);
- addParser(propertyParsers, "traff", info.stat);
+ AddParser(propertyParsers, "login", info.login);
+ AddParser(propertyParsers, "password", info.password);
+ AddParser(propertyParsers, "cash", info.cash);
+ AddParser(propertyParsers, "credit", info.credit);
+ AddParser(propertyParsers, "creditExpire", info.creditExpire);
+ AddParser(propertyParsers, "lastCash", info.lastCash);
+ AddParser(propertyParsers, "prepaidTraff", info.prepaidTraff);
+ AddParser(propertyParsers, "down", info.down);
+ AddParser(propertyParsers, "passive", info.passive);
+ AddParser(propertyParsers, "disableDetailStat", info.disableDetailStat);
+ AddParser(propertyParsers, "connected", info.connected);
+ AddParser(propertyParsers, "alwaysOnline", info.alwaysOnline);
+ AddParser(propertyParsers, "currIP", info.ip, GetIPValue);
+ AddParser(propertyParsers, "ip", info.ips);
+ AddParser(propertyParsers, "tariff", info.tariff);
+ AddParser(propertyParsers, "group", info.group, GetEncodedValue);
+ AddParser(propertyParsers, "note", info.note, GetEncodedValue);
+ AddParser(propertyParsers, "email", info.email, GetEncodedValue);
+ AddParser(propertyParsers, "name", info.name, GetEncodedValue);
+ AddParser(propertyParsers, "address", info.address, GetEncodedValue);
+ AddParser(propertyParsers, "phone", info.phone, GetEncodedValue);
+ AddParser(propertyParsers, "traff", info.stat);