Changeset 40715 in vbox for trunk/src/VBox/Main/src-client
- Timestamp:
- Mar 29, 2012 4:16:00 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl.cpp
r40712 r40715 5168 5168 vrc = PDMR3AsyncCompletionBwMgrSetMaxForFile(ptrVM, Utf8Str(strName).c_str(), 5169 5169 cMax * _1M); 5170 #ifdef VBOX_WITH_NETSHAPER 5170 5171 else if (enmType == BandwidthGroupType_Network) 5171 5172 vrc = PDMR3NsBwGroupSetLimit(ptrVM, Utf8Str(strName).c_str(), … … 5173 5174 else 5174 5175 rc = E_NOTIMPL; 5176 #endif /* VBOX_WITH_NETSHAPER */ 5175 5177 AssertRC(vrc); 5176 5178 }
Note:
See TracChangeset
for help on using the changeset viewer.