--- PostgresLayer.h 2006/09/06 18:40:35 43 +++ PostgresLayer.h 2006/09/06 20:27:24 47 @@ -6,6 +6,7 @@ #include "DatabaseLayer.h" #include "Containers.h" +#include "ConfigFile.h" #include using namespace std; @@ -16,7 +17,7 @@ CDatabase db; public: - PostgresLayer(void); + PostgresLayer(ConfigFile &config); ~PostgresLayer(void); vector GetPersonAll(void);