VirtualBox

Changeset 52489 in vbox


Ignore:
Timestamp:
Aug 25, 2014 8:27:46 AM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
95714
Message:

Main: tabs

Location:
trunk/src/VBox/Main
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/AutoCaller.h

    r52095 r52489  
    182182    {
    183183        mObj = aObj;
    184         mRC = S_OK;
    185         mLimited = aLimited;
     184        mRC = S_OK;
     185        mLimited = aLimited;
    186186        if (mObj)
    187187            mRC = mObj->getObjectState().addCaller(mLimited);
  • trunk/src/VBox/Main/src-server/MachineImpl.cpp

    r52483 r52489  
    80658065    AssertComRCReturnRC(autoCaller.rc());
    80668066    AssertComRCReturn(   getObjectState().getState() == ObjectState::InInit
    8067                       || getObjectState().getState() == ObjectState::Limited, E_FAIL);
     8067                      || getObjectState().getState() == ObjectState::Limited, E_FAIL);
    80688068
    80698069    AssertReturn(!mData->mAccessible, E_FAIL);
  • trunk/src/VBox/Main/src-server/win/svcmain.cpp

    r52240 r52489  
    9494        {
    9595            /* Disable log rotation at this point, worst case a log file
    96              * becomes slightly bigger than it should. Avoids quirks with
    97              * log rotation: there might be another API service process
    98              * running at this point which would rotate the logs concurrently,
    99              * creating a mess. */
     96             * becomes slightly bigger than it should. Avoids quirks with
     97             * log rotation: there might be another API service process
     98             * running at this point which would rotate the logs concurrently,
     99             * creating a mess. */
    100100            PRTLOGGER pReleaseLogger = RTLogRelDefaultInstance();
    101101            if (pReleaseLogger)
Note: See TracChangeset for help on using the changeset viewer.

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