/[H6]/MicrosoftDBLayer.h
ViewVC logotype

Diff of /MicrosoftDBLayer.h

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

revision 41 by torben, Tue Sep 5 12:50:38 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    
# Line 17  private: Line 18  private:
18          CDatabase db;          CDatabase db;
19    
20  public:  public:
21          MicrosoftDBLayer(void);          MicrosoftDBLayer(ConfigFile &config);
22          ~MicrosoftDBLayer(void);          ~MicrosoftDBLayer(void);
23    
24          vector<Person> GetPersonAll(void);          vector<Person> GetPersonAll(void);

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

  ViewVC Help
Powered by ViewVC 1.1.20