Changeset 44873 in vbox for trunk/src/VBox/Main/xml
- Timestamp:
- Feb 28, 2013 7:23:59 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 84035
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/xml/Settings.cpp
r44191 r44873 55 55 56 56 /* 57 * Copyright (C) 2007-201 2Oracle Corporation57 * Copyright (C) 2007-2013 Oracle Corporation 58 58 * 59 59 * This file is part of VirtualBox Open Source Edition (OSE), as … … 4000 4000 buildNetworkXML(NetworkAttachmentType_Bridged, *pelmDisabledNode, false, nic); 4001 4001 if (nic.mode != NetworkAttachmentType_Internal) 4002 buildNetworkXML(NetworkAttachmentType_ HostOnly, *pelmDisabledNode, false, nic);4002 buildNetworkXML(NetworkAttachmentType_Internal, *pelmDisabledNode, false, nic); 4003 4003 if (nic.mode != NetworkAttachmentType_HostOnly) 4004 4004 buildNetworkXML(NetworkAttachmentType_HostOnly, *pelmDisabledNode, false, nic);
Note:
See TracChangeset
for help on using the changeset viewer.