Changeset 48973 in vbox for trunk/src/VBox/Main/src-server/NetworkAdapterImpl.cpp
- Timestamp:
- Oct 8, 2013 11:40:57 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/NetworkAdapterImpl.cpp
r48970 r48973 484 484 } 485 485 486 #if 0 // later 486 487 checkAndSwitchFromNatNetworking(); 488 #endif 487 489 488 490 mData->mAttachmentType = aAttachmentType; 489 491 492 #if 0 // later 490 493 if (aAttachmentType == NetworkAttachmentType_NATNetwork) 491 494 { … … 494 497 return hrc; 495 498 } 499 #endif 496 500 497 501 m_fModified = true;
Note:
See TracChangeset
for help on using the changeset viewer.