Changeset 29853 in vbox for trunk/src/VBox
- Timestamp:
- May 27, 2010 11:49:38 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/SessionImpl.cpp
r29363 r29853 1 /* $Id$ */ 1 2 /** @file 2 * 3 * VBox Client Session COM Class implementation 3 * VBox Client Session COM Class implementation in VBoxC. 4 4 */ 5 5 … … 366 366 /* query IInternalMachineControl interface */ 367 367 mControl = aMachine; 368 AssertReturn(!!mControl, E_FAIL); // This test appears to be redundant --JS368 AssertReturn(!!mControl, E_FAIL); 369 369 370 370 /// @todo (dmik)
Note:
See TracChangeset
for help on using the changeset viewer.