Changeset 8360 in vbox for trunk/src/VBox
- Timestamp:
- Apr 24, 2008 1:53:59 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest.cpp
r8351 r8360 285 285 Log(("VBoxGuestDeleteDevExt:\n")); 286 286 287 /** @todo tell VMMDev that the guest additions are no longer running (clear all capability masks). */ 287 /** @todo tell VMMDev that the guest additions are no longer running (clear all capability masks). 288 * Like calling VBoxGuestSetGuestCapabilities. This wasn't done initially since it was not 289 * relevant for OS/2. On solaris modules can be unloaded, so we should implement it. 290 */ 288 291 289 292 rc2 = RTSpinlockDestroy(pDevExt->WaitSpinlock); AssertRC(rc2);
Note:
See TracChangeset
for help on using the changeset viewer.