VirtualBox

Changeset 27179 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Mar 8, 2010 5:06:00 PM (15 years ago)
Author:
vboxsync
Message:

Main: rename internal method

Location:
trunk/src/VBox/Main
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/MachineImpl.cpp

    r27176 r27179  
    69506950            if (mData->mRegistered)
    69516951            {
    6952                 rc = mParent->updateSettings(configDir.c_str(), newConfigDir.c_str());
     6952                rc = mParent->updatePathInMediaRegistry(configDir.c_str(), newConfigDir.c_str());
    69536953                if (FAILED(rc))
    69546954                {
  • trunk/src/VBox/Main/VirtualBoxImpl.cpp

    r26946 r27179  
    36623662 * @note Locks this object + DVD, Floppy and HardDisk children for writing.
    36633663 */
    3664 HRESULT VirtualBox::updateSettings(const char *aOldPath, const char *aNewPath)
     3664HRESULT VirtualBox::updatePathInMediaRegistry(const char *aOldPath, const char *aNewPath)
    36653665{
    36663666    LogFlowThisFunc(("aOldPath={%s} aNewPath={%s}\n", aOldPath, aNewPath));
  • trunk/src/VBox/Main/include/VirtualBoxImpl.h

    r26603 r27179  
    279279
    280280    HRESULT saveSettings();
    281     HRESULT updateSettings(const char *aOldPath, const char *aNewPath);
     281    HRESULT updatePathInMediaRegistry(const char *aOldPath, const char *aNewPath);
    282282
    283283    static HRESULT ensureFilePathExists(const Utf8Str &strFileName);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette