VirtualBox

Changeset 52483 in vbox for trunk/src


Ignore:
Timestamp:
Aug 22, 2014 10:02:30 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
95704
Message:

Main: cleanup after r95701

Location:
trunk/src/VBox/Main/src-server
Files:
2 edited

Legend:

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

    r52481 r52483  
    1306313063                 , E_FAIL); /** @todo setError. */
    1306413064
    13065     com::Utf8Str stateFilePathFull = aSavedStateFile;
     13065    com::Utf8Str stateFilePathFull;
    1306613066    int vrc = i_calculateFullPath(aSavedStateFile, stateFilePathFull);
    1306713067    if (RT_FAILURE(vrc))
    1306813068        return setError(VBOX_E_FILE_ERROR,
    1306913069                        tr("Invalid saved state file path '%s' (%Rrc)"),
    13070                         stateFilePathFull.c_str(),
     13070                        aSavedStateFile.c_str(),
    1307113071                        vrc);
    1307213072
  • trunk/src/VBox/Main/src-server/SnapshotImpl.cpp

    r52481 r52483  
    16941694
    16951695    ISnapshot* iSnapshot = aSnapshot;
    1696     ComObjPtr<Snapshot>pSnapshot(static_cast<Snapshot*>(iSnapshot));
     1696    ComObjPtr<Snapshot> pSnapshot(static_cast<Snapshot*>(iSnapshot));
    16971697    ComObjPtr<SnapshotMachine> pSnapMachine = pSnapshot->i_getSnapshotMachine();
    16981698
Note: See TracChangeset for help on using the changeset viewer.

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