Changeset 48600 in vbox for trunk/src/VBox/Main/include/HostVideoCaptureDeviceImpl.h
- Timestamp:
- Sep 20, 2013 2:30:46 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/HostVideoCaptureDeviceImpl.h
r48589 r48600 40 40 41 41 /* Public initializer/uninitializer for internal purposes only. */ 42 HRESULT init(co m::Utf8Str name, com::Utf8Str path, com::Utf8Stralias);42 HRESULT init(const com::Utf8Str &name, const com::Utf8Str &path, const com::Utf8Str &alias); 43 43 void uninit(); 44 44
Note:
See TracChangeset
for help on using the changeset viewer.