Removed CString references

This commit is contained in:
David Anderson 2004-09-18 05:39:14 +00:00
parent 3419aa4dc5
commit 3eed3b7f07

View File

@ -18,14 +18,14 @@ public:
PGconn *cn; PGconn *cn;
CString ErrorStr; String ErrorStr;
int ErrorCode; int ErrorCode;
CString Host; String Host;
CString Password; String Password;
CString Username; String Username;
CString Database; String Database;
CString cstr; String cstr;
bool isFree; bool isFree;
}; };