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

/vbox/src/VBox/Main/src-server/
H A DNATEngineImpl.cpp52 Utf8Str mTFTPPrefix; member in struct:NATEngineData
381 mData->m->mTFTPPrefix = data.strTFTPPrefix;
419 data.strTFTPPrefix = mData->m->mTFTPPrefix;
488 if (Bstr(mData->m->mTFTPPrefix) != aTFTPPrefix)
491 mData->m->mTFTPPrefix = aTFTPPrefix;
503 if (!mData->m->mTFTPPrefix.isEmpty())
505 aTFTPPrefix = mData->m->mTFTPPrefix;
506 Log(("Getter (this:%p) TFTPPrefix: %s\n", this, mData->m->mTFTPPrefix.c_str()));

Completed in 135 milliseconds