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

/vbox/src/VBox/Main/src-server/
H A DNetworkAdapterImpl.cpp413 HRESULT NetworkAdapter::getAttachmentType(NetworkAttachmentType_T *aAttachmentType) argument
417 *aAttachmentType = mData->mAttachmentType;
422 HRESULT NetworkAdapter::setAttachmentType(NetworkAttachmentType_T aAttachmentType) argument
430 if (mData->mAttachmentType != aAttachmentType)
449 mData->mAttachmentType = aAttachmentType;
462 if (aAttachmentType == NetworkAttachmentType_NATNetwork)

Completed in 34 milliseconds