Changeset 95425 in vbox for trunk/src/VBox/Main
- Timestamp:
- Jun 29, 2022 11:32:32 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/HostAudioDeviceImpl.cpp
r95424 r95425 55 55 56 56 /** 57 * Initializes the audio adapterobject.57 * Initializes the audio device object. 58 58 * 59 * @param aParent Handle of the parent object.59 * @returns HRESULT 60 60 */ 61 61 HRESULT HostAudioDevice::init(void) … … 72 72 73 73 /** 74 * 75 * 74 * Uninitializes the instance and sets the ready flag to FALSE. 75 * Called either from FinalRelease() or by the parent when it gets destroyed. 76 76 */ 77 void HostAudioDevice::uninit( )77 void HostAudioDevice::uninit(void) 78 78 { 79 79 LogFlowThisFunc(("\n"));
Note:
See TracChangeset
for help on using the changeset viewer.