- ADMINS_IMPL * admins,
- TARIFFS_IMPL * tariffs,
- USERS_IMPL * users,
- SERVICES_IMPL * services,
- CORPORATIONS_IMPL * corporations,
- TRAFFCOUNTER * tc,
- STORE * store,
- const SETTINGS_IMPL * s);
- PLUGIN_RUNNER(const PLUGIN_RUNNER & rvalue);
+ ADMINS & admins,
+ TARIFFS & tariffs,
+ USERS & users,
+ SERVICES & services,
+ CORPORATIONS & corporations,
+ TRAFFCOUNTER & traffcounter,
+ STORE & store,
+ const SETTINGS & settings);