]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/store/postgresql/postgresql_store.h
Implemented daily fee charge with backward compatibility.
[stg.git] / projects / stargazer / plugins / store / postgresql / postgresql_store.h
index edba035927bac2e9dbdb7c0cd340898bea46ddf5..a88df88b93fba855bb1d4d612d39254e2e5d9012 100644 (file)
@@ -43,6 +43,8 @@
 
 extern "C" STORE * GetStore();
 
+class STG_LOGGER;
+
 class POSTGRESQL_STORE : public STORE {
 public:
     POSTGRESQL_STORE();
@@ -158,6 +160,8 @@ private:
     int retries;
 
     PGconn * connection;
+
+    STG_LOGGER & WriteServLog;
 };
 
 extern const volatile time_t stgTime;