- void SetUsers(USERS* u) { m_users = u; }
- void SetStore(STORE* s) { m_store = s; }
- void SetStgSettings(const SETTINGS*) {}
- void SetSettings(const MODULE_SETTINGS& s) { m_settings = s; }
+ void SetUsers(STG::Users* u) { m_users = u; }
+ void SetStore(STG::Store* s) { m_store = s; }
+ void SetStgSettings(const STG::Settings*) {}
+ void SetSettings(const STG::ModuleSettings& s) { m_settings = s; }