VirtualBox

Ignore:
Timestamp:
Jan 26, 2010 2:06:05 PM (15 years ago)
Author:
vboxsync
Message:

Main: move Auto*StateDependency templates out of MachineImpl.h

File:
1 edited

Legend:

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

    r25860 r26046  
    2222#include "BIOSSettingsImpl.h"
    2323#include "MachineImpl.h"
     24#include "GuestOSTypeImpl.h"
     25
     26#include <iprt/cpp/utils.h>
     27#include <VBox/settings.h>
     28
     29#include "AutoStateDep.h"
    2430#include "AutoCaller.h"
    2531#include "Logging.h"
    26 #include "GuestOSTypeImpl.h"
    27 
    28 #include <iprt/cpp/utils.h>
    29 #include <VBox/settings.h>
    3032
    3133////////////////////////////////////////////////////////////////////////////////
     
    203205
    204206    /* the machine needs to be mutable */
    205     Machine::AutoMutableStateDependency adep(m->pMachine);
     207    AutoMutableStateDependency adep(m->pMachine);
    206208    if (FAILED(adep.rc())) return adep.rc();
    207209
     
    235237
    236238    /* the machine needs to be mutable */
    237     Machine::AutoMutableStateDependency adep(m->pMachine);
     239    AutoMutableStateDependency adep(m->pMachine);
    238240    if (FAILED(adep.rc())) return adep.rc();
    239241
     
    267269
    268270    /* the machine needs to be mutable */
    269     Machine::AutoMutableStateDependency adep(m->pMachine);
     271    AutoMutableStateDependency adep(m->pMachine);
    270272    if (FAILED(adep.rc())) return adep.rc();
    271273
     
    302304
    303305    /* the machine needs to be mutable */
    304     Machine::AutoMutableStateDependency adep(m->pMachine);
     306    AutoMutableStateDependency adep(m->pMachine);
    305307    if (FAILED(adep.rc())) return adep.rc();
    306308
     
    333335
    334336    /* the machine needs to be mutable */
    335     Machine::AutoMutableStateDependency adep(m->pMachine);
     337    AutoMutableStateDependency adep(m->pMachine);
    336338    if (FAILED(adep.rc())) return adep.rc();
    337339
     
    365367
    366368    /* the machine needs to be mutable */
    367     Machine::AutoMutableStateDependency adep(m->pMachine);
     369    AutoMutableStateDependency adep(m->pMachine);
    368370    if (FAILED(adep.rc())) return adep.rc();
    369371
     
    397399
    398400    /* the machine needs to be mutable */
    399     Machine::AutoMutableStateDependency adep(m->pMachine);
     401    AutoMutableStateDependency adep(m->pMachine);
    400402    if (FAILED(adep.rc())) return adep.rc();
    401403
     
    429431
    430432    /* the machine needs to be mutable */
    431     Machine::AutoMutableStateDependency adep(m->pMachine);
     433    AutoMutableStateDependency adep(m->pMachine);
    432434    if (FAILED(adep.rc())) return adep.rc();
    433435
     
    461463
    462464    /* the machine needs to be mutable */
    463     Machine::AutoMutableStateDependency adep(m->pMachine);
     465    AutoMutableStateDependency adep(m->pMachine);
    464466    if (FAILED(adep.rc())) return adep.rc();
    465467
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