DBInfo.h

Go to the documentation of this file.
00001 #ifndef DBINFO_H
00002 #define DBINFO_H
00003 
00004 class DBInfo {
00005    public:
00006       //DBInfo() : path("/home/kzhou/etc/jgidb.info"), user("kzhou"), passwd("Hotcreek2800")
00007       DBInfo();
00008       //void readPasswordFile();
00009    private:
00010       string path;
00011       string user;
00012       string passwd;
00013 };
00014 #endif

Generated on Wed Aug 10 11:56:55 2011 for Softwares from Orpara by  doxygen 1.5.6