Changeset 48405 in vbox for trunk/src/VBox/Main
- Timestamp:
- Sep 10, 2013 12:22:17 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 88843
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r48298 r48405 1432 1432 </attribute> 1433 1433 <attribute name="localMappings" type="wstring" readonly="yes" safearray="yes"> 1434 <desc>Array of mappings (address,offset),e.g. ("127.0.1.1 ;4") maps 127.0.1.1 to networkid + 4.1434 <desc>Array of mappings (address,offset),e.g. ("127.0.1.1=4") maps 127.0.1.1 to networkid + 4. 1435 1435 </desc> 1436 1436 </attribute> -
trunk/src/VBox/Main/src-server/NATNetworkImpl.cpp
r48379 r48405 521 521 it != m->llNATLoopbackOffsetList.end(); ++it, ++i) 522 522 { 523 BstrFmt bstr("%s ;%d",523 BstrFmt bstr("%s=%d", 524 524 (*it).strLoopbackHostAddress.c_str(), 525 525 (*it).u32Offset);
Note:
See TracChangeset
for help on using the changeset viewer.