Changeset 55710 in vbox for trunk/src/VBox
- Timestamp:
- May 7, 2015 9:08:11 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/HostVideoInputDeviceImpl.cpp
r50914 r55710 75 75 LogFlowThisFunc(("\n")); 76 76 77 m.name.setNull();78 m.path.setNull();79 m.alias.setNull();80 81 77 /* Enclose the state transition Ready->InUninit->NotReady */ 82 78 AutoUninitSpan autoUninitSpan(this); 83 79 if (autoUninitSpan.uninitDone()) 84 80 return; 81 82 m.name.setNull(); 83 m.path.setNull(); 84 m.alias.setNull(); 85 85 } 86 86
Note:
See TracChangeset
for help on using the changeset viewer.