Changeset 27179 in vbox for trunk/src/VBox/Main
- Timestamp:
- Mar 8, 2010 5:06:00 PM (15 years ago)
- Location:
- trunk/src/VBox/Main
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/MachineImpl.cpp
r27176 r27179 6950 6950 if (mData->mRegistered) 6951 6951 { 6952 rc = mParent->update Settings(configDir.c_str(), newConfigDir.c_str());6952 rc = mParent->updatePathInMediaRegistry(configDir.c_str(), newConfigDir.c_str()); 6953 6953 if (FAILED(rc)) 6954 6954 { -
trunk/src/VBox/Main/VirtualBoxImpl.cpp
r26946 r27179 3662 3662 * @note Locks this object + DVD, Floppy and HardDisk children for writing. 3663 3663 */ 3664 HRESULT VirtualBox::update Settings(const char *aOldPath, const char *aNewPath)3664 HRESULT VirtualBox::updatePathInMediaRegistry(const char *aOldPath, const char *aNewPath) 3665 3665 { 3666 3666 LogFlowThisFunc(("aOldPath={%s} aNewPath={%s}\n", aOldPath, aNewPath)); -
trunk/src/VBox/Main/include/VirtualBoxImpl.h
r26603 r27179 279 279 280 280 HRESULT saveSettings(); 281 HRESULT update Settings(const char *aOldPath, const char *aNewPath);281 HRESULT updatePathInMediaRegistry(const char *aOldPath, const char *aNewPath); 282 282 283 283 static HRESULT ensureFilePathExists(const Utf8Str &strFileName);
Note:
See TracChangeset
for help on using the changeset viewer.