Changeset 31370 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Aug 4, 2010 6:49:09 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 64427
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/MediumImpl.h
r31358 r31370 188 188 #endif 189 189 190 HRESULT updatePath(const char *aOldPath, const char *aNewPath); 191 void updatePaths(const char *aOldPath, const char *aNewPath); 190 HRESULT updatePath(const Utf8Str &strOldPath, const Utf8Str &strNewPath); 192 191 193 192 ComObjPtr<Medium> getBase(uint32_t *aLevel = NULL);
Note:
See TracChangeset
for help on using the changeset viewer.