VirtualBox

Changeset 56552 in vbox


Ignore:
Timestamp:
Jun 19, 2015 9:34:18 AM (10 years ago)
Author:
vboxsync
Message:

ConsoleImpl: use doxygen for todo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/ConsoleImpl.cpp

    r56551 r56552  
    496496        rc = mGuest->init(this);
    497497        AssertComRCReturnRC(rc);
    498    
     498
    499499        ULONG cCpus = 1;
    500500        rc = mMachine->COMGETTER(CPUCount)(&cCpus);
     
    11051105            guestJudgement = AuthGuestNotReacted;
    11061106
    1107             // @todo r=dj locking required here for m_pVMMDev?
     1107            /** @todo r=dj locking required here for m_pVMMDev? */
    11081108            PPDMIVMMDEVPORT pDevPort;
    11091109            if (    (m_pVMMDev)
     
    12551255    }
    12561256
    1257     // @todo r=dj locking required here for m_pVMMDev?
     1257    /** @todo r=dj locking required here for m_pVMMDev? */
    12581258    if (   fProvideGuestCredentials
    12591259        && m_pVMMDev)
     
    13301330        pPort->pfnVRDPChange(pPort,
    13311331                             true,
    1332                              VRDP_EXPERIENCE_LEVEL_FULL); // @todo configurable
     1332                             VRDP_EXPERIENCE_LEVEL_FULL); /** @todo configurable */
    13331333    }
    13341334
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