Changeset 25330 in vbox for trunk/src/VBox/Main
- Timestamp:
- Dec 11, 2009 2:09:45 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 55912
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleImpl.cpp
r25310 r25330 2104 2104 STDMETHODIMP Console::AdoptSavedState(IN_BSTR aSavedStateFile) 2105 2105 { 2106 CheckComArg NotNull(aSavedStateFile);2106 CheckComArgStrNotEmptyOrNull(aSavedStateFile); 2107 2107 2108 2108 AutoCaller autoCaller(this); -
trunk/src/VBox/Main/MachineImpl.cpp
r25326 r25330 9160 9160 LogFlowThisFunc(("\n")); 9161 9161 9162 AssertReturn(aSavedStateFile, E_INVALIDARG);9162 CheckComArgStrNotEmptyOrNull(aSavedStateFile); 9163 9163 9164 9164 AutoCaller autoCaller(this);
Note:
See TracChangeset
for help on using the changeset viewer.