Changeset 31268 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Aug 2, 2010 7:39:38 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 64292
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/VirtualBoxImpl.h
r31008 r31268 218 218 bool isMachineIdValid(const Guid &aId) 219 219 { 220 return SUCCEEDED(findMachine(aId, false /* aSetError */, NULL));220 return SUCCEEDED(findMachine(aId, true /* fPermitInaccessible */, false /* aSetError */, NULL)); 221 221 } 222 222
Note:
See TracChangeset
for help on using the changeset viewer.