Changeset 35638 in vbox for trunk/src/VBox/Main/src-server/BandwidthGroupImpl.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/BandwidthGroupImpl.cpp
r35368 r35638 64 64 HRESULT BandwidthGroup::FinalConstruct() 65 65 { 66 return S_OK;66 return BaseFinalConstruct(); 67 67 } 68 68 … … 70 70 { 71 71 uninit(); 72 BaseFinalRelease(); 72 73 } 73 74
Note:
See TracChangeset
for help on using the changeset viewer.