VirtualBox

Changeset 48505 in vbox for trunk/src/VBox/Main/src-server


Ignore:
Timestamp:
Sep 17, 2013 3:48:55 PM (11 years ago)
Author:
vboxsync
Message:

Main/Machine: preparations for moving machines to a different place on disk

File:
1 edited

Legend:

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

    r48431 r48505  
    27522752    mData->m_strConfigFileFull.cloneTo(aFilePath);
    27532753    return S_OK;
     2754}
     2755
     2756STDMETHODIMP Machine::COMSETTER(SettingsFilePath)(IN_BSTR aFilePath)
     2757{
     2758    CheckComArgStrNotEmptyOrNull(aFilePath);
     2759
     2760    AutoCaller autoCaller(this);
     2761    if (FAILED(autoCaller.rc())) return autoCaller.rc();
     2762
     2763    ReturnComNotImplemented();
    27542764}
    27552765
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