* Called whenever company related information changes in order to notify admins. * @param company The company data changed of. */
| 856 | * @param company The company data changed of. |
| 857 | */ |
| 858 | void CompanyAdminUpdate(const Company *company) |
| 859 | { |
| 860 | if (_network_server) NetworkAdminCompanyUpdate(company); |
| 861 | } |
| 862 | |
| 863 | /** |
| 864 | * Called whenever a company is removed in order to notify admins. |
no test coverage detected