/[H6]/ConfigFile.h
ViewVC logotype

Annotation of /ConfigFile.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 47 - (hide annotations) (download)
Wed Sep 6 20:27:24 2006 UTC (17 years, 7 months ago) by torben
File MIME type: text/plain
File size: 160 byte(s)
Added support for config file
1 torben 47 #pragma once
2    
3     class ConfigFile
4     {
5     public:
6     ConfigFile(void);
7     ~ConfigFile(void);
8    
9     void Read();
10    
11     CString driver,host,username,password,database;
12     };

  ViewVC Help
Powered by ViewVC 1.1.20