namespace PT renamed to pt
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user