Changeset 52096 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Jul 18, 2014 9:30:10 AM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 95106
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/MediumImpl.h
r51888 r52096 7 7 8 8 /* 9 * Copyright (C) 2008-201 3Oracle Corporation9 * Copyright (C) 2008-2014 Oracle Corporation 10 10 * 11 11 * This file is part of VirtualBox Open Source Edition (OSE), as … … 219 219 HRESULT setType(MediumType_T aType); 220 220 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); 224 224 HRESULT getReadOnly(BOOL *aReadOnly); 225 225 HRESULT getLogicalSize(LONG64 *aLogicalSize);
Note:
See TracChangeset
for help on using the changeset viewer.