VirtualBox

Changeset 76240 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
Dec 14, 2018 8:34:20 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
127510
Message:

Main: bugref:6913: had to revert all changes for the defect because of crashing VBoxSVC on MacOS

Location:
trunk/src/VBox/Main/include
Files:
2 edited

Legend:

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

    r76215 r76240  
    169169                                MediumLockList *pMediumLockList,
    170170                                ComObjPtr<Progress> *aProgress,
    171                                 bool aWait,
    172                                 bool aNotify);
     171                                bool aWait);
    173172    Utf8Str i_getPreferredDiffFormat();
    174173    MediumVariant_T i_getPreferredDiffVariant();
     
    177176    HRESULT i_unlockRead(MediumState_T *aState);
    178177    HRESULT i_unlockWrite(MediumState_T *aState);
    179     HRESULT i_deleteStorage(ComObjPtr<Progress> *aProgress, bool aWait, bool aNotify);
     178    HRESULT i_deleteStorage(ComObjPtr<Progress> *aProgress, bool aWait);
    180179    HRESULT i_markForDeletion();
    181180    HRESULT i_unmarkForDeletion();
     
    200199                      MediumLockList *aMediumLockList,
    201200                      ComObjPtr<Progress> *aProgress,
    202                       bool aWait,
    203                       bool aNotify);
     201                      bool aWait);
    204202    void i_cancelMergeTo(MediumLockList *aChildrenToReparent,
    205203                       MediumLockList *aMediumLockList);
     
    208206                     MediumLockList *aMediumLockList,
    209207                     ComObjPtr<Progress> *aProgress,
    210                      bool aWait,
    211                      bool aNotify);
     208                     bool aWait);
    212209
    213210    HRESULT i_fixParentUuidOfChildren(MediumLockList *pChildrenToReparent);
     
    223220                         const ComObjPtr<Progress> &aProgress);
    224221    HRESULT i_importFile(const char *aFilename,
    225                          const ComObjPtr<MediumFormat> &aFormat,
    226                          MediumVariant_T aVariant,
    227                          RTVFSIOSTREAM hVfsIosSrc,
    228                          const ComObjPtr<Medium> &aParent,
    229                          const ComObjPtr<Progress> &aProgress,
    230                          bool aNotify);
     222                        const ComObjPtr<MediumFormat> &aFormat,
     223                        MediumVariant_T aVariant,
     224                        RTVFSIOSTREAM hVfsIosSrc,
     225                        const ComObjPtr<Medium> &aParent,
     226                        const ComObjPtr<Progress> &aProgress);
    231227
    232228    HRESULT i_cloneToEx(const ComObjPtr<Medium> &aTarget, MediumVariant_T aVariant,
    233229                        const ComObjPtr<Medium> &aParent, IProgress **aProgress,
    234                         uint32_t idxSrcImageSame, uint32_t idxDstImageSame, bool aNotify);
     230                        uint32_t idxSrcImageSame, uint32_t idxDstImageSame);
    235231
    236232    const Utf8Str& i_getKeyId();
  • trunk/src/VBox/Main/include/VirtualBoxImpl.h

    r76215 r76240  
    150150    int i_unloadVDPlugin(const char *pszPluginLibrary);
    151151
    152     void i_onMediumRegistered(const Guid &aMediumId, const DeviceType_T aDevType, const BOOL aRegistered);
    153     void i_onMediumConfigChanged(IMedium *aMedium);
    154     void i_onMediumChanged(IMediumAttachment* aMediumAttachment);
    155     void i_onStorageDeviceChanged(IMediumAttachment* aStorageDevice, const BOOL fRemoved, const BOOL fSilent);
    156152    void i_onMachineStateChange(const Guid &aId, MachineState_T aState);
    157153    void i_onMachineDataChange(const Guid &aId, BOOL aTemporary = FALSE);
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