X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/687631532197750696d35aa12c40406b04fb878d..ea169a2ed1db96a03b6e7ea907931bb640820208:/projects/stargazer/plugin_runner.h diff --git a/projects/stargazer/plugin_runner.h b/projects/stargazer/plugin_runner.h index 412c5141..8e2272bf 100644 --- a/projects/stargazer/plugin_runner.h +++ b/projects/stargazer/plugin_runner.h @@ -37,6 +37,8 @@ class SETTINGS_IMPL; class ADMINS_IMPL; class TARIFFS_IMPL; class USERS_IMPL; +class SERVICES_IMPL; +class CORPORATIONS_IMPL; class TRAFFCOUNTER; class STORE; @@ -48,6 +50,8 @@ public: ADMINS_IMPL * admins, TARIFFS_IMPL * tariffs, USERS_IMPL * users, + SERVICES_IMPL * services, + CORPORATIONS_IMPL * corporations, TRAFFCOUNTER * tc, STORE * store, const SETTINGS_IMPL * s); @@ -86,6 +90,8 @@ private: ADMINS_IMPL * admins; TARIFFS_IMPL * tariffs; USERS_IMPL * users; + SERVICES_IMPL * services; + CORPORATIONS_IMPL * corps; STORE * store; TRAFFCOUNTER * traffCnt; const SETTINGS_IMPL * stgSettings;