VirtualBox

Changeset 29853 in vbox for trunk/src/VBox


Ignore:
Timestamp:
May 27, 2010 11:49:38 PM (15 years ago)
Author:
vboxsync
Message:

Session::AssignRemoteMachine: No it's not redundant because the assignment is an implicit call to QueryInterface.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/SessionImpl.cpp

    r29363 r29853  
     1/* $Id$ */
    12/** @file
    2  *
    3  * VBox Client Session COM Class implementation
     3 * VBox Client Session COM Class implementation in VBoxC.
    44 */
    55
     
    366366    /* query IInternalMachineControl interface */
    367367    mControl = aMachine;
    368     AssertReturn(!!mControl, E_FAIL); // This test appears to be redundant --JS
     368    AssertReturn(!!mControl, E_FAIL);
    369369
    370370    /// @todo (dmik)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette