/[H8]/trunk/h8server/ConfigFile.h
ViewVC logotype

Contents of /trunk/h8server/ConfigFile.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 87 - (show annotations) (download)
Tue May 8 08:51:55 2007 UTC (17 years ago) by kevin
File MIME type: text/plain
File size: 160 byte(s)
added h8server visual studio project - with files this time :P
1 #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