namespace PT renamed to pt

This commit is contained in:
2021-05-20 20:59:12 +02:00
parent d66a36cf21
commit e48a28a5c8
100 changed files with 597 additions and 597 deletions

View File

@@ -107,12 +107,12 @@ public:
// environment variables which can be set by this user
// use 'env' winix function
PT::Space env;
pt::Space env;
// environment variables set only by an administrator
// an administrator can use 'env' winix function with 'a' parameter
// IMPROVEME rename me to something better (env_admin?)
PT::Space aenv;
pt::Space aenv;
// account status
// WINIX_ACCOUNT_*
@@ -138,7 +138,7 @@ public:
void Clear(); // IMPROVEME what about clear() from Model?
bool IsMemberOf(long group);
bool ReadMonthDayTime(PT::Date & date, const wchar_t * str);
bool ReadMonthDayTime(pt::Date & date, const wchar_t * str);
bool SetTzFromEnv();
void clear_passwords();