Changeset 36276 in vbox for trunk/src/VBox/Main/src-server
- Timestamp:
- Mar 14, 2011 6:41:06 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/NetworkAdapterImpl.cpp
r36275 r36276 1262 1262 { 1263 1263 ComObjPtr<BandwidthGroup> group; 1264 rc = bwctl->getBandwidthGroupByName(data.strBandwidthGroup, group, true); // TODO: set error?1264 rc = bwctl->getBandwidthGroupByName(data.strBandwidthGroup, group, true); 1265 1265 if (FAILED(rc)) return rc; 1266 1266 } … … 1606 1606 { 1607 1607 LogFlowThisFuncEnter(); 1608 CheckComArgOutPointerValid(aBwGroup);1609 1608 1610 1609 AutoCaller autoCaller(this); … … 1616 1615 1617 1616 AutoWriteLock alock(this COMMA_LOCKVAL_SRC_POS); 1618 1619 //HRESULT hrc = S_OK;1620 1617 1621 1618 if (mData->mBandwidthGroup != aBwGroup)
Note:
See TracChangeset
for help on using the changeset viewer.