Removed CString references
This commit is contained in:
parent
3419aa4dc5
commit
3eed3b7f07
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue
Block a user