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

/vbox/src/VBox/Main/src-server/
H A DNATEngineImpl.cpp485 HRESULT NATEngine::setTFTPPrefix(const com::Utf8Str &aTFTPPrefix) argument
488 if (Bstr(mData->m->mTFTPPrefix) != aTFTPPrefix)
491 mData->m->mTFTPPrefix = aTFTPPrefix;
499 HRESULT NATEngine::getTFTPPrefix(com::Utf8Str &aTFTPPrefix) argument
505 aTFTPPrefix = mData->m->mTFTPPrefix;

Completed in 60 milliseconds