VirtualBox

Ignore:
Timestamp:
Jan 26, 2010 2:06:05 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
56959
Message:

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

File:
1 edited

Legend:

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

    r25860 r26046  
    2222#include "AudioAdapterImpl.h"
    2323#include "MachineImpl.h"
     24
     25#include <iprt/cpp/utils.h>
     26
     27#include <VBox/settings.h>
     28
     29#include "AutoStateDep.h"
    2430#include "AutoCaller.h"
    2531#include "Logging.h"
    26 
    27 #include <iprt/cpp/utils.h>
    28 
    29 #include <VBox/settings.h>
    3032
    3133// constructor / destructor
     
    194196
    195197    /* the machine needs to be mutable */
    196     Machine::AutoMutableStateDependency adep(mParent);
     198    AutoMutableStateDependency adep(mParent);
    197199    if (FAILED(adep.rc())) return adep.rc();
    198200
     
    228230
    229231    /* the machine needs to be mutable */
    230     Machine::AutoMutableStateDependency adep(mParent);
     232    AutoMutableStateDependency adep(mParent);
    231233    if (FAILED(adep.rc())) return adep.rc();
    232234
     
    312314
    313315    /* the machine needs to be mutable */
    314     Machine::AutoMutableStateDependency adep(mParent);
     316    AutoMutableStateDependency adep(mParent);
    315317    if (FAILED(adep.rc())) return adep.rc();
    316318
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