Changeset 42125 in vbox for trunk/src/VBox/Main/include/MediumImpl.h
- Timestamp:
- Jul 12, 2012 10:39:18 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/MediumImpl.h
r41231 r42125 183 183 bool getFirstRegistryMachineId(Guid &uuid) const; 184 184 void markRegistriesModified(); 185 186 HRESULT setPropertyDirect(const Utf8Str &aName, const Utf8Str &aValue); 185 187 186 188 HRESULT addBackReference(const Guid &aMachineId, … … 188 190 HRESULT removeBackReference(const Guid &aMachineId, 189 191 const Guid &aSnapshotId = Guid::Empty); 192 190 193 191 194 const Guid* getFirstMachineBackrefId() const;
Note:
See TracChangeset
for help on using the changeset viewer.