Searched defs:pcszAuthType (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/xml/
H A DSettings.cpp4322 const char *pcszAuthType; local
4325 case AuthType_Guest: pcszAuthType = "Guest"; break;
4326 case AuthType_External: pcszAuthType = "External"; break;
4327 default: /*case AuthType_Null:*/ pcszAuthType = "Null"; break;
4329 pelmVRDE->setAttribute("authType", pcszAuthType);

Completed in 62 milliseconds