namespace PT renamed to pt
This commit is contained in:
@@ -80,9 +80,9 @@ public:
|
||||
bool AssertValueBool(PGresult * r, int row, int col);
|
||||
unsigned long AssertValueULong(PGresult * r, int row, int col);
|
||||
unsigned int AssertValueUInt(PGresult * r, int row, int col);
|
||||
PT::Date AssertValueDate(PGresult * r, int row, int col);
|
||||
pt::Date AssertValueDate(PGresult * r, int row, int col);
|
||||
|
||||
bool AssertValueSpace(PGresult * r, int row, int col, PT::Space & space);
|
||||
bool AssertValueSpace(PGresult * r, int row, int col, pt::Space & space);
|
||||
|
||||
void ClearResult(PGresult * r);
|
||||
long AssertCurrval(const char * table);
|
||||
@@ -129,7 +129,7 @@ private:
|
||||
char UnescapeBinHexToDigit(char hex);
|
||||
|
||||
DbTextStream bquery;
|
||||
PT::SpaceParser conf_parser;
|
||||
pt::SpaceParser conf_parser;
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user