Changeset 54511 in vbox for trunk/src/VBox
- Timestamp:
- Feb 25, 2015 6:24:07 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 98621
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/BandwidthControlImpl.cpp
r51498 r54511 5 5 6 6 /* 7 * Copyright (C) 2006-201 4Oracle Corporation7 * Copyright (C) 2006-2015 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 457 457 AutoReadLock alock(this COMMA_LOCKVAL_SRC_POS); 458 458 459 *aNumGroups = m->llBandwidthGroups->size();459 *aNumGroups = (ULONG)m->llBandwidthGroups->size(); 460 460 461 461 return S_OK;
Note:
See TracChangeset
for help on using the changeset viewer.