VirtualBox

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


Ignore:
Timestamp:
Jul 18, 2014 9:30:10 AM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
95106
Message:

Main/Medium+AutoCaller+others: missing file in previous change

File:
1 edited

Legend:

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

    r51888 r52096  
    77
    88/*
    9  * Copyright (C) 2008-2013 Oracle Corporation
     9 * Copyright (C) 2008-2014 Oracle Corporation
    1010 *
    1111 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    219219    HRESULT setType(MediumType_T aType);
    220220    HRESULT getAllowedTypes(std::vector<MediumType_T> &aAllowedTypes);
    221     HRESULT getParent(ComPtr<IMedium> &aParent);
    222     HRESULT getChildren(std::vector<ComPtr<IMedium> > &aChildren);
    223     HRESULT getBase(ComPtr<IMedium> &aBase);
     221    HRESULT getParent(AutoCaller &autoCaller, ComPtr<IMedium> &aParent);
     222    HRESULT getChildren(AutoCaller &autoCaller, std::vector<ComPtr<IMedium> > &aChildren);
     223    HRESULT getBase(AutoCaller &autoCaller, ComPtr<IMedium> &aBase);
    224224    HRESULT getReadOnly(BOOL *aReadOnly);
    225225    HRESULT getLogicalSize(LONG64 *aLogicalSize);
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