VirtualBox

Changeset 75455 in vbox


Ignore:
Timestamp:
Nov 14, 2018 3:04:57 PM (6 years ago)
Author:
vboxsync
Message:

Recording/Main: Renaming (onRecordChange -> onRecordingChange).

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/MachineImpl.h

    r75453 r75455  
    524524    virtual HRESULT i_onStorageDeviceChange(IMediumAttachment * /* mediumAttachment */, BOOL /* remove */,
    525525                                            BOOL /* silent */) { return S_OK; }
    526     virtual HRESULT i_onRecordChange() { return S_OK; }
     526    virtual HRESULT i_onRecordingChange() { return S_OK; }
    527527
    528528    HRESULT i_saveRegistryEntry(settings::MachineRegistryEntry &data);
     
    13271327    HRESULT i_onCPUChange(ULONG aCPU, BOOL aRemove);
    13281328    HRESULT i_onVRDEServerChange(BOOL aRestart);
    1329     HRESULT i_onRecordChange();
     1329    HRESULT i_onRecordingChange();
    13301330    HRESULT i_onUSBControllerChange();
    13311331    HRESULT i_onUSBDeviceAttach(IUSBDevice *aDevice,
  • trunk/src/VBox/Main/src-server/MachineImpl.cpp

    r75453 r75455  
    1410214102 * @note Locks this object for reading.
    1410314103 */
    14104 HRESULT SessionMachine::i_onRecordChange()
     14104HRESULT SessionMachine::i_onRecordingChange()
    1410514105{
    1410614106    LogFlowThisFunc(("\n"));
  • trunk/src/VBox/Main/src-server/RecordingSettingsImpl.cpp

    r75453 r75455  
    219219
    220220        alock.release();
    221         rc = m->pMachine->i_onRecordChange();
     221        rc = m->pMachine->i_onRecordingChange();
    222222        if (FAILED(rc))
    223223        {
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