#include "postgresql_store.h"
#include "postgresql_store_utils.h"
-#include "base_settings.h"
+#include "module_settings.h"
class POSTGRESQL_STORE_CREATOR
{
} pqStoreeCreator;
//-----------------------------------------------------------------------------
-BASE_STORE * GetStore()
+STORE * GetStore()
{
return pqStoreeCreator.GetStore();
}