Changeset 31273 in vbox
- Timestamp:
- Aug 2, 2010 9:14:04 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Main/include/VirtualBoxImpl.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/VirtualBoxImpl.h
r31268 r31273 216 216 InternalControlList *aControls = NULL); 217 217 218 bool isMachineIdValid(const Guid &aId)219 {220 return SUCCEEDED(findMachine(aId, true /* fPermitInaccessible */, false /* aSetError */, NULL));221 }222 223 218 HRESULT findMachine (const Guid &aId, 224 219 bool fPermitInaccessible,
Note:
See TracChangeset
for help on using the changeset viewer.

