VirtualBox

Changeset 49630 in vbox


Ignore:
Timestamp:
Nov 22, 2013 4:19:16 PM (11 years ago)
Author:
vboxsync
Message:

Main/GuestCtrl: Todo, logging.

Location:
trunk/src/VBox/Main/src-client
Files:
2 edited

Legend:

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

    r49619 r49630  
    11261126    if (itProc != mData.mProcesses.end())
    11271127    {
     1128#ifdef DEBUG_andy
     1129        ULONG cRefs = itProc->second->AddRef();
     1130        Assert(cRefs >= 2);
     1131        LogFlowFunc(("pProcess=%p, cRefs=%RU32\n", &itProc->second, cRefs - 1));
     1132        itProc->second->Release();
     1133#endif
    11281134        ComObjPtr<GuestProcess> pProcess(itProc->second);
    11291135        Assert(!pProcess.isNull());
  • trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp

    r49629 r49630  
    600600     *       content because we currently *do not* lock down the guest file when doing the
    601601     *       actual operations.
    602      ** @todo Implement guest file locking!
     602     ** @todo Use the IGuestFile API for locking down the file on the guest!
    603603     */
    604604    GuestFsObjData objData; int guestRc;
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