/[H6]/PostgresLayer.h
ViewVC logotype

Diff of /PostgresLayer.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 43 by torben, Wed Sep 6 18:40:35 2006 UTC revision 47 by torben, Wed Sep 6 20:27:24 2006 UTC
# Line 6  Line 6 
6    
7  #include "DatabaseLayer.h"  #include "DatabaseLayer.h"
8  #include "Containers.h"  #include "Containers.h"
9    #include "ConfigFile.h"
10  #include <vector>  #include <vector>
11    
12  using namespace std;  using namespace std;
# Line 16  private: Line 17  private:
17          CDatabase db;          CDatabase db;
18    
19  public:  public:
20          PostgresLayer(void);          PostgresLayer(ConfigFile &config);
21          ~PostgresLayer(void);          ~PostgresLayer(void);
22    
23          vector<Person> GetPersonAll(void);          vector<Person> GetPersonAll(void);

Legend:
Removed from v.43  
changed lines
  Added in v.47

  ViewVC Help
Powered by ViewVC 1.1.20