Changeset 35638 in vbox for trunk/src/VBox/Main/src-server/BandwidthControlImpl.cpp
- Timestamp:
- Jan 19, 2011 7:10:49 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 69546
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/BandwidthControlImpl.cpp
r35368 r35638 56 56 HRESULT BandwidthControl::FinalConstruct() 57 57 { 58 return S_OK;58 return BaseFinalConstruct(); 59 59 } 60 60 … … 62 62 { 63 63 uninit(); 64 BaseFinalRelease(); 64 65 } 65 66
Note:
See TracChangeset
for help on using the changeset viewer.