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

/vbox/src/VBox/Main/src-server/
H A DSystemPropertiesImpl.cpp744 HRESULT SystemProperties::getWebServiceAuthLibrary(com::Utf8Str &aWebServiceAuthLibrary) argument
748 aWebServiceAuthLibrary = m->strWebServiceAuthLibrary;
753 HRESULT SystemProperties::setWebServiceAuthLibrary(const com::Utf8Str &aWebServiceAuthLibrary) argument
756 HRESULT rc = i_setWebServiceAuthLibrary(aWebServiceAuthLibrary);

Completed in 311 milliseconds