#include <algorithm>
+#include "stg/tariffs.h"
+#include "stg/admins.h"
+#include "stg/users.h"
#include "stgconfig.h"
-#include "tariffs.h"
-#include "admins.h"
-#include "users.h"
class STGCONFIG_CREATOR
{
admins = a;
}
//-----------------------------------------------------------------------------
-void STG_CONFIG::SetStore(BASE_STORE * s)
+void STG_CONFIG::SetStore(STORE * s)
{
store = s;
}